From 071d56f40f6416ef38230d34c3c101c0e8cba637 Mon Sep 17 00:00:00 2001 From: SuperAnt220 Date: Sun, 15 Sep 2024 14:25:53 +0300 Subject: [PATCH] tree gen quickfix --- utils/tree_gen.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" ]