We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc2797 commit 6f19cacCopy full SHA for 6f19cac
chunky/src/java/se/llbit/chunky/renderer/scene/Scene.java
@@ -2494,7 +2494,7 @@ public synchronized void importFromJson(JsonObject json) {
2494
}
2495
2496
2497
- if (json.get("entities").isArray()) {
+ if (json.get("entities").isArray() || json.get("actors").isArray()) {
2498
entities = new LinkedList<>();
2499
actors = new LinkedList<>();
2500
// Previously poseable entities were stored in the entities array
0 commit comments