Skip to content

Commit

Permalink
tree gen quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAnt220 committed Sep 15, 2024
1 parent c822fbb commit 071d56f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/tree_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit 071d56f

Please sign in to comment.