Fixed Sign Text Disappearing if Next to a Button pressed by Auto Loader
Dieser Commit ist enthalten in:
Ursprung
6afaeebfae
Commit
88a495f4ae
@ -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);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren