mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Fixed layers from V2550 not being added to list (#6541)
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:
parent
fa43132643
commit
3e7769feae
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue