fix 2 more migration issues

This commit is contained in:
Jake Potrebic
2022-06-09 18:40:07 -07:00
parent d8a7b12368
commit b347f25afc
2 changed files with 7 additions and 6 deletions

View File

@@ -3204,7 +3204,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ value.node("loot-tables").set(prevValue);
+ return path.with(path.size() - 1, "treasure-maps-find-already-discovered").array();
+ })
+ .addAction(path("alt-item-despawn-rate"), (path, value) -> {
+ .addAction(path("alt-item-despawn-rate", "items"), (path, value) -> {
+ if (value.isMap()) {
+ Map<String, Integer> rebuild = new HashMap<>();
+ value.childrenMap().forEach((key, node) -> {