shit bricks

This commit is contained in:
Bob 2022-07-10 22:05:31 +02:00
parent c6e472ddd9
commit d566e235b3

View File

@ -32,6 +32,7 @@ public class TileEntityMachineFENSU extends TileEntityMachineBattery {
nbt.setLong("power", power);
nbt.setShort("redLow", redLow);
nbt.setShort("redHigh", redHigh);
nbt.setByte("priority", (byte) this.priority.ordinal());
this.networkPack(nbt, 250);
} else {
this.prevRotation = this.rotation;