Skip to content

Commit

Permalink
🐛 Fix #46 make structure_overrides optional
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Sep 28, 2024
1 parent 04196cd commit d80eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/data/worldgen/dimension/chunk_generator.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct FlatGeneratorSettings {
#[until="1.18.2"]
structures: StructureSettings,
#[since="1.18.2"]
structure_overrides: (
structure_overrides?: (
[#[id(registry="worldgen/structure_set"] string] |
#[id(registry="worldgen/structure_set", tags=allowed)] string |
),
Expand Down

0 comments on commit d80eca3

Please sign in to comment.