better safe than sorry

This commit is contained in:
Bob 2023-06-05 21:58:16 +02:00
parent 33005a0a18
commit 72078d6b03
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
## Added
* Laminate glass
* A new variant of reinforced glass with higher blast resistance
* Also comes in pane shape
* Reinforced glass panes
* Chlorocalcite
* A new bedrock ore, the powder can be heated in the combination furnace to make calcium and chlorine
* Blocks for cadmium, TC and CD alloy

View File

@ -905,9 +905,9 @@ public class MainRegistry {
MinecraftForge.EVENT_BUS.register(radiationSystem);
FMLCommonHandler.instance().bus().register(radiationSystem);
PollutionHandler pollution = new PollutionHandler();
/*PollutionHandler pollution = new PollutionHandler();
MinecraftForge.EVENT_BUS.register(pollution);
FMLCommonHandler.instance().bus().register(pollution);
FMLCommonHandler.instance().bus().register(pollution);*/
if(event.getSide() == Side.CLIENT) {
HbmKeybinds.register();