idk how to fix this

This commit is contained in:
Tofaa2 2025-04-09 21:35:48 +04:00
parent 53e4d917cd
commit d9aae45571

View file

@ -23,11 +23,11 @@ public class ShulkerMeta extends MobMeta {
}
public Direction getAttachFace() {
return super.metadata.getIndex(OFFSET, Direction.DOWN);
return super.metadata.getIndex((byte)16, Direction.DOWN);
}
public void setAttachFace(Direction value) {
super.metadata.setIndex(OFFSET, EntityDataTypes.INT, value.ordinal());
super.metadata.setIndex((byte)16, EntityDataTypes.INT, value.ordinal());
}
public byte getShieldHeight() {