Skip to content

Commit

Permalink
ok I forgor a little about tree gen
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAnt220 committed Dec 25, 2024
1 parent 3c7d4fe commit 6b5d19e
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions utils/tree_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,39 +135,39 @@ def generate_tree(folders: str):
"sounds": e.sounds
},
"jsons": {
"advancement": e.advancement,
"banner_pattern": e.banner_pattern,
"chat_type": e.chat_type,
"damage_type": e.damage_type,
"dimension": e.dimension,
"dimension_type": e.dimension_type,
"enchantment": e.enchantment,
"enchantment_provider": e.enchantment,
"advancement": e.advancement_file,
"banner_pattern": e.banner_pattern_file,
"chat_type": e.chat_type_file,
"damage_type": e.damage_type_file,
"dimension": e.dimension_file,
"dimension_type": e.dimension_type_file,
"enchantment": e.enchantment_file,
"enchantment_provider": e.enchantment_file,
"jukebox_song": e.ogg,
"instrument": e.instrument,
"item_modifier": e.item_modifier,
"recipe": e.recipe,
"painting_variant": e.painting_variant,
"predicate": e.predicate,
"trial_spawner": e.trial_spawner,
"trim_pattern": e.trim_pattern,
"trim_material": e.trim_material,
"wolf_variant": e.wolf_variant,
"loot_table": e.loot_table,
"instrument": e.instrument_file,
"item_modifier": e.item_modifier_file,
"recipe": e.recipe_file,
"painting_variant": e.painting_variant_file,
"predicate": e.predicate_file,
"trial_spawner": e.trial_spawner_file,
"trim_pattern": e.trim_pattern_file,
"trim_material": e.trim_material_file,
"wolf_variant": e.wolf_variant_file,
"loot_table": e.loot_table_file,

"advancements": e.advancement,
"item_modifiers": e.item_modifier,
"loot_tables": e.loot_table,
"predicates": e.predicate,
"recipes": e.recipe,
"advancements": e.advancement_file,
"item_modifiers": e.item_modifier_file,
"loot_tables": e.loot_table_file,
"predicates": e.predicate_file,
"recipes": e.recipe_file,

"atlases": e.atlases,
"blockstates": e.blockstates,
"equipment": e.equipment,
"items": e.items,
"atlases": e.atlases_file,
"blockstates": e.blockstates_file,
"equipment": e.equipment_file,
"items": e.items_file,
"lang": e.lang_file,
"models": e.bbmodel,
"particles": e.particles,
"models": e.bbmodel_file,
"particles": e.particles_file,
"post_effects": e.shader_triangle,
"shaders": e.shader_triangle,
}
Expand Down

0 comments on commit 6b5d19e

Please sign in to comment.