Commit da20249 1 parent fce5862 commit da20249 Copy full SHA for da20249
File tree 1 file changed +3
-0
lines changed
src/main/java/blockrenderer6343
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import net .minecraftforge .common .MinecraftForge ;
4
4
5
+ import blockrenderer6343 .client .world .TrackedDummyWorld ;
5
6
import blockrenderer6343 .integration .nei .IMCForNEI ;
6
7
import blockrenderer6343 .integration .nei .InputHandler ;
7
8
import codechicken .nei .guihook .GuiContainerManager ;
8
9
import cpw .mods .fml .common .event .FMLInitializationEvent ;
9
10
import cpw .mods .fml .common .event .FMLPostInitializationEvent ;
10
11
import cpw .mods .fml .common .event .FMLPreInitializationEvent ;
12
+ import gregtech .api .GregTechAPI ;
11
13
12
14
public class ClientProxy extends CommonProxy {
13
15
@@ -17,6 +19,7 @@ public void preInit(FMLPreInitializationEvent event) {
17
19
super .preInit (event );
18
20
GuiContainerManager .addInputHandler (new InputHandler ());
19
21
GuiContainerManager .addTooltipHandler (new InputHandler ());
22
+ GregTechAPI .addDummyWorld (TrackedDummyWorld .class );
20
23
}
21
24
22
25
// load "Do your mod setup. Build whatever data structures you care about. Register recipes."
You can’t perform that action at this time.
0 commit comments