Cleanup and Speed Improvement of SurfaceRules/Structures (paulevsGitch/BetterNether#485, paulevsGitch/BetterEnd#420)

This commit is contained in:
Frank 2022-01-26 17:56:54 +01:00
parent 01f728c282
commit baf1e0f4b1
10 changed files with 144 additions and 189 deletions

View file

@ -48,8 +48,6 @@ public class BCLib implements ModInitializer {
Chunker.DESCRIPTOR
));
BiomeAPI.registerStructureEvents();
BCLibPatch.register();
Configs.save();
}