Skip to content

Commit

Permalink
Small Cleanup and Prep for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ITLSupress committed Mar 16, 2024
1 parent dc6c22a commit 0742721
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version = 1.5.2
yarn_mappings = 1.5.2+build.202201092137
loader_version = 1.0.0

mod_version = 0.0.1
mod_version = 0.0.2
maven_group = com.itlesports
archives_base_name = mobadditions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class MobAdditions extends BTWAddon {
private static MobAdditions instance = new MobAdditions();
private Map<String, String> propertyValues;
private MobAdditions() {
super("Mob Additions", "0.0.1", "MobAdditions");
super("Mob Additions", "0.0.2", "MobAdditions");
}
@Override
public void initialize() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import net.minecraft.src.*;

public class ModItems {
public static Item rustywolfSpawnEgg;
public static void registerModItems() {
MobAdditionsLogger.LOGGER.info("Registering Mod Items for" + MobAdditionsLogger.MOD_ID);
}
Expand Down

0 comments on commit 0742721

Please sign in to comment.