Skip to content

Commit 8005531

Browse files
committed
made reactor not explode in rain
1 parent 5695b72 commit 8005531

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/gtreimagined/gt4r/blockentity/multi/BlockEntityReactorCore.java

+6
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,12 @@ public MachineState getDefaultMachineState() {
700700

701701
// #endregion
702702

703+
704+
@Override
705+
protected boolean allowExplosionsInRain() {
706+
return false;
707+
}
708+
703709
static ResourceLocation MISSING_CHAMBER = new ResourceLocation(GT4RRef.ID, "textures/gui/reactor_missing_chamber.png");
704710

705711
@Override

0 commit comments

Comments
 (0)