fix 2 more migration issues
This commit is contained in:
parent
d8a7b12368
commit
b347f25afc
2 changed files with 7 additions and 6 deletions
|
@ -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) -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue