File tree 1 file changed +2
-0
lines changed
src/main/java/com/recursive_pineapple/matter_manipulator/common/utils
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public enum Mods {
22
22
FloodLights (Names .FLOOD_LIGHTS ),
23
23
GregTech (Names .GREG_TECH ),
24
24
GTPlusPlus (Names .G_T_PLUS_PLUS ),
25
+ GTNHIntergalactic (Names .GTNH_INTERGALACTIC ),
25
26
GraviSuite (Names .GRAVI_SUITE ),
26
27
Hodgepodge (Names .HODGEPODGE ),
27
28
IndustrialCraft2 (Names .INDUSTRIAL_CRAFT2 ),
@@ -56,6 +57,7 @@ public static class Names {
56
57
public static final String GREG_TECH = "gregtech" ;
57
58
public static final String GRAVI_SUITE = "GraviSuite" ;
58
59
public static final String G_T_PLUS_PLUS = "miscutils" ;
60
+ public static final String GTNH_INTERGALACTIC = "gtnhintergalactic" ;
59
61
public static final String HODGEPODGE = "hodgepodge" ;
60
62
public static final String INDUSTRIAL_CRAFT2 = "IC2" ;
61
63
public static final String LOGISTICS_PIPES = "LogisticsPipes" ;
You can’t perform that action at this time.
0 commit comments