Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
d5ab00c2c2
Commit
0b633fc8fe
@ -44,7 +44,7 @@ public class WallAttribute implements BlockAttribute<Wall> {
|
||||
public void copy(List<String> attributes, Wall blockData) {
|
||||
if (blockData.isUp()) attributes.add(attribute1);
|
||||
for (BlockFace face : faces) {
|
||||
attributes.add(attribute2 + face.name().toLowerCase() + " " + blockData.getHeight(face));
|
||||
attributes.add(attribute2 + face.name().toLowerCase() + " " + blockData.getHeight(face).name().toLowerCase());
|
||||
}
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren