This commit is contained in:
paulevsGitch 2021-01-15 20:24:04 +03:00
parent e80c146727
commit f9d765bee8

View file

@ -119,7 +119,7 @@ public class SilkMothNestBlock extends BaseBlock implements IRenderTypeable {
if (!state.get(ACTIVE)) { if (!state.get(ACTIVE)) {
return; return;
} }
if (random.nextInt(16) > 0) { if (random.nextBoolean()) {
return; return;
} }
Direction dir = state.get(FACING); Direction dir = state.get(FACING);