diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 9ff3b562..27cee024 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1741,6 +1741,10 @@ namespace TShockAPI continue; } + // Junction Box + if (tile.type == TileID.WirePipe) + return false; + // Orientable tiles if (tile.type == newtile.Type && orientableTiles.Contains(tile.type)) {