Skip to content

Commit 7405368

Browse files
committed
Fix SignBlockEntitiy not supporting component/list-typed texts
1 parent bc4bf7b commit 7405368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/de/bluecolored/bluemap/core/world/mca/blockentity/SignBlockEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static class TextData {
4848

4949
boolean hasGlowingText;
5050
String color = "black";
51-
List<String> messages = List.of();
51+
List<Object> messages = List.of();
5252

5353
}
5454

0 commit comments

Comments
 (0)