mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
better safe than sorry
This commit is contained in:
parent
33005a0a18
commit
72078d6b03
@ -1,6 +1,8 @@
|
|||||||
## Added
|
## Added
|
||||||
* Laminate glass
|
* Laminate glass
|
||||||
* A new variant of reinforced glass with higher blast resistance
|
* A new variant of reinforced glass with higher blast resistance
|
||||||
|
* Also comes in pane shape
|
||||||
|
* Reinforced glass panes
|
||||||
* Chlorocalcite
|
* Chlorocalcite
|
||||||
* A new bedrock ore, the powder can be heated in the combination furnace to make calcium and chlorine
|
* 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
|
* Blocks for cadmium, TC and CD alloy
|
||||||
|
|||||||
@ -905,9 +905,9 @@ public class MainRegistry {
|
|||||||
MinecraftForge.EVENT_BUS.register(radiationSystem);
|
MinecraftForge.EVENT_BUS.register(radiationSystem);
|
||||||
FMLCommonHandler.instance().bus().register(radiationSystem);
|
FMLCommonHandler.instance().bus().register(radiationSystem);
|
||||||
|
|
||||||
PollutionHandler pollution = new PollutionHandler();
|
/*PollutionHandler pollution = new PollutionHandler();
|
||||||
MinecraftForge.EVENT_BUS.register(pollution);
|
MinecraftForge.EVENT_BUS.register(pollution);
|
||||||
FMLCommonHandler.instance().bus().register(pollution);
|
FMLCommonHandler.instance().bus().register(pollution);*/
|
||||||
|
|
||||||
if(event.getSide() == Side.CLIENT) {
|
if(event.getSide() == Side.CLIENT) {
|
||||||
HbmKeybinds.register();
|
HbmKeybinds.register();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user