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

Commit 7dedea0

Browse files
committed
Bump version number, final release for mc 1.6.4
1 parent f8c2c55 commit 7dedea0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mc=1.6.4
55
forge=9.11.1.916
66

77
#Nanotech Mod
8-
ntm_version=2.2.3
8+
ntm_version=2.2.4
99

1010
ffmtlib_build=40
1111
ffmtlib_name=FFMT-libs-src-1.2.0.40-mc1.6.4.zip

common/fr/mcnanotech/kevin_68/nanotechmod/ultimateGraviSuite/core/UltimateGraviSuite.java

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ public void load(FMLInitializationEvent event)
117117
GameRegistry.registerItem(ultimateLeggings, "ultimateLeggings");
118118
GameRegistry.registerItem(ultimateBoots, "ultimateBoots");
119119

120+
GameRegistry.registerItem(ultimateCircuit, "ultimateCircuit");
121+
120122
TickRegistry.registerTickHandler(new ServerTickHandler(), Side.SERVER);
121123
proxy.initCore();
122124
proxy.registerRenderers();

0 commit comments

Comments
 (0)