Fix island creation bug

This commit is contained in:
Denyk 2020-03-22 17:25:52 +01:00 committed by Brianna
parent 69b5134f3d
commit 0513ce9ac2

View File

@ -3,11 +3,14 @@ World:
nextAvailableLocation: nextAvailableLocation:
x: 0.0 x: 0.0
z: 0.0 z: 0.0
island_number: 0
Nether: Nether:
nextAvailableLocation: nextAvailableLocation:
x: 0.0 x: 0.0
z: 0.0 z: 0.0
island_number: 0
End: End:
nextAvailableLocation: nextAvailableLocation:
x: 0.0 x: 0.0
z: 0.0 z: 0.0
island_number: 0