Skip to content

Commit 171444f

Browse files
committed
Prevent EclipseGate from being destroyed by wither (I hope)
1 parent 611f16a commit 171444f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/direwolf20/justdirethings/common/blocks/EclipseGateBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public class EclipseGateBlock extends Block implements EntityBlock {
2222
public EclipseGateBlock() {
2323
super(Properties.of()
24-
.strength(20f)
24+
.strength(20f, 3600000.0F)
2525
.noOcclusion()
2626
.noCollission()
2727
.forceSolidOn() //This appears to prevent water from flowing into my block...

0 commit comments

Comments
 (0)