parent
c78fe148d3
commit
d0abf775ae
@ -57,9 +57,4 @@ public abstract class ChestBlockEntityMixin extends LockableBlockEntityMixin {
|
||||
public void setMaxStackSize(int size) {
|
||||
this.maxStack = size;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onlyOpCanSetNbt() {
|
||||
return this.getType().getRegistryName().getNamespace().equals("minecraft");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user