Fixes
This commit is contained in:
parent
e80c146727
commit
f9d765bee8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class SilkMothNestBlock extends BaseBlock implements IRenderTypeable {
|
|||
if (!state.get(ACTIVE)) {
|
||||
return;
|
||||
}
|
||||
if (random.nextInt(16) > 0) {
|
||||
if (random.nextBoolean()) {
|
||||
return;
|
||||
}
|
||||
Direction dir = state.get(FACING);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue