Skip to content

Commit

Permalink
You may experience minor discomfort.
Browse files Browse the repository at this point in the history
  • Loading branch information
basdxz committed May 17, 2024
1 parent a4bce45 commit 00c91b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/team/chisel/Chisel.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void preInit(FMLPreInitializationEvent event) {

TabsInit.preInit();
BlockPackRegistry.INSTANCE.preInit(event);
MinecraftForge.EVENT_BUS.register(PerChunkData.INSTANCE);
// MinecraftForge.EVENT_BUS.register(PerChunkData.INSTANCE);
Features.preInit();
Statistics.init();
PacketHandler.init();
Expand Down

0 comments on commit 00c91b6

Please sign in to comment.