SteamWar/BauSystem
Archiviert
13
0

Fix Loader Redstone #89

Manuell gemergt
Lixfel hat 7 Commits von loaderfix nach master 2020-08-29 11:33:04 +02:00 zusammengeführt
Nur Änderungen aus Commit 88a495f4ae werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -44,7 +44,7 @@ class AutoLoader_15 {
location.clone().add(0, 0,-1) location.clone().add(0, 0,-1)
}; };
for (Location value : locations) { for (Location value : locations) {
if (!value.getBlock().getType().isSolid()) continue; if (!value.getBlock().getType().isOccluding()) continue;
BlockData data = value.getBlock().getBlockData(); BlockData data = value.getBlock().getBlockData();
value.getBlock().setType(Material.BARRIER, true); value.getBlock().setType(Material.BARRIER, true);
value.getBlock().setBlockData(data, true); value.getBlock().setBlockData(data, true);