dum
This commit is contained in:
parent
8a6e51d804
commit
78c101f6a3
@ -48,7 +48,7 @@ public class BlockPatternStorage extends BlockMatteryRotatable implements Entity
|
|||||||
var state = super.getStateForPlacement(context);
|
var state = super.getStateForPlacement(context);
|
||||||
|
|
||||||
for (var prop : PATTERN_STORAGE_DISKS_PROPS)
|
for (var prop : PATTERN_STORAGE_DISKS_PROPS)
|
||||||
state.setValue(prop, Math.random() > 0.5);
|
state = state.setValue(prop, Math.random() > 0.5);
|
||||||
|
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user