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:
@ -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);
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user