Mark dirty when the node is read from wrench config
This commit is contained in:
@@ -61,6 +61,7 @@ public abstract class TileNode<N extends NetworkNode> extends TileBase implement
|
||||
@Override
|
||||
public void readConfiguration(NBTTagCompound tag) {
|
||||
getNode().readConfiguration(tag);
|
||||
getNode().markDirty();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user