diff --git a/utils/tree_gen.py b/utils/tree_gen.py index d2f2a0c..3bc52f1 100644 --- a/utils/tree_gen.py +++ b/utils/tree_gen.py @@ -152,12 +152,13 @@ def generate_tree(folders: str): "atlases": "<:atlas:1188838144351682620>", "blockstates": "<:blockstate:1188838141663125624>", "particles": "<:particle:1188838146385911939>", - "loot_table": "<:loot_table:1281966368626835546>" + "loot_table": "<:loot_table:1281966368626835546>", + "loot_tables": "<:loot_table:1281966368626835546>" } } registries = ["advancement", "banner_pattern", "chat_type", "damage_type", "dimension", "dimension_type", "enchantment", "enchantment_provider", "jukebox_song", "painting_variant", "predicate", "item_modifier", "recipe", "trim_material", "trim_pattern", "wolf_variant", "lang", "models", - "atlases", "blockstates", "particles", "loot_table", + "atlases", "blockstates", "particles", "loot_table","loot_tables", "advancements", "predicates", "item_modifiers", "recipes" ]