Skip to content

Commit

Permalink
Bump Forge to 14.21.0.2359
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 24, 2017
1 parent 938659b commit a92e450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod_version=1.6.1
minecraft_version=1.12
forge_version=14.21.0.2343
forge_version=14.21.0.2359
mcp_mappings_version=snapshot_20170620
cyclopscore_version=0.10.6-583
cyclopscore_version=0.10.6-588
release_type=release

ironchest_version=7.0.9.796
6 changes: 0 additions & 6 deletions src/main/java/org/cyclops/colossalchests/ColossalChests.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ public void onServerStopping(FMLServerStoppingEvent event) {
super.onServerStopping(event);
}

@Mod.EventHandler
@Override
public void onMissingMappings(FMLMissingMappingsEvent event) {
super.onMissingMappings(event);
}

@Override
public CreativeTabs constructDefaultCreativeTab() {
return new ItemCreativeTab(this, new IObjectReference<Item>() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/colossalchests/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Reference {
// MOD ID's
public static final String MOD_FORGE = "forge";
public static final String MOD_FORGE_VERSION = "@FORGE_VERSION@";
public static final String MOD_FORGE_VERSION_MIN = "14.21.0.2343";
public static final String MOD_FORGE_VERSION_MIN = "14.21.0.2359";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_VERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.6";
Expand Down

0 comments on commit a92e450

Please sign in to comment.