diff --git a/public/mcdoc/loot-table-modifier.mcdoc b/public/mcdoc/loot-table-modifier.mcdoc index 51181cdd..12ed2d0f 100644 --- a/public/mcdoc/loot-table-modifier.mcdoc +++ b/public/mcdoc/loot-table-modifier.mcdoc @@ -2,14 +2,8 @@ use ::java::data::loot::LootPool use ::java::data::loot::LootContextType dispatch minecraft:resource[loot-table-modifier:loot_modifier] to struct { - actions: ( - Action | - [Action] - ), - predicates: ( - Predicate | - [Predicate] - ), + actions: [Action], + predicates: [Predicate], } struct Action {