parent
c4625762d1
commit
24a026778d
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ public class AutoCraftingTableBlockEntity extends PowerAcceptorBlockEntity
|
|||
@Override
|
||||
public void writeNbt(NbtCompound tag) {
|
||||
tag.putBoolean("locked", locked);
|
||||
super.writeNbt(tag);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue