Skip to content

Commit

Permalink
leveldat/data.go: Add naturalgeneration field to level data
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC authored Nov 18, 2023
1 parent ea883d6 commit 43bbbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/world/mcdb/leveldat/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ type Data struct {
EditorWorldType int32 `nbt:"editorWorldType"`
PlayersSleepingPercentage int32 `nbt:"playerssleepingpercentage"`
RecipesUnlock bool `nbt:"recipesunlock"`
NaturalGeneration bool `nbt:"naturalgeneration"`
}

// FillDefault fills out d with all the default level.dat values.
Expand Down

0 comments on commit 43bbbd0

Please sign in to comment.