mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
fix 2 more migration issues
This commit is contained in:
@@ -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) -> {
|
||||
|
Reference in New Issue
Block a user