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
|
@Override
|
||||||
public void readConfiguration(NBTTagCompound tag) {
|
public void readConfiguration(NBTTagCompound tag) {
|
||||||
getNode().readConfiguration(tag);
|
getNode().readConfiguration(tag);
|
||||||
|
getNode().markDirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user