This commit is contained in:
Martin Prokoph
2024-07-03 14:37:26 +02:00
parent 3d532a9c2f
commit b61a85b5f7

View File

@@ -27,6 +27,7 @@ public enum PictureSignType {
}
public static PictureSignType getType(SignBlockEntity signBlockEntity, boolean front) {
if (signBlockEntity == null) return PictureSignType.NONE;
return getType(signBlockEntity.getText(front).getMessage(0,false).getString());
}
public static PictureSignType getType(String lineOne) {