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)) {
|
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue