Skip to content

Commit

Permalink
🐛 Make override_liquid_settings optional
Browse files Browse the repository at this point in the history
fixes #45
  • Loading branch information
jacobsjo committed Sep 12, 2024
1 parent ce45f56 commit 43bd3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/data/worldgen/template_pool.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dispatch minecraft:template_pool_element[
location: #[id="structure"] string,
processors: ProcessorListRef,
#[since="1.21"]
override_liquid_settings: LiquidSettings,
override_liquid_settings?: LiquidSettings,
}

dispatch minecraft:template_pool_element[list_pool_element] to struct ListElement {
Expand Down

0 comments on commit 43bd3dd

Please sign in to comment.