Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
Bump version number, final release for mc 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robin4002 committed Feb 27, 2014
1 parent f8c2c55 commit 7dedea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mc=1.6.4
forge=9.11.1.916

#Nanotech Mod
ntm_version=2.2.3
ntm_version=2.2.4

ffmtlib_build=40
ffmtlib_name=FFMT-libs-src-1.2.0.40-mc1.6.4.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public void load(FMLInitializationEvent event)
GameRegistry.registerItem(ultimateLeggings, "ultimateLeggings");
GameRegistry.registerItem(ultimateBoots, "ultimateBoots");

GameRegistry.registerItem(ultimateCircuit, "ultimateCircuit");

TickRegistry.registerTickHandler(new ServerTickHandler(), Side.SERVER);
proxy.initCore();
proxy.registerRenderers();
Expand Down

0 comments on commit 7dedea0

Please sign in to comment.