1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-19 11:39:50 +01:00

Fixed layers from V2550 not being added to list ()

Note from Spottedleaf:
Please note that this doesn't fix any problems using dataconverter
because dataconverter does not re-route world gen settings conversion.

Co-authored-by: Callum Seabrook <callum.seabrook@prevarinite.com>
This commit is contained in:
Spottedleaf 2021-09-01 14:25:25 -07:00
parent fa43132643
commit 3e7769feae

View file

@ -13739,6 +13739,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ final MapType<String> layer = Types.NBT.createEmptyMap();
+ layer.setInt("height", heights[i]);
+ layer.setString("block", blocks[i]);
+ layers.addMap(layer);
+ }
+ }
+