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
1 changed files with 4 additions and 1 deletions

View File

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