We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611f16a commit 171444fCopy full SHA for 171444f
src/main/java/com/direwolf20/justdirethings/common/blocks/EclipseGateBlock.java
@@ -21,7 +21,7 @@
21
public class EclipseGateBlock extends Block implements EntityBlock {
22
public EclipseGateBlock() {
23
super(Properties.of()
24
- .strength(20f)
+ .strength(20f, 3600000.0F)
25
.noOcclusion()
26
.noCollission()
27
.forceSolidOn() //This appears to prevent water from flowing into my block...
0 commit comments