Maybe fix bad transporters
This commit is contained in:
parent
b44f7a999b
commit
abce650fd4
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ public class PartLogisticalTransporter extends PartTransmitter<IInventory, Inven
|
|||
if(nbtTags.hasKey("color"))
|
||||
{
|
||||
getTransmitter().setColor(TransporterUtils.colors.get(nbtTags.getInteger("color")));
|
||||
PathfinderCache.onChanged(Coord4D.get(tile()));
|
||||
}
|
||||
|
||||
if(nbtTags.hasKey("stacks"))
|
||||
|
|
Loading…
Reference in a new issue