@@ -30,9 +30,6 @@ public class CompactMachines
3030
3131 public static final Logger LOGGER = LogManager .getLogger ();
3232
33- // public static ClientWorldData clientWorldData;
34- // public static final CreativeTabcompactmachines CREATIVE_TAB = new CreativeTabcompactmachines();
35-
3633 public static ItemGroup COMPACT_MACHINES_ITEMS = new ItemGroup (MOD_ID ) {
3734 @ Override
3835 public ItemStack createIcon () {
@@ -72,43 +69,4 @@ private void enqueueIMC(final InterModEnqueueEvent event)
7269 if (ModList .get ().isLoaded ("theoneprobe" ))
7370 TheOneProbeCompat .sendIMC ();
7471 }
75-
76- // You can use SubscribeEvent and let the Event Bus discover methods to call
77- @ SubscribeEvent
78- public void onServerStarting (FMLServerStartingEvent event ) {
79- // do something when the server starts
80- // TODO: Register compact machines command here?
81- // event.registerCommand(new Commandcompactmachines());
82- }
83-
84- // @EventHandler
85- // public void init(FMLInitializationEvent event) {
86- // PackageHandler.init();
87- //
88- // proxy.init(event);
89- //
90- // SkyDimension.init();
91- //
92- // MultiblockRecipes.init();
93- // SchemaRegistry.init();
94- // }
95- //
96- // @EventHandler
97- // public void postInit(FMLPostInitializationEvent event) {
98- // CapabilityNullHandlerRegistry.registerNullHandlers();
99- // ExtraTileDataProviderRegistry.registerExtraTileDataProviders();
100- //
101- // ForgeChunkManager.setForcedChunkLoadingCallback(instance, new ChunkLoadingMachines());
102- //
103- // proxy.postInit(event);
104- // }
105- //
106- // @EventHandler
107- // public void onServerAboutToStart(FMLServerAboutToStartEvent event) {
108- // for(WorldServer world : event.getServer().worlds) {
109- // if(world.getChunkProvider().chunkGenerator instanceof SkyChunkGenerator) {
110- // world.setSpawnPoint(new BlockPos(0,0,0));
111- // }
112- // }
113- // }
11472}
0 commit comments