From c1e1a5c882c933574d059fc212777bd60672d901 Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Tue, 21 Oct 2025 02:02:31 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=86=85=E7=BD=AE?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/command/BukkitCommandManager.java | 3 +- .../DebugGenerateInternalAssetsCommand.java | 159 ++++++++++++++++++ common-files/src/main/resources/commands.yml | 10 +- .../main/resources/internal/atlases/_all.json | 1 - .../resources/internal/atlases/_list.json | 1 - .../internal/atlases/armor_trims.json | 64 ------- .../internal/atlases/banner_patterns.json | 13 -- .../main/resources/internal/atlases/beds.json | 9 - .../resources/internal/atlases/chests.json | 9 - .../internal/atlases/decorated_pot.json | 9 - .../main/resources/internal/atlases/gui.json | 14 -- .../internal/atlases/map_decorations.json | 9 - .../resources/internal/atlases/paintings.json | 9 - .../resources/internal/atlases/particles.json | 9 - .../internal/atlases/shield_patterns.json | 17 -- .../internal/atlases/shulker_boxes.json | 9 - .../resources/internal/atlases/signs.json | 9 - .../main/resources/internal/items/_list.json | 1 - .../internal/models/block/_list.json | 1 - .../resources/internal/models/item/_list.json | 1 - .../internal/models/item/legacy/_list.json | 1 - .../resources/internal/sounds/processed.json | 1 + .../resources/internal/textures/_list.json | 1 - .../internal/textures/block/_list.json | 1 - .../internal/textures/colormap/_list.json | 1 - .../internal/textures/effect/_list.json | 1 - .../internal/textures/entity/_list.json | 1 - .../internal/textures/entity/allay/_list.json | 1 - .../textures/entity/armorstand/_list.json | 1 - .../textures/entity/axolotl/_list.json | 1 - .../textures/entity/banner/_list.json | 1 - .../internal/textures/entity/bear/_list.json | 1 - .../internal/textures/entity/bed/_list.json | 1 - .../internal/textures/entity/bee/_list.json | 1 - .../internal/textures/entity/bell/_list.json | 1 - .../internal/textures/entity/boat/_list.json | 1 - .../textures/entity/breeze/_list.json | 1 - .../internal/textures/entity/camel/_list.json | 1 - .../internal/textures/entity/cat/_list.json | 1 - .../internal/textures/entity/chest/_list.json | 1 - .../textures/entity/chest_boat/_list.json | 1 - .../textures/entity/chicken/_list.json | 1 - .../textures/entity/conduit/_list.json | 1 - .../textures/entity/copper_golem/_list.json | 1 - .../internal/textures/entity/cow/_list.json | 1 - .../textures/entity/creaking/_list.json | 1 - .../textures/entity/creeper/_list.json | 1 - .../textures/entity/decorated_pot/_list.json | 1 - .../textures/entity/end_crystal/_list.json | 1 - .../textures/entity/enderdragon/_list.json | 1 - .../textures/entity/enderman/_list.json | 1 - .../textures/entity/equipment/_list.json | 1 - .../entity/equipment/camel_saddle/_list.json | 1 - .../entity/equipment/donkey_saddle/_list.json | 1 - .../equipment/happy_ghast_body/_list.json | 1 - .../entity/equipment/horse_body/_list.json | 1 - .../entity/equipment/horse_saddle/_list.json | 1 - .../entity/equipment/humanoid/_list.json | 1 - .../equipment/humanoid_leggings/_list.json | 1 - .../entity/equipment/llama_body/_list.json | 1 - .../entity/equipment/mule_saddle/_list.json | 1 - .../entity/equipment/pig_saddle/_list.json | 1 - .../skeleton_horse_saddle/_list.json | 1 - .../equipment/strider_saddle/_list.json | 1 - .../entity/equipment/wings/_list.json | 1 - .../entity/equipment/wolf_body/_list.json | 1 - .../equipment/zombie_horse_saddle/_list.json | 1 - .../internal/textures/entity/fish/_list.json | 1 - .../internal/textures/entity/fox/_list.json | 1 - .../internal/textures/entity/frog/_list.json | 1 - .../internal/textures/entity/ghast/_list.json | 1 - .../internal/textures/entity/goat/_list.json | 1 - .../textures/entity/hoglin/_list.json | 1 - .../internal/textures/entity/horse/_list.json | 1 - .../textures/entity/illager/_list.json | 1 - .../textures/entity/iron_golem/_list.json | 1 - .../internal/textures/entity/llama/_list.json | 1 - .../internal/textures/entity/panda/_list.json | 1 - .../textures/entity/parrot/_list.json | 1 - .../internal/textures/entity/pig/_list.json | 1 - .../textures/entity/piglin/_list.json | 1 - .../textures/entity/player/_list.json | 1 - .../textures/entity/player/slim/_list.json | 1 - .../textures/entity/player/wide/_list.json | 1 - .../textures/entity/projectiles/_list.json | 1 - .../textures/entity/rabbit/_list.json | 1 - .../internal/textures/entity/sheep/_list.json | 1 - .../textures/entity/shield/_list.json | 1 - .../textures/entity/shulker/_list.json | 1 - .../internal/textures/entity/signs/_list.json | 1 - .../textures/entity/signs/hanging/_list.json | 1 - .../textures/entity/skeleton/_list.json | 1 - .../internal/textures/entity/slime/_list.json | 1 - .../textures/entity/sniffer/_list.json | 1 - .../textures/entity/spider/_list.json | 1 - .../internal/textures/entity/squid/_list.json | 1 - .../textures/entity/strider/_list.json | 1 - .../textures/entity/tadpole/_list.json | 1 - .../textures/entity/turtle/_list.json | 1 - .../textures/entity/villager/_list.json | 1 - .../entity/villager/profession/_list.json | 1 - .../villager/profession_level/_list.json | 1 - .../textures/entity/villager/type/_list.json | 1 - .../textures/entity/warden/_list.json | 1 - .../textures/entity/wither/_list.json | 1 - .../internal/textures/entity/wolf/_list.json | 1 - .../textures/entity/zombie/_list.json | 1 - .../entity/zombie_villager/_list.json | 1 - .../zombie_villager/profession/_list.json | 1 - .../profession_level/_list.json | 1 - .../entity/zombie_villager/type/_list.json | 1 - .../internal/textures/environment/_list.json | 1 - .../internal/textures/font/_list.json | 1 - .../internal/textures/gui/_list.json | 1 - .../textures/gui/advancements/_list.json | 1 - .../gui/advancements/backgrounds/_list.json | 1 - .../textures/gui/container/_list.json | 1 - .../container/creative_inventory/_list.json | 1 - .../textures/gui/hanging_signs/_list.json | 1 - .../internal/textures/gui/presets/_list.json | 1 - .../internal/textures/gui/realms/_list.json | 1 - .../internal/textures/gui/sprites/_list.json | 1 - .../gui/sprites/advancements/_list.json | 1 - .../textures/gui/sprites/boss_bar/_list.json | 1 - .../textures/gui/sprites/container/_list.json | 1 - .../gui/sprites/container/anvil/_list.json | 1 - .../gui/sprites/container/beacon/_list.json | 1 - .../container/blast_furnace/_list.json | 1 - .../container/brewing_stand/_list.json | 1 - .../gui/sprites/container/bundle/_list.json | 1 - .../container/cartography_table/_list.json | 1 - .../gui/sprites/container/crafter/_list.json | 1 - .../container/creative_inventory/_list.json | 1 - .../container/enchanting_table/_list.json | 1 - .../gui/sprites/container/furnace/_list.json | 1 - .../sprites/container/grindstone/_list.json | 1 - .../gui/sprites/container/horse/_list.json | 1 - .../sprites/container/inventory/_list.json | 1 - .../gui/sprites/container/loom/_list.json | 1 - .../gui/sprites/container/slot/_list.json | 1 - .../gui/sprites/container/smithing/_list.json | 1 - .../gui/sprites/container/smoker/_list.json | 1 - .../sprites/container/stonecutter/_list.json | 1 - .../gui/sprites/container/villager/_list.json | 1 - .../textures/gui/sprites/dialog/_list.json | 1 - .../gui/sprites/gamemode_switcher/_list.json | 1 - .../textures/gui/sprites/hud/_list.json | 1 - .../textures/gui/sprites/hud/heart/_list.json | 1 - .../sprites/hud/locator_bar_dot/_list.json | 1 - .../textures/gui/sprites/icon/_list.json | 1 - .../gui/sprites/notification/_list.json | 1 - .../gui/sprites/pending_invite/_list.json | 1 - .../gui/sprites/player_list/_list.json | 1 - .../textures/gui/sprites/popup/_list.json | 1 - .../gui/sprites/realm_status/_list.json | 1 - .../gui/sprites/recipe_book/_list.json | 1 - .../gui/sprites/server_list/_list.json | 1 - .../sprites/social_interactions/_list.json | 1 - .../textures/gui/sprites/spectator/_list.json | 1 - .../gui/sprites/statistics/_list.json | 1 - .../textures/gui/sprites/toast/_list.json | 1 - .../textures/gui/sprites/tooltip/_list.json | 1 - .../gui/sprites/transferable_list/_list.json | 1 - .../textures/gui/sprites/widget/_list.json | 1 - .../gui/sprites/world_list/_list.json | 1 - .../internal/textures/gui/title/_list.json | 1 - .../textures/gui/title/background/_list.json | 1 - .../internal/textures/item/_list.json | 1 - .../internal/textures/map/_list.json | 1 - .../textures/map/decorations/_list.json | 1 - .../internal/textures/misc/_list.json | 1 - .../internal/textures/mob_effect/_list.json | 1 - .../internal/textures/painting/_list.json | 1 - .../internal/textures/particle/_list.json | 1 - .../internal/textures/processed.json | 1 + .../internal/textures/trims/_list.json | 1 - .../textures/trims/color_palettes/_list.json | 1 - .../internal/textures/trims/entity/_list.json | 1 - .../textures/trims/entity/humanoid/_list.json | 1 - .../trims/entity/humanoid_leggings/_list.json | 1 - .../internal/textures/trims/items/_list.json | 1 - .../models/item}/_all.json | 0 .../core/pack/AbstractPackManager.java | 46 ++--- .../craftengine/core/util/FileUtils.java | 38 +++++ gradle.properties | 2 +- 185 files changed, 233 insertions(+), 371 deletions(-) create mode 100644 bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/feature/DebugGenerateInternalAssetsCommand.java delete mode 100644 common-files/src/main/resources/internal/atlases/_all.json delete mode 100644 common-files/src/main/resources/internal/atlases/_list.json delete mode 100644 common-files/src/main/resources/internal/atlases/armor_trims.json delete mode 100644 common-files/src/main/resources/internal/atlases/banner_patterns.json delete mode 100644 common-files/src/main/resources/internal/atlases/beds.json delete mode 100644 common-files/src/main/resources/internal/atlases/chests.json delete mode 100644 common-files/src/main/resources/internal/atlases/decorated_pot.json delete mode 100644 common-files/src/main/resources/internal/atlases/gui.json delete mode 100644 common-files/src/main/resources/internal/atlases/map_decorations.json delete mode 100644 common-files/src/main/resources/internal/atlases/paintings.json delete mode 100644 common-files/src/main/resources/internal/atlases/particles.json delete mode 100644 common-files/src/main/resources/internal/atlases/shield_patterns.json delete mode 100644 common-files/src/main/resources/internal/atlases/shulker_boxes.json delete mode 100644 common-files/src/main/resources/internal/atlases/signs.json delete mode 100644 common-files/src/main/resources/internal/items/_list.json delete mode 100644 common-files/src/main/resources/internal/models/block/_list.json delete mode 100644 common-files/src/main/resources/internal/models/item/_list.json delete mode 100644 common-files/src/main/resources/internal/models/item/legacy/_list.json create mode 100644 common-files/src/main/resources/internal/sounds/processed.json delete mode 100644 common-files/src/main/resources/internal/textures/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/block/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/colormap/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/effect/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/allay/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/armorstand/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/axolotl/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/banner/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/bear/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/bed/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/bee/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/bell/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/boat/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/breeze/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/camel/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/cat/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/chest/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/chest_boat/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/chicken/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/conduit/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/copper_golem/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/cow/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/creaking/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/creeper/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/decorated_pot/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/end_crystal/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/enderdragon/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/enderman/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/camel_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/donkey_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/happy_ghast_body/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/horse_body/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/horse_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/humanoid/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/humanoid_leggings/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/llama_body/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/mule_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/pig_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/skeleton_horse_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/strider_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/wings/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/wolf_body/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/equipment/zombie_horse_saddle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/fish/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/fox/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/frog/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/ghast/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/goat/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/hoglin/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/horse/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/illager/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/iron_golem/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/llama/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/panda/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/parrot/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/pig/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/piglin/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/player/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/player/slim/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/player/wide/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/projectiles/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/rabbit/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/sheep/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/shield/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/shulker/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/signs/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/signs/hanging/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/skeleton/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/slime/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/sniffer/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/spider/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/squid/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/strider/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/tadpole/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/turtle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/villager/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/villager/profession/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/villager/profession_level/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/villager/type/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/warden/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/wither/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/wolf/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/zombie/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/zombie_villager/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/zombie_villager/profession/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/zombie_villager/profession_level/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/entity/zombie_villager/type/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/environment/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/font/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/advancements/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/advancements/backgrounds/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/container/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/container/creative_inventory/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/hanging_signs/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/presets/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/realms/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/advancements/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/boss_bar/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/anvil/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/beacon/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/blast_furnace/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/brewing_stand/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/bundle/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/cartography_table/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/crafter/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/creative_inventory/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/enchanting_table/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/furnace/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/grindstone/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/horse/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/inventory/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/loom/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/slot/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/smithing/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/smoker/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/stonecutter/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/container/villager/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/dialog/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/gamemode_switcher/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/hud/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/hud/heart/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/hud/locator_bar_dot/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/icon/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/notification/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/pending_invite/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/player_list/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/popup/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/realm_status/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/recipe_book/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/server_list/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/social_interactions/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/spectator/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/statistics/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/toast/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/tooltip/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/transferable_list/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/widget/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/sprites/world_list/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/title/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/gui/title/background/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/item/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/map/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/map/decorations/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/misc/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/mob_effect/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/painting/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/particle/_list.json create mode 100644 common-files/src/main/resources/internal/textures/processed.json delete mode 100644 common-files/src/main/resources/internal/textures/trims/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/trims/color_palettes/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/trims/entity/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/trims/entity/humanoid/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/trims/entity/humanoid_leggings/_list.json delete mode 100644 common-files/src/main/resources/internal/textures/trims/items/_list.json rename common-files/src/main/resources/{internal/models/item/legacy => legacy_internal/models/item}/_all.json (100%) diff --git a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/BukkitCommandManager.java b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/BukkitCommandManager.java index aa3cf9baa..27dbb0857 100644 --- a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/BukkitCommandManager.java +++ b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/BukkitCommandManager.java @@ -62,7 +62,8 @@ public class BukkitCommandManager extends AbstractCommandManager new UploadPackCommand(this, plugin), new SendResourcePackCommand(this, plugin), new DebugSaveDefaultResourcesCommand(this, plugin), - new DebugCleanCacheCommand(this, plugin) + new DebugCleanCacheCommand(this, plugin), + new DebugGenerateInternalAssetsCommand(this, plugin) // new OverrideGiveCommand(this, plugin) )); final LegacyPaperCommandManager manager = (LegacyPaperCommandManager) getCommandManager(); diff --git a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/feature/DebugGenerateInternalAssetsCommand.java b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/feature/DebugGenerateInternalAssetsCommand.java new file mode 100644 index 000000000..c92fcea03 --- /dev/null +++ b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/plugin/command/feature/DebugGenerateInternalAssetsCommand.java @@ -0,0 +1,159 @@ +package net.momirealms.craftengine.bukkit.plugin.command.feature; + +import com.google.gson.*; +import net.momirealms.craftengine.bukkit.plugin.command.BukkitCommandFeature; +import net.momirealms.craftengine.core.plugin.CraftEngine; +import net.momirealms.craftengine.core.plugin.command.CraftEngineCommandManager; +import net.momirealms.craftengine.core.util.FileUtils; +import net.momirealms.craftengine.core.util.GsonHelper; +import org.bukkit.command.CommandSender; +import org.incendo.cloud.Command; +import org.incendo.cloud.parser.standard.StringParser; + +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.nio.file.Files; +import java.nio.file.Path; +import java.nio.file.StandardCopyOption; +import java.util.List; +import java.util.function.Consumer; + +public class DebugGenerateInternalAssetsCommand extends BukkitCommandFeature { + + public DebugGenerateInternalAssetsCommand(CraftEngineCommandManager commandManager, CraftEngine plugin) { + super(commandManager, plugin); + } + + @Override + public Command.Builder assembleCommand(org.incendo.cloud.CommandManager manager, Command.Builder builder) { + return builder + .required("path", StringParser.stringParser()) + .handler(context -> { + // 这里指向的完整的minecraft原版资源包文件夹路径 + String pathName = context.get("path"); + Path resourcePackPath = this.plugin().dataFolderPath().resolve(pathName); + if (!Files.exists(resourcePackPath)) { + context.sender().sendMessage("Could not find path: " + resourcePackPath); + return; + } + Path assetsPath = resourcePackPath.resolve("assets"); + Path internalPath = resourcePackPath.resolve("internal"); + if (!Files.exists(assetsPath)) { + context.sender().sendMessage("Could not find path: " + assetsPath); + return; + } + Path minecraftNamespacePath = assetsPath.resolve("minecraft"); + if (!Files.exists(minecraftNamespacePath)) { + context.sender().sendMessage("Could not find path: " + minecraftNamespacePath); + return; + } + + // 复制atlas + { + Path atlasPath = minecraftNamespacePath.resolve("atlases").resolve("blocks.json"); + Path assetsAtlasPath = internalPath.resolve("atlases").resolve("blocks.json"); + try { + Files.createDirectories(assetsAtlasPath.getParent()); + Files.copy(atlasPath, assetsAtlasPath, StandardCopyOption.REPLACE_EXISTING); + } catch (IOException e) { + plugin().logger().warn("Failed to copy atlas file", e); + } + } + + // 复制sounds + { + Path soundPath = minecraftNamespacePath.resolve("sounds.json"); + if (Files.exists(soundPath)) { + Path targetSoundPath = internalPath.resolve("sounds.json"); + try { + Files.createDirectories(targetSoundPath.getParent()); + Files.copy(soundPath, targetSoundPath, StandardCopyOption.REPLACE_EXISTING); + } catch (IOException e) { + plugin().logger().warn("Failed to create internal sounds file", e); + } + } + } + + // 复制items + { + Path allPath = minecraftNamespacePath.resolve("items").resolve("_all.json"); + Path targetAllPath = internalPath.resolve("items").resolve("_all.json"); + try { + if (Files.exists(allPath)) { + Files.createDirectories(targetAllPath.getParent()); + Files.copy(allPath, targetAllPath, StandardCopyOption.REPLACE_EXISTING); + } + } catch (IOException e) { + plugin().logger().warn("Failed to create internal items file", e); + } + } + + // 复制models + { + for (String name : List.of("block", "item")) { + Path allPath = minecraftNamespacePath.resolve("models").resolve(name).resolve("_all.json"); + Path targetAllPath = internalPath.resolve("models").resolve(name).resolve("_all.json"); + try { + if (Files.exists(allPath)) { + Files.createDirectories(targetAllPath.getParent()); + Files.copy(allPath, targetAllPath, StandardCopyOption.REPLACE_EXISTING); + } + } catch (IOException e) { + plugin().logger().warn("Failed to create internal models file", e); + } + } + } + + // 收集textures + JsonArray allTextures = new JsonArray(); + collectListJson(minecraftNamespacePath.resolve("textures"), "", allTextures::add); + try { + Path resolve = internalPath.resolve("textures/processed.json"); + Files.createDirectories(resolve.getParent()); + GsonHelper.writeJsonFile(allTextures, resolve); + } catch (IOException e) { + plugin().logger().warn("Failed to collect textures", e); + } + + // 收集sounds + JsonArray allSounds = new JsonArray(); + collectListJson(minecraftNamespacePath.resolve("sounds"), "", allSounds::add); + try { + Path resolve = internalPath.resolve("sounds/processed.json"); + Files.createDirectories(resolve.getParent()); + GsonHelper.writeJsonFile(allSounds, resolve); + } catch (IOException e) { + plugin().logger().warn("Failed to collect textures", e); + } + + context.sender().sendMessage("Done"); + }); + } + + @Override + public String getFeatureID() { + return "debug_generate_internal_assets"; + } + + private void collectListJson(Path folder, String prefix, Consumer callback) { + try (InputStream inputStream = Files.newInputStream(folder.resolve("_list.json"))) { + String s = prefix.isEmpty() ? "" : (prefix + "/"); + JsonObject listJson = JsonParser.parseReader(new InputStreamReader(inputStream)).getAsJsonObject(); + JsonArray fileList = listJson.getAsJsonArray("files"); + for (JsonElement element : fileList) { + if (element instanceof JsonPrimitive primitive) { + callback.accept(s + FileUtils.pathWithoutExtension(primitive.getAsString())); + } + } + JsonArray directoryList = listJson.getAsJsonArray("directories"); + for (JsonElement element : directoryList) { + if (element instanceof JsonPrimitive primitive) { + collectListJson(folder.resolve(primitive.getAsString()), s + primitive.getAsString(), callback); + } + } + } catch (IOException e) { + this.plugin().logger().warn("Failed to load _list.json" + folder, e); + } + } +} diff --git a/common-files/src/main/resources/commands.yml b/common-files/src/main/resources/commands.yml index f4f3a27ac..f2ca1e16b 100644 --- a/common-files/src/main/resources/commands.yml +++ b/common-files/src/main/resources/commands.yml @@ -7,8 +7,7 @@ config-version: "${config_version}" # For safety reasons, editing this file requires a restart to apply # -# A command to reload the plugin -# Usage: [COMMAND] +# https://xiao-momi.github.io/craft-engine-wiki/reference/commands reload: enable: true permission: ce.command.admin.reload @@ -231,6 +230,13 @@ debug_clean_cache: - /craftengine debug clean-cache - /ce debug clean-cache +debug_generate_internal_assets: + enable: false + permission: ce.command.debug.generate_internal_assets + usage: + - /craftengine debug generate-internal-assets + - /ce debug generate-internal-assets + debug_test: enable: true permission: ce.command.debug.test diff --git a/common-files/src/main/resources/internal/atlases/_all.json b/common-files/src/main/resources/internal/atlases/_all.json deleted file mode 100644 index 1638776eb..000000000 --- a/common-files/src/main/resources/internal/atlases/_all.json +++ /dev/null @@ -1 +0,0 @@ -{"armor_trims":{"sources":[{"type":"minecraft:paletted_permutations","palette_key":"minecraft:trims/color_palettes/trim_palette","permutations":{"amethyst":"minecraft:trims/color_palettes/amethyst","copper":"minecraft:trims/color_palettes/copper","copper_darker":"minecraft:trims/color_palettes/copper_darker","diamond":"minecraft:trims/color_palettes/diamond","diamond_darker":"minecraft:trims/color_palettes/diamond_darker","emerald":"minecraft:trims/color_palettes/emerald","gold":"minecraft:trims/color_palettes/gold","gold_darker":"minecraft:trims/color_palettes/gold_darker","iron":"minecraft:trims/color_palettes/iron","iron_darker":"minecraft:trims/color_palettes/iron_darker","lapis":"minecraft:trims/color_palettes/lapis","netherite":"minecraft:trims/color_palettes/netherite","netherite_darker":"minecraft:trims/color_palettes/netherite_darker","quartz":"minecraft:trims/color_palettes/quartz","redstone":"minecraft:trims/color_palettes/redstone","resin":"minecraft:trims/color_palettes/resin"},"textures":["minecraft:trims/entity/humanoid/sentry","minecraft:trims/entity/humanoid_leggings/sentry","minecraft:trims/entity/humanoid/dune","minecraft:trims/entity/humanoid_leggings/dune","minecraft:trims/entity/humanoid/coast","minecraft:trims/entity/humanoid_leggings/coast","minecraft:trims/entity/humanoid/wild","minecraft:trims/entity/humanoid_leggings/wild","minecraft:trims/entity/humanoid/ward","minecraft:trims/entity/humanoid_leggings/ward","minecraft:trims/entity/humanoid/eye","minecraft:trims/entity/humanoid_leggings/eye","minecraft:trims/entity/humanoid/vex","minecraft:trims/entity/humanoid_leggings/vex","minecraft:trims/entity/humanoid/tide","minecraft:trims/entity/humanoid_leggings/tide","minecraft:trims/entity/humanoid/snout","minecraft:trims/entity/humanoid_leggings/snout","minecraft:trims/entity/humanoid/rib","minecraft:trims/entity/humanoid_leggings/rib","minecraft:trims/entity/humanoid/spire","minecraft:trims/entity/humanoid_leggings/spire","minecraft:trims/entity/humanoid/wayfinder","minecraft:trims/entity/humanoid_leggings/wayfinder","minecraft:trims/entity/humanoid/shaper","minecraft:trims/entity/humanoid_leggings/shaper","minecraft:trims/entity/humanoid/silence","minecraft:trims/entity/humanoid_leggings/silence","minecraft:trims/entity/humanoid/raiser","minecraft:trims/entity/humanoid_leggings/raiser","minecraft:trims/entity/humanoid/host","minecraft:trims/entity/humanoid_leggings/host","minecraft:trims/entity/humanoid/flow","minecraft:trims/entity/humanoid_leggings/flow","minecraft:trims/entity/humanoid/bolt","minecraft:trims/entity/humanoid_leggings/bolt"]}]},"banner_patterns":{"sources":[{"type":"minecraft:single","resource":"minecraft:entity/banner_base"},{"type":"minecraft:directory","prefix":"entity/banner/","source":"entity/banner"}]},"beds":{"sources":[{"type":"minecraft:directory","prefix":"entity/bed/","source":"entity/bed"}]},"blocks":{"sources":[{"type":"minecraft:directory","prefix":"block/","source":"block"},{"type":"minecraft:directory","prefix":"item/","source":"item"},{"type":"minecraft:directory","prefix":"entity/conduit/","source":"entity/conduit"},{"type":"minecraft:single","resource":"minecraft:entity/bell/bell_body"},{"type":"minecraft:single","resource":"minecraft:entity/decorated_pot/decorated_pot_side"},{"type":"minecraft:single","resource":"minecraft:entity/enchanting_table_book"},{"type":"minecraft:paletted_permutations","palette_key":"minecraft:trims/color_palettes/trim_palette","permutations":{"amethyst":"minecraft:trims/color_palettes/amethyst","copper":"minecraft:trims/color_palettes/copper","copper_darker":"minecraft:trims/color_palettes/copper_darker","diamond":"minecraft:trims/color_palettes/diamond","diamond_darker":"minecraft:trims/color_palettes/diamond_darker","emerald":"minecraft:trims/color_palettes/emerald","gold":"minecraft:trims/color_palettes/gold","gold_darker":"minecraft:trims/color_palettes/gold_darker","iron":"minecraft:trims/color_palettes/iron","iron_darker":"minecraft:trims/color_palettes/iron_darker","lapis":"minecraft:trims/color_palettes/lapis","netherite":"minecraft:trims/color_palettes/netherite","netherite_darker":"minecraft:trims/color_palettes/netherite_darker","quartz":"minecraft:trims/color_palettes/quartz","redstone":"minecraft:trims/color_palettes/redstone","resin":"minecraft:trims/color_palettes/resin"},"textures":["minecraft:trims/items/helmet_trim","minecraft:trims/items/chestplate_trim","minecraft:trims/items/leggings_trim","minecraft:trims/items/boots_trim"]}]},"chests":{"sources":[{"type":"minecraft:directory","prefix":"entity/chest/","source":"entity/chest"}]},"decorated_pot":{"sources":[{"type":"minecraft:directory","prefix":"entity/decorated_pot/","source":"entity/decorated_pot"}]},"gui":{"sources":[{"type":"minecraft:directory","prefix":"","source":"gui/sprites"},{"type":"minecraft:directory","prefix":"mob_effect/","source":"mob_effect"}]},"map_decorations":{"sources":[{"type":"minecraft:directory","prefix":"","source":"map/decorations"}]},"paintings":{"sources":[{"type":"minecraft:directory","prefix":"","source":"painting"}]},"particles":{"sources":[{"type":"minecraft:directory","prefix":"","source":"particle"}]},"shield_patterns":{"sources":[{"type":"minecraft:single","resource":"minecraft:entity/shield_base"},{"type":"minecraft:single","resource":"minecraft:entity/shield_base_nopattern"},{"type":"minecraft:directory","prefix":"entity/shield/","source":"entity/shield"}]},"shulker_boxes":{"sources":[{"type":"minecraft:directory","prefix":"entity/shulker/","source":"entity/shulker"}]},"signs":{"sources":[{"type":"minecraft:directory","prefix":"entity/signs/","source":"entity/signs"}]}} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/_list.json b/common-files/src/main/resources/internal/atlases/_list.json deleted file mode 100644 index 5e3c3a0f3..000000000 --- a/common-files/src/main/resources/internal/atlases/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["armor_trims.json","banner_patterns.json","beds.json","blocks.json","chests.json","decorated_pot.json","gui.json","map_decorations.json","paintings.json","particles.json","shield_patterns.json","shulker_boxes.json","signs.json"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/armor_trims.json b/common-files/src/main/resources/internal/atlases/armor_trims.json deleted file mode 100644 index 26f3e9d2d..000000000 --- a/common-files/src/main/resources/internal/atlases/armor_trims.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:paletted_permutations", - "palette_key": "minecraft:trims/color_palettes/trim_palette", - "permutations": { - "amethyst": "minecraft:trims/color_palettes/amethyst", - "copper": "minecraft:trims/color_palettes/copper", - "copper_darker": "minecraft:trims/color_palettes/copper_darker", - "diamond": "minecraft:trims/color_palettes/diamond", - "diamond_darker": "minecraft:trims/color_palettes/diamond_darker", - "emerald": "minecraft:trims/color_palettes/emerald", - "gold": "minecraft:trims/color_palettes/gold", - "gold_darker": "minecraft:trims/color_palettes/gold_darker", - "iron": "minecraft:trims/color_palettes/iron", - "iron_darker": "minecraft:trims/color_palettes/iron_darker", - "lapis": "minecraft:trims/color_palettes/lapis", - "netherite": "minecraft:trims/color_palettes/netherite", - "netherite_darker": "minecraft:trims/color_palettes/netherite_darker", - "quartz": "minecraft:trims/color_palettes/quartz", - "redstone": "minecraft:trims/color_palettes/redstone", - "resin": "minecraft:trims/color_palettes/resin" - }, - "textures": [ - "minecraft:trims/entity/humanoid/sentry", - "minecraft:trims/entity/humanoid_leggings/sentry", - "minecraft:trims/entity/humanoid/dune", - "minecraft:trims/entity/humanoid_leggings/dune", - "minecraft:trims/entity/humanoid/coast", - "minecraft:trims/entity/humanoid_leggings/coast", - "minecraft:trims/entity/humanoid/wild", - "minecraft:trims/entity/humanoid_leggings/wild", - "minecraft:trims/entity/humanoid/ward", - "minecraft:trims/entity/humanoid_leggings/ward", - "minecraft:trims/entity/humanoid/eye", - "minecraft:trims/entity/humanoid_leggings/eye", - "minecraft:trims/entity/humanoid/vex", - "minecraft:trims/entity/humanoid_leggings/vex", - "minecraft:trims/entity/humanoid/tide", - "minecraft:trims/entity/humanoid_leggings/tide", - "minecraft:trims/entity/humanoid/snout", - "minecraft:trims/entity/humanoid_leggings/snout", - "minecraft:trims/entity/humanoid/rib", - "minecraft:trims/entity/humanoid_leggings/rib", - "minecraft:trims/entity/humanoid/spire", - "minecraft:trims/entity/humanoid_leggings/spire", - "minecraft:trims/entity/humanoid/wayfinder", - "minecraft:trims/entity/humanoid_leggings/wayfinder", - "minecraft:trims/entity/humanoid/shaper", - "minecraft:trims/entity/humanoid_leggings/shaper", - "minecraft:trims/entity/humanoid/silence", - "minecraft:trims/entity/humanoid_leggings/silence", - "minecraft:trims/entity/humanoid/raiser", - "minecraft:trims/entity/humanoid_leggings/raiser", - "minecraft:trims/entity/humanoid/host", - "minecraft:trims/entity/humanoid_leggings/host", - "minecraft:trims/entity/humanoid/flow", - "minecraft:trims/entity/humanoid_leggings/flow", - "minecraft:trims/entity/humanoid/bolt", - "minecraft:trims/entity/humanoid_leggings/bolt" - ] - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/banner_patterns.json b/common-files/src/main/resources/internal/atlases/banner_patterns.json deleted file mode 100644 index b683a9828..000000000 --- a/common-files/src/main/resources/internal/atlases/banner_patterns.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:single", - "resource": "minecraft:entity/banner_base" - }, - { - "type": "minecraft:directory", - "prefix": "entity/banner/", - "source": "entity/banner" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/beds.json b/common-files/src/main/resources/internal/atlases/beds.json deleted file mode 100644 index d2e798a5e..000000000 --- a/common-files/src/main/resources/internal/atlases/beds.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "entity/bed/", - "source": "entity/bed" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/chests.json b/common-files/src/main/resources/internal/atlases/chests.json deleted file mode 100644 index 81a68b1ca..000000000 --- a/common-files/src/main/resources/internal/atlases/chests.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "entity/chest/", - "source": "entity/chest" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/decorated_pot.json b/common-files/src/main/resources/internal/atlases/decorated_pot.json deleted file mode 100644 index 57356d985..000000000 --- a/common-files/src/main/resources/internal/atlases/decorated_pot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "entity/decorated_pot/", - "source": "entity/decorated_pot" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/gui.json b/common-files/src/main/resources/internal/atlases/gui.json deleted file mode 100644 index 1ad438f00..000000000 --- a/common-files/src/main/resources/internal/atlases/gui.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "", - "source": "gui/sprites" - }, - { - "type": "minecraft:directory", - "prefix": "mob_effect/", - "source": "mob_effect" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/map_decorations.json b/common-files/src/main/resources/internal/atlases/map_decorations.json deleted file mode 100644 index f5cf7910d..000000000 --- a/common-files/src/main/resources/internal/atlases/map_decorations.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "", - "source": "map/decorations" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/paintings.json b/common-files/src/main/resources/internal/atlases/paintings.json deleted file mode 100644 index 1345d6d1e..000000000 --- a/common-files/src/main/resources/internal/atlases/paintings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "", - "source": "painting" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/particles.json b/common-files/src/main/resources/internal/atlases/particles.json deleted file mode 100644 index 18229aff0..000000000 --- a/common-files/src/main/resources/internal/atlases/particles.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "", - "source": "particle" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/shield_patterns.json b/common-files/src/main/resources/internal/atlases/shield_patterns.json deleted file mode 100644 index 77793ed1b..000000000 --- a/common-files/src/main/resources/internal/atlases/shield_patterns.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:single", - "resource": "minecraft:entity/shield_base" - }, - { - "type": "minecraft:single", - "resource": "minecraft:entity/shield_base_nopattern" - }, - { - "type": "minecraft:directory", - "prefix": "entity/shield/", - "source": "entity/shield" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/shulker_boxes.json b/common-files/src/main/resources/internal/atlases/shulker_boxes.json deleted file mode 100644 index d4ecef71e..000000000 --- a/common-files/src/main/resources/internal/atlases/shulker_boxes.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "entity/shulker/", - "source": "entity/shulker" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/atlases/signs.json b/common-files/src/main/resources/internal/atlases/signs.json deleted file mode 100644 index 1f34aaa1a..000000000 --- a/common-files/src/main/resources/internal/atlases/signs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "minecraft:directory", - "prefix": "entity/signs/", - "source": "entity/signs" - } - ] -} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/items/_list.json b/common-files/src/main/resources/internal/items/_list.json deleted file mode 100644 index 6987d6aa6..000000000 --- a/common-files/src/main/resources/internal/items/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia_boat.json","acacia_button.json","acacia_chest_boat.json","acacia_door.json","acacia_fence.json","acacia_fence_gate.json","acacia_hanging_sign.json","acacia_leaves.json","acacia_log.json","acacia_planks.json","acacia_pressure_plate.json","acacia_sapling.json","acacia_shelf.json","acacia_sign.json","acacia_slab.json","acacia_stairs.json","acacia_trapdoor.json","acacia_wood.json","activator_rail.json","air.json","allay_spawn_egg.json","allium.json","amethyst_block.json","amethyst_cluster.json","amethyst_shard.json","ancient_debris.json","andesite.json","andesite_slab.json","andesite_stairs.json","andesite_wall.json","angler_pottery_sherd.json","anvil.json","apple.json","archer_pottery_sherd.json","armadillo_scute.json","armadillo_spawn_egg.json","armor_stand.json","arms_up_pottery_sherd.json","arrow.json","axolotl_bucket.json","axolotl_spawn_egg.json","azalea.json","azalea_leaves.json","azure_bluet.json","baked_potato.json","bamboo.json","bamboo_block.json","bamboo_button.json","bamboo_chest_raft.json","bamboo_door.json","bamboo_fence.json","bamboo_fence_gate.json","bamboo_hanging_sign.json","bamboo_mosaic.json","bamboo_mosaic_slab.json","bamboo_mosaic_stairs.json","bamboo_planks.json","bamboo_pressure_plate.json","bamboo_raft.json","bamboo_shelf.json","bamboo_sign.json","bamboo_slab.json","bamboo_stairs.json","bamboo_trapdoor.json","barrel.json","barrier.json","basalt.json","bat_spawn_egg.json","beacon.json","bedrock.json","bee_nest.json","bee_spawn_egg.json","beef.json","beehive.json","beetroot.json","beetroot_seeds.json","beetroot_soup.json","bell.json","big_dripleaf.json","birch_boat.json","birch_button.json","birch_chest_boat.json","birch_door.json","birch_fence.json","birch_fence_gate.json","birch_hanging_sign.json","birch_leaves.json","birch_log.json","birch_planks.json","birch_pressure_plate.json","birch_sapling.json","birch_shelf.json","birch_sign.json","birch_slab.json","birch_stairs.json","birch_trapdoor.json","birch_wood.json","black_banner.json","black_bed.json","black_bundle.json","black_candle.json","black_carpet.json","black_concrete.json","black_concrete_powder.json","black_dye.json","black_glazed_terracotta.json","black_harness.json","black_shulker_box.json","black_stained_glass.json","black_stained_glass_pane.json","black_terracotta.json","black_wool.json","blackstone.json","blackstone_slab.json","blackstone_stairs.json","blackstone_wall.json","blade_pottery_sherd.json","blast_furnace.json","blaze_powder.json","blaze_rod.json","blaze_spawn_egg.json","blue_banner.json","blue_bed.json","blue_bundle.json","blue_candle.json","blue_carpet.json","blue_concrete.json","blue_concrete_powder.json","blue_dye.json","blue_egg.json","blue_glazed_terracotta.json","blue_harness.json","blue_ice.json","blue_orchid.json","blue_shulker_box.json","blue_stained_glass.json","blue_stained_glass_pane.json","blue_terracotta.json","blue_wool.json","bogged_spawn_egg.json","bolt_armor_trim_smithing_template.json","bone.json","bone_block.json","bone_meal.json","book.json","bookshelf.json","bordure_indented_banner_pattern.json","bow.json","bowl.json","brain_coral.json","brain_coral_block.json","brain_coral_fan.json","bread.json","breeze_rod.json","breeze_spawn_egg.json","brewer_pottery_sherd.json","brewing_stand.json","brick.json","brick_slab.json","brick_stairs.json","brick_wall.json","bricks.json","brown_banner.json","brown_bed.json","brown_bundle.json","brown_candle.json","brown_carpet.json","brown_concrete.json","brown_concrete_powder.json","brown_dye.json","brown_egg.json","brown_glazed_terracotta.json","brown_harness.json","brown_mushroom.json","brown_mushroom_block.json","brown_shulker_box.json","brown_stained_glass.json","brown_stained_glass_pane.json","brown_terracotta.json","brown_wool.json","brush.json","bubble_coral.json","bubble_coral_block.json","bubble_coral_fan.json","bucket.json","budding_amethyst.json","bundle.json","burn_pottery_sherd.json","bush.json","cactus.json","cactus_flower.json","cake.json","calcite.json","calibrated_sculk_sensor.json","camel_spawn_egg.json","campfire.json","candle.json","carrot.json","carrot_on_a_stick.json","cartography_table.json","carved_pumpkin.json","cat_spawn_egg.json","cauldron.json","cave_spider_spawn_egg.json","chain_command_block.json","chainmail_boots.json","chainmail_chestplate.json","chainmail_helmet.json","chainmail_leggings.json","charcoal.json","cherry_boat.json","cherry_button.json","cherry_chest_boat.json","cherry_door.json","cherry_fence.json","cherry_fence_gate.json","cherry_hanging_sign.json","cherry_leaves.json","cherry_log.json","cherry_planks.json","cherry_pressure_plate.json","cherry_sapling.json","cherry_shelf.json","cherry_sign.json","cherry_slab.json","cherry_stairs.json","cherry_trapdoor.json","cherry_wood.json","chest.json","chest_minecart.json","chicken.json","chicken_spawn_egg.json","chipped_anvil.json","chiseled_bookshelf.json","chiseled_copper.json","chiseled_deepslate.json","chiseled_nether_bricks.json","chiseled_polished_blackstone.json","chiseled_quartz_block.json","chiseled_red_sandstone.json","chiseled_resin_bricks.json","chiseled_sandstone.json","chiseled_stone_bricks.json","chiseled_tuff.json","chiseled_tuff_bricks.json","chorus_flower.json","chorus_fruit.json","chorus_plant.json","clay.json","clay_ball.json","clock.json","closed_eyeblossom.json","coal.json","coal_block.json","coal_ore.json","coarse_dirt.json","coast_armor_trim_smithing_template.json","cobbled_deepslate.json","cobbled_deepslate_slab.json","cobbled_deepslate_stairs.json","cobbled_deepslate_wall.json","cobblestone.json","cobblestone_slab.json","cobblestone_stairs.json","cobblestone_wall.json","cobweb.json","cocoa_beans.json","cod.json","cod_bucket.json","cod_spawn_egg.json","command_block.json","command_block_minecart.json","comparator.json","compass.json","composter.json","conduit.json","cooked_beef.json","cooked_chicken.json","cooked_cod.json","cooked_mutton.json","cooked_porkchop.json","cooked_rabbit.json","cooked_salmon.json","cookie.json","copper_axe.json","copper_bars.json","copper_block.json","copper_boots.json","copper_bulb.json","copper_chain.json","copper_chest.json","copper_chestplate.json","copper_door.json","copper_golem_spawn_egg.json","copper_golem_statue.json","copper_grate.json","copper_helmet.json","copper_hoe.json","copper_horse_armor.json","copper_ingot.json","copper_lantern.json","copper_leggings.json","copper_nugget.json","copper_ore.json","copper_pickaxe.json","copper_shovel.json","copper_sword.json","copper_torch.json","copper_trapdoor.json","cornflower.json","cow_spawn_egg.json","cracked_deepslate_bricks.json","cracked_deepslate_tiles.json","cracked_nether_bricks.json","cracked_polished_blackstone_bricks.json","cracked_stone_bricks.json","crafter.json","crafting_table.json","creaking_heart.json","creaking_spawn_egg.json","creeper_banner_pattern.json","creeper_head.json","creeper_spawn_egg.json","crimson_button.json","crimson_door.json","crimson_fence.json","crimson_fence_gate.json","crimson_fungus.json","crimson_hanging_sign.json","crimson_hyphae.json","crimson_nylium.json","crimson_planks.json","crimson_pressure_plate.json","crimson_roots.json","crimson_shelf.json","crimson_sign.json","crimson_slab.json","crimson_stairs.json","crimson_stem.json","crimson_trapdoor.json","crossbow.json","crying_obsidian.json","cut_copper.json","cut_copper_slab.json","cut_copper_stairs.json","cut_red_sandstone.json","cut_red_sandstone_slab.json","cut_sandstone.json","cut_sandstone_slab.json","cyan_banner.json","cyan_bed.json","cyan_bundle.json","cyan_candle.json","cyan_carpet.json","cyan_concrete.json","cyan_concrete_powder.json","cyan_dye.json","cyan_glazed_terracotta.json","cyan_harness.json","cyan_shulker_box.json","cyan_stained_glass.json","cyan_stained_glass_pane.json","cyan_terracotta.json","cyan_wool.json","damaged_anvil.json","dandelion.json","danger_pottery_sherd.json","dark_oak_boat.json","dark_oak_button.json","dark_oak_chest_boat.json","dark_oak_door.json","dark_oak_fence.json","dark_oak_fence_gate.json","dark_oak_hanging_sign.json","dark_oak_leaves.json","dark_oak_log.json","dark_oak_planks.json","dark_oak_pressure_plate.json","dark_oak_sapling.json","dark_oak_shelf.json","dark_oak_sign.json","dark_oak_slab.json","dark_oak_stairs.json","dark_oak_trapdoor.json","dark_oak_wood.json","dark_prismarine.json","dark_prismarine_slab.json","dark_prismarine_stairs.json","daylight_detector.json","dead_brain_coral.json","dead_brain_coral_block.json","dead_brain_coral_fan.json","dead_bubble_coral.json","dead_bubble_coral_block.json","dead_bubble_coral_fan.json","dead_bush.json","dead_fire_coral.json","dead_fire_coral_block.json","dead_fire_coral_fan.json","dead_horn_coral.json","dead_horn_coral_block.json","dead_horn_coral_fan.json","dead_tube_coral.json","dead_tube_coral_block.json","dead_tube_coral_fan.json","debug_stick.json","decorated_pot.json","deepslate.json","deepslate_brick_slab.json","deepslate_brick_stairs.json","deepslate_brick_wall.json","deepslate_bricks.json","deepslate_coal_ore.json","deepslate_copper_ore.json","deepslate_diamond_ore.json","deepslate_emerald_ore.json","deepslate_gold_ore.json","deepslate_iron_ore.json","deepslate_lapis_ore.json","deepslate_redstone_ore.json","deepslate_tile_slab.json","deepslate_tile_stairs.json","deepslate_tile_wall.json","deepslate_tiles.json","detector_rail.json","diamond.json","diamond_axe.json","diamond_block.json","diamond_boots.json","diamond_chestplate.json","diamond_helmet.json","diamond_hoe.json","diamond_horse_armor.json","diamond_leggings.json","diamond_ore.json","diamond_pickaxe.json","diamond_shovel.json","diamond_sword.json","diorite.json","diorite_slab.json","diorite_stairs.json","diorite_wall.json","dirt.json","dirt_path.json","disc_fragment_5.json","dispenser.json","dolphin_spawn_egg.json","donkey_spawn_egg.json","dragon_breath.json","dragon_egg.json","dragon_head.json","dried_ghast.json","dried_kelp.json","dried_kelp_block.json","dripstone_block.json","dropper.json","drowned_spawn_egg.json","dune_armor_trim_smithing_template.json","echo_shard.json","egg.json","elder_guardian_spawn_egg.json","elytra.json","emerald.json","emerald_block.json","emerald_ore.json","enchanted_book.json","enchanted_golden_apple.json","enchanting_table.json","end_crystal.json","end_portal_frame.json","end_rod.json","end_stone.json","end_stone_brick_slab.json","end_stone_brick_stairs.json","end_stone_brick_wall.json","end_stone_bricks.json","ender_chest.json","ender_dragon_spawn_egg.json","ender_eye.json","ender_pearl.json","enderman_spawn_egg.json","endermite_spawn_egg.json","evoker_spawn_egg.json","experience_bottle.json","explorer_pottery_sherd.json","exposed_chiseled_copper.json","exposed_copper.json","exposed_copper_bars.json","exposed_copper_bulb.json","exposed_copper_chain.json","exposed_copper_chest.json","exposed_copper_door.json","exposed_copper_golem_statue.json","exposed_copper_grate.json","exposed_copper_lantern.json","exposed_copper_trapdoor.json","exposed_cut_copper.json","exposed_cut_copper_slab.json","exposed_cut_copper_stairs.json","exposed_lightning_rod.json","eye_armor_trim_smithing_template.json","farmland.json","feather.json","fermented_spider_eye.json","fern.json","field_masoned_banner_pattern.json","filled_map.json","fire_charge.json","fire_coral.json","fire_coral_block.json","fire_coral_fan.json","firefly_bush.json","firework_rocket.json","firework_star.json","fishing_rod.json","fletching_table.json","flint.json","flint_and_steel.json","flow_armor_trim_smithing_template.json","flow_banner_pattern.json","flow_pottery_sherd.json","flower_banner_pattern.json","flower_pot.json","flowering_azalea.json","flowering_azalea_leaves.json","fox_spawn_egg.json","friend_pottery_sherd.json","frog_spawn_egg.json","frogspawn.json","furnace.json","furnace_minecart.json","ghast_spawn_egg.json","ghast_tear.json","gilded_blackstone.json","glass.json","glass_bottle.json","glass_pane.json","glistering_melon_slice.json","globe_banner_pattern.json","glow_berries.json","glow_ink_sac.json","glow_item_frame.json","glow_lichen.json","glow_squid_spawn_egg.json","glowstone.json","glowstone_dust.json","goat_horn.json","goat_spawn_egg.json","gold_block.json","gold_ingot.json","gold_nugget.json","gold_ore.json","golden_apple.json","golden_axe.json","golden_boots.json","golden_carrot.json","golden_chestplate.json","golden_helmet.json","golden_hoe.json","golden_horse_armor.json","golden_leggings.json","golden_pickaxe.json","golden_shovel.json","golden_sword.json","granite.json","granite_slab.json","granite_stairs.json","granite_wall.json","grass_block.json","gravel.json","gray_banner.json","gray_bed.json","gray_bundle.json","gray_candle.json","gray_carpet.json","gray_concrete.json","gray_concrete_powder.json","gray_dye.json","gray_glazed_terracotta.json","gray_harness.json","gray_shulker_box.json","gray_stained_glass.json","gray_stained_glass_pane.json","gray_terracotta.json","gray_wool.json","green_banner.json","green_bed.json","green_bundle.json","green_candle.json","green_carpet.json","green_concrete.json","green_concrete_powder.json","green_dye.json","green_glazed_terracotta.json","green_harness.json","green_shulker_box.json","green_stained_glass.json","green_stained_glass_pane.json","green_terracotta.json","green_wool.json","grindstone.json","guardian_spawn_egg.json","gunpowder.json","guster_banner_pattern.json","guster_pottery_sherd.json","hanging_roots.json","happy_ghast_spawn_egg.json","hay_block.json","heart_of_the_sea.json","heart_pottery_sherd.json","heartbreak_pottery_sherd.json","heavy_core.json","heavy_weighted_pressure_plate.json","hoglin_spawn_egg.json","honey_block.json","honey_bottle.json","honeycomb.json","honeycomb_block.json","hopper.json","hopper_minecart.json","horn_coral.json","horn_coral_block.json","horn_coral_fan.json","horse_spawn_egg.json","host_armor_trim_smithing_template.json","howl_pottery_sherd.json","husk_spawn_egg.json","ice.json","infested_chiseled_stone_bricks.json","infested_cobblestone.json","infested_cracked_stone_bricks.json","infested_deepslate.json","infested_mossy_stone_bricks.json","infested_stone.json","infested_stone_bricks.json","ink_sac.json","iron_axe.json","iron_bars.json","iron_block.json","iron_boots.json","iron_chain.json","iron_chestplate.json","iron_door.json","iron_golem_spawn_egg.json","iron_helmet.json","iron_hoe.json","iron_horse_armor.json","iron_ingot.json","iron_leggings.json","iron_nugget.json","iron_ore.json","iron_pickaxe.json","iron_shovel.json","iron_sword.json","iron_trapdoor.json","item_frame.json","jack_o_lantern.json","jigsaw.json","jukebox.json","jungle_boat.json","jungle_button.json","jungle_chest_boat.json","jungle_door.json","jungle_fence.json","jungle_fence_gate.json","jungle_hanging_sign.json","jungle_leaves.json","jungle_log.json","jungle_planks.json","jungle_pressure_plate.json","jungle_sapling.json","jungle_shelf.json","jungle_sign.json","jungle_slab.json","jungle_stairs.json","jungle_trapdoor.json","jungle_wood.json","kelp.json","knowledge_book.json","ladder.json","lantern.json","lapis_block.json","lapis_lazuli.json","lapis_ore.json","large_amethyst_bud.json","large_fern.json","lava_bucket.json","lead.json","leaf_litter.json","leather.json","leather_boots.json","leather_chestplate.json","leather_helmet.json","leather_horse_armor.json","leather_leggings.json","lectern.json","lever.json","light.json","light_blue_banner.json","light_blue_bed.json","light_blue_bundle.json","light_blue_candle.json","light_blue_carpet.json","light_blue_concrete.json","light_blue_concrete_powder.json","light_blue_dye.json","light_blue_glazed_terracotta.json","light_blue_harness.json","light_blue_shulker_box.json","light_blue_stained_glass.json","light_blue_stained_glass_pane.json","light_blue_terracotta.json","light_blue_wool.json","light_gray_banner.json","light_gray_bed.json","light_gray_bundle.json","light_gray_candle.json","light_gray_carpet.json","light_gray_concrete.json","light_gray_concrete_powder.json","light_gray_dye.json","light_gray_glazed_terracotta.json","light_gray_harness.json","light_gray_shulker_box.json","light_gray_stained_glass.json","light_gray_stained_glass_pane.json","light_gray_terracotta.json","light_gray_wool.json","light_weighted_pressure_plate.json","lightning_rod.json","lilac.json","lily_of_the_valley.json","lily_pad.json","lime_banner.json","lime_bed.json","lime_bundle.json","lime_candle.json","lime_carpet.json","lime_concrete.json","lime_concrete_powder.json","lime_dye.json","lime_glazed_terracotta.json","lime_harness.json","lime_shulker_box.json","lime_stained_glass.json","lime_stained_glass_pane.json","lime_terracotta.json","lime_wool.json","lingering_potion.json","llama_spawn_egg.json","lodestone.json","loom.json","mace.json","magenta_banner.json","magenta_bed.json","magenta_bundle.json","magenta_candle.json","magenta_carpet.json","magenta_concrete.json","magenta_concrete_powder.json","magenta_dye.json","magenta_glazed_terracotta.json","magenta_harness.json","magenta_shulker_box.json","magenta_stained_glass.json","magenta_stained_glass_pane.json","magenta_terracotta.json","magenta_wool.json","magma_block.json","magma_cream.json","magma_cube_spawn_egg.json","mangrove_boat.json","mangrove_button.json","mangrove_chest_boat.json","mangrove_door.json","mangrove_fence.json","mangrove_fence_gate.json","mangrove_hanging_sign.json","mangrove_leaves.json","mangrove_log.json","mangrove_planks.json","mangrove_pressure_plate.json","mangrove_propagule.json","mangrove_roots.json","mangrove_shelf.json","mangrove_sign.json","mangrove_slab.json","mangrove_stairs.json","mangrove_trapdoor.json","mangrove_wood.json","map.json","medium_amethyst_bud.json","melon.json","melon_seeds.json","melon_slice.json","milk_bucket.json","minecart.json","miner_pottery_sherd.json","mojang_banner_pattern.json","mooshroom_spawn_egg.json","moss_block.json","moss_carpet.json","mossy_cobblestone.json","mossy_cobblestone_slab.json","mossy_cobblestone_stairs.json","mossy_cobblestone_wall.json","mossy_stone_brick_slab.json","mossy_stone_brick_stairs.json","mossy_stone_brick_wall.json","mossy_stone_bricks.json","mourner_pottery_sherd.json","mud.json","mud_brick_slab.json","mud_brick_stairs.json","mud_brick_wall.json","mud_bricks.json","muddy_mangrove_roots.json","mule_spawn_egg.json","mushroom_stem.json","mushroom_stew.json","music_disc_11.json","music_disc_13.json","music_disc_5.json","music_disc_blocks.json","music_disc_cat.json","music_disc_chirp.json","music_disc_creator.json","music_disc_creator_music_box.json","music_disc_far.json","music_disc_lava_chicken.json","music_disc_mall.json","music_disc_mellohi.json","music_disc_otherside.json","music_disc_pigstep.json","music_disc_precipice.json","music_disc_relic.json","music_disc_stal.json","music_disc_strad.json","music_disc_tears.json","music_disc_wait.json","music_disc_ward.json","mutton.json","mycelium.json","name_tag.json","nautilus_shell.json","nether_brick.json","nether_brick_fence.json","nether_brick_slab.json","nether_brick_stairs.json","nether_brick_wall.json","nether_bricks.json","nether_gold_ore.json","nether_quartz_ore.json","nether_sprouts.json","nether_star.json","nether_wart.json","nether_wart_block.json","netherite_axe.json","netherite_block.json","netherite_boots.json","netherite_chestplate.json","netherite_helmet.json","netherite_hoe.json","netherite_ingot.json","netherite_leggings.json","netherite_pickaxe.json","netherite_scrap.json","netherite_shovel.json","netherite_sword.json","netherite_upgrade_smithing_template.json","netherrack.json","note_block.json","oak_boat.json","oak_button.json","oak_chest_boat.json","oak_door.json","oak_fence.json","oak_fence_gate.json","oak_hanging_sign.json","oak_leaves.json","oak_log.json","oak_planks.json","oak_pressure_plate.json","oak_sapling.json","oak_shelf.json","oak_sign.json","oak_slab.json","oak_stairs.json","oak_trapdoor.json","oak_wood.json","observer.json","obsidian.json","ocelot_spawn_egg.json","ochre_froglight.json","ominous_bottle.json","ominous_trial_key.json","open_eyeblossom.json","orange_banner.json","orange_bed.json","orange_bundle.json","orange_candle.json","orange_carpet.json","orange_concrete.json","orange_concrete_powder.json","orange_dye.json","orange_glazed_terracotta.json","orange_harness.json","orange_shulker_box.json","orange_stained_glass.json","orange_stained_glass_pane.json","orange_terracotta.json","orange_tulip.json","orange_wool.json","oxeye_daisy.json","oxidized_chiseled_copper.json","oxidized_copper.json","oxidized_copper_bars.json","oxidized_copper_bulb.json","oxidized_copper_chain.json","oxidized_copper_chest.json","oxidized_copper_door.json","oxidized_copper_golem_statue.json","oxidized_copper_grate.json","oxidized_copper_lantern.json","oxidized_copper_trapdoor.json","oxidized_cut_copper.json","oxidized_cut_copper_slab.json","oxidized_cut_copper_stairs.json","oxidized_lightning_rod.json","packed_ice.json","packed_mud.json","painting.json","pale_hanging_moss.json","pale_moss_block.json","pale_moss_carpet.json","pale_oak_boat.json","pale_oak_button.json","pale_oak_chest_boat.json","pale_oak_door.json","pale_oak_fence.json","pale_oak_fence_gate.json","pale_oak_hanging_sign.json","pale_oak_leaves.json","pale_oak_log.json","pale_oak_planks.json","pale_oak_pressure_plate.json","pale_oak_sapling.json","pale_oak_shelf.json","pale_oak_sign.json","pale_oak_slab.json","pale_oak_stairs.json","pale_oak_trapdoor.json","pale_oak_wood.json","panda_spawn_egg.json","paper.json","parrot_spawn_egg.json","pearlescent_froglight.json","peony.json","petrified_oak_slab.json","phantom_membrane.json","phantom_spawn_egg.json","pig_spawn_egg.json","piglin_banner_pattern.json","piglin_brute_spawn_egg.json","piglin_head.json","piglin_spawn_egg.json","pillager_spawn_egg.json","pink_banner.json","pink_bed.json","pink_bundle.json","pink_candle.json","pink_carpet.json","pink_concrete.json","pink_concrete_powder.json","pink_dye.json","pink_glazed_terracotta.json","pink_harness.json","pink_petals.json","pink_shulker_box.json","pink_stained_glass.json","pink_stained_glass_pane.json","pink_terracotta.json","pink_tulip.json","pink_wool.json","piston.json","pitcher_plant.json","pitcher_pod.json","player_head.json","plenty_pottery_sherd.json","podzol.json","pointed_dripstone.json","poisonous_potato.json","polar_bear_spawn_egg.json","polished_andesite.json","polished_andesite_slab.json","polished_andesite_stairs.json","polished_basalt.json","polished_blackstone.json","polished_blackstone_brick_slab.json","polished_blackstone_brick_stairs.json","polished_blackstone_brick_wall.json","polished_blackstone_bricks.json","polished_blackstone_button.json","polished_blackstone_pressure_plate.json","polished_blackstone_slab.json","polished_blackstone_stairs.json","polished_blackstone_wall.json","polished_deepslate.json","polished_deepslate_slab.json","polished_deepslate_stairs.json","polished_deepslate_wall.json","polished_diorite.json","polished_diorite_slab.json","polished_diorite_stairs.json","polished_granite.json","polished_granite_slab.json","polished_granite_stairs.json","polished_tuff.json","polished_tuff_slab.json","polished_tuff_stairs.json","polished_tuff_wall.json","popped_chorus_fruit.json","poppy.json","porkchop.json","potato.json","potion.json","powder_snow_bucket.json","powered_rail.json","prismarine.json","prismarine_brick_slab.json","prismarine_brick_stairs.json","prismarine_bricks.json","prismarine_crystals.json","prismarine_shard.json","prismarine_slab.json","prismarine_stairs.json","prismarine_wall.json","prize_pottery_sherd.json","pufferfish.json","pufferfish_bucket.json","pufferfish_spawn_egg.json","pumpkin.json","pumpkin_pie.json","pumpkin_seeds.json","purple_banner.json","purple_bed.json","purple_bundle.json","purple_candle.json","purple_carpet.json","purple_concrete.json","purple_concrete_powder.json","purple_dye.json","purple_glazed_terracotta.json","purple_harness.json","purple_shulker_box.json","purple_stained_glass.json","purple_stained_glass_pane.json","purple_terracotta.json","purple_wool.json","purpur_block.json","purpur_pillar.json","purpur_slab.json","purpur_stairs.json","quartz.json","quartz_block.json","quartz_bricks.json","quartz_pillar.json","quartz_slab.json","quartz_stairs.json","rabbit.json","rabbit_foot.json","rabbit_hide.json","rabbit_spawn_egg.json","rabbit_stew.json","rail.json","raiser_armor_trim_smithing_template.json","ravager_spawn_egg.json","raw_copper.json","raw_copper_block.json","raw_gold.json","raw_gold_block.json","raw_iron.json","raw_iron_block.json","recovery_compass.json","red_banner.json","red_bed.json","red_bundle.json","red_candle.json","red_carpet.json","red_concrete.json","red_concrete_powder.json","red_dye.json","red_glazed_terracotta.json","red_harness.json","red_mushroom.json","red_mushroom_block.json","red_nether_brick_slab.json","red_nether_brick_stairs.json","red_nether_brick_wall.json","red_nether_bricks.json","red_sand.json","red_sandstone.json","red_sandstone_slab.json","red_sandstone_stairs.json","red_sandstone_wall.json","red_shulker_box.json","red_stained_glass.json","red_stained_glass_pane.json","red_terracotta.json","red_tulip.json","red_wool.json","redstone.json","redstone_block.json","redstone_lamp.json","redstone_ore.json","redstone_torch.json","reinforced_deepslate.json","repeater.json","repeating_command_block.json","resin_block.json","resin_brick.json","resin_brick_slab.json","resin_brick_stairs.json","resin_brick_wall.json","resin_bricks.json","resin_clump.json","respawn_anchor.json","rib_armor_trim_smithing_template.json","rooted_dirt.json","rose_bush.json","rotten_flesh.json","saddle.json","salmon.json","salmon_bucket.json","salmon_spawn_egg.json","sand.json","sandstone.json","sandstone_slab.json","sandstone_stairs.json","sandstone_wall.json","scaffolding.json","scrape_pottery_sherd.json","sculk.json","sculk_catalyst.json","sculk_sensor.json","sculk_shrieker.json","sculk_vein.json","sea_lantern.json","sea_pickle.json","seagrass.json","sentry_armor_trim_smithing_template.json","shaper_armor_trim_smithing_template.json","sheaf_pottery_sherd.json","shears.json","sheep_spawn_egg.json","shelter_pottery_sherd.json","shield.json","short_dry_grass.json","short_grass.json","shroomlight.json","shulker_box.json","shulker_shell.json","shulker_spawn_egg.json","silence_armor_trim_smithing_template.json","silverfish_spawn_egg.json","skeleton_horse_spawn_egg.json","skeleton_skull.json","skeleton_spawn_egg.json","skull_banner_pattern.json","skull_pottery_sherd.json","slime_ball.json","slime_block.json","slime_spawn_egg.json","small_amethyst_bud.json","small_dripleaf.json","smithing_table.json","smoker.json","smooth_basalt.json","smooth_quartz.json","smooth_quartz_slab.json","smooth_quartz_stairs.json","smooth_red_sandstone.json","smooth_red_sandstone_slab.json","smooth_red_sandstone_stairs.json","smooth_sandstone.json","smooth_sandstone_slab.json","smooth_sandstone_stairs.json","smooth_stone.json","smooth_stone_slab.json","sniffer_egg.json","sniffer_spawn_egg.json","snort_pottery_sherd.json","snout_armor_trim_smithing_template.json","snow.json","snow_block.json","snow_golem_spawn_egg.json","snowball.json","soul_campfire.json","soul_lantern.json","soul_sand.json","soul_soil.json","soul_torch.json","spawner.json","spectral_arrow.json","spider_eye.json","spider_spawn_egg.json","spire_armor_trim_smithing_template.json","splash_potion.json","sponge.json","spore_blossom.json","spruce_boat.json","spruce_button.json","spruce_chest_boat.json","spruce_door.json","spruce_fence.json","spruce_fence_gate.json","spruce_hanging_sign.json","spruce_leaves.json","spruce_log.json","spruce_planks.json","spruce_pressure_plate.json","spruce_sapling.json","spruce_shelf.json","spruce_sign.json","spruce_slab.json","spruce_stairs.json","spruce_trapdoor.json","spruce_wood.json","spyglass.json","squid_spawn_egg.json","stick.json","sticky_piston.json","stone.json","stone_axe.json","stone_brick_slab.json","stone_brick_stairs.json","stone_brick_wall.json","stone_bricks.json","stone_button.json","stone_hoe.json","stone_pickaxe.json","stone_pressure_plate.json","stone_shovel.json","stone_slab.json","stone_stairs.json","stone_sword.json","stonecutter.json","stray_spawn_egg.json","strider_spawn_egg.json","string.json","stripped_acacia_log.json","stripped_acacia_wood.json","stripped_bamboo_block.json","stripped_birch_log.json","stripped_birch_wood.json","stripped_cherry_log.json","stripped_cherry_wood.json","stripped_crimson_hyphae.json","stripped_crimson_stem.json","stripped_dark_oak_log.json","stripped_dark_oak_wood.json","stripped_jungle_log.json","stripped_jungle_wood.json","stripped_mangrove_log.json","stripped_mangrove_wood.json","stripped_oak_log.json","stripped_oak_wood.json","stripped_pale_oak_log.json","stripped_pale_oak_wood.json","stripped_spruce_log.json","stripped_spruce_wood.json","stripped_warped_hyphae.json","stripped_warped_stem.json","structure_block.json","structure_void.json","sugar.json","sugar_cane.json","sunflower.json","suspicious_gravel.json","suspicious_sand.json","suspicious_stew.json","sweet_berries.json","tadpole_bucket.json","tadpole_spawn_egg.json","tall_dry_grass.json","tall_grass.json","target.json","terracotta.json","test_block.json","test_instance_block.json","tide_armor_trim_smithing_template.json","tinted_glass.json","tipped_arrow.json","tnt.json","tnt_minecart.json","torch.json","torchflower.json","torchflower_seeds.json","totem_of_undying.json","trader_llama_spawn_egg.json","trapped_chest.json","trial_key.json","trial_spawner.json","trident.json","tripwire_hook.json","tropical_fish.json","tropical_fish_bucket.json","tropical_fish_spawn_egg.json","tube_coral.json","tube_coral_block.json","tube_coral_fan.json","tuff.json","tuff_brick_slab.json","tuff_brick_stairs.json","tuff_brick_wall.json","tuff_bricks.json","tuff_slab.json","tuff_stairs.json","tuff_wall.json","turtle_egg.json","turtle_helmet.json","turtle_scute.json","turtle_spawn_egg.json","twisting_vines.json","vault.json","verdant_froglight.json","vex_armor_trim_smithing_template.json","vex_spawn_egg.json","villager_spawn_egg.json","vindicator_spawn_egg.json","vine.json","wandering_trader_spawn_egg.json","ward_armor_trim_smithing_template.json","warden_spawn_egg.json","warped_button.json","warped_door.json","warped_fence.json","warped_fence_gate.json","warped_fungus.json","warped_fungus_on_a_stick.json","warped_hanging_sign.json","warped_hyphae.json","warped_nylium.json","warped_planks.json","warped_pressure_plate.json","warped_roots.json","warped_shelf.json","warped_sign.json","warped_slab.json","warped_stairs.json","warped_stem.json","warped_trapdoor.json","warped_wart_block.json","water_bucket.json","waxed_chiseled_copper.json","waxed_copper_bars.json","waxed_copper_block.json","waxed_copper_bulb.json","waxed_copper_chain.json","waxed_copper_chest.json","waxed_copper_door.json","waxed_copper_golem_statue.json","waxed_copper_grate.json","waxed_copper_lantern.json","waxed_copper_trapdoor.json","waxed_cut_copper.json","waxed_cut_copper_slab.json","waxed_cut_copper_stairs.json","waxed_exposed_chiseled_copper.json","waxed_exposed_copper.json","waxed_exposed_copper_bars.json","waxed_exposed_copper_bulb.json","waxed_exposed_copper_chain.json","waxed_exposed_copper_chest.json","waxed_exposed_copper_door.json","waxed_exposed_copper_golem_statue.json","waxed_exposed_copper_grate.json","waxed_exposed_copper_lantern.json","waxed_exposed_copper_trapdoor.json","waxed_exposed_cut_copper.json","waxed_exposed_cut_copper_slab.json","waxed_exposed_cut_copper_stairs.json","waxed_exposed_lightning_rod.json","waxed_lightning_rod.json","waxed_oxidized_chiseled_copper.json","waxed_oxidized_copper.json","waxed_oxidized_copper_bars.json","waxed_oxidized_copper_bulb.json","waxed_oxidized_copper_chain.json","waxed_oxidized_copper_chest.json","waxed_oxidized_copper_door.json","waxed_oxidized_copper_golem_statue.json","waxed_oxidized_copper_grate.json","waxed_oxidized_copper_lantern.json","waxed_oxidized_copper_trapdoor.json","waxed_oxidized_cut_copper.json","waxed_oxidized_cut_copper_slab.json","waxed_oxidized_cut_copper_stairs.json","waxed_oxidized_lightning_rod.json","waxed_weathered_chiseled_copper.json","waxed_weathered_copper.json","waxed_weathered_copper_bars.json","waxed_weathered_copper_bulb.json","waxed_weathered_copper_chain.json","waxed_weathered_copper_chest.json","waxed_weathered_copper_door.json","waxed_weathered_copper_golem_statue.json","waxed_weathered_copper_grate.json","waxed_weathered_copper_lantern.json","waxed_weathered_copper_trapdoor.json","waxed_weathered_cut_copper.json","waxed_weathered_cut_copper_slab.json","waxed_weathered_cut_copper_stairs.json","waxed_weathered_lightning_rod.json","wayfinder_armor_trim_smithing_template.json","weathered_chiseled_copper.json","weathered_copper.json","weathered_copper_bars.json","weathered_copper_bulb.json","weathered_copper_chain.json","weathered_copper_chest.json","weathered_copper_door.json","weathered_copper_golem_statue.json","weathered_copper_grate.json","weathered_copper_lantern.json","weathered_copper_trapdoor.json","weathered_cut_copper.json","weathered_cut_copper_slab.json","weathered_cut_copper_stairs.json","weathered_lightning_rod.json","weeping_vines.json","wet_sponge.json","wheat.json","wheat_seeds.json","white_banner.json","white_bed.json","white_bundle.json","white_candle.json","white_carpet.json","white_concrete.json","white_concrete_powder.json","white_dye.json","white_glazed_terracotta.json","white_harness.json","white_shulker_box.json","white_stained_glass.json","white_stained_glass_pane.json","white_terracotta.json","white_tulip.json","white_wool.json","wild_armor_trim_smithing_template.json","wildflowers.json","wind_charge.json","witch_spawn_egg.json","wither_rose.json","wither_skeleton_skull.json","wither_skeleton_spawn_egg.json","wither_spawn_egg.json","wolf_armor.json","wolf_spawn_egg.json","wooden_axe.json","wooden_hoe.json","wooden_pickaxe.json","wooden_shovel.json","wooden_sword.json","writable_book.json","written_book.json","yellow_banner.json","yellow_bed.json","yellow_bundle.json","yellow_candle.json","yellow_carpet.json","yellow_concrete.json","yellow_concrete_powder.json","yellow_dye.json","yellow_glazed_terracotta.json","yellow_harness.json","yellow_shulker_box.json","yellow_stained_glass.json","yellow_stained_glass_pane.json","yellow_terracotta.json","yellow_wool.json","zoglin_spawn_egg.json","zombie_head.json","zombie_horse_spawn_egg.json","zombie_spawn_egg.json","zombie_villager_spawn_egg.json","zombified_piglin_spawn_egg.json"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/models/block/_list.json b/common-files/src/main/resources/internal/models/block/_list.json deleted file mode 100644 index 2088622f3..000000000 --- a/common-files/src/main/resources/internal/models/block/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia_button.json","acacia_button_inventory.json","acacia_button_pressed.json","acacia_door_bottom_left.json","acacia_door_bottom_left_open.json","acacia_door_bottom_right.json","acacia_door_bottom_right_open.json","acacia_door_top_left.json","acacia_door_top_left_open.json","acacia_door_top_right.json","acacia_door_top_right_open.json","acacia_fence_gate.json","acacia_fence_gate_open.json","acacia_fence_gate_wall.json","acacia_fence_gate_wall_open.json","acacia_fence_inventory.json","acacia_fence_post.json","acacia_fence_side.json","acacia_hanging_sign.json","acacia_leaves.json","acacia_log.json","acacia_log_horizontal.json","acacia_planks.json","acacia_pressure_plate.json","acacia_pressure_plate_down.json","acacia_sapling.json","acacia_shelf.json","acacia_shelf_center.json","acacia_shelf_inventory.json","acacia_shelf_left.json","acacia_shelf_right.json","acacia_shelf_unconnected.json","acacia_shelf_unpowered.json","acacia_sign.json","acacia_slab.json","acacia_slab_top.json","acacia_stairs.json","acacia_stairs_inner.json","acacia_stairs_outer.json","acacia_trapdoor_bottom.json","acacia_trapdoor_open.json","acacia_trapdoor_top.json","acacia_wood.json","activator_rail.json","activator_rail_on.json","activator_rail_on_raised_ne.json","activator_rail_on_raised_sw.json","activator_rail_raised_ne.json","activator_rail_raised_sw.json","air.json","allium.json","amethyst_block.json","amethyst_cluster.json","ancient_debris.json","andesite.json","andesite_slab.json","andesite_slab_top.json","andesite_stairs.json","andesite_stairs_inner.json","andesite_stairs_outer.json","andesite_wall_inventory.json","andesite_wall_post.json","andesite_wall_side.json","andesite_wall_side_tall.json","anvil.json","attached_melon_stem.json","attached_pumpkin_stem.json","azalea.json","azalea_leaves.json","azure_bluet.json","bamboo1_age0.json","bamboo1_age1.json","bamboo2_age0.json","bamboo2_age1.json","bamboo3_age0.json","bamboo3_age1.json","bamboo4_age0.json","bamboo4_age1.json","bamboo_block.json","bamboo_block_x.json","bamboo_block_y.json","bamboo_block_z.json","bamboo_button.json","bamboo_button_inventory.json","bamboo_button_pressed.json","bamboo_door_bottom_left.json","bamboo_door_bottom_left_open.json","bamboo_door_bottom_right.json","bamboo_door_bottom_right_open.json","bamboo_door_top_left.json","bamboo_door_top_left_open.json","bamboo_door_top_right.json","bamboo_door_top_right_open.json","bamboo_fence_gate.json","bamboo_fence_gate_open.json","bamboo_fence_gate_wall.json","bamboo_fence_gate_wall_open.json","bamboo_fence_inventory.json","bamboo_fence_post.json","bamboo_fence_side_east.json","bamboo_fence_side_north.json","bamboo_fence_side_south.json","bamboo_fence_side_west.json","bamboo_hanging_sign.json","bamboo_large_leaves.json","bamboo_mosaic.json","bamboo_mosaic_slab.json","bamboo_mosaic_slab_top.json","bamboo_mosaic_stairs.json","bamboo_mosaic_stairs_inner.json","bamboo_mosaic_stairs_outer.json","bamboo_planks.json","bamboo_pressure_plate.json","bamboo_pressure_plate_down.json","bamboo_sapling.json","bamboo_shelf.json","bamboo_shelf_center.json","bamboo_shelf_inventory.json","bamboo_shelf_left.json","bamboo_shelf_right.json","bamboo_shelf_unconnected.json","bamboo_shelf_unpowered.json","bamboo_sign.json","bamboo_slab.json","bamboo_slab_top.json","bamboo_small_leaves.json","bamboo_stairs.json","bamboo_stairs_inner.json","bamboo_stairs_outer.json","bamboo_trapdoor_bottom.json","bamboo_trapdoor_open.json","bamboo_trapdoor_top.json","banner.json","barrel.json","barrel_open.json","barrier.json","basalt.json","beacon.json","bed.json","bedrock.json","bedrock_mirrored.json","bee_nest_empty.json","bee_nest_honey.json","beehive_empty.json","beehive_honey.json","beetroots_stage0.json","beetroots_stage1.json","beetroots_stage2.json","beetroots_stage3.json","bell_between_walls.json","bell_ceiling.json","bell_floor.json","bell_wall.json","big_dripleaf.json","big_dripleaf_full_tilt.json","big_dripleaf_partial_tilt.json","big_dripleaf_stem.json","birch_button.json","birch_button_inventory.json","birch_button_pressed.json","birch_door_bottom_left.json","birch_door_bottom_left_open.json","birch_door_bottom_right.json","birch_door_bottom_right_open.json","birch_door_top_left.json","birch_door_top_left_open.json","birch_door_top_right.json","birch_door_top_right_open.json","birch_fence_gate.json","birch_fence_gate_open.json","birch_fence_gate_wall.json","birch_fence_gate_wall_open.json","birch_fence_inventory.json","birch_fence_post.json","birch_fence_side.json","birch_hanging_sign.json","birch_leaves.json","birch_log.json","birch_log_horizontal.json","birch_planks.json","birch_pressure_plate.json","birch_pressure_plate_down.json","birch_sapling.json","birch_shelf.json","birch_shelf_center.json","birch_shelf_inventory.json","birch_shelf_left.json","birch_shelf_right.json","birch_shelf_unconnected.json","birch_shelf_unpowered.json","birch_sign.json","birch_slab.json","birch_slab_top.json","birch_stairs.json","birch_stairs_inner.json","birch_stairs_outer.json","birch_trapdoor_bottom.json","birch_trapdoor_open.json","birch_trapdoor_top.json","birch_wood.json","black_candle_cake.json","black_candle_cake_lit.json","black_candle_four_candles.json","black_candle_four_candles_lit.json","black_candle_one_candle.json","black_candle_one_candle_lit.json","black_candle_three_candles.json","black_candle_three_candles_lit.json","black_candle_two_candles.json","black_candle_two_candles_lit.json","black_carpet.json","black_concrete.json","black_concrete_powder.json","black_glazed_terracotta.json","black_shulker_box.json","black_stained_glass.json","black_stained_glass_pane_noside.json","black_stained_glass_pane_noside_alt.json","black_stained_glass_pane_post.json","black_stained_glass_pane_side.json","black_stained_glass_pane_side_alt.json","black_terracotta.json","black_wool.json","blackstone.json","blackstone_slab.json","blackstone_slab_top.json","blackstone_stairs.json","blackstone_stairs_inner.json","blackstone_stairs_outer.json","blackstone_wall_inventory.json","blackstone_wall_post.json","blackstone_wall_side.json","blackstone_wall_side_tall.json","blast_furnace.json","blast_furnace_on.json","block.json","blue_candle_cake.json","blue_candle_cake_lit.json","blue_candle_four_candles.json","blue_candle_four_candles_lit.json","blue_candle_one_candle.json","blue_candle_one_candle_lit.json","blue_candle_three_candles.json","blue_candle_three_candles_lit.json","blue_candle_two_candles.json","blue_candle_two_candles_lit.json","blue_carpet.json","blue_concrete.json","blue_concrete_powder.json","blue_glazed_terracotta.json","blue_ice.json","blue_orchid.json","blue_shulker_box.json","blue_stained_glass.json","blue_stained_glass_pane_noside.json","blue_stained_glass_pane_noside_alt.json","blue_stained_glass_pane_post.json","blue_stained_glass_pane_side.json","blue_stained_glass_pane_side_alt.json","blue_terracotta.json","blue_wool.json","bone_block.json","bookshelf.json","brain_coral.json","brain_coral_block.json","brain_coral_fan.json","brain_coral_wall_fan.json","brewing_stand.json","brewing_stand_bottle0.json","brewing_stand_bottle1.json","brewing_stand_bottle2.json","brewing_stand_empty0.json","brewing_stand_empty1.json","brewing_stand_empty2.json","brick_slab.json","brick_slab_top.json","brick_stairs.json","brick_stairs_inner.json","brick_stairs_outer.json","brick_wall_inventory.json","brick_wall_post.json","brick_wall_side.json","brick_wall_side_tall.json","bricks.json","brown_candle_cake.json","brown_candle_cake_lit.json","brown_candle_four_candles.json","brown_candle_four_candles_lit.json","brown_candle_one_candle.json","brown_candle_one_candle_lit.json","brown_candle_three_candles.json","brown_candle_three_candles_lit.json","brown_candle_two_candles.json","brown_candle_two_candles_lit.json","brown_carpet.json","brown_concrete.json","brown_concrete_powder.json","brown_glazed_terracotta.json","brown_mushroom.json","brown_mushroom_block.json","brown_mushroom_block_inventory.json","brown_shulker_box.json","brown_stained_glass.json","brown_stained_glass_pane_noside.json","brown_stained_glass_pane_noside_alt.json","brown_stained_glass_pane_post.json","brown_stained_glass_pane_side.json","brown_stained_glass_pane_side_alt.json","brown_terracotta.json","brown_wool.json","bubble_coral.json","bubble_coral_block.json","bubble_coral_fan.json","bubble_coral_wall_fan.json","budding_amethyst.json","bush.json","button.json","button_inventory.json","button_pressed.json","cactus.json","cactus_flower.json","cake.json","cake_slice1.json","cake_slice2.json","cake_slice3.json","cake_slice4.json","cake_slice5.json","cake_slice6.json","calcite.json","calibrated_sculk_sensor.json","calibrated_sculk_sensor_active.json","calibrated_sculk_sensor_inactive.json","campfire.json","campfire_off.json","candle_cake.json","candle_cake_lit.json","candle_four_candles.json","candle_four_candles_lit.json","candle_one_candle.json","candle_one_candle_lit.json","candle_three_candles.json","candle_three_candles_lit.json","candle_two_candles.json","candle_two_candles_lit.json","carpet.json","carrots_stage0.json","carrots_stage1.json","carrots_stage2.json","carrots_stage3.json","cartography_table.json","carved_pumpkin.json","cauldron.json","cave_vines.json","cave_vines_lit.json","cave_vines_plant.json","cave_vines_plant_lit.json","chain_command_block.json","chain_command_block_conditional.json","cherry_button.json","cherry_button_inventory.json","cherry_button_pressed.json","cherry_door_bottom_left.json","cherry_door_bottom_left_open.json","cherry_door_bottom_right.json","cherry_door_bottom_right_open.json","cherry_door_top_left.json","cherry_door_top_left_open.json","cherry_door_top_right.json","cherry_door_top_right_open.json","cherry_fence_gate.json","cherry_fence_gate_open.json","cherry_fence_gate_wall.json","cherry_fence_gate_wall_open.json","cherry_fence_inventory.json","cherry_fence_post.json","cherry_fence_side.json","cherry_hanging_sign.json","cherry_leaves.json","cherry_log.json","cherry_log_x.json","cherry_log_y.json","cherry_log_z.json","cherry_planks.json","cherry_pressure_plate.json","cherry_pressure_plate_down.json","cherry_sapling.json","cherry_shelf.json","cherry_shelf_center.json","cherry_shelf_inventory.json","cherry_shelf_left.json","cherry_shelf_right.json","cherry_shelf_unconnected.json","cherry_shelf_unpowered.json","cherry_sign.json","cherry_slab.json","cherry_slab_top.json","cherry_stairs.json","cherry_stairs_inner.json","cherry_stairs_outer.json","cherry_trapdoor_bottom.json","cherry_trapdoor_open.json","cherry_trapdoor_top.json","cherry_wood.json","chest.json","chipped_anvil.json","chiseled_bookshelf.json","chiseled_bookshelf_empty_slot_bottom_left.json","chiseled_bookshelf_empty_slot_bottom_mid.json","chiseled_bookshelf_empty_slot_bottom_right.json","chiseled_bookshelf_empty_slot_top_left.json","chiseled_bookshelf_empty_slot_top_mid.json","chiseled_bookshelf_empty_slot_top_right.json","chiseled_bookshelf_inventory.json","chiseled_bookshelf_occupied_slot_bottom_left.json","chiseled_bookshelf_occupied_slot_bottom_mid.json","chiseled_bookshelf_occupied_slot_bottom_right.json","chiseled_bookshelf_occupied_slot_top_left.json","chiseled_bookshelf_occupied_slot_top_mid.json","chiseled_bookshelf_occupied_slot_top_right.json","chiseled_copper.json","chiseled_deepslate.json","chiseled_nether_bricks.json","chiseled_polished_blackstone.json","chiseled_quartz_block.json","chiseled_red_sandstone.json","chiseled_resin_bricks.json","chiseled_sandstone.json","chiseled_stone_bricks.json","chiseled_tuff.json","chiseled_tuff_bricks.json","chorus_flower.json","chorus_flower_dead.json","chorus_plant.json","chorus_plant_noside.json","chorus_plant_noside1.json","chorus_plant_noside2.json","chorus_plant_noside3.json","chorus_plant_side.json","clay.json","closed_eyeblossom.json","coal_block.json","coal_ore.json","coarse_dirt.json","cobbled_deepslate.json","cobbled_deepslate_slab.json","cobbled_deepslate_slab_top.json","cobbled_deepslate_stairs.json","cobbled_deepslate_stairs_inner.json","cobbled_deepslate_stairs_outer.json","cobbled_deepslate_wall_inventory.json","cobbled_deepslate_wall_post.json","cobbled_deepslate_wall_side.json","cobbled_deepslate_wall_side_tall.json","cobblestone.json","cobblestone_slab.json","cobblestone_slab_top.json","cobblestone_stairs.json","cobblestone_stairs_inner.json","cobblestone_stairs_outer.json","cobblestone_wall_inventory.json","cobblestone_wall_post.json","cobblestone_wall_side.json","cobblestone_wall_side_tall.json","cobweb.json","cocoa_stage0.json","cocoa_stage1.json","cocoa_stage2.json","command_block.json","command_block_conditional.json","comparator.json","comparator_on.json","comparator_on_subtract.json","comparator_subtract.json","composter.json","composter_contents1.json","composter_contents2.json","composter_contents3.json","composter_contents4.json","composter_contents5.json","composter_contents6.json","composter_contents7.json","composter_contents_ready.json","conduit.json","copper_bars_cap.json","copper_bars_cap_alt.json","copper_bars_post.json","copper_bars_post_ends.json","copper_bars_side.json","copper_bars_side_alt.json","copper_block.json","copper_bulb.json","copper_bulb_lit.json","copper_bulb_lit_powered.json","copper_bulb_powered.json","copper_chain.json","copper_chest.json","copper_door_bottom_left.json","copper_door_bottom_left_open.json","copper_door_bottom_right.json","copper_door_bottom_right_open.json","copper_door_top_left.json","copper_door_top_left_open.json","copper_door_top_right.json","copper_door_top_right_open.json","copper_golem_statue.json","copper_grate.json","copper_lantern.json","copper_lantern_hanging.json","copper_ore.json","copper_torch.json","copper_trapdoor_bottom.json","copper_trapdoor_open.json","copper_trapdoor_top.json","copper_wall_torch.json","coral_fan.json","coral_wall_fan.json","cornflower.json","cracked_deepslate_bricks.json","cracked_deepslate_tiles.json","cracked_nether_bricks.json","cracked_polished_blackstone_bricks.json","cracked_stone_bricks.json","crafter.json","crafter_crafting.json","crafter_crafting_triggered.json","crafter_triggered.json","crafting_table.json","creaking_heart.json","creaking_heart_awake.json","creaking_heart_awake_horizontal.json","creaking_heart_dormant.json","creaking_heart_dormant_horizontal.json","creaking_heart_horizontal.json","crimson_button.json","crimson_button_inventory.json","crimson_button_pressed.json","crimson_door_bottom_left.json","crimson_door_bottom_left_open.json","crimson_door_bottom_right.json","crimson_door_bottom_right_open.json","crimson_door_top_left.json","crimson_door_top_left_open.json","crimson_door_top_right.json","crimson_door_top_right_open.json","crimson_fence_gate.json","crimson_fence_gate_open.json","crimson_fence_gate_wall.json","crimson_fence_gate_wall_open.json","crimson_fence_inventory.json","crimson_fence_post.json","crimson_fence_side.json","crimson_fungus.json","crimson_hanging_sign.json","crimson_hyphae.json","crimson_nylium.json","crimson_planks.json","crimson_pressure_plate.json","crimson_pressure_plate_down.json","crimson_roots.json","crimson_shelf.json","crimson_shelf_center.json","crimson_shelf_inventory.json","crimson_shelf_left.json","crimson_shelf_right.json","crimson_shelf_unconnected.json","crimson_shelf_unpowered.json","crimson_sign.json","crimson_slab.json","crimson_slab_top.json","crimson_stairs.json","crimson_stairs_inner.json","crimson_stairs_outer.json","crimson_stem.json","crimson_trapdoor_bottom.json","crimson_trapdoor_open.json","crimson_trapdoor_top.json","crop.json","cross.json","cross_emissive.json","crying_obsidian.json","cube.json","cube_all.json","cube_all_inner_faces.json","cube_bottom_top.json","cube_bottom_top_inner_faces.json","cube_column.json","cube_column_horizontal.json","cube_column_mirrored.json","cube_column_uv_locked_x.json","cube_column_uv_locked_y.json","cube_column_uv_locked_z.json","cube_directional.json","cube_mirrored.json","cube_mirrored_all.json","cube_north_west_mirrored.json","cube_north_west_mirrored_all.json","cube_top.json","custom_fence_inventory.json","custom_fence_post.json","custom_fence_side_east.json","custom_fence_side_north.json","custom_fence_side_south.json","custom_fence_side_west.json","cut_copper.json","cut_copper_slab.json","cut_copper_slab_top.json","cut_copper_stairs.json","cut_copper_stairs_inner.json","cut_copper_stairs_outer.json","cut_red_sandstone.json","cut_red_sandstone_slab.json","cut_red_sandstone_slab_top.json","cut_sandstone.json","cut_sandstone_slab.json","cut_sandstone_slab_top.json","cyan_candle_cake.json","cyan_candle_cake_lit.json","cyan_candle_four_candles.json","cyan_candle_four_candles_lit.json","cyan_candle_one_candle.json","cyan_candle_one_candle_lit.json","cyan_candle_three_candles.json","cyan_candle_three_candles_lit.json","cyan_candle_two_candles.json","cyan_candle_two_candles_lit.json","cyan_carpet.json","cyan_concrete.json","cyan_concrete_powder.json","cyan_glazed_terracotta.json","cyan_shulker_box.json","cyan_stained_glass.json","cyan_stained_glass_pane_noside.json","cyan_stained_glass_pane_noside_alt.json","cyan_stained_glass_pane_post.json","cyan_stained_glass_pane_side.json","cyan_stained_glass_pane_side_alt.json","cyan_terracotta.json","cyan_wool.json","damaged_anvil.json","dandelion.json","dark_oak_button.json","dark_oak_button_inventory.json","dark_oak_button_pressed.json","dark_oak_door_bottom_left.json","dark_oak_door_bottom_left_open.json","dark_oak_door_bottom_right.json","dark_oak_door_bottom_right_open.json","dark_oak_door_top_left.json","dark_oak_door_top_left_open.json","dark_oak_door_top_right.json","dark_oak_door_top_right_open.json","dark_oak_fence_gate.json","dark_oak_fence_gate_open.json","dark_oak_fence_gate_wall.json","dark_oak_fence_gate_wall_open.json","dark_oak_fence_inventory.json","dark_oak_fence_post.json","dark_oak_fence_side.json","dark_oak_hanging_sign.json","dark_oak_leaves.json","dark_oak_log.json","dark_oak_log_horizontal.json","dark_oak_planks.json","dark_oak_pressure_plate.json","dark_oak_pressure_plate_down.json","dark_oak_sapling.json","dark_oak_shelf.json","dark_oak_shelf_center.json","dark_oak_shelf_inventory.json","dark_oak_shelf_left.json","dark_oak_shelf_right.json","dark_oak_shelf_unconnected.json","dark_oak_shelf_unpowered.json","dark_oak_sign.json","dark_oak_slab.json","dark_oak_slab_top.json","dark_oak_stairs.json","dark_oak_stairs_inner.json","dark_oak_stairs_outer.json","dark_oak_trapdoor_bottom.json","dark_oak_trapdoor_open.json","dark_oak_trapdoor_top.json","dark_oak_wood.json","dark_prismarine.json","dark_prismarine_slab.json","dark_prismarine_slab_top.json","dark_prismarine_stairs.json","dark_prismarine_stairs_inner.json","dark_prismarine_stairs_outer.json","daylight_detector.json","daylight_detector_inverted.json","dead_brain_coral.json","dead_brain_coral_block.json","dead_brain_coral_fan.json","dead_brain_coral_wall_fan.json","dead_bubble_coral.json","dead_bubble_coral_block.json","dead_bubble_coral_fan.json","dead_bubble_coral_wall_fan.json","dead_bush.json","dead_fire_coral.json","dead_fire_coral_block.json","dead_fire_coral_fan.json","dead_fire_coral_wall_fan.json","dead_horn_coral.json","dead_horn_coral_block.json","dead_horn_coral_fan.json","dead_horn_coral_wall_fan.json","dead_sea_pickle.json","dead_tube_coral.json","dead_tube_coral_block.json","dead_tube_coral_fan.json","dead_tube_coral_wall_fan.json","decorated_pot.json","deepslate.json","deepslate_brick_slab.json","deepslate_brick_slab_top.json","deepslate_brick_stairs.json","deepslate_brick_stairs_inner.json","deepslate_brick_stairs_outer.json","deepslate_brick_wall_inventory.json","deepslate_brick_wall_post.json","deepslate_brick_wall_side.json","deepslate_brick_wall_side_tall.json","deepslate_bricks.json","deepslate_coal_ore.json","deepslate_copper_ore.json","deepslate_diamond_ore.json","deepslate_emerald_ore.json","deepslate_gold_ore.json","deepslate_iron_ore.json","deepslate_lapis_ore.json","deepslate_mirrored.json","deepslate_redstone_ore.json","deepslate_tile_slab.json","deepslate_tile_slab_top.json","deepslate_tile_stairs.json","deepslate_tile_stairs_inner.json","deepslate_tile_stairs_outer.json","deepslate_tile_wall_inventory.json","deepslate_tile_wall_post.json","deepslate_tile_wall_side.json","deepslate_tile_wall_side_tall.json","deepslate_tiles.json","detector_rail.json","detector_rail_on.json","detector_rail_on_raised_ne.json","detector_rail_on_raised_sw.json","detector_rail_raised_ne.json","detector_rail_raised_sw.json","diamond_block.json","diamond_ore.json","diorite.json","diorite_slab.json","diorite_slab_top.json","diorite_stairs.json","diorite_stairs_inner.json","diorite_stairs_outer.json","diorite_wall_inventory.json","diorite_wall_post.json","diorite_wall_side.json","diorite_wall_side_tall.json","dirt.json","dirt_path.json","dispenser.json","dispenser_vertical.json","door_bottom_left.json","door_bottom_left_open.json","door_bottom_right.json","door_bottom_right_open.json","door_top_left.json","door_top_left_open.json","door_top_right.json","door_top_right_open.json","dragon_egg.json","dried_ghast.json","dried_ghast_hydration_0.json","dried_ghast_hydration_1.json","dried_ghast_hydration_2.json","dried_ghast_hydration_3.json","dried_kelp_block.json","dripstone_block.json","dropper.json","dropper_vertical.json","emerald_block.json","emerald_ore.json","enchanting_table.json","end_gateway.json","end_portal.json","end_portal_frame.json","end_portal_frame_filled.json","end_rod.json","end_stone.json","end_stone_brick_slab.json","end_stone_brick_slab_top.json","end_stone_brick_stairs.json","end_stone_brick_stairs_inner.json","end_stone_brick_stairs_outer.json","end_stone_brick_wall_inventory.json","end_stone_brick_wall_post.json","end_stone_brick_wall_side.json","end_stone_brick_wall_side_tall.json","end_stone_bricks.json","ender_chest.json","exposed_chiseled_copper.json","exposed_copper.json","exposed_copper_bars_cap.json","exposed_copper_bars_cap_alt.json","exposed_copper_bars_post.json","exposed_copper_bars_post_ends.json","exposed_copper_bars_side.json","exposed_copper_bars_side_alt.json","exposed_copper_bulb.json","exposed_copper_bulb_lit.json","exposed_copper_bulb_lit_powered.json","exposed_copper_bulb_powered.json","exposed_copper_chain.json","exposed_copper_chest.json","exposed_copper_door_bottom_left.json","exposed_copper_door_bottom_left_open.json","exposed_copper_door_bottom_right.json","exposed_copper_door_bottom_right_open.json","exposed_copper_door_top_left.json","exposed_copper_door_top_left_open.json","exposed_copper_door_top_right.json","exposed_copper_door_top_right_open.json","exposed_copper_golem_statue.json","exposed_copper_grate.json","exposed_copper_lantern.json","exposed_copper_lantern_hanging.json","exposed_copper_trapdoor_bottom.json","exposed_copper_trapdoor_open.json","exposed_copper_trapdoor_top.json","exposed_cut_copper.json","exposed_cut_copper_slab.json","exposed_cut_copper_slab_top.json","exposed_cut_copper_stairs.json","exposed_cut_copper_stairs_inner.json","exposed_cut_copper_stairs_outer.json","exposed_lightning_rod.json","farmland.json","farmland_moist.json","fence_inventory.json","fence_post.json","fence_side.json","fern.json","fire_coral.json","fire_coral_block.json","fire_coral_fan.json","fire_coral_wall_fan.json","fire_floor0.json","fire_floor1.json","fire_side0.json","fire_side1.json","fire_side_alt0.json","fire_side_alt1.json","fire_up0.json","fire_up1.json","fire_up_alt0.json","fire_up_alt1.json","firefly_bush.json","fletching_table.json","flower_pot.json","flower_pot_cross.json","flower_pot_cross_emissive.json","flowerbed_1.json","flowerbed_2.json","flowerbed_3.json","flowerbed_4.json","flowering_azalea.json","flowering_azalea_leaves.json","four_dead_sea_pickles.json","four_sea_pickles.json","four_slightly_cracked_turtle_eggs.json","four_turtle_eggs.json","four_very_cracked_turtle_eggs.json","frogspawn.json","frosted_ice_0.json","frosted_ice_1.json","frosted_ice_2.json","frosted_ice_3.json","furnace.json","furnace_on.json","gilded_blackstone.json","glass.json","glass_pane_noside.json","glass_pane_noside_alt.json","glass_pane_post.json","glass_pane_side.json","glass_pane_side_alt.json","glow_item_frame.json","glow_item_frame_map.json","glow_lichen.json","glowstone.json","gold_block.json","gold_ore.json","granite.json","granite_slab.json","granite_slab_top.json","granite_stairs.json","granite_stairs_inner.json","granite_stairs_outer.json","granite_wall_inventory.json","granite_wall_post.json","granite_wall_side.json","granite_wall_side_tall.json","grass_block.json","grass_block_snow.json","gravel.json","gray_candle_cake.json","gray_candle_cake_lit.json","gray_candle_four_candles.json","gray_candle_four_candles_lit.json","gray_candle_one_candle.json","gray_candle_one_candle_lit.json","gray_candle_three_candles.json","gray_candle_three_candles_lit.json","gray_candle_two_candles.json","gray_candle_two_candles_lit.json","gray_carpet.json","gray_concrete.json","gray_concrete_powder.json","gray_glazed_terracotta.json","gray_shulker_box.json","gray_stained_glass.json","gray_stained_glass_pane_noside.json","gray_stained_glass_pane_noside_alt.json","gray_stained_glass_pane_post.json","gray_stained_glass_pane_side.json","gray_stained_glass_pane_side_alt.json","gray_terracotta.json","gray_wool.json","green_candle_cake.json","green_candle_cake_lit.json","green_candle_four_candles.json","green_candle_four_candles_lit.json","green_candle_one_candle.json","green_candle_one_candle_lit.json","green_candle_three_candles.json","green_candle_three_candles_lit.json","green_candle_two_candles.json","green_candle_two_candles_lit.json","green_carpet.json","green_concrete.json","green_concrete_powder.json","green_glazed_terracotta.json","green_shulker_box.json","green_stained_glass.json","green_stained_glass_pane_noside.json","green_stained_glass_pane_noside_alt.json","green_stained_glass_pane_post.json","green_stained_glass_pane_side.json","green_stained_glass_pane_side_alt.json","green_terracotta.json","green_wool.json","grindstone.json","hanging_roots.json","hay_block.json","hay_block_horizontal.json","heavy_core.json","heavy_weighted_pressure_plate.json","heavy_weighted_pressure_plate_down.json","honey_block.json","honeycomb_block.json","hopper.json","hopper_side.json","horn_coral.json","horn_coral_block.json","horn_coral_fan.json","horn_coral_wall_fan.json","ice.json","inner_stairs.json","iron_bars_cap.json","iron_bars_cap_alt.json","iron_bars_post.json","iron_bars_post_ends.json","iron_bars_side.json","iron_bars_side_alt.json","iron_block.json","iron_chain.json","iron_door_bottom_left.json","iron_door_bottom_left_open.json","iron_door_bottom_right.json","iron_door_bottom_right_open.json","iron_door_top_left.json","iron_door_top_left_open.json","iron_door_top_right.json","iron_door_top_right_open.json","iron_ore.json","iron_trapdoor_bottom.json","iron_trapdoor_open.json","iron_trapdoor_top.json","item_frame.json","item_frame_map.json","jack_o_lantern.json","jigsaw.json","jukebox.json","jungle_button.json","jungle_button_inventory.json","jungle_button_pressed.json","jungle_door_bottom_left.json","jungle_door_bottom_left_open.json","jungle_door_bottom_right.json","jungle_door_bottom_right_open.json","jungle_door_top_left.json","jungle_door_top_left_open.json","jungle_door_top_right.json","jungle_door_top_right_open.json","jungle_fence_gate.json","jungle_fence_gate_open.json","jungle_fence_gate_wall.json","jungle_fence_gate_wall_open.json","jungle_fence_inventory.json","jungle_fence_post.json","jungle_fence_side.json","jungle_hanging_sign.json","jungle_leaves.json","jungle_log.json","jungle_log_horizontal.json","jungle_planks.json","jungle_pressure_plate.json","jungle_pressure_plate_down.json","jungle_sapling.json","jungle_shelf.json","jungle_shelf_center.json","jungle_shelf_inventory.json","jungle_shelf_left.json","jungle_shelf_right.json","jungle_shelf_unconnected.json","jungle_shelf_unpowered.json","jungle_sign.json","jungle_slab.json","jungle_slab_top.json","jungle_stairs.json","jungle_stairs_inner.json","jungle_stairs_outer.json","jungle_trapdoor_bottom.json","jungle_trapdoor_open.json","jungle_trapdoor_top.json","jungle_wood.json","kelp.json","kelp_plant.json","ladder.json","lantern.json","lantern_hanging.json","lapis_block.json","lapis_ore.json","large_amethyst_bud.json","large_fern_bottom.json","large_fern_top.json","lava.json","lava_cauldron.json","leaf_litter_1.json","leaf_litter_2.json","leaf_litter_3.json","leaf_litter_4.json","leaves.json","lectern.json","lever.json","lever_on.json","light_00.json","light_01.json","light_02.json","light_03.json","light_04.json","light_05.json","light_06.json","light_07.json","light_08.json","light_09.json","light_10.json","light_11.json","light_12.json","light_13.json","light_14.json","light_15.json","light_blue_candle_cake.json","light_blue_candle_cake_lit.json","light_blue_candle_four_candles.json","light_blue_candle_four_candles_lit.json","light_blue_candle_one_candle.json","light_blue_candle_one_candle_lit.json","light_blue_candle_three_candles.json","light_blue_candle_three_candles_lit.json","light_blue_candle_two_candles.json","light_blue_candle_two_candles_lit.json","light_blue_carpet.json","light_blue_concrete.json","light_blue_concrete_powder.json","light_blue_glazed_terracotta.json","light_blue_shulker_box.json","light_blue_stained_glass.json","light_blue_stained_glass_pane_noside.json","light_blue_stained_glass_pane_noside_alt.json","light_blue_stained_glass_pane_post.json","light_blue_stained_glass_pane_side.json","light_blue_stained_glass_pane_side_alt.json","light_blue_terracotta.json","light_blue_wool.json","light_gray_candle_cake.json","light_gray_candle_cake_lit.json","light_gray_candle_four_candles.json","light_gray_candle_four_candles_lit.json","light_gray_candle_one_candle.json","light_gray_candle_one_candle_lit.json","light_gray_candle_three_candles.json","light_gray_candle_three_candles_lit.json","light_gray_candle_two_candles.json","light_gray_candle_two_candles_lit.json","light_gray_carpet.json","light_gray_concrete.json","light_gray_concrete_powder.json","light_gray_glazed_terracotta.json","light_gray_shulker_box.json","light_gray_stained_glass.json","light_gray_stained_glass_pane_noside.json","light_gray_stained_glass_pane_noside_alt.json","light_gray_stained_glass_pane_post.json","light_gray_stained_glass_pane_side.json","light_gray_stained_glass_pane_side_alt.json","light_gray_terracotta.json","light_gray_wool.json","light_weighted_pressure_plate.json","light_weighted_pressure_plate_down.json","lightning_rod.json","lightning_rod_on.json","lilac_bottom.json","lilac_top.json","lily_of_the_valley.json","lily_pad.json","lime_candle_cake.json","lime_candle_cake_lit.json","lime_candle_four_candles.json","lime_candle_four_candles_lit.json","lime_candle_one_candle.json","lime_candle_one_candle_lit.json","lime_candle_three_candles.json","lime_candle_three_candles_lit.json","lime_candle_two_candles.json","lime_candle_two_candles_lit.json","lime_carpet.json","lime_concrete.json","lime_concrete_powder.json","lime_glazed_terracotta.json","lime_shulker_box.json","lime_stained_glass.json","lime_stained_glass_pane_noside.json","lime_stained_glass_pane_noside_alt.json","lime_stained_glass_pane_post.json","lime_stained_glass_pane_side.json","lime_stained_glass_pane_side_alt.json","lime_terracotta.json","lime_wool.json","lodestone.json","loom.json","magenta_candle_cake.json","magenta_candle_cake_lit.json","magenta_candle_four_candles.json","magenta_candle_four_candles_lit.json","magenta_candle_one_candle.json","magenta_candle_one_candle_lit.json","magenta_candle_three_candles.json","magenta_candle_three_candles_lit.json","magenta_candle_two_candles.json","magenta_candle_two_candles_lit.json","magenta_carpet.json","magenta_concrete.json","magenta_concrete_powder.json","magenta_glazed_terracotta.json","magenta_shulker_box.json","magenta_stained_glass.json","magenta_stained_glass_pane_noside.json","magenta_stained_glass_pane_noside_alt.json","magenta_stained_glass_pane_post.json","magenta_stained_glass_pane_side.json","magenta_stained_glass_pane_side_alt.json","magenta_terracotta.json","magenta_wool.json","magma_block.json","mangrove_button.json","mangrove_button_inventory.json","mangrove_button_pressed.json","mangrove_door_bottom_left.json","mangrove_door_bottom_left_open.json","mangrove_door_bottom_right.json","mangrove_door_bottom_right_open.json","mangrove_door_top_left.json","mangrove_door_top_left_open.json","mangrove_door_top_right.json","mangrove_door_top_right_open.json","mangrove_fence_gate.json","mangrove_fence_gate_open.json","mangrove_fence_gate_wall.json","mangrove_fence_gate_wall_open.json","mangrove_fence_inventory.json","mangrove_fence_post.json","mangrove_fence_side.json","mangrove_hanging_sign.json","mangrove_leaves.json","mangrove_log.json","mangrove_log_horizontal.json","mangrove_planks.json","mangrove_pressure_plate.json","mangrove_pressure_plate_down.json","mangrove_propagule.json","mangrove_propagule_hanging_0.json","mangrove_propagule_hanging_1.json","mangrove_propagule_hanging_2.json","mangrove_propagule_hanging_3.json","mangrove_propagule_hanging_4.json","mangrove_roots.json","mangrove_shelf.json","mangrove_shelf_center.json","mangrove_shelf_inventory.json","mangrove_shelf_left.json","mangrove_shelf_right.json","mangrove_shelf_unconnected.json","mangrove_shelf_unpowered.json","mangrove_sign.json","mangrove_slab.json","mangrove_slab_top.json","mangrove_stairs.json","mangrove_stairs_inner.json","mangrove_stairs_outer.json","mangrove_trapdoor_bottom.json","mangrove_trapdoor_open.json","mangrove_trapdoor_top.json","mangrove_wood.json","medium_amethyst_bud.json","melon.json","melon_stem_stage0.json","melon_stem_stage1.json","melon_stem_stage2.json","melon_stem_stage3.json","melon_stem_stage4.json","melon_stem_stage5.json","melon_stem_stage6.json","melon_stem_stage7.json","moss_block.json","moss_carpet.json","mossy_carpet_side.json","mossy_cobblestone.json","mossy_cobblestone_slab.json","mossy_cobblestone_slab_top.json","mossy_cobblestone_stairs.json","mossy_cobblestone_stairs_inner.json","mossy_cobblestone_stairs_outer.json","mossy_cobblestone_wall_inventory.json","mossy_cobblestone_wall_post.json","mossy_cobblestone_wall_side.json","mossy_cobblestone_wall_side_tall.json","mossy_stone_brick_slab.json","mossy_stone_brick_slab_top.json","mossy_stone_brick_stairs.json","mossy_stone_brick_stairs_inner.json","mossy_stone_brick_stairs_outer.json","mossy_stone_brick_wall_inventory.json","mossy_stone_brick_wall_post.json","mossy_stone_brick_wall_side.json","mossy_stone_brick_wall_side_tall.json","mossy_stone_bricks.json","moving_piston.json","mud.json","mud_brick_slab.json","mud_brick_slab_top.json","mud_brick_stairs.json","mud_brick_stairs_inner.json","mud_brick_stairs_outer.json","mud_brick_wall_inventory.json","mud_brick_wall_post.json","mud_brick_wall_side.json","mud_brick_wall_side_tall.json","mud_bricks.json","mud_bricks_north_west_mirrored.json","muddy_mangrove_roots.json","mushroom_block_inside.json","mushroom_stem.json","mushroom_stem_inventory.json","mycelium.json","nether_brick_fence_inventory.json","nether_brick_fence_post.json","nether_brick_fence_side.json","nether_brick_slab.json","nether_brick_slab_top.json","nether_brick_stairs.json","nether_brick_stairs_inner.json","nether_brick_stairs_outer.json","nether_brick_wall_inventory.json","nether_brick_wall_post.json","nether_brick_wall_side.json","nether_brick_wall_side_tall.json","nether_bricks.json","nether_gold_ore.json","nether_portal_ew.json","nether_portal_ns.json","nether_quartz_ore.json","nether_sprouts.json","nether_wart_block.json","nether_wart_stage0.json","nether_wart_stage1.json","nether_wart_stage2.json","netherite_block.json","netherrack.json","note_block.json","oak_button.json","oak_button_inventory.json","oak_button_pressed.json","oak_door_bottom_left.json","oak_door_bottom_left_open.json","oak_door_bottom_right.json","oak_door_bottom_right_open.json","oak_door_top_left.json","oak_door_top_left_open.json","oak_door_top_right.json","oak_door_top_right_open.json","oak_fence_gate.json","oak_fence_gate_open.json","oak_fence_gate_wall.json","oak_fence_gate_wall_open.json","oak_fence_inventory.json","oak_fence_post.json","oak_fence_side.json","oak_hanging_sign.json","oak_leaves.json","oak_log.json","oak_log_horizontal.json","oak_planks.json","oak_pressure_plate.json","oak_pressure_plate_down.json","oak_sapling.json","oak_shelf.json","oak_shelf_center.json","oak_shelf_inventory.json","oak_shelf_left.json","oak_shelf_right.json","oak_shelf_unconnected.json","oak_shelf_unpowered.json","oak_sign.json","oak_slab.json","oak_slab_top.json","oak_stairs.json","oak_stairs_inner.json","oak_stairs_outer.json","oak_trapdoor_bottom.json","oak_trapdoor_open.json","oak_trapdoor_top.json","oak_wood.json","observer.json","observer_on.json","obsidian.json","ochre_froglight.json","ochre_froglight_horizontal.json","open_eyeblossom.json","orange_candle_cake.json","orange_candle_cake_lit.json","orange_candle_four_candles.json","orange_candle_four_candles_lit.json","orange_candle_one_candle.json","orange_candle_one_candle_lit.json","orange_candle_three_candles.json","orange_candle_three_candles_lit.json","orange_candle_two_candles.json","orange_candle_two_candles_lit.json","orange_carpet.json","orange_concrete.json","orange_concrete_powder.json","orange_glazed_terracotta.json","orange_shulker_box.json","orange_stained_glass.json","orange_stained_glass_pane_noside.json","orange_stained_glass_pane_noside_alt.json","orange_stained_glass_pane_post.json","orange_stained_glass_pane_side.json","orange_stained_glass_pane_side_alt.json","orange_terracotta.json","orange_tulip.json","orange_wool.json","orientable.json","orientable_vertical.json","orientable_with_bottom.json","outer_stairs.json","oxeye_daisy.json","oxidized_chiseled_copper.json","oxidized_copper.json","oxidized_copper_bars_cap.json","oxidized_copper_bars_cap_alt.json","oxidized_copper_bars_post.json","oxidized_copper_bars_post_ends.json","oxidized_copper_bars_side.json","oxidized_copper_bars_side_alt.json","oxidized_copper_bulb.json","oxidized_copper_bulb_lit.json","oxidized_copper_bulb_lit_powered.json","oxidized_copper_bulb_powered.json","oxidized_copper_chain.json","oxidized_copper_chest.json","oxidized_copper_door_bottom_left.json","oxidized_copper_door_bottom_left_open.json","oxidized_copper_door_bottom_right.json","oxidized_copper_door_bottom_right_open.json","oxidized_copper_door_top_left.json","oxidized_copper_door_top_left_open.json","oxidized_copper_door_top_right.json","oxidized_copper_door_top_right_open.json","oxidized_copper_golem_statue.json","oxidized_copper_grate.json","oxidized_copper_lantern.json","oxidized_copper_lantern_hanging.json","oxidized_copper_trapdoor_bottom.json","oxidized_copper_trapdoor_open.json","oxidized_copper_trapdoor_top.json","oxidized_cut_copper.json","oxidized_cut_copper_slab.json","oxidized_cut_copper_slab_top.json","oxidized_cut_copper_stairs.json","oxidized_cut_copper_stairs_inner.json","oxidized_cut_copper_stairs_outer.json","oxidized_lightning_rod.json","packed_ice.json","packed_mud.json","pale_hanging_moss.json","pale_hanging_moss_tip.json","pale_moss_block.json","pale_moss_carpet.json","pale_moss_carpet_side_small.json","pale_moss_carpet_side_tall.json","pale_oak_button.json","pale_oak_button_inventory.json","pale_oak_button_pressed.json","pale_oak_door_bottom_left.json","pale_oak_door_bottom_left_open.json","pale_oak_door_bottom_right.json","pale_oak_door_bottom_right_open.json","pale_oak_door_top_left.json","pale_oak_door_top_left_open.json","pale_oak_door_top_right.json","pale_oak_door_top_right_open.json","pale_oak_fence_gate.json","pale_oak_fence_gate_open.json","pale_oak_fence_gate_wall.json","pale_oak_fence_gate_wall_open.json","pale_oak_fence_inventory.json","pale_oak_fence_post.json","pale_oak_fence_side.json","pale_oak_hanging_sign.json","pale_oak_leaves.json","pale_oak_log.json","pale_oak_log_horizontal.json","pale_oak_planks.json","pale_oak_pressure_plate.json","pale_oak_pressure_plate_down.json","pale_oak_sapling.json","pale_oak_shelf.json","pale_oak_shelf_center.json","pale_oak_shelf_inventory.json","pale_oak_shelf_left.json","pale_oak_shelf_right.json","pale_oak_shelf_unconnected.json","pale_oak_shelf_unpowered.json","pale_oak_sign.json","pale_oak_slab.json","pale_oak_slab_top.json","pale_oak_stairs.json","pale_oak_stairs_inner.json","pale_oak_stairs_outer.json","pale_oak_trapdoor_bottom.json","pale_oak_trapdoor_open.json","pale_oak_trapdoor_top.json","pale_oak_wood.json","pearlescent_froglight.json","pearlescent_froglight_horizontal.json","peony_bottom.json","peony_top.json","petrified_oak_slab.json","petrified_oak_slab_top.json","pink_candle_cake.json","pink_candle_cake_lit.json","pink_candle_four_candles.json","pink_candle_four_candles_lit.json","pink_candle_one_candle.json","pink_candle_one_candle_lit.json","pink_candle_three_candles.json","pink_candle_three_candles_lit.json","pink_candle_two_candles.json","pink_candle_two_candles_lit.json","pink_carpet.json","pink_concrete.json","pink_concrete_powder.json","pink_glazed_terracotta.json","pink_petals_1.json","pink_petals_2.json","pink_petals_3.json","pink_petals_4.json","pink_shulker_box.json","pink_stained_glass.json","pink_stained_glass_pane_noside.json","pink_stained_glass_pane_noside_alt.json","pink_stained_glass_pane_post.json","pink_stained_glass_pane_side.json","pink_stained_glass_pane_side_alt.json","pink_terracotta.json","pink_tulip.json","pink_wool.json","piston.json","piston_base.json","piston_extended.json","piston_head.json","piston_head_short.json","piston_head_short_sticky.json","piston_head_sticky.json","piston_inventory.json","pitcher_crop_bottom_stage_0.json","pitcher_crop_bottom_stage_1.json","pitcher_crop_bottom_stage_2.json","pitcher_crop_bottom_stage_3.json","pitcher_crop_bottom_stage_4.json","pitcher_crop_top_stage_0.json","pitcher_crop_top_stage_1.json","pitcher_crop_top_stage_2.json","pitcher_crop_top_stage_3.json","pitcher_crop_top_stage_4.json","pitcher_plant_bottom.json","pitcher_plant_top.json","podzol.json","pointed_dripstone.json","pointed_dripstone_down_base.json","pointed_dripstone_down_frustum.json","pointed_dripstone_down_middle.json","pointed_dripstone_down_tip.json","pointed_dripstone_down_tip_merge.json","pointed_dripstone_up_base.json","pointed_dripstone_up_frustum.json","pointed_dripstone_up_middle.json","pointed_dripstone_up_tip.json","pointed_dripstone_up_tip_merge.json","polished_andesite.json","polished_andesite_slab.json","polished_andesite_slab_top.json","polished_andesite_stairs.json","polished_andesite_stairs_inner.json","polished_andesite_stairs_outer.json","polished_basalt.json","polished_blackstone.json","polished_blackstone_brick_slab.json","polished_blackstone_brick_slab_top.json","polished_blackstone_brick_stairs.json","polished_blackstone_brick_stairs_inner.json","polished_blackstone_brick_stairs_outer.json","polished_blackstone_brick_wall_inventory.json","polished_blackstone_brick_wall_post.json","polished_blackstone_brick_wall_side.json","polished_blackstone_brick_wall_side_tall.json","polished_blackstone_bricks.json","polished_blackstone_button.json","polished_blackstone_button_inventory.json","polished_blackstone_button_pressed.json","polished_blackstone_pressure_plate.json","polished_blackstone_pressure_plate_down.json","polished_blackstone_slab.json","polished_blackstone_slab_top.json","polished_blackstone_stairs.json","polished_blackstone_stairs_inner.json","polished_blackstone_stairs_outer.json","polished_blackstone_wall_inventory.json","polished_blackstone_wall_post.json","polished_blackstone_wall_side.json","polished_blackstone_wall_side_tall.json","polished_deepslate.json","polished_deepslate_slab.json","polished_deepslate_slab_top.json","polished_deepslate_stairs.json","polished_deepslate_stairs_inner.json","polished_deepslate_stairs_outer.json","polished_deepslate_wall_inventory.json","polished_deepslate_wall_post.json","polished_deepslate_wall_side.json","polished_deepslate_wall_side_tall.json","polished_diorite.json","polished_diorite_slab.json","polished_diorite_slab_top.json","polished_diorite_stairs.json","polished_diorite_stairs_inner.json","polished_diorite_stairs_outer.json","polished_granite.json","polished_granite_slab.json","polished_granite_slab_top.json","polished_granite_stairs.json","polished_granite_stairs_inner.json","polished_granite_stairs_outer.json","polished_tuff.json","polished_tuff_slab.json","polished_tuff_slab_top.json","polished_tuff_stairs.json","polished_tuff_stairs_inner.json","polished_tuff_stairs_outer.json","polished_tuff_wall_inventory.json","polished_tuff_wall_post.json","polished_tuff_wall_side.json","polished_tuff_wall_side_tall.json","poppy.json","potatoes_stage0.json","potatoes_stage1.json","potatoes_stage2.json","potatoes_stage3.json","potted_acacia_sapling.json","potted_allium.json","potted_azalea_bush.json","potted_azure_bluet.json","potted_bamboo.json","potted_birch_sapling.json","potted_blue_orchid.json","potted_brown_mushroom.json","potted_cactus.json","potted_cherry_sapling.json","potted_closed_eyeblossom.json","potted_cornflower.json","potted_crimson_fungus.json","potted_crimson_roots.json","potted_dandelion.json","potted_dark_oak_sapling.json","potted_dead_bush.json","potted_fern.json","potted_flowering_azalea_bush.json","potted_jungle_sapling.json","potted_lily_of_the_valley.json","potted_mangrove_propagule.json","potted_oak_sapling.json","potted_open_eyeblossom.json","potted_orange_tulip.json","potted_oxeye_daisy.json","potted_pale_oak_sapling.json","potted_pink_tulip.json","potted_poppy.json","potted_red_mushroom.json","potted_red_tulip.json","potted_spruce_sapling.json","potted_torchflower.json","potted_warped_fungus.json","potted_warped_roots.json","potted_white_tulip.json","potted_wither_rose.json","powder_snow.json","powder_snow_cauldron_full.json","powder_snow_cauldron_level1.json","powder_snow_cauldron_level2.json","powered_rail.json","powered_rail_on.json","powered_rail_on_raised_ne.json","powered_rail_on_raised_sw.json","powered_rail_raised_ne.json","powered_rail_raised_sw.json","pressure_plate_down.json","pressure_plate_up.json","prismarine.json","prismarine_brick_slab.json","prismarine_brick_slab_top.json","prismarine_brick_stairs.json","prismarine_brick_stairs_inner.json","prismarine_brick_stairs_outer.json","prismarine_bricks.json","prismarine_slab.json","prismarine_slab_top.json","prismarine_stairs.json","prismarine_stairs_inner.json","prismarine_stairs_outer.json","prismarine_wall_inventory.json","prismarine_wall_post.json","prismarine_wall_side.json","prismarine_wall_side_tall.json","pumpkin.json","pumpkin_stem_stage0.json","pumpkin_stem_stage1.json","pumpkin_stem_stage2.json","pumpkin_stem_stage3.json","pumpkin_stem_stage4.json","pumpkin_stem_stage5.json","pumpkin_stem_stage6.json","pumpkin_stem_stage7.json","purple_candle_cake.json","purple_candle_cake_lit.json","purple_candle_four_candles.json","purple_candle_four_candles_lit.json","purple_candle_one_candle.json","purple_candle_one_candle_lit.json","purple_candle_three_candles.json","purple_candle_three_candles_lit.json","purple_candle_two_candles.json","purple_candle_two_candles_lit.json","purple_carpet.json","purple_concrete.json","purple_concrete_powder.json","purple_glazed_terracotta.json","purple_shulker_box.json","purple_stained_glass.json","purple_stained_glass_pane_noside.json","purple_stained_glass_pane_noside_alt.json","purple_stained_glass_pane_post.json","purple_stained_glass_pane_side.json","purple_stained_glass_pane_side_alt.json","purple_terracotta.json","purple_wool.json","purpur_block.json","purpur_pillar.json","purpur_pillar_horizontal.json","purpur_slab.json","purpur_slab_top.json","purpur_stairs.json","purpur_stairs_inner.json","purpur_stairs_outer.json","quartz_block.json","quartz_bricks.json","quartz_pillar.json","quartz_pillar_horizontal.json","quartz_slab.json","quartz_slab_top.json","quartz_stairs.json","quartz_stairs_inner.json","quartz_stairs_outer.json","rail.json","rail_corner.json","rail_curved.json","rail_flat.json","rail_raised_ne.json","rail_raised_sw.json","raw_copper_block.json","raw_gold_block.json","raw_iron_block.json","red_candle_cake.json","red_candle_cake_lit.json","red_candle_four_candles.json","red_candle_four_candles_lit.json","red_candle_one_candle.json","red_candle_one_candle_lit.json","red_candle_three_candles.json","red_candle_three_candles_lit.json","red_candle_two_candles.json","red_candle_two_candles_lit.json","red_carpet.json","red_concrete.json","red_concrete_powder.json","red_glazed_terracotta.json","red_mushroom.json","red_mushroom_block.json","red_mushroom_block_inventory.json","red_nether_brick_slab.json","red_nether_brick_slab_top.json","red_nether_brick_stairs.json","red_nether_brick_stairs_inner.json","red_nether_brick_stairs_outer.json","red_nether_brick_wall_inventory.json","red_nether_brick_wall_post.json","red_nether_brick_wall_side.json","red_nether_brick_wall_side_tall.json","red_nether_bricks.json","red_sand.json","red_sandstone.json","red_sandstone_slab.json","red_sandstone_slab_top.json","red_sandstone_stairs.json","red_sandstone_stairs_inner.json","red_sandstone_stairs_outer.json","red_sandstone_wall_inventory.json","red_sandstone_wall_post.json","red_sandstone_wall_side.json","red_sandstone_wall_side_tall.json","red_shulker_box.json","red_stained_glass.json","red_stained_glass_pane_noside.json","red_stained_glass_pane_noside_alt.json","red_stained_glass_pane_post.json","red_stained_glass_pane_side.json","red_stained_glass_pane_side_alt.json","red_terracotta.json","red_tulip.json","red_wool.json","redstone_block.json","redstone_dust_dot.json","redstone_dust_side.json","redstone_dust_side0.json","redstone_dust_side1.json","redstone_dust_side_alt.json","redstone_dust_side_alt0.json","redstone_dust_side_alt1.json","redstone_dust_up.json","redstone_lamp.json","redstone_lamp_on.json","redstone_ore.json","redstone_torch.json","redstone_torch_off.json","redstone_wall_torch.json","redstone_wall_torch_off.json","reinforced_deepslate.json","repeater_1tick.json","repeater_1tick_locked.json","repeater_1tick_on.json","repeater_1tick_on_locked.json","repeater_2tick.json","repeater_2tick_locked.json","repeater_2tick_on.json","repeater_2tick_on_locked.json","repeater_3tick.json","repeater_3tick_locked.json","repeater_3tick_on.json","repeater_3tick_on_locked.json","repeater_4tick.json","repeater_4tick_locked.json","repeater_4tick_on.json","repeater_4tick_on_locked.json","repeating_command_block.json","repeating_command_block_conditional.json","resin_block.json","resin_brick_slab.json","resin_brick_slab_top.json","resin_brick_stairs.json","resin_brick_stairs_inner.json","resin_brick_stairs_outer.json","resin_brick_wall_inventory.json","resin_brick_wall_post.json","resin_brick_wall_side.json","resin_brick_wall_side_tall.json","resin_bricks.json","resin_clump.json","respawn_anchor_0.json","respawn_anchor_1.json","respawn_anchor_2.json","respawn_anchor_3.json","respawn_anchor_4.json","rooted_dirt.json","rose_bush_bottom.json","rose_bush_top.json","sand.json","sandstone.json","sandstone_slab.json","sandstone_slab_top.json","sandstone_stairs.json","sandstone_stairs_inner.json","sandstone_stairs_outer.json","sandstone_wall_inventory.json","sandstone_wall_post.json","sandstone_wall_side.json","sandstone_wall_side_tall.json","scaffolding_stable.json","scaffolding_unstable.json","sculk.json","sculk_catalyst.json","sculk_catalyst_bloom.json","sculk_mirrored.json","sculk_sensor.json","sculk_sensor_active.json","sculk_sensor_inactive.json","sculk_shrieker.json","sculk_shrieker_can_summon.json","sculk_vein.json","sea_lantern.json","sea_pickle.json","seagrass.json","short_dry_grass.json","short_grass.json","shroomlight.json","shulker_box.json","skull.json","slab.json","slab_top.json","slightly_cracked_turtle_egg.json","slime_block.json","small_amethyst_bud.json","small_dripleaf_bottom.json","small_dripleaf_top.json","smithing_table.json","smoker.json","smoker_on.json","smooth_basalt.json","smooth_quartz.json","smooth_quartz_slab.json","smooth_quartz_slab_top.json","smooth_quartz_stairs.json","smooth_quartz_stairs_inner.json","smooth_quartz_stairs_outer.json","smooth_red_sandstone.json","smooth_red_sandstone_slab.json","smooth_red_sandstone_slab_top.json","smooth_red_sandstone_stairs.json","smooth_red_sandstone_stairs_inner.json","smooth_red_sandstone_stairs_outer.json","smooth_sandstone.json","smooth_sandstone_slab.json","smooth_sandstone_slab_top.json","smooth_sandstone_stairs.json","smooth_sandstone_stairs_inner.json","smooth_sandstone_stairs_outer.json","smooth_stone.json","smooth_stone_slab.json","smooth_stone_slab_double.json","smooth_stone_slab_top.json","sniffer_egg.json","sniffer_egg_not_cracked.json","sniffer_egg_slightly_cracked.json","sniffer_egg_very_cracked.json","snow_block.json","snow_height10.json","snow_height12.json","snow_height14.json","snow_height2.json","snow_height4.json","snow_height6.json","snow_height8.json","soul_campfire.json","soul_fire_floor0.json","soul_fire_floor1.json","soul_fire_side0.json","soul_fire_side1.json","soul_fire_side_alt0.json","soul_fire_side_alt1.json","soul_lantern.json","soul_lantern_hanging.json","soul_sand.json","soul_soil.json","soul_torch.json","soul_wall_torch.json","spawner.json","sponge.json","spore_blossom.json","spruce_button.json","spruce_button_inventory.json","spruce_button_pressed.json","spruce_door_bottom_left.json","spruce_door_bottom_left_open.json","spruce_door_bottom_right.json","spruce_door_bottom_right_open.json","spruce_door_top_left.json","spruce_door_top_left_open.json","spruce_door_top_right.json","spruce_door_top_right_open.json","spruce_fence_gate.json","spruce_fence_gate_open.json","spruce_fence_gate_wall.json","spruce_fence_gate_wall_open.json","spruce_fence_inventory.json","spruce_fence_post.json","spruce_fence_side.json","spruce_hanging_sign.json","spruce_leaves.json","spruce_log.json","spruce_log_horizontal.json","spruce_planks.json","spruce_pressure_plate.json","spruce_pressure_plate_down.json","spruce_sapling.json","spruce_shelf.json","spruce_shelf_center.json","spruce_shelf_inventory.json","spruce_shelf_left.json","spruce_shelf_right.json","spruce_shelf_unconnected.json","spruce_shelf_unpowered.json","spruce_sign.json","spruce_slab.json","spruce_slab_top.json","spruce_stairs.json","spruce_stairs_inner.json","spruce_stairs_outer.json","spruce_trapdoor_bottom.json","spruce_trapdoor_open.json","spruce_trapdoor_top.json","spruce_wood.json","stairs.json","stem_fruit.json","stem_growth0.json","stem_growth1.json","stem_growth2.json","stem_growth3.json","stem_growth4.json","stem_growth5.json","stem_growth6.json","stem_growth7.json","sticky_piston.json","sticky_piston_inventory.json","stone.json","stone_brick_slab.json","stone_brick_slab_top.json","stone_brick_stairs.json","stone_brick_stairs_inner.json","stone_brick_stairs_outer.json","stone_brick_wall_inventory.json","stone_brick_wall_post.json","stone_brick_wall_side.json","stone_brick_wall_side_tall.json","stone_bricks.json","stone_button.json","stone_button_inventory.json","stone_button_pressed.json","stone_mirrored.json","stone_pressure_plate.json","stone_pressure_plate_down.json","stone_slab.json","stone_slab_top.json","stone_stairs.json","stone_stairs_inner.json","stone_stairs_outer.json","stonecutter.json","stripped_acacia_log.json","stripped_acacia_log_horizontal.json","stripped_acacia_wood.json","stripped_bamboo_block.json","stripped_bamboo_block_x.json","stripped_bamboo_block_y.json","stripped_bamboo_block_z.json","stripped_birch_log.json","stripped_birch_log_horizontal.json","stripped_birch_wood.json","stripped_cherry_log.json","stripped_cherry_log_x.json","stripped_cherry_log_y.json","stripped_cherry_log_z.json","stripped_cherry_wood.json","stripped_crimson_hyphae.json","stripped_crimson_stem.json","stripped_dark_oak_log.json","stripped_dark_oak_log_horizontal.json","stripped_dark_oak_wood.json","stripped_jungle_log.json","stripped_jungle_log_horizontal.json","stripped_jungle_wood.json","stripped_mangrove_log.json","stripped_mangrove_log_horizontal.json","stripped_mangrove_wood.json","stripped_oak_log.json","stripped_oak_log_horizontal.json","stripped_oak_wood.json","stripped_pale_oak_log.json","stripped_pale_oak_log_horizontal.json","stripped_pale_oak_wood.json","stripped_spruce_log.json","stripped_spruce_log_horizontal.json","stripped_spruce_wood.json","stripped_warped_hyphae.json","stripped_warped_stem.json","structure_block.json","structure_block_corner.json","structure_block_data.json","structure_block_load.json","structure_block_save.json","structure_void.json","sugar_cane.json","sunflower_bottom.json","sunflower_top.json","suspicious_gravel_0.json","suspicious_gravel_1.json","suspicious_gravel_2.json","suspicious_gravel_3.json","suspicious_sand_0.json","suspicious_sand_1.json","suspicious_sand_2.json","suspicious_sand_3.json","sweet_berry_bush_stage0.json","sweet_berry_bush_stage1.json","sweet_berry_bush_stage2.json","sweet_berry_bush_stage3.json","tall_dry_grass.json","tall_grass_bottom.json","tall_grass_top.json","tall_seagrass_bottom.json","tall_seagrass_top.json","target.json","template_anvil.json","template_azalea.json","template_bars_cap.json","template_bars_cap_alt.json","template_bars_post.json","template_bars_post_ends.json","template_bars_side.json","template_bars_side_alt.json","template_cake_with_candle.json","template_campfire.json","template_candle.json","template_cauldron_full.json","template_cauldron_level1.json","template_cauldron_level2.json","template_chain.json","template_chiseled_bookshelf_slot_bottom_left.json","template_chiseled_bookshelf_slot_bottom_mid.json","template_chiseled_bookshelf_slot_bottom_right.json","template_chiseled_bookshelf_slot_top_left.json","template_chiseled_bookshelf_slot_top_mid.json","template_chiseled_bookshelf_slot_top_right.json","template_chorus_flower.json","template_command_block.json","template_custom_fence_gate.json","template_custom_fence_gate_open.json","template_custom_fence_gate_wall.json","template_custom_fence_gate_wall_open.json","template_daylight_detector.json","template_farmland.json","template_fence_gate.json","template_fence_gate_open.json","template_fence_gate_wall.json","template_fence_gate_wall_open.json","template_fire_floor.json","template_fire_side.json","template_fire_side_alt.json","template_fire_up.json","template_fire_up_alt.json","template_four_candles.json","template_four_turtle_eggs.json","template_glass_pane_noside.json","template_glass_pane_noside_alt.json","template_glass_pane_post.json","template_glass_pane_side.json","template_glass_pane_side_alt.json","template_glazed_terracotta.json","template_hanging_lantern.json","template_item_frame.json","template_item_frame_map.json","template_lantern.json","template_leaf_litter_1.json","template_leaf_litter_2.json","template_leaf_litter_3.json","template_leaf_litter_4.json","template_lightning_rod.json","template_orientable_trapdoor_bottom.json","template_orientable_trapdoor_open.json","template_orientable_trapdoor_top.json","template_piston.json","template_piston_head.json","template_piston_head_short.json","template_potted_azalea_bush.json","template_rail_raised_ne.json","template_rail_raised_sw.json","template_redstone_torch.json","template_redstone_torch_wall.json","template_sculk_shrieker.json","template_seagrass.json","template_shelf_body.json","template_shelf_center.json","template_shelf_inventory.json","template_shelf_left.json","template_shelf_right.json","template_shelf_unconnected.json","template_shelf_unpowered.json","template_single_face.json","template_three_candles.json","template_three_turtle_eggs.json","template_torch.json","template_torch_unlit.json","template_torch_wall.json","template_torch_wall_unlit.json","template_trapdoor_bottom.json","template_trapdoor_open.json","template_trapdoor_top.json","template_turtle_egg.json","template_two_candles.json","template_two_turtle_eggs.json","template_vault.json","template_wall_post.json","template_wall_side.json","template_wall_side_tall.json","terracotta.json","test_block_accept.json","test_block_fail.json","test_block_log.json","test_block_start.json","test_instance_block.json","thin_block.json","three_dead_sea_pickles.json","three_sea_pickles.json","three_slightly_cracked_turtle_eggs.json","three_turtle_eggs.json","three_very_cracked_turtle_eggs.json","tinted_cross.json","tinted_flower_pot_cross.json","tinted_glass.json","tnt.json","torch.json","torchflower.json","torchflower_crop_stage0.json","torchflower_crop_stage1.json","trapped_chest.json","trial_spawner.json","trial_spawner_active.json","trial_spawner_active_ominous.json","trial_spawner_ejecting_reward.json","trial_spawner_ejecting_reward_ominous.json","trial_spawner_inactive_ominous.json","tripwire_attached_n.json","tripwire_attached_ne.json","tripwire_attached_ns.json","tripwire_attached_nse.json","tripwire_attached_nsew.json","tripwire_hook.json","tripwire_hook_attached.json","tripwire_hook_attached_on.json","tripwire_hook_on.json","tripwire_n.json","tripwire_ne.json","tripwire_ns.json","tripwire_nse.json","tripwire_nsew.json","tube_coral.json","tube_coral_block.json","tube_coral_fan.json","tube_coral_wall_fan.json","tuff.json","tuff_brick_slab.json","tuff_brick_slab_top.json","tuff_brick_stairs.json","tuff_brick_stairs_inner.json","tuff_brick_stairs_outer.json","tuff_brick_wall_inventory.json","tuff_brick_wall_post.json","tuff_brick_wall_side.json","tuff_brick_wall_side_tall.json","tuff_bricks.json","tuff_slab.json","tuff_slab_top.json","tuff_stairs.json","tuff_stairs_inner.json","tuff_stairs_outer.json","tuff_wall_inventory.json","tuff_wall_post.json","tuff_wall_side.json","tuff_wall_side_tall.json","turtle_egg.json","twisting_vines.json","twisting_vines_plant.json","two_dead_sea_pickles.json","two_sea_pickles.json","two_slightly_cracked_turtle_eggs.json","two_turtle_eggs.json","two_very_cracked_turtle_eggs.json","vault.json","vault_active.json","vault_active_ominous.json","vault_ejecting_reward.json","vault_ejecting_reward_ominous.json","vault_ominous.json","vault_unlocking.json","vault_unlocking_ominous.json","verdant_froglight.json","verdant_froglight_horizontal.json","very_cracked_turtle_egg.json","vine.json","wall_inventory.json","wall_torch.json","warped_button.json","warped_button_inventory.json","warped_button_pressed.json","warped_door_bottom_left.json","warped_door_bottom_left_open.json","warped_door_bottom_right.json","warped_door_bottom_right_open.json","warped_door_top_left.json","warped_door_top_left_open.json","warped_door_top_right.json","warped_door_top_right_open.json","warped_fence_gate.json","warped_fence_gate_open.json","warped_fence_gate_wall.json","warped_fence_gate_wall_open.json","warped_fence_inventory.json","warped_fence_post.json","warped_fence_side.json","warped_fungus.json","warped_hanging_sign.json","warped_hyphae.json","warped_nylium.json","warped_planks.json","warped_pressure_plate.json","warped_pressure_plate_down.json","warped_roots.json","warped_shelf.json","warped_shelf_center.json","warped_shelf_inventory.json","warped_shelf_left.json","warped_shelf_right.json","warped_shelf_unconnected.json","warped_shelf_unpowered.json","warped_sign.json","warped_slab.json","warped_slab_top.json","warped_stairs.json","warped_stairs_inner.json","warped_stairs_outer.json","warped_stem.json","warped_trapdoor_bottom.json","warped_trapdoor_open.json","warped_trapdoor_top.json","warped_wart_block.json","water.json","water_cauldron_full.json","water_cauldron_level1.json","water_cauldron_level2.json","weathered_chiseled_copper.json","weathered_copper.json","weathered_copper_bars_cap.json","weathered_copper_bars_cap_alt.json","weathered_copper_bars_post.json","weathered_copper_bars_post_ends.json","weathered_copper_bars_side.json","weathered_copper_bars_side_alt.json","weathered_copper_bulb.json","weathered_copper_bulb_lit.json","weathered_copper_bulb_lit_powered.json","weathered_copper_bulb_powered.json","weathered_copper_chain.json","weathered_copper_chest.json","weathered_copper_door_bottom_left.json","weathered_copper_door_bottom_left_open.json","weathered_copper_door_bottom_right.json","weathered_copper_door_bottom_right_open.json","weathered_copper_door_top_left.json","weathered_copper_door_top_left_open.json","weathered_copper_door_top_right.json","weathered_copper_door_top_right_open.json","weathered_copper_golem_statue.json","weathered_copper_grate.json","weathered_copper_lantern.json","weathered_copper_lantern_hanging.json","weathered_copper_trapdoor_bottom.json","weathered_copper_trapdoor_open.json","weathered_copper_trapdoor_top.json","weathered_cut_copper.json","weathered_cut_copper_slab.json","weathered_cut_copper_slab_top.json","weathered_cut_copper_stairs.json","weathered_cut_copper_stairs_inner.json","weathered_cut_copper_stairs_outer.json","weathered_lightning_rod.json","weeping_vines.json","weeping_vines_plant.json","wet_sponge.json","wheat_stage0.json","wheat_stage1.json","wheat_stage2.json","wheat_stage3.json","wheat_stage4.json","wheat_stage5.json","wheat_stage6.json","wheat_stage7.json","white_candle_cake.json","white_candle_cake_lit.json","white_candle_four_candles.json","white_candle_four_candles_lit.json","white_candle_one_candle.json","white_candle_one_candle_lit.json","white_candle_three_candles.json","white_candle_three_candles_lit.json","white_candle_two_candles.json","white_candle_two_candles_lit.json","white_carpet.json","white_concrete.json","white_concrete_powder.json","white_glazed_terracotta.json","white_shulker_box.json","white_stained_glass.json","white_stained_glass_pane_noside.json","white_stained_glass_pane_noside_alt.json","white_stained_glass_pane_post.json","white_stained_glass_pane_side.json","white_stained_glass_pane_side_alt.json","white_terracotta.json","white_tulip.json","white_wool.json","wildflowers_1.json","wildflowers_2.json","wildflowers_3.json","wildflowers_4.json","wither_rose.json","yellow_candle_cake.json","yellow_candle_cake_lit.json","yellow_candle_four_candles.json","yellow_candle_four_candles_lit.json","yellow_candle_one_candle.json","yellow_candle_one_candle_lit.json","yellow_candle_three_candles.json","yellow_candle_three_candles_lit.json","yellow_candle_two_candles.json","yellow_candle_two_candles_lit.json","yellow_carpet.json","yellow_concrete.json","yellow_concrete_powder.json","yellow_glazed_terracotta.json","yellow_shulker_box.json","yellow_stained_glass.json","yellow_stained_glass_pane_noside.json","yellow_stained_glass_pane_noside_alt.json","yellow_stained_glass_pane_post.json","yellow_stained_glass_pane_side.json","yellow_stained_glass_pane_side_alt.json","yellow_terracotta.json","yellow_wool.json"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/models/item/_list.json b/common-files/src/main/resources/internal/models/item/_list.json deleted file mode 100644 index aa6ba7c96..000000000 --- a/common-files/src/main/resources/internal/models/item/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia_boat.json","acacia_chest_boat.json","acacia_door.json","acacia_hanging_sign.json","acacia_sapling.json","acacia_sign.json","activator_rail.json","air.json","allay_spawn_egg.json","allium.json","amethyst_bud.json","amethyst_cluster.json","amethyst_shard.json","angler_pottery_sherd.json","apple.json","archer_pottery_sherd.json","armadillo_scute.json","armadillo_spawn_egg.json","armor_stand.json","arms_up_pottery_sherd.json","arrow.json","axolotl_bucket.json","axolotl_spawn_egg.json","azure_bluet.json","baked_potato.json","bamboo.json","bamboo_chest_raft.json","bamboo_door.json","bamboo_hanging_sign.json","bamboo_raft.json","bamboo_sign.json","barrier.json","bat_spawn_egg.json","bee_spawn_egg.json","beef.json","beetroot.json","beetroot_seeds.json","beetroot_soup.json","bell.json","big_dripleaf.json","birch_boat.json","birch_chest_boat.json","birch_door.json","birch_hanging_sign.json","birch_sapling.json","birch_sign.json","black_bed.json","black_bundle.json","black_bundle_open_back.json","black_bundle_open_front.json","black_candle.json","black_dye.json","black_harness.json","black_shulker_box.json","black_stained_glass_pane.json","blade_pottery_sherd.json","blaze_powder.json","blaze_rod.json","blaze_spawn_egg.json","blue_bed.json","blue_bundle.json","blue_bundle_open_back.json","blue_bundle_open_front.json","blue_candle.json","blue_dye.json","blue_egg.json","blue_harness.json","blue_orchid.json","blue_shulker_box.json","blue_stained_glass_pane.json","bogged_spawn_egg.json","bolt_armor_trim_smithing_template.json","bone.json","bone_meal.json","book.json","bordure_indented_banner_pattern.json","bow.json","bow_pulling_0.json","bow_pulling_1.json","bow_pulling_2.json","bowl.json","brain_coral.json","brain_coral_fan.json","bread.json","breeze_rod.json","breeze_spawn_egg.json","brewer_pottery_sherd.json","brewing_stand.json","brick.json","brown_bed.json","brown_bundle.json","brown_bundle_open_back.json","brown_bundle_open_front.json","brown_candle.json","brown_dye.json","brown_egg.json","brown_harness.json","brown_mushroom.json","brown_shulker_box.json","brown_stained_glass_pane.json","brush.json","brush_brushing_0.json","brush_brushing_1.json","brush_brushing_2.json","bubble_coral.json","bubble_coral_fan.json","bucket.json","bundle.json","bundle_open_back.json","bundle_open_front.json","burn_pottery_sherd.json","bush.json","cactus_flower.json","cake.json","camel_spawn_egg.json","campfire.json","candle.json","carrot.json","carrot_on_a_stick.json","cat_spawn_egg.json","cauldron.json","cave_spider_spawn_egg.json","chainmail_boots.json","chainmail_boots_amethyst_trim.json","chainmail_boots_copper_trim.json","chainmail_boots_diamond_trim.json","chainmail_boots_emerald_trim.json","chainmail_boots_gold_trim.json","chainmail_boots_iron_trim.json","chainmail_boots_lapis_trim.json","chainmail_boots_netherite_trim.json","chainmail_boots_quartz_trim.json","chainmail_boots_redstone_trim.json","chainmail_boots_resin_trim.json","chainmail_chestplate.json","chainmail_chestplate_amethyst_trim.json","chainmail_chestplate_copper_trim.json","chainmail_chestplate_diamond_trim.json","chainmail_chestplate_emerald_trim.json","chainmail_chestplate_gold_trim.json","chainmail_chestplate_iron_trim.json","chainmail_chestplate_lapis_trim.json","chainmail_chestplate_netherite_trim.json","chainmail_chestplate_quartz_trim.json","chainmail_chestplate_redstone_trim.json","chainmail_chestplate_resin_trim.json","chainmail_helmet.json","chainmail_helmet_amethyst_trim.json","chainmail_helmet_copper_trim.json","chainmail_helmet_diamond_trim.json","chainmail_helmet_emerald_trim.json","chainmail_helmet_gold_trim.json","chainmail_helmet_iron_trim.json","chainmail_helmet_lapis_trim.json","chainmail_helmet_netherite_trim.json","chainmail_helmet_quartz_trim.json","chainmail_helmet_redstone_trim.json","chainmail_helmet_resin_trim.json","chainmail_leggings.json","chainmail_leggings_amethyst_trim.json","chainmail_leggings_copper_trim.json","chainmail_leggings_diamond_trim.json","chainmail_leggings_emerald_trim.json","chainmail_leggings_gold_trim.json","chainmail_leggings_iron_trim.json","chainmail_leggings_lapis_trim.json","chainmail_leggings_netherite_trim.json","chainmail_leggings_quartz_trim.json","chainmail_leggings_redstone_trim.json","chainmail_leggings_resin_trim.json","charcoal.json","cherry_boat.json","cherry_chest_boat.json","cherry_door.json","cherry_hanging_sign.json","cherry_sapling.json","cherry_sign.json","chest.json","chest_minecart.json","chicken.json","chicken_spawn_egg.json","chorus_fruit.json","clay_ball.json","clock_00.json","clock_01.json","clock_02.json","clock_03.json","clock_04.json","clock_05.json","clock_06.json","clock_07.json","clock_08.json","clock_09.json","clock_10.json","clock_11.json","clock_12.json","clock_13.json","clock_14.json","clock_15.json","clock_16.json","clock_17.json","clock_18.json","clock_19.json","clock_20.json","clock_21.json","clock_22.json","clock_23.json","clock_24.json","clock_25.json","clock_26.json","clock_27.json","clock_28.json","clock_29.json","clock_30.json","clock_31.json","clock_32.json","clock_33.json","clock_34.json","clock_35.json","clock_36.json","clock_37.json","clock_38.json","clock_39.json","clock_40.json","clock_41.json","clock_42.json","clock_43.json","clock_44.json","clock_45.json","clock_46.json","clock_47.json","clock_48.json","clock_49.json","clock_50.json","clock_51.json","clock_52.json","clock_53.json","clock_54.json","clock_55.json","clock_56.json","clock_57.json","clock_58.json","clock_59.json","clock_60.json","clock_61.json","clock_62.json","clock_63.json","closed_eyeblossom.json","coal.json","coast_armor_trim_smithing_template.json","cobweb.json","cocoa_beans.json","cod.json","cod_bucket.json","cod_spawn_egg.json","command_block_minecart.json","comparator.json","compass_00.json","compass_01.json","compass_02.json","compass_03.json","compass_04.json","compass_05.json","compass_06.json","compass_07.json","compass_08.json","compass_09.json","compass_10.json","compass_11.json","compass_12.json","compass_13.json","compass_14.json","compass_15.json","compass_16.json","compass_17.json","compass_18.json","compass_19.json","compass_20.json","compass_21.json","compass_22.json","compass_23.json","compass_24.json","compass_25.json","compass_26.json","compass_27.json","compass_28.json","compass_29.json","compass_30.json","compass_31.json","conduit.json","cooked_beef.json","cooked_chicken.json","cooked_cod.json","cooked_mutton.json","cooked_porkchop.json","cooked_rabbit.json","cooked_salmon.json","cookie.json","copper_axe.json","copper_bars.json","copper_boots.json","copper_boots_amethyst_trim.json","copper_boots_copper_trim.json","copper_boots_diamond_trim.json","copper_boots_emerald_trim.json","copper_boots_gold_trim.json","copper_boots_iron_trim.json","copper_boots_lapis_trim.json","copper_boots_netherite_trim.json","copper_boots_quartz_trim.json","copper_boots_redstone_trim.json","copper_boots_resin_trim.json","copper_chain.json","copper_chest.json","copper_chestplate.json","copper_chestplate_amethyst_trim.json","copper_chestplate_copper_trim.json","copper_chestplate_diamond_trim.json","copper_chestplate_emerald_trim.json","copper_chestplate_gold_trim.json","copper_chestplate_iron_trim.json","copper_chestplate_lapis_trim.json","copper_chestplate_netherite_trim.json","copper_chestplate_quartz_trim.json","copper_chestplate_redstone_trim.json","copper_chestplate_resin_trim.json","copper_door.json","copper_golem_spawn_egg.json","copper_helmet.json","copper_helmet_amethyst_trim.json","copper_helmet_copper_trim.json","copper_helmet_diamond_trim.json","copper_helmet_emerald_trim.json","copper_helmet_gold_trim.json","copper_helmet_iron_trim.json","copper_helmet_lapis_trim.json","copper_helmet_netherite_trim.json","copper_helmet_quartz_trim.json","copper_helmet_redstone_trim.json","copper_helmet_resin_trim.json","copper_hoe.json","copper_horse_armor.json","copper_ingot.json","copper_lantern.json","copper_leggings.json","copper_leggings_amethyst_trim.json","copper_leggings_copper_trim.json","copper_leggings_diamond_trim.json","copper_leggings_emerald_trim.json","copper_leggings_gold_trim.json","copper_leggings_iron_trim.json","copper_leggings_lapis_trim.json","copper_leggings_netherite_trim.json","copper_leggings_quartz_trim.json","copper_leggings_redstone_trim.json","copper_leggings_resin_trim.json","copper_nugget.json","copper_pickaxe.json","copper_shovel.json","copper_sword.json","copper_torch.json","cornflower.json","cow_spawn_egg.json","creaking_spawn_egg.json","creeper_banner_pattern.json","creeper_spawn_egg.json","crimson_door.json","crimson_fungus.json","crimson_hanging_sign.json","crimson_roots.json","crimson_sign.json","crossbow.json","crossbow_arrow.json","crossbow_firework.json","crossbow_pulling_0.json","crossbow_pulling_1.json","crossbow_pulling_2.json","cyan_bed.json","cyan_bundle.json","cyan_bundle_open_back.json","cyan_bundle_open_front.json","cyan_candle.json","cyan_dye.json","cyan_harness.json","cyan_shulker_box.json","cyan_stained_glass_pane.json","dandelion.json","danger_pottery_sherd.json","dark_oak_boat.json","dark_oak_chest_boat.json","dark_oak_door.json","dark_oak_hanging_sign.json","dark_oak_sapling.json","dark_oak_sign.json","dead_brain_coral.json","dead_brain_coral_fan.json","dead_bubble_coral.json","dead_bubble_coral_fan.json","dead_bush.json","dead_fire_coral.json","dead_fire_coral_fan.json","dead_horn_coral.json","dead_horn_coral_fan.json","dead_tube_coral.json","dead_tube_coral_fan.json","debug_stick.json","decorated_pot.json","detector_rail.json","diamond.json","diamond_axe.json","diamond_boots.json","diamond_boots_amethyst_trim.json","diamond_boots_copper_trim.json","diamond_boots_diamond_trim.json","diamond_boots_emerald_trim.json","diamond_boots_gold_trim.json","diamond_boots_iron_trim.json","diamond_boots_lapis_trim.json","diamond_boots_netherite_trim.json","diamond_boots_quartz_trim.json","diamond_boots_redstone_trim.json","diamond_boots_resin_trim.json","diamond_chestplate.json","diamond_chestplate_amethyst_trim.json","diamond_chestplate_copper_trim.json","diamond_chestplate_diamond_trim.json","diamond_chestplate_emerald_trim.json","diamond_chestplate_gold_trim.json","diamond_chestplate_iron_trim.json","diamond_chestplate_lapis_trim.json","diamond_chestplate_netherite_trim.json","diamond_chestplate_quartz_trim.json","diamond_chestplate_redstone_trim.json","diamond_chestplate_resin_trim.json","diamond_helmet.json","diamond_helmet_amethyst_trim.json","diamond_helmet_copper_trim.json","diamond_helmet_diamond_trim.json","diamond_helmet_emerald_trim.json","diamond_helmet_gold_trim.json","diamond_helmet_iron_trim.json","diamond_helmet_lapis_trim.json","diamond_helmet_netherite_trim.json","diamond_helmet_quartz_trim.json","diamond_helmet_redstone_trim.json","diamond_helmet_resin_trim.json","diamond_hoe.json","diamond_horse_armor.json","diamond_leggings.json","diamond_leggings_amethyst_trim.json","diamond_leggings_copper_trim.json","diamond_leggings_diamond_trim.json","diamond_leggings_emerald_trim.json","diamond_leggings_gold_trim.json","diamond_leggings_iron_trim.json","diamond_leggings_lapis_trim.json","diamond_leggings_netherite_trim.json","diamond_leggings_quartz_trim.json","diamond_leggings_redstone_trim.json","diamond_leggings_resin_trim.json","diamond_pickaxe.json","diamond_shovel.json","diamond_sword.json","disc_fragment_5.json","dolphin_spawn_egg.json","donkey_spawn_egg.json","dragon_breath.json","dragon_head.json","dried_kelp.json","drowned_spawn_egg.json","dune_armor_trim_smithing_template.json","echo_shard.json","egg.json","elder_guardian_spawn_egg.json","elytra.json","elytra_broken.json","emerald.json","enchanted_book.json","enchanted_golden_apple.json","end_crystal.json","ender_chest.json","ender_dragon_spawn_egg.json","ender_eye.json","ender_pearl.json","enderman_spawn_egg.json","endermite_spawn_egg.json","evoker_spawn_egg.json","experience_bottle.json","explorer_pottery_sherd.json","exposed_copper_bars.json","exposed_copper_chain.json","exposed_copper_chest.json","exposed_copper_door.json","exposed_copper_lantern.json","eye_armor_trim_smithing_template.json","feather.json","fermented_spider_eye.json","fern.json","field_masoned_banner_pattern.json","filled_map.json","fire_charge.json","fire_coral.json","fire_coral_fan.json","firefly_bush.json","firework_rocket.json","firework_star.json","fishing_rod.json","fishing_rod_cast.json","flint.json","flint_and_steel.json","flow_armor_trim_smithing_template.json","flow_banner_pattern.json","flow_pottery_sherd.json","flower_banner_pattern.json","flower_pot.json","fox_spawn_egg.json","friend_pottery_sherd.json","frog_spawn_egg.json","frogspawn.json","furnace_minecart.json","generated.json","ghast_spawn_egg.json","ghast_tear.json","glass_bottle.json","glass_pane.json","glistering_melon_slice.json","globe_banner_pattern.json","glow_berries.json","glow_ink_sac.json","glow_item_frame.json","glow_lichen.json","glow_squid_spawn_egg.json","glowstone_dust.json","goat_horn.json","goat_spawn_egg.json","gold_ingot.json","gold_nugget.json","golden_apple.json","golden_axe.json","golden_boots.json","golden_boots_amethyst_trim.json","golden_boots_copper_trim.json","golden_boots_diamond_trim.json","golden_boots_emerald_trim.json","golden_boots_gold_trim.json","golden_boots_iron_trim.json","golden_boots_lapis_trim.json","golden_boots_netherite_trim.json","golden_boots_quartz_trim.json","golden_boots_redstone_trim.json","golden_boots_resin_trim.json","golden_carrot.json","golden_chestplate.json","golden_chestplate_amethyst_trim.json","golden_chestplate_copper_trim.json","golden_chestplate_diamond_trim.json","golden_chestplate_emerald_trim.json","golden_chestplate_gold_trim.json","golden_chestplate_iron_trim.json","golden_chestplate_lapis_trim.json","golden_chestplate_netherite_trim.json","golden_chestplate_quartz_trim.json","golden_chestplate_redstone_trim.json","golden_chestplate_resin_trim.json","golden_helmet.json","golden_helmet_amethyst_trim.json","golden_helmet_copper_trim.json","golden_helmet_diamond_trim.json","golden_helmet_emerald_trim.json","golden_helmet_gold_trim.json","golden_helmet_iron_trim.json","golden_helmet_lapis_trim.json","golden_helmet_netherite_trim.json","golden_helmet_quartz_trim.json","golden_helmet_redstone_trim.json","golden_helmet_resin_trim.json","golden_hoe.json","golden_horse_armor.json","golden_leggings.json","golden_leggings_amethyst_trim.json","golden_leggings_copper_trim.json","golden_leggings_diamond_trim.json","golden_leggings_emerald_trim.json","golden_leggings_gold_trim.json","golden_leggings_iron_trim.json","golden_leggings_lapis_trim.json","golden_leggings_netherite_trim.json","golden_leggings_quartz_trim.json","golden_leggings_redstone_trim.json","golden_leggings_resin_trim.json","golden_pickaxe.json","golden_shovel.json","golden_sword.json","gray_bed.json","gray_bundle.json","gray_bundle_open_back.json","gray_bundle_open_front.json","gray_candle.json","gray_dye.json","gray_harness.json","gray_shulker_box.json","gray_stained_glass_pane.json","green_bed.json","green_bundle.json","green_bundle_open_back.json","green_bundle_open_front.json","green_candle.json","green_dye.json","green_harness.json","green_shulker_box.json","green_stained_glass_pane.json","guardian_spawn_egg.json","gunpowder.json","guster_banner_pattern.json","guster_pottery_sherd.json","handheld.json","handheld_mace.json","handheld_rod.json","hanging_roots.json","happy_ghast_spawn_egg.json","heart_of_the_sea.json","heart_pottery_sherd.json","heartbreak_pottery_sherd.json","hoglin_spawn_egg.json","honey_bottle.json","honeycomb.json","hopper.json","hopper_minecart.json","horn_coral.json","horn_coral_fan.json","horse_spawn_egg.json","host_armor_trim_smithing_template.json","howl_pottery_sherd.json","husk_spawn_egg.json","ink_sac.json","iron_axe.json","iron_bars.json","iron_boots.json","iron_boots_amethyst_trim.json","iron_boots_copper_trim.json","iron_boots_diamond_trim.json","iron_boots_emerald_trim.json","iron_boots_gold_trim.json","iron_boots_iron_trim.json","iron_boots_lapis_trim.json","iron_boots_netherite_trim.json","iron_boots_quartz_trim.json","iron_boots_redstone_trim.json","iron_boots_resin_trim.json","iron_chain.json","iron_chestplate.json","iron_chestplate_amethyst_trim.json","iron_chestplate_copper_trim.json","iron_chestplate_diamond_trim.json","iron_chestplate_emerald_trim.json","iron_chestplate_gold_trim.json","iron_chestplate_iron_trim.json","iron_chestplate_lapis_trim.json","iron_chestplate_netherite_trim.json","iron_chestplate_quartz_trim.json","iron_chestplate_redstone_trim.json","iron_chestplate_resin_trim.json","iron_door.json","iron_golem_spawn_egg.json","iron_helmet.json","iron_helmet_amethyst_trim.json","iron_helmet_copper_trim.json","iron_helmet_diamond_trim.json","iron_helmet_emerald_trim.json","iron_helmet_gold_trim.json","iron_helmet_iron_trim.json","iron_helmet_lapis_trim.json","iron_helmet_netherite_trim.json","iron_helmet_quartz_trim.json","iron_helmet_redstone_trim.json","iron_helmet_resin_trim.json","iron_hoe.json","iron_horse_armor.json","iron_ingot.json","iron_leggings.json","iron_leggings_amethyst_trim.json","iron_leggings_copper_trim.json","iron_leggings_diamond_trim.json","iron_leggings_emerald_trim.json","iron_leggings_gold_trim.json","iron_leggings_iron_trim.json","iron_leggings_lapis_trim.json","iron_leggings_netherite_trim.json","iron_leggings_quartz_trim.json","iron_leggings_redstone_trim.json","iron_leggings_resin_trim.json","iron_nugget.json","iron_pickaxe.json","iron_shovel.json","iron_sword.json","item_frame.json","jungle_boat.json","jungle_chest_boat.json","jungle_door.json","jungle_hanging_sign.json","jungle_sapling.json","jungle_sign.json","kelp.json","knowledge_book.json","ladder.json","lantern.json","lapis_lazuli.json","large_amethyst_bud.json","large_fern.json","lava_bucket.json","lead.json","leaf_litter.json","leather.json","leather_boots.json","leather_boots_amethyst_trim.json","leather_boots_copper_trim.json","leather_boots_diamond_trim.json","leather_boots_emerald_trim.json","leather_boots_gold_trim.json","leather_boots_iron_trim.json","leather_boots_lapis_trim.json","leather_boots_netherite_trim.json","leather_boots_quartz_trim.json","leather_boots_redstone_trim.json","leather_boots_resin_trim.json","leather_chestplate.json","leather_chestplate_amethyst_trim.json","leather_chestplate_copper_trim.json","leather_chestplate_diamond_trim.json","leather_chestplate_emerald_trim.json","leather_chestplate_gold_trim.json","leather_chestplate_iron_trim.json","leather_chestplate_lapis_trim.json","leather_chestplate_netherite_trim.json","leather_chestplate_quartz_trim.json","leather_chestplate_redstone_trim.json","leather_chestplate_resin_trim.json","leather_helmet.json","leather_helmet_amethyst_trim.json","leather_helmet_copper_trim.json","leather_helmet_diamond_trim.json","leather_helmet_emerald_trim.json","leather_helmet_gold_trim.json","leather_helmet_iron_trim.json","leather_helmet_lapis_trim.json","leather_helmet_netherite_trim.json","leather_helmet_quartz_trim.json","leather_helmet_redstone_trim.json","leather_helmet_resin_trim.json","leather_horse_armor.json","leather_leggings.json","leather_leggings_amethyst_trim.json","leather_leggings_copper_trim.json","leather_leggings_diamond_trim.json","leather_leggings_emerald_trim.json","leather_leggings_gold_trim.json","leather_leggings_iron_trim.json","leather_leggings_lapis_trim.json","leather_leggings_netherite_trim.json","leather_leggings_quartz_trim.json","leather_leggings_redstone_trim.json","leather_leggings_resin_trim.json","lever.json","light.json","light_00.json","light_01.json","light_02.json","light_03.json","light_04.json","light_05.json","light_06.json","light_07.json","light_08.json","light_09.json","light_10.json","light_11.json","light_12.json","light_13.json","light_14.json","light_15.json","light_blue_bed.json","light_blue_bundle.json","light_blue_bundle_open_back.json","light_blue_bundle_open_front.json","light_blue_candle.json","light_blue_dye.json","light_blue_harness.json","light_blue_shulker_box.json","light_blue_stained_glass_pane.json","light_gray_bed.json","light_gray_bundle.json","light_gray_bundle_open_back.json","light_gray_bundle_open_front.json","light_gray_candle.json","light_gray_dye.json","light_gray_harness.json","light_gray_shulker_box.json","light_gray_stained_glass_pane.json","lilac.json","lily_of_the_valley.json","lily_pad.json","lime_bed.json","lime_bundle.json","lime_bundle_open_back.json","lime_bundle_open_front.json","lime_candle.json","lime_dye.json","lime_harness.json","lime_shulker_box.json","lime_stained_glass_pane.json","lingering_potion.json","llama_spawn_egg.json","mace.json","magenta_bed.json","magenta_bundle.json","magenta_bundle_open_back.json","magenta_bundle_open_front.json","magenta_candle.json","magenta_dye.json","magenta_harness.json","magenta_shulker_box.json","magenta_stained_glass_pane.json","magma_cream.json","magma_cube_spawn_egg.json","mangrove_boat.json","mangrove_chest_boat.json","mangrove_door.json","mangrove_hanging_sign.json","mangrove_propagule.json","mangrove_sign.json","map.json","medium_amethyst_bud.json","melon_seeds.json","melon_slice.json","milk_bucket.json","minecart.json","miner_pottery_sherd.json","mojang_banner_pattern.json","mooshroom_spawn_egg.json","mourner_pottery_sherd.json","mule_spawn_egg.json","mushroom_stew.json","music_disc_11.json","music_disc_13.json","music_disc_5.json","music_disc_blocks.json","music_disc_cat.json","music_disc_chirp.json","music_disc_creator.json","music_disc_creator_music_box.json","music_disc_far.json","music_disc_lava_chicken.json","music_disc_mall.json","music_disc_mellohi.json","music_disc_otherside.json","music_disc_pigstep.json","music_disc_precipice.json","music_disc_relic.json","music_disc_stal.json","music_disc_strad.json","music_disc_tears.json","music_disc_wait.json","music_disc_ward.json","mutton.json","name_tag.json","nautilus_shell.json","nether_brick.json","nether_sprouts.json","nether_star.json","nether_wart.json","netherite_axe.json","netherite_boots.json","netherite_boots_amethyst_trim.json","netherite_boots_copper_trim.json","netherite_boots_diamond_trim.json","netherite_boots_emerald_trim.json","netherite_boots_gold_trim.json","netherite_boots_iron_trim.json","netherite_boots_lapis_trim.json","netherite_boots_netherite_trim.json","netherite_boots_quartz_trim.json","netherite_boots_redstone_trim.json","netherite_boots_resin_trim.json","netherite_chestplate.json","netherite_chestplate_amethyst_trim.json","netherite_chestplate_copper_trim.json","netherite_chestplate_diamond_trim.json","netherite_chestplate_emerald_trim.json","netherite_chestplate_gold_trim.json","netherite_chestplate_iron_trim.json","netherite_chestplate_lapis_trim.json","netherite_chestplate_netherite_trim.json","netherite_chestplate_quartz_trim.json","netherite_chestplate_redstone_trim.json","netherite_chestplate_resin_trim.json","netherite_helmet.json","netherite_helmet_amethyst_trim.json","netherite_helmet_copper_trim.json","netherite_helmet_diamond_trim.json","netherite_helmet_emerald_trim.json","netherite_helmet_gold_trim.json","netherite_helmet_iron_trim.json","netherite_helmet_lapis_trim.json","netherite_helmet_netherite_trim.json","netherite_helmet_quartz_trim.json","netherite_helmet_redstone_trim.json","netherite_helmet_resin_trim.json","netherite_hoe.json","netherite_ingot.json","netherite_leggings.json","netherite_leggings_amethyst_trim.json","netherite_leggings_copper_trim.json","netherite_leggings_diamond_trim.json","netherite_leggings_emerald_trim.json","netherite_leggings_gold_trim.json","netherite_leggings_iron_trim.json","netherite_leggings_lapis_trim.json","netherite_leggings_netherite_trim.json","netherite_leggings_quartz_trim.json","netherite_leggings_redstone_trim.json","netherite_leggings_resin_trim.json","netherite_pickaxe.json","netherite_scrap.json","netherite_shovel.json","netherite_sword.json","netherite_upgrade_smithing_template.json","oak_boat.json","oak_chest_boat.json","oak_door.json","oak_hanging_sign.json","oak_sapling.json","oak_sign.json","ocelot_spawn_egg.json","ominous_bottle.json","ominous_trial_key.json","open_eyeblossom.json","orange_bed.json","orange_bundle.json","orange_bundle_open_back.json","orange_bundle_open_front.json","orange_candle.json","orange_dye.json","orange_harness.json","orange_shulker_box.json","orange_stained_glass_pane.json","orange_tulip.json","oxeye_daisy.json","oxidized_copper_bars.json","oxidized_copper_chain.json","oxidized_copper_chest.json","oxidized_copper_door.json","oxidized_copper_lantern.json","painting.json","pale_hanging_moss.json","pale_oak_boat.json","pale_oak_chest_boat.json","pale_oak_door.json","pale_oak_hanging_sign.json","pale_oak_sapling.json","pale_oak_sign.json","panda_spawn_egg.json","paper.json","parrot_spawn_egg.json","peony.json","phantom_membrane.json","phantom_spawn_egg.json","pig_spawn_egg.json","piglin_banner_pattern.json","piglin_brute_spawn_egg.json","piglin_spawn_egg.json","pillager_spawn_egg.json","pink_bed.json","pink_bundle.json","pink_bundle_open_back.json","pink_bundle_open_front.json","pink_candle.json","pink_dye.json","pink_harness.json","pink_petals.json","pink_shulker_box.json","pink_stained_glass_pane.json","pink_tulip.json","pitcher_plant.json","pitcher_pod.json","plenty_pottery_sherd.json","pointed_dripstone.json","poisonous_potato.json","polar_bear_spawn_egg.json","popped_chorus_fruit.json","poppy.json","porkchop.json","potato.json","potion.json","powder_snow_bucket.json","powered_rail.json","prismarine_crystals.json","prismarine_shard.json","prize_pottery_sherd.json","pufferfish.json","pufferfish_bucket.json","pufferfish_spawn_egg.json","pumpkin_pie.json","pumpkin_seeds.json","purple_bed.json","purple_bundle.json","purple_bundle_open_back.json","purple_bundle_open_front.json","purple_candle.json","purple_dye.json","purple_harness.json","purple_shulker_box.json","purple_stained_glass_pane.json","quartz.json","rabbit.json","rabbit_foot.json","rabbit_hide.json","rabbit_spawn_egg.json","rabbit_stew.json","rail.json","raiser_armor_trim_smithing_template.json","ravager_spawn_egg.json","raw_copper.json","raw_gold.json","raw_iron.json","recovery_compass_00.json","recovery_compass_01.json","recovery_compass_02.json","recovery_compass_03.json","recovery_compass_04.json","recovery_compass_05.json","recovery_compass_06.json","recovery_compass_07.json","recovery_compass_08.json","recovery_compass_09.json","recovery_compass_10.json","recovery_compass_11.json","recovery_compass_12.json","recovery_compass_13.json","recovery_compass_14.json","recovery_compass_15.json","recovery_compass_16.json","recovery_compass_17.json","recovery_compass_18.json","recovery_compass_19.json","recovery_compass_20.json","recovery_compass_21.json","recovery_compass_22.json","recovery_compass_23.json","recovery_compass_24.json","recovery_compass_25.json","recovery_compass_26.json","recovery_compass_27.json","recovery_compass_28.json","recovery_compass_29.json","recovery_compass_30.json","recovery_compass_31.json","red_bed.json","red_bundle.json","red_bundle_open_back.json","red_bundle_open_front.json","red_candle.json","red_dye.json","red_harness.json","red_mushroom.json","red_shulker_box.json","red_stained_glass_pane.json","red_tulip.json","redstone.json","redstone_torch.json","repeater.json","resin_brick.json","resin_clump.json","rib_armor_trim_smithing_template.json","rose_bush.json","rotten_flesh.json","saddle.json","salmon.json","salmon_bucket.json","salmon_spawn_egg.json","scrape_pottery_sherd.json","sculk_vein.json","sea_pickle.json","seagrass.json","sentry_armor_trim_smithing_template.json","shaper_armor_trim_smithing_template.json","sheaf_pottery_sherd.json","shears.json","sheep_spawn_egg.json","shelter_pottery_sherd.json","shield.json","shield_blocking.json","short_dry_grass.json","short_grass.json","shulker_box.json","shulker_shell.json","shulker_spawn_egg.json","silence_armor_trim_smithing_template.json","silverfish_spawn_egg.json","skeleton_horse_spawn_egg.json","skeleton_spawn_egg.json","skull_banner_pattern.json","skull_pottery_sherd.json","slime_ball.json","slime_spawn_egg.json","small_amethyst_bud.json","small_dripleaf.json","sniffer_egg.json","sniffer_spawn_egg.json","snort_pottery_sherd.json","snout_armor_trim_smithing_template.json","snow_golem_spawn_egg.json","snowball.json","soul_campfire.json","soul_lantern.json","soul_torch.json","spectral_arrow.json","spider_eye.json","spider_spawn_egg.json","spire_armor_trim_smithing_template.json","splash_potion.json","spruce_boat.json","spruce_chest_boat.json","spruce_door.json","spruce_hanging_sign.json","spruce_sapling.json","spruce_sign.json","spyglass.json","spyglass_in_hand.json","squid_spawn_egg.json","stick.json","stone_axe.json","stone_hoe.json","stone_pickaxe.json","stone_shovel.json","stone_sword.json","stray_spawn_egg.json","strider_spawn_egg.json","string.json","structure_void.json","sugar.json","sugar_cane.json","sunflower.json","suspicious_stew.json","sweet_berries.json","tadpole_bucket.json","tadpole_spawn_egg.json","tall_dry_grass.json","tall_grass.json","template_banner.json","template_bed.json","template_bundle_open_back.json","template_bundle_open_front.json","template_chest.json","template_copper_golem_statue.json","template_music_disc.json","template_shulker_box.json","template_skull.json","tide_armor_trim_smithing_template.json","tipped_arrow.json","tnt_minecart.json","tooting_goat_horn.json","torch.json","torchflower.json","torchflower_seeds.json","totem_of_undying.json","trader_llama_spawn_egg.json","trapped_chest.json","trial_key.json","trident.json","trident_in_hand.json","trident_throwing.json","tripwire_hook.json","tropical_fish.json","tropical_fish_bucket.json","tropical_fish_spawn_egg.json","tube_coral.json","tube_coral_fan.json","turtle_egg.json","turtle_helmet.json","turtle_helmet_amethyst_trim.json","turtle_helmet_copper_trim.json","turtle_helmet_diamond_trim.json","turtle_helmet_emerald_trim.json","turtle_helmet_gold_trim.json","turtle_helmet_iron_trim.json","turtle_helmet_lapis_trim.json","turtle_helmet_netherite_trim.json","turtle_helmet_quartz_trim.json","turtle_helmet_redstone_trim.json","turtle_helmet_resin_trim.json","turtle_scute.json","turtle_spawn_egg.json","twisting_vines.json","vex_armor_trim_smithing_template.json","vex_spawn_egg.json","villager_spawn_egg.json","vindicator_spawn_egg.json","vine.json","wandering_trader_spawn_egg.json","ward_armor_trim_smithing_template.json","warden_spawn_egg.json","warped_door.json","warped_fungus.json","warped_fungus_on_a_stick.json","warped_hanging_sign.json","warped_roots.json","warped_sign.json","water_bucket.json","wayfinder_armor_trim_smithing_template.json","weathered_copper_bars.json","weathered_copper_chain.json","weathered_copper_chest.json","weathered_copper_door.json","weathered_copper_lantern.json","weeping_vines.json","wheat.json","wheat_seeds.json","white_bed.json","white_bundle.json","white_bundle_open_back.json","white_bundle_open_front.json","white_candle.json","white_dye.json","white_harness.json","white_shulker_box.json","white_stained_glass_pane.json","white_tulip.json","wild_armor_trim_smithing_template.json","wildflowers.json","wind_charge.json","witch_spawn_egg.json","wither_rose.json","wither_skeleton_spawn_egg.json","wither_spawn_egg.json","wolf_armor.json","wolf_armor_dyed.json","wolf_spawn_egg.json","wooden_axe.json","wooden_hoe.json","wooden_pickaxe.json","wooden_shovel.json","wooden_sword.json","writable_book.json","written_book.json","yellow_bed.json","yellow_bundle.json","yellow_bundle_open_back.json","yellow_bundle_open_front.json","yellow_candle.json","yellow_dye.json","yellow_harness.json","yellow_shulker_box.json","yellow_stained_glass_pane.json","zoglin_spawn_egg.json","zombie_horse_spawn_egg.json","zombie_spawn_egg.json","zombie_villager_spawn_egg.json","zombified_piglin_spawn_egg.json"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/models/item/legacy/_list.json b/common-files/src/main/resources/internal/models/item/legacy/_list.json deleted file mode 100644 index b000f704f..000000000 --- a/common-files/src/main/resources/internal/models/item/legacy/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia_boat.json","acacia_button.json","acacia_chest_boat.json","acacia_door.json","acacia_fence.json","acacia_fence_gate.json","acacia_hanging_sign.json","acacia_leaves.json","acacia_log.json","acacia_planks.json","acacia_pressure_plate.json","acacia_sapling.json","acacia_sign.json","acacia_slab.json","acacia_stairs.json","acacia_trapdoor.json","acacia_wood.json","activator_rail.json","air.json","allay_spawn_egg.json","allium.json","amethyst_block.json","amethyst_bud.json","amethyst_cluster.json","amethyst_shard.json","ancient_debris.json","andesite.json","andesite_slab.json","andesite_stairs.json","andesite_wall.json","angler_pottery_sherd.json","anvil.json","apple.json","archer_pottery_sherd.json","armadillo_scute.json","armadillo_spawn_egg.json","armor_stand.json","arms_up_pottery_sherd.json","arrow.json","axolotl_bucket.json","axolotl_spawn_egg.json","azalea.json","azalea_leaves.json","azure_bluet.json","baked_potato.json","bamboo.json","bamboo_block.json","bamboo_button.json","bamboo_chest_raft.json","bamboo_door.json","bamboo_fence.json","bamboo_fence_gate.json","bamboo_hanging_sign.json","bamboo_mosaic.json","bamboo_mosaic_slab.json","bamboo_mosaic_stairs.json","bamboo_planks.json","bamboo_pressure_plate.json","bamboo_raft.json","bamboo_sign.json","bamboo_slab.json","bamboo_stairs.json","bamboo_trapdoor.json","barrel.json","barrier.json","basalt.json","bat_spawn_egg.json","beacon.json","bedrock.json","bee_nest.json","bee_nest_empty.json","bee_nest_honey.json","bee_spawn_egg.json","beef.json","beehive.json","beehive_empty.json","beehive_honey.json","beetroot.json","beetroot_seeds.json","beetroot_soup.json","bell.json","big_dripleaf.json","birch_boat.json","birch_button.json","birch_chest_boat.json","birch_door.json","birch_fence.json","birch_fence_gate.json","birch_hanging_sign.json","birch_leaves.json","birch_log.json","birch_planks.json","birch_pressure_plate.json","birch_sapling.json","birch_sign.json","birch_slab.json","birch_stairs.json","birch_trapdoor.json","birch_wood.json","black_banner.json","black_bed.json","black_bundle.json","black_bundle_open_back.json","black_bundle_open_front.json","black_candle.json","black_carpet.json","black_concrete.json","black_concrete_powder.json","black_dye.json","black_glazed_terracotta.json","black_shulker_box.json","black_stained_glass.json","black_stained_glass_pane.json","black_terracotta.json","black_wool.json","blackstone.json","blackstone_slab.json","blackstone_stairs.json","blackstone_wall.json","blade_pottery_sherd.json","blast_furnace.json","blaze_powder.json","blaze_rod.json","blaze_spawn_egg.json","blue_banner.json","blue_bed.json","blue_bundle.json","blue_bundle_open_back.json","blue_bundle_open_front.json","blue_candle.json","blue_carpet.json","blue_concrete.json","blue_concrete_powder.json","blue_dye.json","blue_glazed_terracotta.json","blue_ice.json","blue_orchid.json","blue_shulker_box.json","blue_stained_glass.json","blue_stained_glass_pane.json","blue_terracotta.json","blue_wool.json","bogged_spawn_egg.json","bolt_armor_trim_smithing_template.json","bone.json","bone_block.json","bone_meal.json","book.json","bookshelf.json","bordure_indented_banner_pattern.json","bow.json","bow_pulling_0.json","bow_pulling_1.json","bow_pulling_2.json","bowl.json","brain_coral.json","brain_coral_block.json","brain_coral_fan.json","bread.json","breeze_rod.json","breeze_spawn_egg.json","brewer_pottery_sherd.json","brewing_stand.json","brick.json","brick_slab.json","brick_stairs.json","brick_wall.json","bricks.json","broken_elytra.json","brown_banner.json","brown_bed.json","brown_bundle.json","brown_bundle_open_back.json","brown_bundle_open_front.json","brown_candle.json","brown_carpet.json","brown_concrete.json","brown_concrete_powder.json","brown_dye.json","brown_glazed_terracotta.json","brown_mushroom.json","brown_mushroom_block.json","brown_shulker_box.json","brown_stained_glass.json","brown_stained_glass_pane.json","brown_terracotta.json","brown_wool.json","brush.json","brush_brushing_0.json","brush_brushing_1.json","brush_brushing_2.json","bubble_coral.json","bubble_coral_block.json","bubble_coral_fan.json","bucket.json","budding_amethyst.json","bundle.json","bundle_open_back.json","bundle_open_front.json","burn_pottery_sherd.json","cactus.json","cake.json","calcite.json","calibrated_sculk_sensor.json","camel_spawn_egg.json","campfire.json","candle.json","carrot.json","carrot_on_a_stick.json","cartography_table.json","carved_pumpkin.json","cat_spawn_egg.json","cauldron.json","cave_spider_spawn_egg.json","chain.json","chain_command_block.json","chainmail_boots.json","chainmail_boots_amethyst_trim.json","chainmail_boots_copper_trim.json","chainmail_boots_diamond_trim.json","chainmail_boots_emerald_trim.json","chainmail_boots_gold_trim.json","chainmail_boots_iron_trim.json","chainmail_boots_lapis_trim.json","chainmail_boots_netherite_trim.json","chainmail_boots_quartz_trim.json","chainmail_boots_redstone_trim.json","chainmail_chestplate.json","chainmail_chestplate_amethyst_trim.json","chainmail_chestplate_copper_trim.json","chainmail_chestplate_diamond_trim.json","chainmail_chestplate_emerald_trim.json","chainmail_chestplate_gold_trim.json","chainmail_chestplate_iron_trim.json","chainmail_chestplate_lapis_trim.json","chainmail_chestplate_netherite_trim.json","chainmail_chestplate_quartz_trim.json","chainmail_chestplate_redstone_trim.json","chainmail_helmet.json","chainmail_helmet_amethyst_trim.json","chainmail_helmet_copper_trim.json","chainmail_helmet_diamond_trim.json","chainmail_helmet_emerald_trim.json","chainmail_helmet_gold_trim.json","chainmail_helmet_iron_trim.json","chainmail_helmet_lapis_trim.json","chainmail_helmet_netherite_trim.json","chainmail_helmet_quartz_trim.json","chainmail_helmet_redstone_trim.json","chainmail_leggings.json","chainmail_leggings_amethyst_trim.json","chainmail_leggings_copper_trim.json","chainmail_leggings_diamond_trim.json","chainmail_leggings_emerald_trim.json","chainmail_leggings_gold_trim.json","chainmail_leggings_iron_trim.json","chainmail_leggings_lapis_trim.json","chainmail_leggings_netherite_trim.json","chainmail_leggings_quartz_trim.json","chainmail_leggings_redstone_trim.json","charcoal.json","cherry_boat.json","cherry_button.json","cherry_chest_boat.json","cherry_door.json","cherry_fence.json","cherry_fence_gate.json","cherry_hanging_sign.json","cherry_leaves.json","cherry_log.json","cherry_planks.json","cherry_pressure_plate.json","cherry_sapling.json","cherry_sign.json","cherry_slab.json","cherry_stairs.json","cherry_trapdoor.json","cherry_wood.json","chest.json","chest_minecart.json","chicken.json","chicken_spawn_egg.json","chipped_anvil.json","chiseled_bookshelf.json","chiseled_copper.json","chiseled_deepslate.json","chiseled_nether_bricks.json","chiseled_polished_blackstone.json","chiseled_quartz_block.json","chiseled_red_sandstone.json","chiseled_sandstone.json","chiseled_stone_bricks.json","chiseled_tuff.json","chiseled_tuff_bricks.json","chorus_flower.json","chorus_fruit.json","chorus_plant.json","clay.json","clay_ball.json","clock.json","clock_01.json","clock_02.json","clock_03.json","clock_04.json","clock_05.json","clock_06.json","clock_07.json","clock_08.json","clock_09.json","clock_10.json","clock_11.json","clock_12.json","clock_13.json","clock_14.json","clock_15.json","clock_16.json","clock_17.json","clock_18.json","clock_19.json","clock_20.json","clock_21.json","clock_22.json","clock_23.json","clock_24.json","clock_25.json","clock_26.json","clock_27.json","clock_28.json","clock_29.json","clock_30.json","clock_31.json","clock_32.json","clock_33.json","clock_34.json","clock_35.json","clock_36.json","clock_37.json","clock_38.json","clock_39.json","clock_40.json","clock_41.json","clock_42.json","clock_43.json","clock_44.json","clock_45.json","clock_46.json","clock_47.json","clock_48.json","clock_49.json","clock_50.json","clock_51.json","clock_52.json","clock_53.json","clock_54.json","clock_55.json","clock_56.json","clock_57.json","clock_58.json","clock_59.json","clock_60.json","clock_61.json","clock_62.json","clock_63.json","coal.json","coal_block.json","coal_ore.json","coarse_dirt.json","coast_armor_trim_smithing_template.json","cobbled_deepslate.json","cobbled_deepslate_slab.json","cobbled_deepslate_stairs.json","cobbled_deepslate_wall.json","cobblestone.json","cobblestone_slab.json","cobblestone_stairs.json","cobblestone_wall.json","cobweb.json","cocoa_beans.json","cod.json","cod_bucket.json","cod_spawn_egg.json","command_block.json","command_block_minecart.json","comparator.json","compass.json","compass_00.json","compass_01.json","compass_02.json","compass_03.json","compass_04.json","compass_05.json","compass_06.json","compass_07.json","compass_08.json","compass_09.json","compass_10.json","compass_11.json","compass_12.json","compass_13.json","compass_14.json","compass_15.json","compass_17.json","compass_18.json","compass_19.json","compass_20.json","compass_21.json","compass_22.json","compass_23.json","compass_24.json","compass_25.json","compass_26.json","compass_27.json","compass_28.json","compass_29.json","compass_30.json","compass_31.json","composter.json","conduit.json","cooked_beef.json","cooked_chicken.json","cooked_cod.json","cooked_mutton.json","cooked_porkchop.json","cooked_rabbit.json","cooked_salmon.json","cookie.json","copper_block.json","copper_bulb.json","copper_door.json","copper_grate.json","copper_ingot.json","copper_ore.json","copper_trapdoor.json","cornflower.json","cow_spawn_egg.json","cracked_deepslate_bricks.json","cracked_deepslate_tiles.json","cracked_nether_bricks.json","cracked_polished_blackstone_bricks.json","cracked_stone_bricks.json","crafter.json","crafting_table.json","creaking_heart.json","creaking_spawn_egg.json","creeper_banner_pattern.json","creeper_head.json","creeper_spawn_egg.json","crimson_button.json","crimson_door.json","crimson_fence.json","crimson_fence_gate.json","crimson_fungus.json","crimson_hanging_sign.json","crimson_hyphae.json","crimson_nylium.json","crimson_planks.json","crimson_pressure_plate.json","crimson_roots.json","crimson_sign.json","crimson_slab.json","crimson_stairs.json","crimson_stem.json","crimson_trapdoor.json","crossbow.json","crossbow_arrow.json","crossbow_firework.json","crossbow_pulling_0.json","crossbow_pulling_1.json","crossbow_pulling_2.json","crying_obsidian.json","cut_copper.json","cut_copper_slab.json","cut_copper_stairs.json","cut_red_sandstone.json","cut_red_sandstone_slab.json","cut_sandstone.json","cut_sandstone_slab.json","cyan_banner.json","cyan_bed.json","cyan_bundle.json","cyan_bundle_open_back.json","cyan_bundle_open_front.json","cyan_candle.json","cyan_carpet.json","cyan_concrete.json","cyan_concrete_powder.json","cyan_dye.json","cyan_glazed_terracotta.json","cyan_shulker_box.json","cyan_stained_glass.json","cyan_stained_glass_pane.json","cyan_terracotta.json","cyan_wool.json","damaged_anvil.json","dandelion.json","danger_pottery_sherd.json","dark_oak_boat.json","dark_oak_button.json","dark_oak_chest_boat.json","dark_oak_door.json","dark_oak_fence.json","dark_oak_fence_gate.json","dark_oak_hanging_sign.json","dark_oak_leaves.json","dark_oak_log.json","dark_oak_planks.json","dark_oak_pressure_plate.json","dark_oak_sapling.json","dark_oak_sign.json","dark_oak_slab.json","dark_oak_stairs.json","dark_oak_trapdoor.json","dark_oak_wood.json","dark_prismarine.json","dark_prismarine_slab.json","dark_prismarine_stairs.json","daylight_detector.json","dead_brain_coral.json","dead_brain_coral_block.json","dead_brain_coral_fan.json","dead_bubble_coral.json","dead_bubble_coral_block.json","dead_bubble_coral_fan.json","dead_bush.json","dead_fire_coral.json","dead_fire_coral_block.json","dead_fire_coral_fan.json","dead_horn_coral.json","dead_horn_coral_block.json","dead_horn_coral_fan.json","dead_tube_coral.json","dead_tube_coral_block.json","dead_tube_coral_fan.json","debug_stick.json","decorated_pot.json","deepslate.json","deepslate_brick_slab.json","deepslate_brick_stairs.json","deepslate_brick_wall.json","deepslate_bricks.json","deepslate_coal_ore.json","deepslate_copper_ore.json","deepslate_diamond_ore.json","deepslate_emerald_ore.json","deepslate_gold_ore.json","deepslate_iron_ore.json","deepslate_lapis_ore.json","deepslate_redstone_ore.json","deepslate_tile_slab.json","deepslate_tile_stairs.json","deepslate_tile_wall.json","deepslate_tiles.json","detector_rail.json","diamond.json","diamond_axe.json","diamond_block.json","diamond_boots.json","diamond_boots_amethyst_trim.json","diamond_boots_copper_trim.json","diamond_boots_diamond_darker_trim.json","diamond_boots_emerald_trim.json","diamond_boots_gold_trim.json","diamond_boots_iron_trim.json","diamond_boots_lapis_trim.json","diamond_boots_netherite_trim.json","diamond_boots_quartz_trim.json","diamond_boots_redstone_trim.json","diamond_chestplate.json","diamond_chestplate_amethyst_trim.json","diamond_chestplate_copper_trim.json","diamond_chestplate_diamond_darker_trim.json","diamond_chestplate_emerald_trim.json","diamond_chestplate_gold_trim.json","diamond_chestplate_iron_trim.json","diamond_chestplate_lapis_trim.json","diamond_chestplate_netherite_trim.json","diamond_chestplate_quartz_trim.json","diamond_chestplate_redstone_trim.json","diamond_helmet.json","diamond_helmet_amethyst_trim.json","diamond_helmet_copper_trim.json","diamond_helmet_diamond_darker_trim.json","diamond_helmet_emerald_trim.json","diamond_helmet_gold_trim.json","diamond_helmet_iron_trim.json","diamond_helmet_lapis_trim.json","diamond_helmet_netherite_trim.json","diamond_helmet_quartz_trim.json","diamond_helmet_redstone_trim.json","diamond_hoe.json","diamond_horse_armor.json","diamond_leggings.json","diamond_leggings_amethyst_trim.json","diamond_leggings_copper_trim.json","diamond_leggings_diamond_darker_trim.json","diamond_leggings_emerald_trim.json","diamond_leggings_gold_trim.json","diamond_leggings_iron_trim.json","diamond_leggings_lapis_trim.json","diamond_leggings_netherite_trim.json","diamond_leggings_quartz_trim.json","diamond_leggings_redstone_trim.json","diamond_ore.json","diamond_pickaxe.json","diamond_shovel.json","diamond_sword.json","diorite.json","diorite_slab.json","diorite_stairs.json","diorite_wall.json","dirt.json","dirt_path.json","disc_fragment_5.json","dispenser.json","dolphin_spawn_egg.json","donkey_spawn_egg.json","dragon_breath.json","dragon_egg.json","dragon_head.json","dried_kelp.json","dried_kelp_block.json","dripstone_block.json","dropper.json","drowned_spawn_egg.json","dune_armor_trim_smithing_template.json","echo_shard.json","egg.json","elder_guardian_spawn_egg.json","elytra.json","emerald.json","emerald_block.json","emerald_ore.json","enchanted_book.json","enchanted_golden_apple.json","enchanting_table.json","end_crystal.json","end_portal_frame.json","end_rod.json","end_stone.json","end_stone_brick_slab.json","end_stone_brick_stairs.json","end_stone_brick_wall.json","end_stone_bricks.json","ender_chest.json","ender_dragon_spawn_egg.json","ender_eye.json","ender_pearl.json","enderman_spawn_egg.json","endermite_spawn_egg.json","evoker_spawn_egg.json","experience_bottle.json","explorer_pottery_sherd.json","exposed_chiseled_copper.json","exposed_copper.json","exposed_copper_bulb.json","exposed_copper_door.json","exposed_copper_grate.json","exposed_copper_trapdoor.json","exposed_cut_copper.json","exposed_cut_copper_slab.json","exposed_cut_copper_stairs.json","eye_armor_trim_smithing_template.json","farmland.json","feather.json","fermented_spider_eye.json","fern.json","field_masoned_banner_pattern.json","filled_map.json","fire_charge.json","fire_coral.json","fire_coral_block.json","fire_coral_fan.json","firework_rocket.json","firework_star.json","fishing_rod.json","fishing_rod_cast.json","fletching_table.json","flint.json","flint_and_steel.json","flow_armor_trim_smithing_template.json","flow_banner_pattern.json","flow_pottery_sherd.json","flower_banner_pattern.json","flower_pot.json","flowering_azalea.json","flowering_azalea_leaves.json","fox_spawn_egg.json","friend_pottery_sherd.json","frog_spawn_egg.json","frogspawn.json","furnace.json","furnace_minecart.json","generated.json","ghast_spawn_egg.json","ghast_tear.json","gilded_blackstone.json","glass.json","glass_bottle.json","glass_pane.json","glistering_melon_slice.json","globe_banner_pattern.json","glow_berries.json","glow_ink_sac.json","glow_item_frame.json","glow_lichen.json","glow_squid_spawn_egg.json","glowstone.json","glowstone_dust.json","goat_horn.json","goat_spawn_egg.json","gold_block.json","gold_ingot.json","gold_nugget.json","gold_ore.json","golden_apple.json","golden_axe.json","golden_boots.json","golden_boots_amethyst_trim.json","golden_boots_copper_trim.json","golden_boots_diamond_trim.json","golden_boots_emerald_trim.json","golden_boots_gold_darker_trim.json","golden_boots_iron_trim.json","golden_boots_lapis_trim.json","golden_boots_netherite_trim.json","golden_boots_quartz_trim.json","golden_boots_redstone_trim.json","golden_carrot.json","golden_chestplate.json","golden_chestplate_amethyst_trim.json","golden_chestplate_copper_trim.json","golden_chestplate_diamond_trim.json","golden_chestplate_emerald_trim.json","golden_chestplate_gold_darker_trim.json","golden_chestplate_iron_trim.json","golden_chestplate_lapis_trim.json","golden_chestplate_netherite_trim.json","golden_chestplate_quartz_trim.json","golden_chestplate_redstone_trim.json","golden_helmet.json","golden_helmet_amethyst_trim.json","golden_helmet_copper_trim.json","golden_helmet_diamond_trim.json","golden_helmet_emerald_trim.json","golden_helmet_gold_darker_trim.json","golden_helmet_iron_trim.json","golden_helmet_lapis_trim.json","golden_helmet_netherite_trim.json","golden_helmet_quartz_trim.json","golden_helmet_redstone_trim.json","golden_hoe.json","golden_horse_armor.json","golden_leggings.json","golden_leggings_amethyst_trim.json","golden_leggings_copper_trim.json","golden_leggings_diamond_trim.json","golden_leggings_emerald_trim.json","golden_leggings_gold_darker_trim.json","golden_leggings_iron_trim.json","golden_leggings_lapis_trim.json","golden_leggings_netherite_trim.json","golden_leggings_quartz_trim.json","golden_leggings_redstone_trim.json","golden_pickaxe.json","golden_shovel.json","golden_sword.json","granite.json","granite_slab.json","granite_stairs.json","granite_wall.json","grass_block.json","gravel.json","gray_banner.json","gray_bed.json","gray_bundle.json","gray_bundle_open_back.json","gray_bundle_open_front.json","gray_candle.json","gray_carpet.json","gray_concrete.json","gray_concrete_powder.json","gray_dye.json","gray_glazed_terracotta.json","gray_shulker_box.json","gray_stained_glass.json","gray_stained_glass_pane.json","gray_terracotta.json","gray_wool.json","green_banner.json","green_bed.json","green_bundle.json","green_bundle_open_back.json","green_bundle_open_front.json","green_candle.json","green_carpet.json","green_concrete.json","green_concrete_powder.json","green_dye.json","green_glazed_terracotta.json","green_shulker_box.json","green_stained_glass.json","green_stained_glass_pane.json","green_terracotta.json","green_wool.json","grindstone.json","guardian_spawn_egg.json","gunpowder.json","guster_banner_pattern.json","guster_pottery_sherd.json","handheld.json","handheld_mace.json","handheld_rod.json","hanging_roots.json","hay_block.json","heart_of_the_sea.json","heart_pottery_sherd.json","heartbreak_pottery_sherd.json","heavy_core.json","heavy_weighted_pressure_plate.json","hoglin_spawn_egg.json","honey_block.json","honey_bottle.json","honeycomb.json","honeycomb_block.json","hopper.json","hopper_minecart.json","horn_coral.json","horn_coral_block.json","horn_coral_fan.json","horse_spawn_egg.json","host_armor_trim_smithing_template.json","howl_pottery_sherd.json","husk_spawn_egg.json","ice.json","infested_chiseled_stone_bricks.json","infested_cobblestone.json","infested_cracked_stone_bricks.json","infested_deepslate.json","infested_mossy_stone_bricks.json","infested_stone.json","infested_stone_bricks.json","ink_sac.json","iron_axe.json","iron_bars.json","iron_block.json","iron_boots.json","iron_boots_amethyst_trim.json","iron_boots_copper_trim.json","iron_boots_diamond_trim.json","iron_boots_emerald_trim.json","iron_boots_gold_trim.json","iron_boots_iron_darker_trim.json","iron_boots_lapis_trim.json","iron_boots_netherite_trim.json","iron_boots_quartz_trim.json","iron_boots_redstone_trim.json","iron_chestplate.json","iron_chestplate_amethyst_trim.json","iron_chestplate_copper_trim.json","iron_chestplate_diamond_trim.json","iron_chestplate_emerald_trim.json","iron_chestplate_gold_trim.json","iron_chestplate_iron_darker_trim.json","iron_chestplate_lapis_trim.json","iron_chestplate_netherite_trim.json","iron_chestplate_quartz_trim.json","iron_chestplate_redstone_trim.json","iron_door.json","iron_golem_spawn_egg.json","iron_helmet.json","iron_helmet_amethyst_trim.json","iron_helmet_copper_trim.json","iron_helmet_diamond_trim.json","iron_helmet_emerald_trim.json","iron_helmet_gold_trim.json","iron_helmet_iron_darker_trim.json","iron_helmet_lapis_trim.json","iron_helmet_netherite_trim.json","iron_helmet_quartz_trim.json","iron_helmet_redstone_trim.json","iron_hoe.json","iron_horse_armor.json","iron_ingot.json","iron_leggings.json","iron_leggings_amethyst_trim.json","iron_leggings_copper_trim.json","iron_leggings_diamond_trim.json","iron_leggings_emerald_trim.json","iron_leggings_gold_trim.json","iron_leggings_iron_darker_trim.json","iron_leggings_lapis_trim.json","iron_leggings_netherite_trim.json","iron_leggings_quartz_trim.json","iron_leggings_redstone_trim.json","iron_nugget.json","iron_ore.json","iron_pickaxe.json","iron_shovel.json","iron_sword.json","iron_trapdoor.json","item_frame.json","jack_o_lantern.json","jigsaw.json","jukebox.json","jungle_boat.json","jungle_button.json","jungle_chest_boat.json","jungle_door.json","jungle_fence.json","jungle_fence_gate.json","jungle_hanging_sign.json","jungle_leaves.json","jungle_log.json","jungle_planks.json","jungle_pressure_plate.json","jungle_sapling.json","jungle_sign.json","jungle_slab.json","jungle_stairs.json","jungle_trapdoor.json","jungle_wood.json","kelp.json","knowledge_book.json","ladder.json","lantern.json","lapis_block.json","lapis_lazuli.json","lapis_ore.json","large_amethyst_bud.json","large_fern.json","lava_bucket.json","lead.json","leather.json","leather_boots.json","leather_boots_amethyst_trim.json","leather_boots_copper_trim.json","leather_boots_diamond_trim.json","leather_boots_emerald_trim.json","leather_boots_gold_trim.json","leather_boots_iron_trim.json","leather_boots_lapis_trim.json","leather_boots_netherite_trim.json","leather_boots_quartz_trim.json","leather_boots_redstone_trim.json","leather_chestplate.json","leather_chestplate_amethyst_trim.json","leather_chestplate_copper_trim.json","leather_chestplate_diamond_trim.json","leather_chestplate_emerald_trim.json","leather_chestplate_gold_trim.json","leather_chestplate_iron_trim.json","leather_chestplate_lapis_trim.json","leather_chestplate_netherite_trim.json","leather_chestplate_quartz_trim.json","leather_chestplate_redstone_trim.json","leather_helmet.json","leather_helmet_amethyst_trim.json","leather_helmet_copper_trim.json","leather_helmet_diamond_trim.json","leather_helmet_emerald_trim.json","leather_helmet_gold_trim.json","leather_helmet_iron_trim.json","leather_helmet_lapis_trim.json","leather_helmet_netherite_trim.json","leather_helmet_quartz_trim.json","leather_helmet_redstone_trim.json","leather_horse_armor.json","leather_leggings.json","leather_leggings_amethyst_trim.json","leather_leggings_copper_trim.json","leather_leggings_diamond_trim.json","leather_leggings_emerald_trim.json","leather_leggings_gold_trim.json","leather_leggings_iron_trim.json","leather_leggings_lapis_trim.json","leather_leggings_netherite_trim.json","leather_leggings_quartz_trim.json","leather_leggings_redstone_trim.json","lectern.json","lever.json","light.json","light_00.json","light_01.json","light_02.json","light_03.json","light_04.json","light_05.json","light_06.json","light_07.json","light_08.json","light_09.json","light_10.json","light_11.json","light_12.json","light_13.json","light_14.json","light_15.json","light_blue_banner.json","light_blue_bed.json","light_blue_bundle.json","light_blue_bundle_open_back.json","light_blue_bundle_open_front.json","light_blue_candle.json","light_blue_carpet.json","light_blue_concrete.json","light_blue_concrete_powder.json","light_blue_dye.json","light_blue_glazed_terracotta.json","light_blue_shulker_box.json","light_blue_stained_glass.json","light_blue_stained_glass_pane.json","light_blue_terracotta.json","light_blue_wool.json","light_gray_banner.json","light_gray_bed.json","light_gray_bundle.json","light_gray_bundle_open_back.json","light_gray_bundle_open_front.json","light_gray_candle.json","light_gray_carpet.json","light_gray_concrete.json","light_gray_concrete_powder.json","light_gray_dye.json","light_gray_glazed_terracotta.json","light_gray_shulker_box.json","light_gray_stained_glass.json","light_gray_stained_glass_pane.json","light_gray_terracotta.json","light_gray_wool.json","light_weighted_pressure_plate.json","lightning_rod.json","lilac.json","lily_of_the_valley.json","lily_pad.json","lime_banner.json","lime_bed.json","lime_bundle.json","lime_bundle_open_back.json","lime_bundle_open_front.json","lime_candle.json","lime_carpet.json","lime_concrete.json","lime_concrete_powder.json","lime_dye.json","lime_glazed_terracotta.json","lime_shulker_box.json","lime_stained_glass.json","lime_stained_glass_pane.json","lime_terracotta.json","lime_wool.json","lingering_potion.json","llama_spawn_egg.json","lodestone.json","loom.json","mace.json","magenta_banner.json","magenta_bed.json","magenta_bundle.json","magenta_bundle_open_back.json","magenta_bundle_open_front.json","magenta_candle.json","magenta_carpet.json","magenta_concrete.json","magenta_concrete_powder.json","magenta_dye.json","magenta_glazed_terracotta.json","magenta_shulker_box.json","magenta_stained_glass.json","magenta_stained_glass_pane.json","magenta_terracotta.json","magenta_wool.json","magma_block.json","magma_cream.json","magma_cube_spawn_egg.json","mangrove_boat.json","mangrove_button.json","mangrove_chest_boat.json","mangrove_door.json","mangrove_fence.json","mangrove_fence_gate.json","mangrove_hanging_sign.json","mangrove_leaves.json","mangrove_log.json","mangrove_planks.json","mangrove_pressure_plate.json","mangrove_propagule.json","mangrove_roots.json","mangrove_sign.json","mangrove_slab.json","mangrove_stairs.json","mangrove_trapdoor.json","mangrove_wood.json","map.json","medium_amethyst_bud.json","melon.json","melon_seeds.json","melon_slice.json","milk_bucket.json","minecart.json","miner_pottery_sherd.json","mojang_banner_pattern.json","mooshroom_spawn_egg.json","moss_block.json","moss_carpet.json","mossy_cobblestone.json","mossy_cobblestone_slab.json","mossy_cobblestone_stairs.json","mossy_cobblestone_wall.json","mossy_stone_brick_slab.json","mossy_stone_brick_stairs.json","mossy_stone_brick_wall.json","mossy_stone_bricks.json","mourner_pottery_sherd.json","mud.json","mud_brick_slab.json","mud_brick_stairs.json","mud_brick_wall.json","mud_bricks.json","muddy_mangrove_roots.json","mule_spawn_egg.json","mushroom_stem.json","mushroom_stew.json","music_disc_11.json","music_disc_13.json","music_disc_5.json","music_disc_blocks.json","music_disc_cat.json","music_disc_chirp.json","music_disc_creator.json","music_disc_creator_music_box.json","music_disc_far.json","music_disc_mall.json","music_disc_mellohi.json","music_disc_otherside.json","music_disc_pigstep.json","music_disc_precipice.json","music_disc_relic.json","music_disc_stal.json","music_disc_strad.json","music_disc_wait.json","music_disc_ward.json","mutton.json","mycelium.json","name_tag.json","nautilus_shell.json","nether_brick.json","nether_brick_fence.json","nether_brick_slab.json","nether_brick_stairs.json","nether_brick_wall.json","nether_bricks.json","nether_gold_ore.json","nether_quartz_ore.json","nether_sprouts.json","nether_star.json","nether_wart.json","nether_wart_block.json","netherite_axe.json","netherite_block.json","netherite_boots.json","netherite_boots_amethyst_trim.json","netherite_boots_copper_trim.json","netherite_boots_diamond_trim.json","netherite_boots_emerald_trim.json","netherite_boots_gold_trim.json","netherite_boots_iron_trim.json","netherite_boots_lapis_trim.json","netherite_boots_netherite_darker_trim.json","netherite_boots_quartz_trim.json","netherite_boots_redstone_trim.json","netherite_chestplate.json","netherite_chestplate_amethyst_trim.json","netherite_chestplate_copper_trim.json","netherite_chestplate_diamond_trim.json","netherite_chestplate_emerald_trim.json","netherite_chestplate_gold_trim.json","netherite_chestplate_iron_trim.json","netherite_chestplate_lapis_trim.json","netherite_chestplate_netherite_darker_trim.json","netherite_chestplate_quartz_trim.json","netherite_chestplate_redstone_trim.json","netherite_helmet.json","netherite_helmet_amethyst_trim.json","netherite_helmet_copper_trim.json","netherite_helmet_diamond_trim.json","netherite_helmet_emerald_trim.json","netherite_helmet_gold_trim.json","netherite_helmet_iron_trim.json","netherite_helmet_lapis_trim.json","netherite_helmet_netherite_darker_trim.json","netherite_helmet_quartz_trim.json","netherite_helmet_redstone_trim.json","netherite_hoe.json","netherite_ingot.json","netherite_leggings.json","netherite_leggings_amethyst_trim.json","netherite_leggings_copper_trim.json","netherite_leggings_diamond_trim.json","netherite_leggings_emerald_trim.json","netherite_leggings_gold_trim.json","netherite_leggings_iron_trim.json","netherite_leggings_lapis_trim.json","netherite_leggings_netherite_darker_trim.json","netherite_leggings_quartz_trim.json","netherite_leggings_redstone_trim.json","netherite_pickaxe.json","netherite_scrap.json","netherite_shovel.json","netherite_sword.json","netherite_upgrade_smithing_template.json","netherrack.json","note_block.json","oak_boat.json","oak_button.json","oak_chest_boat.json","oak_door.json","oak_fence.json","oak_fence_gate.json","oak_hanging_sign.json","oak_leaves.json","oak_log.json","oak_planks.json","oak_pressure_plate.json","oak_sapling.json","oak_sign.json","oak_slab.json","oak_stairs.json","oak_trapdoor.json","oak_wood.json","observer.json","obsidian.json","ocelot_spawn_egg.json","ochre_froglight.json","ominous_bottle.json","ominous_trial_key.json","orange_banner.json","orange_bed.json","orange_bundle.json","orange_bundle_open_back.json","orange_bundle_open_front.json","orange_candle.json","orange_carpet.json","orange_concrete.json","orange_concrete_powder.json","orange_dye.json","orange_glazed_terracotta.json","orange_shulker_box.json","orange_stained_glass.json","orange_stained_glass_pane.json","orange_terracotta.json","orange_tulip.json","orange_wool.json","oxeye_daisy.json","oxidized_chiseled_copper.json","oxidized_copper.json","oxidized_copper_bulb.json","oxidized_copper_door.json","oxidized_copper_grate.json","oxidized_copper_trapdoor.json","oxidized_cut_copper.json","oxidized_cut_copper_slab.json","oxidized_cut_copper_stairs.json","packed_ice.json","packed_mud.json","painting.json","pale_hanging_moss.json","pale_moss_block.json","pale_moss_carpet.json","pale_oak_boat.json","pale_oak_button.json","pale_oak_chest_boat.json","pale_oak_door.json","pale_oak_fence.json","pale_oak_fence_gate.json","pale_oak_hanging_sign.json","pale_oak_leaves.json","pale_oak_log.json","pale_oak_planks.json","pale_oak_pressure_plate.json","pale_oak_sapling.json","pale_oak_sign.json","pale_oak_slab.json","pale_oak_stairs.json","pale_oak_trapdoor.json","pale_oak_wood.json","panda_spawn_egg.json","paper.json","parrot_spawn_egg.json","pearlescent_froglight.json","peony.json","petrified_oak_slab.json","phantom_membrane.json","phantom_spawn_egg.json","pig_spawn_egg.json","piglin_banner_pattern.json","piglin_brute_spawn_egg.json","piglin_head.json","piglin_spawn_egg.json","pillager_spawn_egg.json","pink_banner.json","pink_bed.json","pink_bundle.json","pink_bundle_open_back.json","pink_bundle_open_front.json","pink_candle.json","pink_carpet.json","pink_concrete.json","pink_concrete_powder.json","pink_dye.json","pink_glazed_terracotta.json","pink_petals.json","pink_shulker_box.json","pink_stained_glass.json","pink_stained_glass_pane.json","pink_terracotta.json","pink_tulip.json","pink_wool.json","piston.json","pitcher_plant.json","pitcher_pod.json","player_head.json","plenty_pottery_sherd.json","podzol.json","pointed_dripstone.json","poisonous_potato.json","polar_bear_spawn_egg.json","polished_andesite.json","polished_andesite_slab.json","polished_andesite_stairs.json","polished_basalt.json","polished_blackstone.json","polished_blackstone_brick_slab.json","polished_blackstone_brick_stairs.json","polished_blackstone_brick_wall.json","polished_blackstone_bricks.json","polished_blackstone_button.json","polished_blackstone_pressure_plate.json","polished_blackstone_slab.json","polished_blackstone_stairs.json","polished_blackstone_wall.json","polished_deepslate.json","polished_deepslate_slab.json","polished_deepslate_stairs.json","polished_deepslate_wall.json","polished_diorite.json","polished_diorite_slab.json","polished_diorite_stairs.json","polished_granite.json","polished_granite_slab.json","polished_granite_stairs.json","polished_tuff.json","polished_tuff_slab.json","polished_tuff_stairs.json","polished_tuff_wall.json","popped_chorus_fruit.json","poppy.json","porkchop.json","potato.json","potion.json","powder_snow_bucket.json","powered_rail.json","prismarine.json","prismarine_brick_slab.json","prismarine_brick_stairs.json","prismarine_bricks.json","prismarine_crystals.json","prismarine_shard.json","prismarine_slab.json","prismarine_stairs.json","prismarine_wall.json","prize_pottery_sherd.json","pufferfish.json","pufferfish_bucket.json","pufferfish_spawn_egg.json","pumpkin.json","pumpkin_pie.json","pumpkin_seeds.json","purple_banner.json","purple_bed.json","purple_bundle.json","purple_bundle_open_back.json","purple_bundle_open_front.json","purple_candle.json","purple_carpet.json","purple_concrete.json","purple_concrete_powder.json","purple_dye.json","purple_glazed_terracotta.json","purple_shulker_box.json","purple_stained_glass.json","purple_stained_glass_pane.json","purple_terracotta.json","purple_wool.json","purpur_block.json","purpur_pillar.json","purpur_slab.json","purpur_stairs.json","quartz.json","quartz_block.json","quartz_bricks.json","quartz_pillar.json","quartz_slab.json","quartz_stairs.json","rabbit.json","rabbit_foot.json","rabbit_hide.json","rabbit_spawn_egg.json","rabbit_stew.json","rail.json","raiser_armor_trim_smithing_template.json","ravager_spawn_egg.json","raw_copper.json","raw_copper_block.json","raw_gold.json","raw_gold_block.json","raw_iron.json","raw_iron_block.json","recovery_compass.json","recovery_compass_00.json","recovery_compass_01.json","recovery_compass_02.json","recovery_compass_03.json","recovery_compass_04.json","recovery_compass_05.json","recovery_compass_06.json","recovery_compass_07.json","recovery_compass_08.json","recovery_compass_09.json","recovery_compass_10.json","recovery_compass_11.json","recovery_compass_12.json","recovery_compass_13.json","recovery_compass_14.json","recovery_compass_15.json","recovery_compass_17.json","recovery_compass_18.json","recovery_compass_19.json","recovery_compass_20.json","recovery_compass_21.json","recovery_compass_22.json","recovery_compass_23.json","recovery_compass_24.json","recovery_compass_25.json","recovery_compass_26.json","recovery_compass_27.json","recovery_compass_28.json","recovery_compass_29.json","recovery_compass_30.json","recovery_compass_31.json","red_banner.json","red_bed.json","red_bundle.json","red_bundle_open_back.json","red_bundle_open_front.json","red_candle.json","red_carpet.json","red_concrete.json","red_concrete_powder.json","red_dye.json","red_glazed_terracotta.json","red_mushroom.json","red_mushroom_block.json","red_nether_brick_slab.json","red_nether_brick_stairs.json","red_nether_brick_wall.json","red_nether_bricks.json","red_sand.json","red_sandstone.json","red_sandstone_slab.json","red_sandstone_stairs.json","red_sandstone_wall.json","red_shulker_box.json","red_stained_glass.json","red_stained_glass_pane.json","red_terracotta.json","red_tulip.json","red_wool.json","redstone.json","redstone_block.json","redstone_lamp.json","redstone_ore.json","redstone_torch.json","reinforced_deepslate.json","repeater.json","repeating_command_block.json","respawn_anchor.json","rib_armor_trim_smithing_template.json","rooted_dirt.json","rose_bush.json","rotten_flesh.json","saddle.json","salmon.json","salmon_bucket.json","salmon_spawn_egg.json","sand.json","sandstone.json","sandstone_slab.json","sandstone_stairs.json","sandstone_wall.json","scaffolding.json","scrape_pottery_sherd.json","sculk.json","sculk_catalyst.json","sculk_sensor.json","sculk_shrieker.json","sculk_vein.json","sea_lantern.json","sea_pickle.json","seagrass.json","sentry_armor_trim_smithing_template.json","shaper_armor_trim_smithing_template.json","sheaf_pottery_sherd.json","shears.json","sheep_spawn_egg.json","shelter_pottery_sherd.json","shield.json","shield_blocking.json","short_grass.json","shroomlight.json","shulker_box.json","shulker_shell.json","shulker_spawn_egg.json","silence_armor_trim_smithing_template.json","silverfish_spawn_egg.json","skeleton_horse_spawn_egg.json","skeleton_skull.json","skeleton_spawn_egg.json","skull_banner_pattern.json","skull_pottery_sherd.json","slime_ball.json","slime_block.json","slime_spawn_egg.json","small_amethyst_bud.json","small_dripleaf.json","smithing_table.json","smoker.json","smooth_basalt.json","smooth_quartz.json","smooth_quartz_slab.json","smooth_quartz_stairs.json","smooth_red_sandstone.json","smooth_red_sandstone_slab.json","smooth_red_sandstone_stairs.json","smooth_sandstone.json","smooth_sandstone_slab.json","smooth_sandstone_stairs.json","smooth_stone.json","smooth_stone_slab.json","sniffer_egg.json","sniffer_spawn_egg.json","snort_pottery_sherd.json","snout_armor_trim_smithing_template.json","snow.json","snow_block.json","snow_golem_spawn_egg.json","snowball.json","soul_campfire.json","soul_lantern.json","soul_sand.json","soul_soil.json","soul_torch.json","spawner.json","spectral_arrow.json","spider_eye.json","spider_spawn_egg.json","spire_armor_trim_smithing_template.json","splash_potion.json","sponge.json","spore_blossom.json","spruce_boat.json","spruce_button.json","spruce_chest_boat.json","spruce_door.json","spruce_fence.json","spruce_fence_gate.json","spruce_hanging_sign.json","spruce_leaves.json","spruce_log.json","spruce_planks.json","spruce_pressure_plate.json","spruce_sapling.json","spruce_sign.json","spruce_slab.json","spruce_stairs.json","spruce_trapdoor.json","spruce_wood.json","spyglass.json","spyglass_in_hand.json","squid_spawn_egg.json","stick.json","sticky_piston.json","stone.json","stone_axe.json","stone_brick_slab.json","stone_brick_stairs.json","stone_brick_wall.json","stone_bricks.json","stone_button.json","stone_hoe.json","stone_pickaxe.json","stone_pressure_plate.json","stone_shovel.json","stone_slab.json","stone_stairs.json","stone_sword.json","stonecutter.json","stray_spawn_egg.json","strider_spawn_egg.json","string.json","stripped_acacia_log.json","stripped_acacia_wood.json","stripped_bamboo_block.json","stripped_birch_log.json","stripped_birch_wood.json","stripped_cherry_log.json","stripped_cherry_wood.json","stripped_crimson_hyphae.json","stripped_crimson_stem.json","stripped_dark_oak_log.json","stripped_dark_oak_wood.json","stripped_jungle_log.json","stripped_jungle_wood.json","stripped_mangrove_log.json","stripped_mangrove_wood.json","stripped_oak_log.json","stripped_oak_wood.json","stripped_pale_oak_log.json","stripped_pale_oak_wood.json","stripped_spruce_log.json","stripped_spruce_wood.json","stripped_warped_hyphae.json","stripped_warped_stem.json","structure_block.json","structure_void.json","sugar.json","sugar_cane.json","sunflower.json","suspicious_gravel.json","suspicious_sand.json","suspicious_stew.json","sweet_berries.json","tadpole_bucket.json","tadpole_spawn_egg.json","tall_grass.json","target.json","template_banner.json","template_bed.json","template_music_disc.json","template_shulker_box.json","template_skull.json","template_spawn_egg.json","terracotta.json","tide_armor_trim_smithing_template.json","tinted_glass.json","tipped_arrow.json","tnt.json","tnt_minecart.json","tooting_goat_horn.json","torch.json","torchflower.json","torchflower_seeds.json","totem_of_undying.json","trader_llama_spawn_egg.json","trapped_chest.json","trial_key.json","trial_spawner.json","trident.json","trident_in_hand.json","trident_throwing.json","tripwire_hook.json","tropical_fish.json","tropical_fish_bucket.json","tropical_fish_spawn_egg.json","tube_coral.json","tube_coral_block.json","tube_coral_fan.json","tuff.json","tuff_brick_slab.json","tuff_brick_stairs.json","tuff_brick_wall.json","tuff_bricks.json","tuff_slab.json","tuff_stairs.json","tuff_wall.json","turtle_egg.json","turtle_helmet.json","turtle_helmet_amethyst_trim.json","turtle_helmet_copper_trim.json","turtle_helmet_diamond_trim.json","turtle_helmet_emerald_trim.json","turtle_helmet_gold_trim.json","turtle_helmet_iron_trim.json","turtle_helmet_lapis_trim.json","turtle_helmet_netherite_trim.json","turtle_helmet_quartz_trim.json","turtle_helmet_redstone_trim.json","turtle_scute.json","turtle_spawn_egg.json","twisting_vines.json","vault.json","verdant_froglight.json","vex_armor_trim_smithing_template.json","vex_spawn_egg.json","villager_spawn_egg.json","vindicator_spawn_egg.json","vine.json","wandering_trader_spawn_egg.json","ward_armor_trim_smithing_template.json","warden_spawn_egg.json","warped_button.json","warped_door.json","warped_fence.json","warped_fence_gate.json","warped_fungus.json","warped_fungus_on_a_stick.json","warped_hanging_sign.json","warped_hyphae.json","warped_nylium.json","warped_planks.json","warped_pressure_plate.json","warped_roots.json","warped_sign.json","warped_slab.json","warped_stairs.json","warped_stem.json","warped_trapdoor.json","warped_wart_block.json","water_bucket.json","waxed_chiseled_copper.json","waxed_copper_block.json","waxed_copper_bulb.json","waxed_copper_door.json","waxed_copper_grate.json","waxed_copper_trapdoor.json","waxed_cut_copper.json","waxed_cut_copper_slab.json","waxed_cut_copper_stairs.json","waxed_exposed_chiseled_copper.json","waxed_exposed_copper.json","waxed_exposed_copper_bulb.json","waxed_exposed_copper_door.json","waxed_exposed_copper_grate.json","waxed_exposed_copper_trapdoor.json","waxed_exposed_cut_copper.json","waxed_exposed_cut_copper_slab.json","waxed_exposed_cut_copper_stairs.json","waxed_oxidized_chiseled_copper.json","waxed_oxidized_copper.json","waxed_oxidized_copper_bulb.json","waxed_oxidized_copper_door.json","waxed_oxidized_copper_grate.json","waxed_oxidized_copper_trapdoor.json","waxed_oxidized_cut_copper.json","waxed_oxidized_cut_copper_slab.json","waxed_oxidized_cut_copper_stairs.json","waxed_weathered_chiseled_copper.json","waxed_weathered_copper.json","waxed_weathered_copper_bulb.json","waxed_weathered_copper_door.json","waxed_weathered_copper_grate.json","waxed_weathered_copper_trapdoor.json","waxed_weathered_cut_copper.json","waxed_weathered_cut_copper_slab.json","waxed_weathered_cut_copper_stairs.json","wayfinder_armor_trim_smithing_template.json","weathered_chiseled_copper.json","weathered_copper.json","weathered_copper_bulb.json","weathered_copper_door.json","weathered_copper_grate.json","weathered_copper_trapdoor.json","weathered_cut_copper.json","weathered_cut_copper_slab.json","weathered_cut_copper_stairs.json","weeping_vines.json","wet_sponge.json","wheat.json","wheat_seeds.json","white_banner.json","white_bed.json","white_bundle.json","white_bundle_open_back.json","white_bundle_open_front.json","white_candle.json","white_carpet.json","white_concrete.json","white_concrete_powder.json","white_dye.json","white_glazed_terracotta.json","white_shulker_box.json","white_stained_glass.json","white_stained_glass_pane.json","white_terracotta.json","white_tulip.json","white_wool.json","wild_armor_trim_smithing_template.json","wind_charge.json","witch_spawn_egg.json","wither_rose.json","wither_skeleton_skull.json","wither_skeleton_spawn_egg.json","wither_spawn_egg.json","wolf_armor.json","wolf_spawn_egg.json","wooden_axe.json","wooden_hoe.json","wooden_pickaxe.json","wooden_shovel.json","wooden_sword.json","writable_book.json","written_book.json","yellow_banner.json","yellow_bed.json","yellow_bundle.json","yellow_bundle_open_back.json","yellow_bundle_open_front.json","yellow_candle.json","yellow_carpet.json","yellow_concrete.json","yellow_concrete_powder.json","yellow_dye.json","yellow_glazed_terracotta.json","yellow_shulker_box.json","yellow_stained_glass.json","yellow_stained_glass_pane.json","yellow_terracotta.json","yellow_wool.json","zoglin_spawn_egg.json","zombie_head.json","zombie_horse_spawn_egg.json","zombie_spawn_egg.json","zombie_villager_spawn_egg.json","zombified_piglin_spawn_egg.json"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/sounds/processed.json b/common-files/src/main/resources/internal/sounds/processed.json new file mode 100644 index 000000000..6e81511d6 --- /dev/null +++ b/common-files/src/main/resources/internal/sounds/processed.json @@ -0,0 +1 @@ +["ambient/cave/cave1","ambient/cave/cave10","ambient/cave/cave11","ambient/cave/cave12","ambient/cave/cave13","ambient/cave/cave14","ambient/cave/cave15","ambient/cave/cave16","ambient/cave/cave17","ambient/cave/cave18","ambient/cave/cave19","ambient/cave/cave2","ambient/cave/cave20","ambient/cave/cave21","ambient/cave/cave22","ambient/cave/cave23","ambient/cave/cave3","ambient/cave/cave4","ambient/cave/cave5","ambient/cave/cave6","ambient/cave/cave7","ambient/cave/cave8","ambient/cave/cave9","ambient/nether/basalt_deltas/active1","ambient/nether/basalt_deltas/active2","ambient/nether/basalt_deltas/active3","ambient/nether/basalt_deltas/active4","ambient/nether/basalt_deltas/ambience","ambient/nether/basalt_deltas/basaltground1","ambient/nether/basalt_deltas/basaltground2","ambient/nether/basalt_deltas/basaltground3","ambient/nether/basalt_deltas/basaltground4","ambient/nether/basalt_deltas/click1","ambient/nether/basalt_deltas/click2","ambient/nether/basalt_deltas/click3","ambient/nether/basalt_deltas/click4","ambient/nether/basalt_deltas/click5","ambient/nether/basalt_deltas/click6","ambient/nether/basalt_deltas/click7","ambient/nether/basalt_deltas/click8","ambient/nether/basalt_deltas/debris1","ambient/nether/basalt_deltas/debris2","ambient/nether/basalt_deltas/debris3","ambient/nether/basalt_deltas/heavy_click1","ambient/nether/basalt_deltas/heavy_click2","ambient/nether/basalt_deltas/long_debris1","ambient/nether/basalt_deltas/long_debris2","ambient/nether/basalt_deltas/plode1","ambient/nether/basalt_deltas/plode2","ambient/nether/basalt_deltas/plode3","ambient/nether/basalt_deltas/twist1","ambient/nether/basalt_deltas/twist2","ambient/nether/basalt_deltas/twist3","ambient/nether/basalt_deltas/twist4","ambient/nether/crimson_forest/addition1","ambient/nether/crimson_forest/addition2","ambient/nether/crimson_forest/addition3","ambient/nether/crimson_forest/ambience","ambient/nether/crimson_forest/mood1","ambient/nether/crimson_forest/mood2","ambient/nether/crimson_forest/mood3","ambient/nether/crimson_forest/mood4","ambient/nether/crimson_forest/particles1","ambient/nether/crimson_forest/particles2","ambient/nether/crimson_forest/particles3","ambient/nether/crimson_forest/shine1","ambient/nether/crimson_forest/shine2","ambient/nether/crimson_forest/shine3","ambient/nether/crimson_forest/shroom1","ambient/nether/crimson_forest/shroom2","ambient/nether/crimson_forest/shroom3","ambient/nether/crimson_forest/twang1","ambient/nether/crimson_forest/voom1","ambient/nether/crimson_forest/voom2","ambient/nether/nether_wastes/addition1","ambient/nether/nether_wastes/addition2","ambient/nether/nether_wastes/addition3","ambient/nether/nether_wastes/addition4","ambient/nether/nether_wastes/addition5","ambient/nether/nether_wastes/addition6","ambient/nether/nether_wastes/addition7","ambient/nether/nether_wastes/addition8","ambient/nether/nether_wastes/ambience","ambient/nether/nether_wastes/dark1","ambient/nether/nether_wastes/dark2","ambient/nether/nether_wastes/ground1","ambient/nether/nether_wastes/ground2","ambient/nether/nether_wastes/ground3","ambient/nether/nether_wastes/ground4","ambient/nether/nether_wastes/mood1","ambient/nether/nether_wastes/mood2","ambient/nether/nether_wastes/mood3","ambient/nether/nether_wastes/mood4","ambient/nether/nether_wastes/mood5","ambient/nether/soulsand_valley/ambience","ambient/nether/soulsand_valley/mood1","ambient/nether/soulsand_valley/mood2","ambient/nether/soulsand_valley/mood3","ambient/nether/soulsand_valley/mood4","ambient/nether/soulsand_valley/sand1","ambient/nether/soulsand_valley/sand2","ambient/nether/soulsand_valley/sand3","ambient/nether/soulsand_valley/voices1","ambient/nether/soulsand_valley/voices2","ambient/nether/soulsand_valley/voices3","ambient/nether/soulsand_valley/voices4","ambient/nether/soulsand_valley/voices5","ambient/nether/soulsand_valley/whisper1","ambient/nether/soulsand_valley/whisper2","ambient/nether/soulsand_valley/whisper3","ambient/nether/soulsand_valley/whisper4","ambient/nether/soulsand_valley/whisper5","ambient/nether/soulsand_valley/whisper6","ambient/nether/soulsand_valley/whisper7","ambient/nether/soulsand_valley/whisper8","ambient/nether/soulsand_valley/wind1","ambient/nether/soulsand_valley/wind2","ambient/nether/soulsand_valley/wind3","ambient/nether/soulsand_valley/wind4","ambient/nether/soulsand_valley/with1","ambient/nether/warped_forest/addition1","ambient/nether/warped_forest/addition2","ambient/nether/warped_forest/addition3","ambient/nether/warped_forest/addition4","ambient/nether/warped_forest/addition5","ambient/nether/warped_forest/addition6","ambient/nether/warped_forest/ambience","ambient/nether/warped_forest/creak1","ambient/nether/warped_forest/creak2","ambient/nether/warped_forest/creak3","ambient/nether/warped_forest/creak4","ambient/nether/warped_forest/creak5","ambient/nether/warped_forest/enish1","ambient/nether/warped_forest/enish2","ambient/nether/warped_forest/enish3","ambient/nether/warped_forest/help1","ambient/nether/warped_forest/help2","ambient/nether/warped_forest/here1","ambient/nether/warped_forest/here2","ambient/nether/warped_forest/here3","ambient/nether/warped_forest/mood1","ambient/nether/warped_forest/mood2","ambient/nether/warped_forest/mood3","ambient/nether/warped_forest/mood4","ambient/nether/warped_forest/mood5","ambient/nether/warped_forest/mood6","ambient/nether/warped_forest/mood7","ambient/nether/warped_forest/mood8","ambient/nether/warped_forest/mood9","ambient/underwater/enter1","ambient/underwater/enter2","ambient/underwater/enter3","ambient/underwater/exit1","ambient/underwater/exit2","ambient/underwater/exit3","ambient/underwater/underwater_ambience","ambient/underwater/additions/animal1","ambient/underwater/additions/animal2","ambient/underwater/additions/bass_whale1","ambient/underwater/additions/bass_whale2","ambient/underwater/additions/bubbles1","ambient/underwater/additions/bubbles2","ambient/underwater/additions/bubbles3","ambient/underwater/additions/bubbles4","ambient/underwater/additions/bubbles5","ambient/underwater/additions/bubbles6","ambient/underwater/additions/crackles1","ambient/underwater/additions/crackles2","ambient/underwater/additions/dark1","ambient/underwater/additions/dark2","ambient/underwater/additions/dark3","ambient/underwater/additions/dark4","ambient/underwater/additions/driplets1","ambient/underwater/additions/driplets2","ambient/underwater/additions/earth_crack","ambient/underwater/additions/water1","ambient/underwater/additions/water2","ambient/weather/end_flash1","ambient/weather/end_flash2","ambient/weather/end_flash3","ambient/weather/end_flash4","ambient/weather/end_flash5","ambient/weather/end_flash6","ambient/weather/end_flash7","ambient/weather/end_flash8","ambient/weather/rain1","ambient/weather/rain2","ambient/weather/rain3","ambient/weather/rain4","ambient/weather/rain5","ambient/weather/rain6","ambient/weather/rain7","ambient/weather/rain8","ambient/weather/thunder1","ambient/weather/thunder2","ambient/weather/thunder3","block/amethyst/break1","block/amethyst/break2","block/amethyst/break3","block/amethyst/break4","block/amethyst/place1","block/amethyst/place2","block/amethyst/place3","block/amethyst/place4","block/amethyst/resonate1","block/amethyst/resonate2","block/amethyst/resonate3","block/amethyst/resonate4","block/amethyst/shimmer","block/amethyst/step1","block/amethyst/step10","block/amethyst/step11","block/amethyst/step12","block/amethyst/step13","block/amethyst/step14","block/amethyst/step2","block/amethyst/step3","block/amethyst/step4","block/amethyst/step5","block/amethyst/step6","block/amethyst/step7","block/amethyst/step8","block/amethyst/step9","block/amethyst_cluster/break1","block/amethyst_cluster/break2","block/amethyst_cluster/break3","block/amethyst_cluster/break4","block/amethyst_cluster/place1","block/amethyst_cluster/place2","block/amethyst_cluster/place3","block/amethyst_cluster/place4","block/ancient_debris/break1","block/ancient_debris/break2","block/ancient_debris/break3","block/ancient_debris/break4","block/ancient_debris/break5","block/azalea/break1","block/azalea/break2","block/azalea/break3","block/azalea/break4","block/azalea/break5","block/azalea/break6","block/azalea/step1","block/azalea/step2","block/azalea/step3","block/azalea/step4","block/azalea/step5","block/azalea/step6","block/azalea_leaves/break1","block/azalea_leaves/break2","block/azalea_leaves/break3","block/azalea_leaves/break4","block/azalea_leaves/break5","block/azalea_leaves/break6","block/azalea_leaves/break7","block/azalea_leaves/step1","block/azalea_leaves/step2","block/azalea_leaves/step3","block/azalea_leaves/step4","block/azalea_leaves/step5","block/bamboo/place1","block/bamboo/place2","block/bamboo/place3","block/bamboo/place4","block/bamboo/place5","block/bamboo/place6","block/bamboo/sapling_hit1","block/bamboo/sapling_hit2","block/bamboo/sapling_hit3","block/bamboo/sapling_hit4","block/bamboo/sapling_hit5","block/bamboo/sapling_place1","block/bamboo/sapling_place2","block/bamboo/sapling_place3","block/bamboo/sapling_place4","block/bamboo/sapling_place5","block/bamboo/sapling_place6","block/bamboo/step1","block/bamboo/step2","block/bamboo/step3","block/bamboo/step4","block/bamboo/step5","block/bamboo/step6","block/bamboo_wood/break1","block/bamboo_wood/break2","block/bamboo_wood/break3","block/bamboo_wood/break4","block/bamboo_wood/break5","block/bamboo_wood/step1","block/bamboo_wood/step2","block/bamboo_wood/step3","block/bamboo_wood/step4","block/bamboo_wood/step5","block/bamboo_wood/step6","block/bamboo_wood_button/bamboo_wood_button","block/bamboo_wood_door/toggle1","block/bamboo_wood_door/toggle2","block/bamboo_wood_door/toggle3","block/bamboo_wood_door/toggle4","block/bamboo_wood_fence/toggle1","block/bamboo_wood_fence/toggle2","block/bamboo_wood_fence/toggle3","block/bamboo_wood_fence/toggle4","block/bamboo_wood_hanging_sign/break1","block/bamboo_wood_hanging_sign/break2","block/bamboo_wood_hanging_sign/break3","block/bamboo_wood_hanging_sign/break4","block/bamboo_wood_hanging_sign/step1","block/bamboo_wood_hanging_sign/step2","block/bamboo_wood_hanging_sign/step3","block/bamboo_wood_hanging_sign/step4","block/bamboo_wood_trapdoor/toggle1","block/bamboo_wood_trapdoor/toggle2","block/bamboo_wood_trapdoor/toggle3","block/bamboo_wood_trapdoor/toggle4","block/barrel/close","block/barrel/open1","block/barrel/open2","block/basalt/break1","block/basalt/break2","block/basalt/break3","block/basalt/break4","block/basalt/break5","block/basalt/step1","block/basalt/step2","block/basalt/step3","block/basalt/step4","block/basalt/step5","block/basalt/step6","block/beacon/activate","block/beacon/ambient","block/beacon/deactivate","block/beacon/power1","block/beacon/power2","block/beacon/power3","block/beehive/drip1","block/beehive/drip2","block/beehive/drip3","block/beehive/drip4","block/beehive/drip5","block/beehive/drip6","block/beehive/enter","block/beehive/exit","block/beehive/shear","block/beehive/work1","block/beehive/work2","block/beehive/work3","block/beehive/work4","block/bell/bell_use01","block/bell/bell_use02","block/bell/resonate","block/big_dripleaf/break1","block/big_dripleaf/break2","block/big_dripleaf/break3","block/big_dripleaf/break4","block/big_dripleaf/break5","block/big_dripleaf/break6","block/big_dripleaf/step1","block/big_dripleaf/step2","block/big_dripleaf/step3","block/big_dripleaf/step4","block/big_dripleaf/step5","block/big_dripleaf/step6","block/big_dripleaf/tilt_down1","block/big_dripleaf/tilt_down2","block/big_dripleaf/tilt_down3","block/big_dripleaf/tilt_down4","block/big_dripleaf/tilt_down5","block/big_dripleaf/tilt_up1","block/big_dripleaf/tilt_up2","block/big_dripleaf/tilt_up3","block/big_dripleaf/tilt_up4","block/blastfurnace/blastfurnace1","block/blastfurnace/blastfurnace2","block/blastfurnace/blastfurnace3","block/blastfurnace/blastfurnace4","block/blastfurnace/blastfurnace5","block/bone_block/break1","block/bone_block/break2","block/bone_block/break3","block/bone_block/break4","block/bone_block/break5","block/bone_block/step1","block/bone_block/step2","block/bone_block/step3","block/bone_block/step4","block/bone_block/step5","block/brewing_stand/brew1","block/brewing_stand/brew2","block/bubble_column/bubble1","block/bubble_column/bubble2","block/bubble_column/bubble3","block/bubble_column/upwards_ambient1","block/bubble_column/upwards_ambient2","block/bubble_column/upwards_ambient3","block/bubble_column/upwards_ambient4","block/bubble_column/upwards_ambient5","block/bubble_column/upwards_inside","block/bubble_column/whirlpool_ambient1","block/bubble_column/whirlpool_ambient2","block/bubble_column/whirlpool_ambient3","block/bubble_column/whirlpool_ambient4","block/bubble_column/whirlpool_ambient5","block/bubble_column/whirlpool_inside","block/cactus_flower/break1","block/cactus_flower/break2","block/cactus_flower/break3","block/cactus_flower/break4","block/cactus_flower/break5","block/cactus_flower/place1","block/cactus_flower/place2","block/cactus_flower/place3","block/cactus_flower/place4","block/cake/add_candle1","block/cake/add_candle2","block/cake/add_candle3","block/calcite/break1","block/calcite/break2","block/calcite/break3","block/calcite/break4","block/calcite/place1","block/calcite/place2","block/calcite/place3","block/calcite/place4","block/calcite/step1","block/calcite/step2","block/calcite/step3","block/calcite/step4","block/calcite/step5","block/calcite/step6","block/campfire/crackle1","block/campfire/crackle2","block/campfire/crackle3","block/campfire/crackle4","block/campfire/crackle5","block/campfire/crackle6","block/candle/ambient1","block/candle/ambient2","block/candle/ambient3","block/candle/ambient4","block/candle/ambient5","block/candle/ambient6","block/candle/ambient7","block/candle/ambient8","block/candle/ambient9","block/candle/break1","block/candle/break2","block/candle/break3","block/candle/break4","block/candle/break5","block/candle/extinguish1","block/candle/extinguish2","block/candle/extinguish3","block/candle/step1","block/candle/step2","block/candle/step3","block/candle/step4","block/candle/step5","block/cauldron/dye1","block/cauldron/dye2","block/cauldron/dye3","block/cave_vines/break1","block/cave_vines/break2","block/cave_vines/break3","block/cave_vines/break4","block/cave_vines/break5","block/chain/break1","block/chain/break2","block/chain/break3","block/chain/break4","block/chain/step1","block/chain/step2","block/chain/step3","block/chain/step4","block/chain/step5","block/chain/step6","block/cherry_leaves/break1","block/cherry_leaves/break2","block/cherry_leaves/break3","block/cherry_leaves/break4","block/cherry_leaves/break5","block/cherry_leaves/step1","block/cherry_leaves/step2","block/cherry_leaves/step3","block/cherry_leaves/step4","block/cherry_leaves/step5","block/cherry_wood/break1","block/cherry_wood/break2","block/cherry_wood/break3","block/cherry_wood/break4","block/cherry_wood/break5","block/cherry_wood/step1","block/cherry_wood/step2","block/cherry_wood/step3","block/cherry_wood/step4","block/cherry_wood/step5","block/cherry_wood/step6","block/cherry_wood_hanging_sign/break1","block/cherry_wood_hanging_sign/break2","block/cherry_wood_hanging_sign/break3","block/cherry_wood_hanging_sign/break4","block/cherry_wood_hanging_sign/step1","block/cherry_wood_hanging_sign/step2","block/cherry_wood_hanging_sign/step3","block/cherry_wood_hanging_sign/step4","block/cherrywood_button/cherrywood_click","block/cherrywood_door/toggle1","block/cherrywood_door/toggle2","block/cherrywood_door/toggle3","block/cherrywood_door/toggle4","block/cherrywood_fence_gate/toggle1","block/cherrywood_fence_gate/toggle2","block/cherrywood_fence_gate/toggle3","block/cherrywood_trapdoor/toggle1","block/cherrywood_trapdoor/toggle2","block/cherrywood_trapdoor/toggle3","block/chest/close1","block/chest/close2","block/chest/close3","block/chest/close_locked","block/chest/open","block/chest/open_locked","block/chiseled_bookshelf/break1","block/chiseled_bookshelf/break2","block/chiseled_bookshelf/break3","block/chiseled_bookshelf/break4","block/chiseled_bookshelf/break5","block/chiseled_bookshelf/break6","block/chiseled_bookshelf/insert1","block/chiseled_bookshelf/insert2","block/chiseled_bookshelf/insert3","block/chiseled_bookshelf/insert4","block/chiseled_bookshelf/insert_enchanted1","block/chiseled_bookshelf/insert_enchanted2","block/chiseled_bookshelf/insert_enchanted3","block/chiseled_bookshelf/insert_enchanted4","block/chiseled_bookshelf/pickup1","block/chiseled_bookshelf/pickup2","block/chiseled_bookshelf/pickup3","block/chiseled_bookshelf/pickup_enchanted1","block/chiseled_bookshelf/pickup_enchanted2","block/chiseled_bookshelf/pickup_enchanted3","block/chiseled_bookshelf/step1","block/chiseled_bookshelf/step2","block/chiseled_bookshelf/step3","block/chiseled_bookshelf/step4","block/chiseled_bookshelf/step5","block/chorus_flower/death1","block/chorus_flower/death2","block/chorus_flower/death3","block/chorus_flower/grow1","block/chorus_flower/grow2","block/chorus_flower/grow3","block/chorus_flower/grow4","block/cobweb/break1","block/cobweb/break2","block/cobweb/break3","block/cobweb/break4","block/cobweb/break5","block/cobweb/break6","block/cobweb/step1","block/cobweb/step2","block/cobweb/step3","block/cobweb/step4","block/cobweb/step5","block/cobweb/step6","block/composter/empty1","block/composter/empty2","block/composter/empty3","block/composter/fill1","block/composter/fill2","block/composter/fill3","block/composter/fill4","block/composter/fill_success1","block/composter/fill_success2","block/composter/fill_success3","block/composter/fill_success4","block/composter/ready1","block/composter/ready2","block/composter/ready3","block/composter/ready4","block/conduit/activate","block/conduit/ambient","block/conduit/attack1","block/conduit/attack2","block/conduit/attack3","block/conduit/deactivate","block/conduit/short1","block/conduit/short2","block/conduit/short3","block/conduit/short4","block/conduit/short5","block/conduit/short6","block/conduit/short7","block/conduit/short8","block/conduit/short9","block/copper/break1","block/copper/break2","block/copper/break3","block/copper/break4","block/copper/step1","block/copper/step2","block/copper/step3","block/copper/step4","block/copper/step5","block/copper/step6","block/copper_bulb/break1","block/copper_bulb/break2","block/copper_bulb/break3","block/copper_bulb/break4","block/copper_bulb/place1","block/copper_bulb/place2","block/copper_bulb/place3","block/copper_bulb/place4","block/copper_bulb/step1","block/copper_bulb/step2","block/copper_bulb/step3","block/copper_bulb/step4","block/copper_bulb/step5","block/copper_bulb/step6","block/copper_bulb/toggle","block/copper_chest/copper_chest_close1","block/copper_chest/copper_chest_close2","block/copper_chest/copper_chest_close3","block/copper_chest/copper_chest_open1","block/copper_chest/copper_chest_open2","block/copper_chest/copper_chest_open3","block/copper_chest/copper_chest_oxidized_close1","block/copper_chest/copper_chest_oxidized_close2","block/copper_chest/copper_chest_oxidized_close3","block/copper_chest/copper_chest_oxidized_open1","block/copper_chest/copper_chest_oxidized_open2","block/copper_chest/copper_chest_oxidized_open3","block/copper_chest/copper_chest_weathered_close1","block/copper_chest/copper_chest_weathered_close2","block/copper_chest/copper_chest_weathered_close3","block/copper_chest/copper_chest_weathered_open1","block/copper_chest/copper_chest_weathered_open2","block/copper_chest/copper_chest_weathered_open3","block/copper_door/toggle1","block/copper_door/toggle2","block/copper_door/toggle3","block/copper_grate/break1","block/copper_grate/break2","block/copper_grate/break3","block/copper_grate/break4","block/copper_grate/step1","block/copper_grate/step2","block/copper_grate/step3","block/copper_grate/step4","block/copper_grate/step5","block/copper_grate/step6","block/copper_statue/become_statue1","block/copper_statue/become_statue2","block/copper_statue/become_statue3","block/copper_statue/become_statue4","block/copper_statue/break1","block/copper_statue/break2","block/copper_statue/break3","block/copper_statue/hit1","block/copper_statue/hit2","block/copper_statue/hit3","block/copper_statue/hit4","block/copper_statue/place1","block/copper_statue/place2","block/copper_statue/place3","block/copper_statue/place4","block/copper_trapdoor/toggle1","block/copper_trapdoor/toggle2","block/copper_trapdoor/toggle3","block/copper_trapdoor/toggle4","block/crafter/craft","block/crafter/fail","block/creaking_heart/break/creaking_heart_break","block/creaking_heart/fall/creaking_heart_fall","block/creaking_heart/hit/creaking_heart_hit1","block/creaking_heart/hit/creaking_heart_hit2","block/creaking_heart/hit/creaking_heart_hit3","block/creaking_heart/hit/creaking_heart_hit4","block/creaking_heart/hit/creaking_heart_hit5","block/creaking_heart/hurt/trail1","block/creaking_heart/hurt/trail2","block/creaking_heart/hurt/trail3","block/creaking_heart/hurt/trail4","block/creaking_heart/hurt/trail5","block/creaking_heart/hurt/trail6","block/creaking_heart/hurt/trail7","block/creaking_heart/idle/creaking_heart_idle1","block/creaking_heart/idle/creaking_heart_idle2","block/creaking_heart/idle/creaking_heart_idle3","block/creaking_heart/idle/creaking_heart_idle4","block/creaking_heart/place/creaking_heart_place1","block/creaking_heart/place/creaking_heart_place2","block/creaking_heart/place/creaking_heart_place3","block/creaking_heart/place/creaking_heart_place4","block/creaking_heart/spawnmob/creaking_heart_spawnmob","block/creaking_heart/step/creaking_heart_step1","block/creaking_heart/step/creaking_heart_step2","block/creaking_heart/step/creaking_heart_step3","block/creaking_heart/step/creaking_heart_step4","block/creaking_heart/step/creaking_heart_step5","block/creaking_heart/step/creaking_heart_step6","block/deadbush/sandblock_version/bushrustle1","block/deadbush/sandblock_version/bushrustle2","block/deadbush/sandblock_version/bushrustle3","block/deadbush/sandblock_version/creakysand1","block/deadbush/sandblock_version/crickets","block/deadbush/sandblock_version/howlingwind1","block/deadbush/sandblock_version/insect1","block/deadbush/sandblock_version/leaves","block/deadbush/sandblock_version/movingsand1","block/deadbush/sandblock_version/movingsand2","block/deadbush/sandblock_version/movingsand3","block/decorated_pot/break1","block/decorated_pot/break2","block/decorated_pot/break3","block/decorated_pot/break4","block/decorated_pot/insert1","block/decorated_pot/insert2","block/decorated_pot/insert3","block/decorated_pot/insert4","block/decorated_pot/insert_fail1","block/decorated_pot/insert_fail2","block/decorated_pot/insert_fail3","block/decorated_pot/insert_fail4","block/decorated_pot/insert_fail5","block/decorated_pot/shatter1","block/decorated_pot/shatter2","block/decorated_pot/shatter3","block/decorated_pot/shatter4","block/decorated_pot/shatter5","block/decorated_pot/step1","block/decorated_pot/step2","block/decorated_pot/step3","block/decorated_pot/step4","block/decorated_pot/step5","block/deepslate/break1","block/deepslate/break2","block/deepslate/break3","block/deepslate/break4","block/deepslate/place1","block/deepslate/place2","block/deepslate/place3","block/deepslate/place4","block/deepslate/place5","block/deepslate/place6","block/deepslate/step1","block/deepslate/step2","block/deepslate/step3","block/deepslate/step4","block/deepslate/step5","block/deepslate/step6","block/deepslate_bricks/place1","block/deepslate_bricks/place2","block/deepslate_bricks/place3","block/deepslate_bricks/place4","block/deepslate_bricks/place5","block/deepslate_bricks/place6","block/deepslate_bricks/step1","block/deepslate_bricks/step2","block/deepslate_bricks/step3","block/deepslate_bricks/step4","block/deepslate_bricks/step5","block/dried_ghast/ambient1","block/dried_ghast/ambient2","block/dried_ghast/ambient3","block/dried_ghast/ambient4","block/dried_ghast/ambient_water1","block/dried_ghast/ambient_water2","block/dried_ghast/break","block/dried_ghast/place1","block/dried_ghast/place2","block/dried_ghast/place3","block/dried_ghast/place4","block/dried_ghast/place5","block/dried_ghast/place6","block/dried_ghast/placeinwater","block/dried_ghast/step1","block/dried_ghast/step2","block/dried_ghast/step3","block/dried_ghast/step4","block/dried_ghast/step5","block/dried_ghast/step6","block/dried_ghast/transition","block/dripstone/break1","block/dripstone/break2","block/dripstone/break3","block/dripstone/break4","block/dripstone/break5","block/dripstone/step1","block/dripstone/step2","block/dripstone/step3","block/dripstone/step4","block/dripstone/step5","block/dripstone/step6","block/dry_grass/wind1","block/dry_grass/wind10","block/dry_grass/wind11","block/dry_grass/wind12","block/dry_grass/wind2","block/dry_grass/wind3","block/dry_grass/wind4","block/dry_grass/wind5","block/dry_grass/wind6","block/dry_grass/wind7","block/dry_grass/wind8","block/dry_grass/wind9","block/enchantment_table/enchant1","block/enchantment_table/enchant2","block/enchantment_table/enchant3","block/end_portal/endportal","block/end_portal/eyeplace1","block/end_portal/eyeplace2","block/end_portal/eyeplace3","block/enderchest/close","block/enderchest/open","block/eyeblossom/eyeblossom_close1","block/eyeblossom/eyeblossom_close2","block/eyeblossom/eyeblossom_close3","block/eyeblossom/eyeblossom_close_long","block/eyeblossom/eyeblossom_idle1","block/eyeblossom/eyeblossom_idle2","block/eyeblossom/eyeblossom_idle3","block/eyeblossom/eyeblossom_idle4","block/eyeblossom/eyeblossom_idle5","block/eyeblossom/eyeblossom_idle6","block/eyeblossom/eyeblossom_open1","block/eyeblossom/eyeblossom_open2","block/eyeblossom/eyeblossom_open3","block/eyeblossom/eyeblossom_open4","block/eyeblossom/eyeblossom_open_long","block/fence_gate/close1","block/fence_gate/close2","block/fence_gate/open1","block/fence_gate/open2","block/firefly_bush/firefly_bush1","block/firefly_bush/firefly_bush10","block/firefly_bush/firefly_bush11","block/firefly_bush/firefly_bush2","block/firefly_bush/firefly_bush3","block/firefly_bush/firefly_bush4","block/firefly_bush/firefly_bush5","block/firefly_bush/firefly_bush6","block/firefly_bush/firefly_bush7","block/firefly_bush/firefly_bush8","block/firefly_bush/firefly_bush9","block/fletching_table/fletching_table1","block/fletching_table/fletching_table2","block/froglight/break1","block/froglight/break2","block/froglight/break3","block/froglight/break4","block/froglight/step1","block/froglight/step2","block/froglight/step3","block/froglight/step4","block/froglight/step5","block/froglight/step6","block/frogspawn/break1","block/frogspawn/break2","block/frogspawn/break3","block/frogspawn/break4","block/frogspawn/hatch1","block/frogspawn/hatch2","block/frogspawn/hatch3","block/frogspawn/hatch4","block/frogspawn/hatch5","block/frogspawn/step1","block/frogspawn/step2","block/frogspawn/step3","block/frogspawn/step4","block/frogspawn/step5","block/frogspawn/step6","block/fungus/break1","block/fungus/break2","block/fungus/break3","block/fungus/break4","block/fungus/break5","block/fungus/break6","block/furnace/fire_crackle1","block/furnace/fire_crackle2","block/furnace/fire_crackle3","block/furnace/fire_crackle4","block/furnace/fire_crackle5","block/grindstone/grindstone1","block/grindstone/grindstone2","block/grindstone/grindstone3","block/hanging_roots/break1","block/hanging_roots/break2","block/hanging_roots/break3","block/hanging_roots/break4","block/hanging_roots/step1","block/hanging_roots/step2","block/hanging_roots/step3","block/hanging_roots/step4","block/hanging_roots/step5","block/hanging_roots/step6","block/hanging_sign/break1","block/hanging_sign/break2","block/hanging_sign/break3","block/hanging_sign/break4","block/hanging_sign/step1","block/hanging_sign/step2","block/hanging_sign/step3","block/hanging_sign/step4","block/heavy_core/break1","block/heavy_core/break2","block/heavy_core/break3","block/heavy_core/break4","block/heavy_core/step1","block/heavy_core/step2","block/heavy_core/step3","block/heavy_core/step4","block/honeyblock/break1","block/honeyblock/break2","block/honeyblock/break3","block/honeyblock/break4","block/honeyblock/break5","block/honeyblock/slide1","block/honeyblock/slide2","block/honeyblock/slide3","block/honeyblock/slide4","block/honeyblock/step1","block/honeyblock/step2","block/honeyblock/step3","block/honeyblock/step4","block/honeyblock/step5","block/iron/break1","block/iron/break2","block/iron/break3","block/iron/break4","block/iron/break5","block/iron/break6","block/iron/break7","block/iron/break8","block/iron/step1","block/iron/step2","block/iron/step3","block/iron/step4","block/iron_door/close1","block/iron_door/close2","block/iron_door/close3","block/iron_door/close4","block/iron_door/open1","block/iron_door/open2","block/iron_door/open3","block/iron_door/open4","block/iron_trapdoor/close1","block/iron_trapdoor/close2","block/iron_trapdoor/close3","block/iron_trapdoor/close4","block/iron_trapdoor/open1","block/iron_trapdoor/open2","block/iron_trapdoor/open3","block/iron_trapdoor/open4","block/lantern/break1","block/lantern/break2","block/lantern/break3","block/lantern/break4","block/lantern/break5","block/lantern/break6","block/lantern/place1","block/lantern/place2","block/lantern/place3","block/lantern/place4","block/lantern/place5","block/lantern/place6","block/leaf_litter/break1","block/leaf_litter/break2","block/leaf_litter/break3","block/leaf_litter/break4","block/leaf_litter/break5","block/leaf_litter/place1","block/leaf_litter/place2","block/leaf_litter/place3","block/leaf_litter/place4","block/leaf_litter/place5","block/leaf_litter/step1","block/leaf_litter/step2","block/leaf_litter/step3","block/leaf_litter/step4","block/leaf_litter/step5","block/leaf_litter/step6","block/lodestone/lock1","block/lodestone/lock2","block/lodestone/place1","block/lodestone/place2","block/lodestone/place3","block/lodestone/place4","block/mangrove_roots/break1","block/mangrove_roots/break2","block/mangrove_roots/break3","block/mangrove_roots/break4","block/mangrove_roots/break5","block/mangrove_roots/break6","block/mangrove_roots/step1","block/mangrove_roots/step2","block/mangrove_roots/step3","block/mangrove_roots/step4","block/mangrove_roots/step5","block/mangrove_roots/step6","block/moss/break1","block/moss/break2","block/moss/break3","block/moss/break4","block/moss/break5","block/moss/step1","block/moss/step2","block/moss/step3","block/moss/step4","block/moss/step5","block/moss/step6","block/mud/break1","block/mud/break2","block/mud/break3","block/mud/break4","block/mud/break5","block/mud/break6","block/mud/step1","block/mud/step2","block/mud/step3","block/mud/step4","block/mud/step5","block/mud/step6","block/mud_bricks/break1","block/mud_bricks/break2","block/mud_bricks/break3","block/mud_bricks/break4","block/mud_bricks/break5","block/mud_bricks/break6","block/mud_bricks/step1","block/mud_bricks/step2","block/mud_bricks/step3","block/mud_bricks/step4","block/mud_bricks/step5","block/mud_bricks/step6","block/muddy_mangrove_roots/break1","block/muddy_mangrove_roots/break2","block/muddy_mangrove_roots/break3","block/muddy_mangrove_roots/break4","block/muddy_mangrove_roots/break5","block/muddy_mangrove_roots/break6","block/muddy_mangrove_roots/step1","block/muddy_mangrove_roots/step2","block/muddy_mangrove_roots/step3","block/muddy_mangrove_roots/step4","block/muddy_mangrove_roots/step5","block/muddy_mangrove_roots/step6","block/nether_bricks/break1","block/nether_bricks/break2","block/nether_bricks/break3","block/nether_bricks/break4","block/nether_bricks/break5","block/nether_bricks/break6","block/nether_bricks/step1","block/nether_bricks/step2","block/nether_bricks/step3","block/nether_bricks/step4","block/nether_bricks/step5","block/nether_bricks/step6","block/nether_ore/break1","block/nether_ore/break2","block/nether_ore/break3","block/nether_ore/break4","block/nether_ore/step1","block/nether_ore/step2","block/nether_ore/step3","block/nether_ore/step4","block/nether_ore/step5","block/nether_sprouts/break1","block/nether_sprouts/break2","block/nether_sprouts/break3","block/nether_sprouts/break4","block/nether_sprouts/step1","block/nether_sprouts/step2","block/nether_sprouts/step3","block/nether_sprouts/step4","block/nether_sprouts/step5","block/nether_wood/break1","block/nether_wood/break2","block/nether_wood/break3","block/nether_wood/break4","block/nether_wood/step1","block/nether_wood/step2","block/nether_wood/step3","block/nether_wood/step4","block/nether_wood/step5","block/nether_wood_button/nether_wood_button","block/nether_wood_door/toggle1","block/nether_wood_door/toggle2","block/nether_wood_door/toggle3","block/nether_wood_door/toggle4","block/nether_wood_fence/toggle1","block/nether_wood_fence/toggle2","block/nether_wood_fence/toggle3","block/nether_wood_fence/toggle4","block/nether_wood_hanging_sign/break1","block/nether_wood_hanging_sign/break2","block/nether_wood_hanging_sign/break3","block/nether_wood_hanging_sign/break4","block/nether_wood_hanging_sign/step1","block/nether_wood_hanging_sign/step2","block/nether_wood_hanging_sign/step3","block/nether_wood_hanging_sign/step4","block/nether_wood_trapdoor/toggle1","block/nether_wood_trapdoor/toggle2","block/nether_wood_trapdoor/toggle3","block/nether_wood_trapdoor/toggle4","block/netherite/break1","block/netherite/break2","block/netherite/break3","block/netherite/break4","block/netherite/step1","block/netherite/step2","block/netherite/step3","block/netherite/step4","block/netherite/step5","block/netherite/step6","block/netherrack/break1","block/netherrack/break2","block/netherrack/break3","block/netherrack/break4","block/netherrack/break5","block/netherrack/break6","block/netherrack/step1","block/netherrack/step2","block/netherrack/step3","block/netherrack/step4","block/netherrack/step5","block/netherrack/step6","block/netherwart/break1","block/netherwart/break2","block/netherwart/break3","block/netherwart/break4","block/netherwart/break5","block/netherwart/break6","block/netherwart/step1","block/netherwart/step2","block/netherwart/step3","block/netherwart/step4","block/netherwart/step5","block/nylium/break1","block/nylium/break2","block/nylium/break3","block/nylium/break4","block/nylium/break5","block/nylium/break6","block/nylium/step1","block/nylium/step2","block/nylium/step3","block/nylium/step4","block/nylium/step5","block/nylium/step6","block/packed_mud/break1","block/packed_mud/break2","block/packed_mud/break3","block/packed_mud/break4","block/packed_mud/break5","block/packed_mud/break6","block/packed_mud/step1","block/packed_mud/step2","block/packed_mud/step3","block/packed_mud/step4","block/packed_mud/step5","block/packed_mud/step6","block/pale_hanging_moss/pale_hanging_moss1","block/pale_hanging_moss/pale_hanging_moss10","block/pale_hanging_moss/pale_hanging_moss11","block/pale_hanging_moss/pale_hanging_moss12","block/pale_hanging_moss/pale_hanging_moss13","block/pale_hanging_moss/pale_hanging_moss14","block/pale_hanging_moss/pale_hanging_moss15","block/pale_hanging_moss/pale_hanging_moss2","block/pale_hanging_moss/pale_hanging_moss3","block/pale_hanging_moss/pale_hanging_moss4","block/pale_hanging_moss/pale_hanging_moss5","block/pale_hanging_moss/pale_hanging_moss6","block/pale_hanging_moss/pale_hanging_moss7","block/pale_hanging_moss/pale_hanging_moss8","block/pale_hanging_moss/pale_hanging_moss9","block/pointed_dripstone/drip_lava1","block/pointed_dripstone/drip_lava2","block/pointed_dripstone/drip_lava3","block/pointed_dripstone/drip_lava4","block/pointed_dripstone/drip_lava5","block/pointed_dripstone/drip_lava6","block/pointed_dripstone/drip_lava_cauldron1","block/pointed_dripstone/drip_lava_cauldron2","block/pointed_dripstone/drip_lava_cauldron3","block/pointed_dripstone/drip_lava_cauldron4","block/pointed_dripstone/drip_water1","block/pointed_dripstone/drip_water10","block/pointed_dripstone/drip_water11","block/pointed_dripstone/drip_water12","block/pointed_dripstone/drip_water13","block/pointed_dripstone/drip_water14","block/pointed_dripstone/drip_water15","block/pointed_dripstone/drip_water2","block/pointed_dripstone/drip_water3","block/pointed_dripstone/drip_water4","block/pointed_dripstone/drip_water5","block/pointed_dripstone/drip_water6","block/pointed_dripstone/drip_water7","block/pointed_dripstone/drip_water8","block/pointed_dripstone/drip_water9","block/pointed_dripstone/drip_water_cauldron1","block/pointed_dripstone/drip_water_cauldron2","block/pointed_dripstone/drip_water_cauldron3","block/pointed_dripstone/drip_water_cauldron4","block/pointed_dripstone/drip_water_cauldron5","block/pointed_dripstone/drip_water_cauldron6","block/pointed_dripstone/drip_water_cauldron7","block/pointed_dripstone/drip_water_cauldron8","block/pointed_dripstone/land1","block/pointed_dripstone/land2","block/pointed_dripstone/land3","block/pointed_dripstone/land4","block/pointed_dripstone/land5","block/powder_snow/break1","block/powder_snow/break2","block/powder_snow/break3","block/powder_snow/break4","block/powder_snow/break5","block/powder_snow/break6","block/powder_snow/break7","block/powder_snow/step1","block/powder_snow/step10","block/powder_snow/step2","block/powder_snow/step3","block/powder_snow/step4","block/powder_snow/step5","block/powder_snow/step6","block/powder_snow/step7","block/powder_snow/step8","block/powder_snow/step9","block/pumpkin/carve1","block/pumpkin/carve2","block/resin/resin_break1","block/resin/resin_break2","block/resin/resin_break3","block/resin/resin_break4","block/resin/resin_break5","block/resin/resin_fall","block/resin/resin_place1","block/resin/resin_place2","block/resin/resin_place3","block/resin/resin_place4","block/resin/resin_step1","block/resin/resin_step2","block/resin/resin_step3","block/resin/resin_step4","block/resin/resin_step5","block/resin_bricks/resin_brick_break","block/resin_bricks/resin_brick_fall","block/resin_bricks/resin_brick_hit1","block/resin_bricks/resin_brick_hit2","block/resin_bricks/resin_brick_hit3","block/resin_bricks/resin_brick_hit4","block/resin_bricks/resin_brick_hit5","block/resin_bricks/resin_brick_place1","block/resin_bricks/resin_brick_place2","block/resin_bricks/resin_brick_place3","block/resin_bricks/resin_brick_place4","block/resin_bricks/resin_brick_place5","block/resin_bricks/resin_brick_step1","block/resin_bricks/resin_brick_step2","block/resin_bricks/resin_brick_step3","block/resin_bricks/resin_brick_step4","block/resin_bricks/resin_brick_step5","block/respawn_anchor/ambient1","block/respawn_anchor/ambient2","block/respawn_anchor/ambient3","block/respawn_anchor/charge1","block/respawn_anchor/charge2","block/respawn_anchor/charge3","block/respawn_anchor/deplete1","block/respawn_anchor/deplete2","block/respawn_anchor/set_spawn1","block/respawn_anchor/set_spawn2","block/respawn_anchor/set_spawn3","block/rooted_dirt/break1","block/rooted_dirt/break2","block/rooted_dirt/break3","block/rooted_dirt/break4","block/rooted_dirt/step1","block/rooted_dirt/step2","block/rooted_dirt/step3","block/rooted_dirt/step4","block/rooted_dirt/step5","block/rooted_dirt/step6","block/roots/break1","block/roots/break2","block/roots/break3","block/roots/break4","block/roots/break5","block/roots/break6","block/roots/step1","block/roots/step2","block/roots/step3","block/roots/step4","block/roots/step5","block/sand/sand1","block/sand/sand10","block/sand/sand11","block/sand/sand12","block/sand/sand13","block/sand/sand14","block/sand/sand15","block/sand/sand16","block/sand/sand17","block/sand/sand18","block/sand/sand19","block/sand/sand2","block/sand/sand20","block/sand/sand21","block/sand/sand3","block/sand/sand4","block/sand/sand5","block/sand/sand6","block/sand/sand7","block/sand/sand8","block/sand/sand9","block/scaffold/place1","block/scaffold/place2","block/scaffold/place3","block/scaffold/place4","block/sculk/break1","block/sculk/break10","block/sculk/break11","block/sculk/break12","block/sculk/break13","block/sculk/break14","block/sculk/break2","block/sculk/break3","block/sculk/break4","block/sculk/break5","block/sculk/break6","block/sculk/break7","block/sculk/break8","block/sculk/break9","block/sculk/charge1","block/sculk/charge2","block/sculk/charge3","block/sculk/charge4","block/sculk/charge5","block/sculk/place1","block/sculk/place2","block/sculk/place3","block/sculk/place4","block/sculk/place5","block/sculk/spread1","block/sculk/spread2","block/sculk/spread3","block/sculk/spread4","block/sculk/spread5","block/sculk/step1","block/sculk/step2","block/sculk/step3","block/sculk/step4","block/sculk/step5","block/sculk/step6","block/sculk_catalyst/break1","block/sculk_catalyst/break10","block/sculk_catalyst/break2","block/sculk_catalyst/break3","block/sculk_catalyst/break4","block/sculk_catalyst/break5","block/sculk_catalyst/break6","block/sculk_catalyst/break7","block/sculk_catalyst/break8","block/sculk_catalyst/break9","block/sculk_catalyst/place1","block/sculk_catalyst/place2","block/sculk_catalyst/place3","block/sculk_catalyst/place4","block/sculk_catalyst/place5","block/sculk_catalyst/step1","block/sculk_catalyst/step2","block/sculk_catalyst/step3","block/sculk_catalyst/step4","block/sculk_catalyst/step5","block/sculk_catalyst/step6","block/sculk_sensor/break1","block/sculk_sensor/break2","block/sculk_sensor/break3","block/sculk_sensor/break4","block/sculk_sensor/break5","block/sculk_sensor/place1","block/sculk_sensor/place2","block/sculk_sensor/place3","block/sculk_sensor/place4","block/sculk_sensor/place5","block/sculk_sensor/sculk_clicking1","block/sculk_sensor/sculk_clicking2","block/sculk_sensor/sculk_clicking3","block/sculk_sensor/sculk_clicking4","block/sculk_sensor/sculk_clicking5","block/sculk_sensor/sculk_clicking6","block/sculk_sensor/sculk_clicking_stop1","block/sculk_sensor/sculk_clicking_stop2","block/sculk_sensor/sculk_clicking_stop3","block/sculk_sensor/sculk_clicking_stop4","block/sculk_sensor/sculk_clicking_stop5","block/sculk_shrieker/break1","block/sculk_shrieker/break2","block/sculk_shrieker/break3","block/sculk_shrieker/break4","block/sculk_shrieker/break5","block/sculk_shrieker/break6","block/sculk_shrieker/place1","block/sculk_shrieker/place2","block/sculk_shrieker/place3","block/sculk_shrieker/place4","block/sculk_shrieker/place5","block/sculk_shrieker/shriek1","block/sculk_shrieker/shriek2","block/sculk_shrieker/shriek3","block/sculk_shrieker/shriek4","block/sculk_shrieker/shriek5","block/sculk_vein/break1","block/sculk_vein/break2","block/sculk_vein/break3","block/sculk_vein/break4","block/sculk_vein/break5","block/shelf/activate1","block/shelf/activate2","block/shelf/activate3","block/shelf/deactivate1","block/shelf/deactivate2","block/shelf/deactivate3","block/shelf/multi_swap1","block/shelf/multi_swap2","block/shelf/multi_swap3","block/shelf/place_item1","block/shelf/place_item2","block/shelf/place_item3","block/shelf/place_item4","block/shelf/single_swap1","block/shelf/single_swap2","block/shelf/single_swap3","block/shelf/single_swap4","block/shroomlight/break1","block/shroomlight/break2","block/shroomlight/break3","block/shroomlight/break4","block/shroomlight/break5","block/shroomlight/step1","block/shroomlight/step2","block/shroomlight/step3","block/shroomlight/step4","block/shroomlight/step5","block/shroomlight/step6","block/shulker_box/close","block/shulker_box/open","block/sign/waxed_interact_fail1","block/sign/waxed_interact_fail2","block/sign/waxed_interact_fail3","block/smithing_table/smithing_table1","block/smithing_table/smithing_table2","block/smithing_table/smithing_table3","block/smoker/smoker1","block/smoker/smoker2","block/smoker/smoker3","block/smoker/smoker4","block/smoker/smoker5","block/soul_sand/break1","block/soul_sand/break2","block/soul_sand/break3","block/soul_sand/break4","block/soul_sand/break5","block/soul_sand/break6","block/soul_sand/break7","block/soul_sand/break8","block/soul_sand/break9","block/soul_sand/step1","block/soul_sand/step2","block/soul_sand/step3","block/soul_sand/step4","block/soul_sand/step5","block/soul_soil/break1","block/soul_soil/break2","block/soul_soil/break3","block/soul_soil/break4","block/soul_soil/break5","block/soul_soil/break6","block/soul_soil/step1","block/soul_soil/step2","block/soul_soil/step3","block/soul_soil/step4","block/soul_soil/step5","block/spawner/break1","block/spawner/break2","block/spawner/break3","block/spawner/break4","block/spawner/step1","block/spawner/step2","block/spawner/step3","block/spawner/step4","block/spawner/step5","block/sponge/absorb1","block/sponge/absorb2","block/sponge/absorb3","block/sponge/break1","block/sponge/break2","block/sponge/break3","block/sponge/break4","block/sponge/step1","block/sponge/step2","block/sponge/step3","block/sponge/step4","block/sponge/step5","block/sponge/step6","block/sponge/wet_sponge/break1","block/sponge/wet_sponge/break2","block/sponge/wet_sponge/break3","block/sponge/wet_sponge/break4","block/sponge/wet_sponge/step1","block/sponge/wet_sponge/step2","block/sponge/wet_sponge/step3","block/sponge/wet_sponge/step4","block/spore_blossom/break1","block/spore_blossom/break2","block/spore_blossom/break3","block/spore_blossom/break4","block/spore_blossom/break5","block/spore_blossom/step1","block/spore_blossom/step2","block/spore_blossom/step3","block/spore_blossom/step4","block/spore_blossom/step5","block/spore_blossom/step6","block/stem/break1","block/stem/break2","block/stem/break3","block/stem/break4","block/stem/break5","block/stem/break6","block/stem/step1","block/stem/step2","block/stem/step3","block/stem/step4","block/stem/step5","block/stem/step6","block/suspicious_gravel/break1","block/suspicious_gravel/break2","block/suspicious_gravel/break3","block/suspicious_gravel/break4","block/suspicious_gravel/break5","block/suspicious_gravel/break6","block/suspicious_gravel/place1","block/suspicious_gravel/place2","block/suspicious_gravel/place3","block/suspicious_gravel/place4","block/suspicious_gravel/step1","block/suspicious_gravel/step2","block/suspicious_gravel/step3","block/suspicious_gravel/step4","block/suspicious_sand/break1","block/suspicious_sand/break2","block/suspicious_sand/break3","block/suspicious_sand/break4","block/suspicious_sand/break5","block/suspicious_sand/break6","block/suspicious_sand/place1","block/suspicious_sand/place2","block/suspicious_sand/place3","block/suspicious_sand/place4","block/suspicious_sand/place5","block/suspicious_sand/step1","block/suspicious_sand/step2","block/suspicious_sand/step3","block/suspicious_sand/step4","block/suspicious_sand/step5","block/sweet_berry_bush/break1","block/sweet_berry_bush/break2","block/sweet_berry_bush/break3","block/sweet_berry_bush/break4","block/sweet_berry_bush/place1","block/sweet_berry_bush/place2","block/sweet_berry_bush/place3","block/sweet_berry_bush/place4","block/sweet_berry_bush/place5","block/sweet_berry_bush/place6","block/trial_spawner/about_to_spawn_item","block/trial_spawner/ambient1","block/trial_spawner/ambient2","block/trial_spawner/ambient3","block/trial_spawner/ambient4","block/trial_spawner/ambient5","block/trial_spawner/ambient_ominous1","block/trial_spawner/ambient_ominous2","block/trial_spawner/ambient_ominous3","block/trial_spawner/ambient_ominous4","block/trial_spawner/ambient_ominous5","block/trial_spawner/break1","block/trial_spawner/break2","block/trial_spawner/break3","block/trial_spawner/close_shutter","block/trial_spawner/detect_player1","block/trial_spawner/detect_player2","block/trial_spawner/detect_player3","block/trial_spawner/eject_item1","block/trial_spawner/ominous_activate","block/trial_spawner/open_shutter","block/trial_spawner/place1","block/trial_spawner/place2","block/trial_spawner/place3","block/trial_spawner/spawn1","block/trial_spawner/spawn2","block/trial_spawner/spawn3","block/trial_spawner/spawn4","block/trial_spawner/spawn_item1","block/trial_spawner/spawn_item2","block/trial_spawner/spawn_item3","block/trial_spawner/spawn_item_begin1","block/trial_spawner/spawn_item_begin2","block/trial_spawner/spawn_item_begin3","block/trial_spawner/step1","block/trial_spawner/step2","block/trial_spawner/step3","block/trial_spawner/step4","block/trial_spawner/step5","block/tuff/break1","block/tuff/break2","block/tuff/break3","block/tuff/break4","block/tuff/break5","block/tuff/step1","block/tuff/step2","block/tuff/step3","block/tuff/step4","block/tuff/step5","block/tuff/step6","block/tuff_bricks/place1","block/tuff_bricks/place2","block/tuff_bricks/place3","block/tuff_bricks/place4","block/tuff_bricks/place5","block/tuff_bricks/step1","block/tuff_bricks/step2","block/tuff_bricks/step3","block/tuff_bricks/step4","block/tuff_bricks/step5","block/tuff_bricks/step6","block/vault/activate","block/vault/ambient1","block/vault/ambient2","block/vault/ambient3","block/vault/break1","block/vault/break2","block/vault/break3","block/vault/break4","block/vault/deactivate","block/vault/eject1","block/vault/eject2","block/vault/eject3","block/vault/insert","block/vault/insert_fail","block/vault/open_shutter","block/vault/place1","block/vault/place2","block/vault/place3","block/vault/place4","block/vault/reject_rewarded_player","block/vault/step1","block/vault/step2","block/vault/step3","block/vault/step4","block/vault/step5","block/vault/step6","block/vault/step7","block/vault/step8","block/vine/break1","block/vine/break2","block/vine/break3","block/vine/break4","block/vine/climb1","block/vine/climb2","block/vine/climb3","block/vine/climb4","block/vine/climb5","block/waterlily/place1","block/waterlily/place2","block/waterlily/place3","block/waterlily/place4","block/wooden_door/close1","block/wooden_door/close2","block/wooden_door/close3","block/wooden_door/open1","block/wooden_door/open2","block/wooden_trapdoor/close1","block/wooden_trapdoor/close2","block/wooden_trapdoor/close3","block/wooden_trapdoor/open1","block/wooden_trapdoor/open2","block/wooden_trapdoor/open3","block/wooden_trapdoor/open4","block/wooden_trapdoor/open5","damage/fallbig","damage/fallsmall","damage/hit1","damage/hit2","damage/hit3","dig/cloth1","dig/cloth2","dig/cloth3","dig/cloth4","dig/coral1","dig/coral2","dig/coral3","dig/coral4","dig/grass1","dig/grass2","dig/grass3","dig/grass4","dig/gravel1","dig/gravel2","dig/gravel3","dig/gravel4","dig/sand1","dig/sand2","dig/sand3","dig/sand4","dig/snow1","dig/snow2","dig/snow3","dig/snow4","dig/stone1","dig/stone2","dig/stone3","dig/stone4","dig/wet_grass1","dig/wet_grass2","dig/wet_grass3","dig/wet_grass4","dig/wood1","dig/wood2","dig/wood3","dig/wood4","enchant/soulspeed/soulspeed1","enchant/soulspeed/soulspeed10","enchant/soulspeed/soulspeed11","enchant/soulspeed/soulspeed12","enchant/soulspeed/soulspeed13","enchant/soulspeed/soulspeed2","enchant/soulspeed/soulspeed3","enchant/soulspeed/soulspeed4","enchant/soulspeed/soulspeed5","enchant/soulspeed/soulspeed6","enchant/soulspeed/soulspeed7","enchant/soulspeed/soulspeed8","enchant/soulspeed/soulspeed9","enchant/thorns/hit1","enchant/thorns/hit2","enchant/thorns/hit3","enchant/thorns/hit4","entity/armorstand/break1","entity/armorstand/break2","entity/armorstand/break3","entity/armorstand/break4","entity/armorstand/hit1","entity/armorstand/hit2","entity/armorstand/hit3","entity/armorstand/hit4","entity/boat/paddle_land1","entity/boat/paddle_land2","entity/boat/paddle_land3","entity/boat/paddle_land4","entity/boat/paddle_land5","entity/boat/paddle_land6","entity/boat/paddle_water1","entity/boat/paddle_water2","entity/boat/paddle_water3","entity/boat/paddle_water4","entity/boat/paddle_water5","entity/boat/paddle_water6","entity/boat/paddle_water7","entity/boat/paddle_water8","entity/bobber/castfast","entity/bobber/retrieve1","entity/bobber/retrieve2","entity/bobber/retrieve3","entity/cow/milk1","entity/cow/milk2","entity/cow/milk3","entity/endereye/dead1","entity/endereye/dead2","entity/endereye/endereye_launch1","entity/endereye/endereye_launch2","entity/fish/flop1","entity/fish/flop2","entity/fish/flop3","entity/fish/flop4","entity/fish/hurt1","entity/fish/hurt2","entity/fish/hurt3","entity/fish/hurt4","entity/fish/swim1","entity/fish/swim2","entity/fish/swim3","entity/fish/swim4","entity/fish/swim5","entity/fish/swim6","entity/fish/swim7","entity/itemframe/add_item1","entity/itemframe/add_item2","entity/itemframe/add_item3","entity/itemframe/add_item4","entity/itemframe/break1","entity/itemframe/break2","entity/itemframe/break3","entity/itemframe/place1","entity/itemframe/place2","entity/itemframe/place3","entity/itemframe/place4","entity/itemframe/remove_item1","entity/itemframe/remove_item2","entity/itemframe/remove_item3","entity/itemframe/remove_item4","entity/itemframe/rotate_item1","entity/itemframe/rotate_item2","entity/itemframe/rotate_item3","entity/itemframe/rotate_item4","entity/leashknot/break","entity/leashknot/leash1","entity/leashknot/leash2","entity/leashknot/leash3","entity/leashknot/unleash1","entity/leashknot/unleash2","entity/leashknot/unleash3","entity/painting/break1","entity/painting/break2","entity/painting/break3","entity/painting/place1","entity/painting/place2","entity/painting/place3","entity/painting/place4","entity/player/attack/crit1","entity/player/attack/crit2","entity/player/attack/crit3","entity/player/attack/knockback1","entity/player/attack/knockback2","entity/player/attack/knockback3","entity/player/attack/knockback4","entity/player/attack/strong1","entity/player/attack/strong2","entity/player/attack/strong3","entity/player/attack/strong4","entity/player/attack/strong5","entity/player/attack/strong6","entity/player/attack/sweep1","entity/player/attack/sweep2","entity/player/attack/sweep3","entity/player/attack/sweep4","entity/player/attack/sweep5","entity/player/attack/sweep6","entity/player/attack/sweep7","entity/player/attack/weak1","entity/player/attack/weak2","entity/player/attack/weak3","entity/player/attack/weak4","entity/player/hurt/berrybush_hurt1","entity/player/hurt/berrybush_hurt2","entity/player/hurt/drown1","entity/player/hurt/drown2","entity/player/hurt/drown3","entity/player/hurt/drown4","entity/player/hurt/fire_hurt1","entity/player/hurt/fire_hurt2","entity/player/hurt/fire_hurt3","entity/player/hurt/freeze_hurt1","entity/player/hurt/freeze_hurt2","entity/player/hurt/freeze_hurt3","entity/player/hurt/freeze_hurt4","entity/player/hurt/freeze_hurt5","entity/shulker/ambient1","entity/shulker/ambient2","entity/shulker/ambient3","entity/shulker/ambient4","entity/shulker/ambient5","entity/shulker/ambient6","entity/shulker/ambient7","entity/shulker/close1","entity/shulker/close2","entity/shulker/close3","entity/shulker/close4","entity/shulker/close5","entity/shulker/death1","entity/shulker/death2","entity/shulker/death3","entity/shulker/death4","entity/shulker/hurt1","entity/shulker/hurt2","entity/shulker/hurt3","entity/shulker/hurt4","entity/shulker/hurt_closed1","entity/shulker/hurt_closed2","entity/shulker/hurt_closed3","entity/shulker/hurt_closed4","entity/shulker/hurt_closed5","entity/shulker/open1","entity/shulker/open2","entity/shulker/open3","entity/shulker/open4","entity/shulker/open5","entity/shulker/shoot1","entity/shulker/shoot2","entity/shulker/shoot3","entity/shulker/shoot4","entity/shulker_bullet/hit1","entity/shulker_bullet/hit2","entity/shulker_bullet/hit3","entity/shulker_bullet/hit4","entity/snowman/death1","entity/snowman/death2","entity/snowman/death3","entity/snowman/hurt1","entity/snowman/hurt2","entity/snowman/hurt3","entity/wind_charge/wind_burst1","entity/wind_charge/wind_burst2","entity/wind_charge/wind_burst3","entity/witch/ambient1","entity/witch/ambient2","entity/witch/ambient3","entity/witch/ambient4","entity/witch/ambient5","entity/witch/celebrate","entity/witch/death1","entity/witch/death2","entity/witch/death3","entity/witch/drink1","entity/witch/drink2","entity/witch/drink3","entity/witch/drink4","entity/witch/hurt1","entity/witch/hurt2","entity/witch/hurt3","entity/witch/throw1","entity/witch/throw2","entity/witch/throw3","event/mob_effects/bad_omen","event/mob_effects/raid_omen","event/mob_effects/trial_omen","event/raid/raidhorn_01","event/raid/raidhorn_02","event/raid/raidhorn_03","event/raid/raidhorn_04","fire/fire","fire/ignite","fireworks/blast1","fireworks/blast_far1","fireworks/largeblast1","fireworks/largeblast_far1","fireworks/launch1","fireworks/twinkle1","fireworks/twinkle_far1","item/armor/break_wolf","item/armor/crack_wolf1","item/armor/crack_wolf2","item/armor/crack_wolf3","item/armor/crack_wolf4","item/armor/damage_wolf1","item/armor/damage_wolf2","item/armor/damage_wolf3","item/armor/damage_wolf4","item/armor/equip_chain1","item/armor/equip_chain2","item/armor/equip_chain3","item/armor/equip_chain4","item/armor/equip_chain5","item/armor/equip_chain6","item/armor/equip_copper1","item/armor/equip_copper2","item/armor/equip_copper3","item/armor/equip_copper4","item/armor/equip_copper5","item/armor/equip_copper6","item/armor/equip_diamond1","item/armor/equip_diamond2","item/armor/equip_diamond3","item/armor/equip_diamond4","item/armor/equip_diamond5","item/armor/equip_diamond6","item/armor/equip_generic1","item/armor/equip_generic2","item/armor/equip_generic3","item/armor/equip_generic4","item/armor/equip_generic5","item/armor/equip_generic6","item/armor/equip_gold1","item/armor/equip_gold2","item/armor/equip_gold3","item/armor/equip_gold4","item/armor/equip_gold5","item/armor/equip_gold6","item/armor/equip_iron1","item/armor/equip_iron2","item/armor/equip_iron3","item/armor/equip_iron4","item/armor/equip_iron5","item/armor/equip_iron6","item/armor/equip_leather1","item/armor/equip_leather2","item/armor/equip_leather3","item/armor/equip_leather4","item/armor/equip_leather5","item/armor/equip_leather6","item/armor/equip_netherite1","item/armor/equip_netherite2","item/armor/equip_netherite3","item/armor/equip_netherite4","item/armor/equip_wolf1","item/armor/equip_wolf2","item/armor/repair_wolf1","item/armor/repair_wolf2","item/armor/repair_wolf3","item/armor/repair_wolf4","item/armor/unequip_wolf1","item/armor/unequip_wolf2","item/axe/scrape1","item/axe/scrape2","item/axe/scrape3","item/axe/strip1","item/axe/strip2","item/axe/strip3","item/axe/strip4","item/axe/wax_off1","item/axe/wax_off2","item/axe/wax_off3","item/bonemeal/bonemeal1","item/bonemeal/bonemeal2","item/bonemeal/bonemeal3","item/bonemeal/bonemeal4","item/bonemeal/bonemeal5","item/book/close_put1","item/book/close_put2","item/book/open_flip1","item/book/open_flip2","item/book/open_flip3","item/bottle/drink_honey1","item/bottle/drink_honey2","item/bottle/drink_honey3","item/bottle/empty1","item/bottle/empty2","item/bottle/fill1","item/bottle/fill2","item/bottle/fill3","item/bottle/fill4","item/bottle/fill_dragonbreath1","item/bottle/fill_dragonbreath2","item/brush/brush_sand_complete1","item/brush/brush_sand_complete2","item/brush/brush_sand_complete3","item/brush/brush_sand_complete4","item/brush/brush_sand_complete5","item/brush/brushing_generic1","item/brush/brushing_generic2","item/brush/brushing_generic3","item/brush/brushing_generic4","item/brush/brushing_gravel1","item/brush/brushing_gravel2","item/brush/brushing_gravel3","item/brush/brushing_gravel4","item/brush/brushing_gravel_complete1","item/brush/brushing_gravel_complete2","item/brush/brushing_gravel_complete3","item/brush/brushing_gravel_complete4","item/brush/brushing_sand1","item/brush/brushing_sand2","item/brush/brushing_sand3","item/brush/brushing_sand4","item/bucket/empty1","item/bucket/empty2","item/bucket/empty3","item/bucket/empty_fish1","item/bucket/empty_fish2","item/bucket/empty_fish3","item/bucket/empty_lava1","item/bucket/empty_lava2","item/bucket/empty_lava3","item/bucket/empty_powder_snow1","item/bucket/empty_powder_snow2","item/bucket/fill1","item/bucket/fill2","item/bucket/fill3","item/bucket/fill_axolotl1","item/bucket/fill_axolotl2","item/bucket/fill_axolotl3","item/bucket/fill_fish1","item/bucket/fill_fish2","item/bucket/fill_fish3","item/bucket/fill_lava1","item/bucket/fill_lava2","item/bucket/fill_lava3","item/bucket/fill_powder_snow1","item/bucket/fill_powder_snow2","item/bundle/drop_contents1","item/bundle/drop_contents2","item/bundle/drop_contents3","item/bundle/insert1","item/bundle/insert2","item/bundle/insert3","item/bundle/insert_fail","item/bundle/remove_one1","item/bundle/remove_one2","item/bundle/remove_one3","item/crossbow/loading_end","item/crossbow/loading_middle1","item/crossbow/loading_middle2","item/crossbow/loading_middle3","item/crossbow/loading_middle4","item/crossbow/loading_start","item/crossbow/shoot1","item/crossbow/shoot2","item/crossbow/shoot3","item/crossbow/quick_charge/quick1_1","item/crossbow/quick_charge/quick1_2","item/crossbow/quick_charge/quick1_3","item/crossbow/quick_charge/quick2_1","item/crossbow/quick_charge/quick2_2","item/crossbow/quick_charge/quick2_3","item/crossbow/quick_charge/quick3_1","item/crossbow/quick_charge/quick3_2","item/crossbow/quick_charge/quick3_3","item/dye/dye","item/elytra/elytra_loop","item/goat_horn/call0","item/goat_horn/call1","item/goat_horn/call2","item/goat_horn/call3","item/goat_horn/call4","item/goat_horn/call5","item/goat_horn/call6","item/goat_horn/call7","item/hoe/till1","item/hoe/till2","item/hoe/till3","item/hoe/till4","item/honeycomb/wax_on1","item/honeycomb/wax_on2","item/honeycomb/wax_on3","item/ink_sac/ink_sac1","item/ink_sac/ink_sac2","item/ink_sac/ink_sac3","item/mace/smash_air1","item/mace/smash_air2","item/mace/smash_air3","item/mace/smash_ground1","item/mace/smash_ground2","item/mace/smash_ground3","item/mace/smash_ground4","item/mace/smash_ground_heavy","item/ominous_bottle/dispose","item/plant/crop1","item/plant/crop2","item/plant/crop3","item/plant/crop4","item/plant/crop5","item/plant/crop6","item/plant/netherwart1","item/plant/netherwart2","item/plant/netherwart3","item/plant/netherwart4","item/plant/netherwart5","item/plant/netherwart6","item/shield/block1","item/shield/block2","item/shield/block3","item/shield/block4","item/shield/block5","item/shovel/flatten1","item/shovel/flatten2","item/shovel/flatten3","item/shovel/flatten4","item/spyglass/stop","item/spyglass/use","item/sweet_berries/pick_from_bush1","item/sweet_berries/pick_from_bush2","item/totem/use_totem","item/trident/ground_impact1","item/trident/ground_impact2","item/trident/ground_impact3","item/trident/ground_impact4","item/trident/pierce1","item/trident/pierce2","item/trident/pierce3","item/trident/return1","item/trident/return2","item/trident/return3","item/trident/riptide1","item/trident/riptide2","item/trident/riptide3","item/trident/throw1","item/trident/throw2","item/trident/thunder1","item/trident/thunder2","liquid/heavy_splash","liquid/lava","liquid/lavapop","liquid/splash","liquid/splash2","liquid/swim1","liquid/swim10","liquid/swim11","liquid/swim12","liquid/swim13","liquid/swim14","liquid/swim15","liquid/swim16","liquid/swim17","liquid/swim18","liquid/swim2","liquid/swim3","liquid/swim4","liquid/swim5","liquid/swim6","liquid/swim7","liquid/swim8","liquid/swim9","liquid/water","minecart/base","minecart/inside","minecart/inside_underwater1","minecart/inside_underwater2","minecart/inside_underwater3","mob/allay/death1","mob/allay/death2","mob/allay/hurt1","mob/allay/hurt2","mob/allay/idle_with_item1","mob/allay/idle_with_item2","mob/allay/idle_with_item3","mob/allay/idle_with_item4","mob/allay/idle_without_item1","mob/allay/idle_without_item2","mob/allay/idle_without_item3","mob/allay/idle_without_item4","mob/allay/item_given1","mob/allay/item_given2","mob/allay/item_given3","mob/allay/item_given4","mob/allay/item_taken1","mob/allay/item_taken2","mob/allay/item_taken3","mob/allay/item_taken4","mob/allay/item_thrown1","mob/armadillo/ambient1","mob/armadillo/ambient2","mob/armadillo/ambient3","mob/armadillo/ambient4","mob/armadillo/ambient5","mob/armadillo/ambient6","mob/armadillo/ambient7","mob/armadillo/ambient8","mob/armadillo/brush_armadillo1","mob/armadillo/brush_armadillo2","mob/armadillo/death1","mob/armadillo/death2","mob/armadillo/death3","mob/armadillo/death4","mob/armadillo/eat1","mob/armadillo/eat2","mob/armadillo/eat3","mob/armadillo/hurt1","mob/armadillo/hurt2","mob/armadillo/hurt3","mob/armadillo/hurt4","mob/armadillo/hurt5","mob/armadillo/hurt_reduced1","mob/armadillo/hurt_reduced2","mob/armadillo/hurt_reduced3","mob/armadillo/hurt_reduced4","mob/armadillo/land1","mob/armadillo/land2","mob/armadillo/land3","mob/armadillo/land4","mob/armadillo/peek","mob/armadillo/roll1","mob/armadillo/roll2","mob/armadillo/roll3","mob/armadillo/roll4","mob/armadillo/scute_drop1","mob/armadillo/scute_drop2","mob/armadillo/step1","mob/armadillo/step2","mob/armadillo/step3","mob/armadillo/step4","mob/armadillo/step5","mob/armadillo/unroll_finish1","mob/armadillo/unroll_finish2","mob/armadillo/unroll_start","mob/axolotl/attack1","mob/axolotl/attack2","mob/axolotl/attack3","mob/axolotl/attack4","mob/axolotl/death1","mob/axolotl/death2","mob/axolotl/hurt1","mob/axolotl/hurt2","mob/axolotl/hurt3","mob/axolotl/hurt4","mob/axolotl/idle1","mob/axolotl/idle2","mob/axolotl/idle3","mob/axolotl/idle4","mob/axolotl/idle5","mob/axolotl/idle_air1","mob/axolotl/idle_air2","mob/axolotl/idle_air3","mob/axolotl/idle_air4","mob/axolotl/idle_air5","mob/bat/death","mob/bat/hurt1","mob/bat/hurt2","mob/bat/hurt3","mob/bat/hurt4","mob/bat/idle1","mob/bat/idle2","mob/bat/idle3","mob/bat/idle4","mob/bat/loop","mob/bat/takeoff","mob/bee/aggressive1","mob/bee/aggressive2","mob/bee/aggressive3","mob/bee/death1","mob/bee/death2","mob/bee/hurt1","mob/bee/hurt2","mob/bee/hurt3","mob/bee/loop1","mob/bee/loop2","mob/bee/loop3","mob/bee/loop4","mob/bee/loop5","mob/bee/pollinate1","mob/bee/pollinate2","mob/bee/pollinate3","mob/bee/pollinate4","mob/bee/sting","mob/blaze/breathe1","mob/blaze/breathe2","mob/blaze/breathe3","mob/blaze/breathe4","mob/blaze/death","mob/blaze/hit1","mob/blaze/hit2","mob/blaze/hit3","mob/blaze/hit4","mob/bogged/ambient1","mob/bogged/ambient2","mob/bogged/ambient3","mob/bogged/ambient4","mob/bogged/death","mob/bogged/hurt1","mob/bogged/hurt2","mob/bogged/hurt3","mob/bogged/hurt4","mob/bogged/step1","mob/bogged/step2","mob/bogged/step3","mob/bogged/step4","mob/breeze/charge1","mob/breeze/charge2","mob/breeze/charge3","mob/breeze/death1","mob/breeze/death2","mob/breeze/deflect1","mob/breeze/deflect2","mob/breeze/deflect3","mob/breeze/hurt1","mob/breeze/hurt2","mob/breeze/hurt3","mob/breeze/idle1","mob/breeze/idle2","mob/breeze/idle3","mob/breeze/idle4","mob/breeze/idle_air1","mob/breeze/idle_air2","mob/breeze/idle_air3","mob/breeze/idle_air4","mob/breeze/inhale1","mob/breeze/inhale2","mob/breeze/jump1","mob/breeze/jump2","mob/breeze/land1","mob/breeze/land2","mob/breeze/shoot","mob/breeze/slide1","mob/breeze/slide2","mob/breeze/slide3","mob/breeze/slide4","mob/breeze/whirl","mob/breeze/wind_burst1","mob/breeze/wind_burst2","mob/breeze/wind_burst3","mob/camel/ambient1","mob/camel/ambient2","mob/camel/ambient3","mob/camel/ambient4","mob/camel/ambient5","mob/camel/ambient6","mob/camel/ambient7","mob/camel/ambient8","mob/camel/dash1","mob/camel/dash2","mob/camel/dash3","mob/camel/dash4","mob/camel/dash5","mob/camel/dash6","mob/camel/dash_ready1","mob/camel/death1","mob/camel/death2","mob/camel/eat1","mob/camel/eat2","mob/camel/eat3","mob/camel/eat4","mob/camel/eat5","mob/camel/hurt1","mob/camel/hurt2","mob/camel/hurt3","mob/camel/hurt4","mob/camel/sit1","mob/camel/sit2","mob/camel/sit3","mob/camel/sit4","mob/camel/stand1","mob/camel/stand2","mob/camel/stand3","mob/camel/stand4","mob/camel/stand5","mob/camel/step1","mob/camel/step2","mob/camel/step3","mob/camel/step4","mob/camel/step5","mob/camel/step6","mob/camel/step_sand1","mob/camel/step_sand2","mob/camel/step_sand3","mob/camel/step_sand4","mob/camel/step_sand5","mob/camel/step_sand6","mob/cat/beg1","mob/cat/beg2","mob/cat/beg3","mob/cat/eat1","mob/cat/eat2","mob/cat/hiss1","mob/cat/hiss2","mob/cat/hiss3","mob/cat/hitt1","mob/cat/hitt2","mob/cat/hitt3","mob/cat/meow1","mob/cat/meow2","mob/cat/meow3","mob/cat/meow4","mob/cat/purr1","mob/cat/purr2","mob/cat/purr3","mob/cat/purreow1","mob/cat/purreow2","mob/cat/ocelot/death1","mob/cat/ocelot/death2","mob/cat/ocelot/death3","mob/cat/ocelot/idle1","mob/cat/ocelot/idle2","mob/cat/ocelot/idle3","mob/cat/ocelot/idle4","mob/cat/stray/idle1","mob/cat/stray/idle2","mob/cat/stray/idle3","mob/cat/stray/idle4","mob/chicken/hurt1","mob/chicken/hurt2","mob/chicken/plop","mob/chicken/say1","mob/chicken/say2","mob/chicken/say3","mob/chicken/step1","mob/chicken/step2","mob/coppergolem/item_drop","mob/coppergolem/item_no_drop","mob/coppergolem/no_item_get","mob/coppergolem/no_item_no_get","mob/coppergolem/spawn","mob/coppergolem/oxidized/death","mob/coppergolem/oxidized/hurt1","mob/coppergolem/oxidized/hurt2","mob/coppergolem/oxidized/hurt3","mob/coppergolem/oxidized/hurt4","mob/coppergolem/oxidized/spin1","mob/coppergolem/oxidized/spin2","mob/coppergolem/oxidized/spin3","mob/coppergolem/oxidized/spin4","mob/coppergolem/oxidized/spin5","mob/coppergolem/oxidized/spin6","mob/coppergolem/oxidized/spin7","mob/coppergolem/oxidized/step1","mob/coppergolem/oxidized/step2","mob/coppergolem/oxidized/step3","mob/coppergolem/oxidized/step4","mob/coppergolem/oxidized/step5","mob/coppergolem/oxidized/step6","mob/coppergolem/oxidized/step7","mob/coppergolem/oxidized/step8","mob/coppergolem/oxidized/step9","mob/coppergolem/regular/death","mob/coppergolem/regular/hurt1","mob/coppergolem/regular/hurt2","mob/coppergolem/regular/hurt3","mob/coppergolem/regular/hurt4","mob/coppergolem/regular/spin1","mob/coppergolem/regular/spin2","mob/coppergolem/regular/spin3","mob/coppergolem/regular/spin4","mob/coppergolem/regular/spin5","mob/coppergolem/regular/spin6","mob/coppergolem/regular/spin7","mob/coppergolem/regular/step1","mob/coppergolem/regular/step2","mob/coppergolem/regular/step3","mob/coppergolem/regular/step4","mob/coppergolem/regular/step5","mob/coppergolem/regular/step6","mob/coppergolem/regular/step7","mob/coppergolem/regular/step8","mob/coppergolem/regular/step9","mob/coppergolem/weathered/death","mob/coppergolem/weathered/hurt1","mob/coppergolem/weathered/hurt2","mob/coppergolem/weathered/hurt3","mob/coppergolem/weathered/hurt4","mob/coppergolem/weathered/spin1","mob/coppergolem/weathered/spin2","mob/coppergolem/weathered/spin3","mob/coppergolem/weathered/spin4","mob/coppergolem/weathered/spin5","mob/coppergolem/weathered/spin6","mob/coppergolem/weathered/spin7","mob/coppergolem/weathered/step1","mob/coppergolem/weathered/step2","mob/coppergolem/weathered/step3","mob/coppergolem/weathered/step4","mob/coppergolem/weathered/step5","mob/coppergolem/weathered/step6","mob/coppergolem/weathered/step7","mob/coppergolem/weathered/step8","mob/coppergolem/weathered/step9","mob/cow/hurt1","mob/cow/hurt2","mob/cow/hurt3","mob/cow/say1","mob/cow/say2","mob/cow/say3","mob/cow/say4","mob/cow/step1","mob/cow/step2","mob/cow/step3","mob/cow/step4","mob/creaking/creaking_activate","mob/creaking/creaking_attack1","mob/creaking/creaking_attack2","mob/creaking/creaking_attack3","mob/creaking/creaking_attack4","mob/creaking/creaking_deactivate","mob/creaking/creaking_death","mob/creaking/creaking_freeze1","mob/creaking/creaking_freeze2","mob/creaking/creaking_freeze3","mob/creaking/creaking_freeze4","mob/creaking/creaking_idle1","mob/creaking/creaking_idle2","mob/creaking/creaking_idle3","mob/creaking/creaking_idle4","mob/creaking/creaking_idle5","mob/creaking/creaking_idle6","mob/creaking/creaking_spawn","mob/creaking/creaking_step1","mob/creaking/creaking_step2","mob/creaking/creaking_step3","mob/creaking/creaking_step4","mob/creaking/creaking_step5","mob/creaking/creaking_sway1","mob/creaking/creaking_sway2","mob/creaking/creaking_sway3","mob/creaking/creaking_sway4","mob/creaking/creaking_twitch","mob/creaking/creaking_unfreeze1","mob/creaking/creaking_unfreeze2","mob/creaking/creaking_unfreeze3","mob/creaking/parrot_imitate_creaking","mob/creeper/death","mob/creeper/say1","mob/creeper/say2","mob/creeper/say3","mob/creeper/say4","mob/dolphin/attack1","mob/dolphin/attack2","mob/dolphin/attack3","mob/dolphin/blowhole1","mob/dolphin/blowhole2","mob/dolphin/death1","mob/dolphin/death2","mob/dolphin/eat1","mob/dolphin/eat2","mob/dolphin/eat3","mob/dolphin/hurt1","mob/dolphin/hurt2","mob/dolphin/hurt3","mob/dolphin/idle1","mob/dolphin/idle2","mob/dolphin/idle3","mob/dolphin/idle4","mob/dolphin/idle5","mob/dolphin/idle6","mob/dolphin/idle_water1","mob/dolphin/idle_water10","mob/dolphin/idle_water2","mob/dolphin/idle_water3","mob/dolphin/idle_water4","mob/dolphin/idle_water5","mob/dolphin/idle_water6","mob/dolphin/idle_water7","mob/dolphin/idle_water8","mob/dolphin/idle_water9","mob/dolphin/jump1","mob/dolphin/jump2","mob/dolphin/jump3","mob/dolphin/play1","mob/dolphin/play2","mob/dolphin/splash1","mob/dolphin/splash2","mob/dolphin/splash3","mob/dolphin/swim1","mob/dolphin/swim2","mob/dolphin/swim3","mob/dolphin/swim4","mob/drowned/convert1","mob/drowned/convert2","mob/drowned/convert3","mob/drowned/death1","mob/drowned/death2","mob/drowned/hurt1","mob/drowned/hurt2","mob/drowned/hurt3","mob/drowned/idle1","mob/drowned/idle2","mob/drowned/idle3","mob/drowned/idle4","mob/drowned/idle5","mob/drowned/step1","mob/drowned/step2","mob/drowned/step3","mob/drowned/step4","mob/drowned/step5","mob/drowned/water/death1","mob/drowned/water/death2","mob/drowned/water/hurt1","mob/drowned/water/hurt2","mob/drowned/water/hurt3","mob/drowned/water/idle1","mob/drowned/water/idle2","mob/drowned/water/idle3","mob/drowned/water/idle4","mob/enderdragon/end","mob/enderdragon/growl1","mob/enderdragon/growl2","mob/enderdragon/growl3","mob/enderdragon/growl4","mob/enderdragon/hit1","mob/enderdragon/hit2","mob/enderdragon/hit3","mob/enderdragon/hit4","mob/enderdragon/wings1","mob/enderdragon/wings2","mob/enderdragon/wings3","mob/enderdragon/wings4","mob/enderdragon/wings5","mob/enderdragon/wings6","mob/endermen/death","mob/endermen/hit1","mob/endermen/hit2","mob/endermen/hit3","mob/endermen/hit4","mob/endermen/idle1","mob/endermen/idle2","mob/endermen/idle3","mob/endermen/idle4","mob/endermen/idle5","mob/endermen/portal","mob/endermen/portal2","mob/endermen/scream1","mob/endermen/scream2","mob/endermen/scream3","mob/endermen/scream4","mob/endermen/stare","mob/evocation_illager/cast1","mob/evocation_illager/cast2","mob/evocation_illager/celebrate","mob/evocation_illager/death1","mob/evocation_illager/death2","mob/evocation_illager/fangs","mob/evocation_illager/hurt1","mob/evocation_illager/hurt2","mob/evocation_illager/idle1","mob/evocation_illager/idle2","mob/evocation_illager/idle3","mob/evocation_illager/idle4","mob/evocation_illager/prepare_attack1","mob/evocation_illager/prepare_attack2","mob/evocation_illager/prepare_summon","mob/evocation_illager/prepare_wololo","mob/fox/aggro1","mob/fox/aggro2","mob/fox/aggro3","mob/fox/aggro4","mob/fox/aggro5","mob/fox/aggro6","mob/fox/aggro7","mob/fox/bite1","mob/fox/bite2","mob/fox/bite3","mob/fox/death1","mob/fox/death2","mob/fox/eat1","mob/fox/eat2","mob/fox/eat3","mob/fox/hurt1","mob/fox/hurt2","mob/fox/hurt3","mob/fox/hurt4","mob/fox/idle1","mob/fox/idle2","mob/fox/idle3","mob/fox/idle4","mob/fox/idle5","mob/fox/idle6","mob/fox/screech1","mob/fox/screech2","mob/fox/screech3","mob/fox/screech4","mob/fox/sleep1","mob/fox/sleep2","mob/fox/sleep3","mob/fox/sleep4","mob/fox/sleep5","mob/fox/sniff1","mob/fox/sniff2","mob/fox/sniff3","mob/fox/sniff4","mob/fox/spit1","mob/fox/spit2","mob/fox/spit3","mob/frog/death1","mob/frog/death2","mob/frog/death3","mob/frog/eat1","mob/frog/eat2","mob/frog/eat3","mob/frog/eat4","mob/frog/hurt1","mob/frog/hurt2","mob/frog/hurt3","mob/frog/hurt4","mob/frog/hurt5","mob/frog/idle1","mob/frog/idle2","mob/frog/idle3","mob/frog/idle4","mob/frog/idle5","mob/frog/idle6","mob/frog/idle7","mob/frog/idle8","mob/frog/lay_spawn1","mob/frog/lay_spawn2","mob/frog/long_jump1","mob/frog/long_jump2","mob/frog/long_jump3","mob/frog/long_jump4","mob/frog/step1","mob/frog/step2","mob/frog/step3","mob/frog/step4","mob/frog/tongue1","mob/frog/tongue2","mob/frog/tongue3","mob/frog/tongue4","mob/ghast/affectionate_scream","mob/ghast/charge","mob/ghast/death","mob/ghast/fireball4","mob/ghast/moan1","mob/ghast/moan2","mob/ghast/moan3","mob/ghast/moan4","mob/ghast/moan5","mob/ghast/moan6","mob/ghast/moan7","mob/ghast/scream1","mob/ghast/scream2","mob/ghast/scream3","mob/ghast/scream4","mob/ghast/scream5","mob/ghastling/death","mob/ghastling/ghastling1","mob/ghastling/ghastling2","mob/ghastling/ghastling3","mob/ghastling/ghastling4","mob/ghastling/ghastling5","mob/ghastling/ghastling6","mob/ghastling/ghastling7","mob/ghastling/hurt1","mob/ghastling/hurt2","mob/ghastling/hurt3","mob/ghastling/hurt4","mob/ghastling/hurt5","mob/ghastling/spawn","mob/glow_squid/ambient1","mob/glow_squid/ambient2","mob/glow_squid/ambient3","mob/glow_squid/ambient4","mob/glow_squid/ambient5","mob/glow_squid/death1","mob/glow_squid/death2","mob/glow_squid/death3","mob/glow_squid/hurt1","mob/glow_squid/hurt2","mob/glow_squid/hurt3","mob/glow_squid/hurt4","mob/glow_squid/squirt1","mob/glow_squid/squirt2","mob/glow_squid/squirt3","mob/goat/death1","mob/goat/death2","mob/goat/death3","mob/goat/death4","mob/goat/death5","mob/goat/eat1","mob/goat/eat2","mob/goat/eat3","mob/goat/horn_break1","mob/goat/horn_break2","mob/goat/horn_break3","mob/goat/horn_break4","mob/goat/hurt1","mob/goat/hurt2","mob/goat/hurt3","mob/goat/hurt4","mob/goat/idle1","mob/goat/idle2","mob/goat/idle3","mob/goat/idle4","mob/goat/idle5","mob/goat/idle6","mob/goat/idle7","mob/goat/idle8","mob/goat/impact1","mob/goat/impact2","mob/goat/impact3","mob/goat/jump1","mob/goat/jump2","mob/goat/pre_ram1","mob/goat/pre_ram2","mob/goat/pre_ram3","mob/goat/pre_ram4","mob/goat/scream1","mob/goat/scream2","mob/goat/scream3","mob/goat/scream4","mob/goat/scream5","mob/goat/scream6","mob/goat/scream7","mob/goat/scream8","mob/goat/scream9","mob/goat/screaming_death1","mob/goat/screaming_death2","mob/goat/screaming_death3","mob/goat/screaming_hurt1","mob/goat/screaming_hurt2","mob/goat/screaming_hurt3","mob/goat/screaming_milk1","mob/goat/screaming_milk2","mob/goat/screaming_milk3","mob/goat/screaming_milk4","mob/goat/screaming_milk5","mob/goat/screaming_pre_ram1","mob/goat/screaming_pre_ram2","mob/goat/screaming_pre_ram3","mob/goat/screaming_pre_ram4","mob/goat/screaming_pre_ram5","mob/goat/step1","mob/goat/step2","mob/goat/step3","mob/goat/step4","mob/goat/step5","mob/goat/step6","mob/guardian/attack_loop","mob/guardian/curse","mob/guardian/elder_death","mob/guardian/elder_hit1","mob/guardian/elder_hit2","mob/guardian/elder_hit3","mob/guardian/elder_hit4","mob/guardian/elder_idle1","mob/guardian/elder_idle2","mob/guardian/elder_idle3","mob/guardian/elder_idle4","mob/guardian/flop1","mob/guardian/flop2","mob/guardian/flop3","mob/guardian/flop4","mob/guardian/guardian_death","mob/guardian/guardian_hit1","mob/guardian/guardian_hit2","mob/guardian/guardian_hit3","mob/guardian/guardian_hit4","mob/guardian/guardian_idle1","mob/guardian/guardian_idle2","mob/guardian/guardian_idle3","mob/guardian/guardian_idle4","mob/guardian/land_death","mob/guardian/land_hit1","mob/guardian/land_hit2","mob/guardian/land_hit3","mob/guardian/land_hit4","mob/guardian/land_idle1","mob/guardian/land_idle2","mob/guardian/land_idle3","mob/guardian/land_idle4","mob/happy_ghast/ambient1","mob/happy_ghast/ambient10","mob/happy_ghast/ambient11","mob/happy_ghast/ambient12","mob/happy_ghast/ambient13","mob/happy_ghast/ambient14","mob/happy_ghast/ambient2","mob/happy_ghast/ambient3","mob/happy_ghast/ambient4","mob/happy_ghast/ambient5","mob/happy_ghast/ambient6","mob/happy_ghast/ambient7","mob/happy_ghast/ambient8","mob/happy_ghast/ambient9","mob/happy_ghast/death","mob/happy_ghast/ghast_ride","mob/happy_ghast/goggles_down","mob/happy_ghast/goggles_up","mob/happy_ghast/harness_equip","mob/happy_ghast/harness_unequip","mob/happy_ghast/hurt1","mob/happy_ghast/hurt2","mob/happy_ghast/hurt3","mob/happy_ghast/hurt4","mob/happy_ghast/hurt5","mob/happy_ghast/hurt6","mob/hoglin/angry1","mob/hoglin/angry2","mob/hoglin/angry3","mob/hoglin/angry4","mob/hoglin/angry5","mob/hoglin/angry6","mob/hoglin/attack1","mob/hoglin/attack2","mob/hoglin/converted1","mob/hoglin/converted2","mob/hoglin/death1","mob/hoglin/death2","mob/hoglin/death3","mob/hoglin/hurt1","mob/hoglin/hurt2","mob/hoglin/hurt3","mob/hoglin/hurt4","mob/hoglin/idle1","mob/hoglin/idle10","mob/hoglin/idle11","mob/hoglin/idle2","mob/hoglin/idle3","mob/hoglin/idle4","mob/hoglin/idle5","mob/hoglin/idle6","mob/hoglin/idle7","mob/hoglin/idle8","mob/hoglin/idle9","mob/hoglin/retreat1","mob/hoglin/retreat2","mob/hoglin/retreat3","mob/hoglin/step1","mob/hoglin/step2","mob/hoglin/step3","mob/hoglin/step4","mob/hoglin/step5","mob/hoglin/step6","mob/horse/angry1","mob/horse/armor","mob/horse/armor_unequip","mob/horse/breathe1","mob/horse/breathe2","mob/horse/breathe3","mob/horse/death","mob/horse/eat1","mob/horse/eat2","mob/horse/eat3","mob/horse/eat4","mob/horse/eat5","mob/horse/gallop1","mob/horse/gallop2","mob/horse/gallop3","mob/horse/gallop4","mob/horse/hit1","mob/horse/hit2","mob/horse/hit3","mob/horse/hit4","mob/horse/idle1","mob/horse/idle2","mob/horse/idle3","mob/horse/jump","mob/horse/land","mob/horse/leather","mob/horse/saddle_unequip","mob/horse/soft1","mob/horse/soft2","mob/horse/soft3","mob/horse/soft4","mob/horse/soft5","mob/horse/soft6","mob/horse/wood1","mob/horse/wood2","mob/horse/wood3","mob/horse/wood4","mob/horse/wood5","mob/horse/wood6","mob/horse/donkey/angry1","mob/horse/donkey/angry2","mob/horse/donkey/death","mob/horse/donkey/hit1","mob/horse/donkey/hit2","mob/horse/donkey/hit3","mob/horse/donkey/idle1","mob/horse/donkey/idle2","mob/horse/donkey/idle3","mob/horse/skeleton/death","mob/horse/skeleton/hit1","mob/horse/skeleton/hit2","mob/horse/skeleton/hit3","mob/horse/skeleton/hit4","mob/horse/skeleton/idle1","mob/horse/skeleton/idle2","mob/horse/skeleton/idle3","mob/horse/skeleton/water/gallop1","mob/horse/skeleton/water/gallop2","mob/horse/skeleton/water/gallop3","mob/horse/skeleton/water/gallop4","mob/horse/skeleton/water/idle1","mob/horse/skeleton/water/idle2","mob/horse/skeleton/water/idle3","mob/horse/skeleton/water/idle4","mob/horse/skeleton/water/idle5","mob/horse/skeleton/water/jump","mob/horse/skeleton/water/soft1","mob/horse/skeleton/water/soft2","mob/horse/skeleton/water/soft3","mob/horse/skeleton/water/soft4","mob/horse/skeleton/water/soft5","mob/horse/skeleton/water/soft6","mob/horse/zombie/death","mob/horse/zombie/hit1","mob/horse/zombie/hit2","mob/horse/zombie/hit3","mob/horse/zombie/hit4","mob/horse/zombie/idle1","mob/horse/zombie/idle2","mob/horse/zombie/idle3","mob/husk/convert1","mob/husk/convert2","mob/husk/death1","mob/husk/death2","mob/husk/hurt1","mob/husk/hurt2","mob/husk/idle1","mob/husk/idle2","mob/husk/idle3","mob/husk/step1","mob/husk/step2","mob/husk/step3","mob/husk/step4","mob/husk/step5","mob/illusion_illager/death1","mob/illusion_illager/death2","mob/illusion_illager/hurt1","mob/illusion_illager/hurt2","mob/illusion_illager/hurt3","mob/illusion_illager/idle1","mob/illusion_illager/idle2","mob/illusion_illager/idle3","mob/illusion_illager/idle4","mob/illusion_illager/mirror_move1","mob/illusion_illager/mirror_move2","mob/illusion_illager/prepare_blind","mob/illusion_illager/prepare_mirror","mob/irongolem/damage1","mob/irongolem/damage2","mob/irongolem/death","mob/irongolem/hit1","mob/irongolem/hit2","mob/irongolem/hit3","mob/irongolem/hit4","mob/irongolem/repair","mob/irongolem/throw","mob/irongolem/walk1","mob/irongolem/walk2","mob/irongolem/walk3","mob/irongolem/walk4","mob/llama/angry1","mob/llama/death1","mob/llama/death2","mob/llama/eat1","mob/llama/eat2","mob/llama/eat3","mob/llama/hurt1","mob/llama/hurt2","mob/llama/hurt3","mob/llama/idle1","mob/llama/idle2","mob/llama/idle3","mob/llama/idle4","mob/llama/idle5","mob/llama/spit1","mob/llama/spit2","mob/llama/step1","mob/llama/step2","mob/llama/step3","mob/llama/step4","mob/llama/step5","mob/llama/swag","mob/llama/unequip","mob/magmacube/big1","mob/magmacube/big2","mob/magmacube/big3","mob/magmacube/big4","mob/magmacube/jump1","mob/magmacube/jump2","mob/magmacube/jump3","mob/magmacube/jump4","mob/magmacube/small1","mob/magmacube/small2","mob/magmacube/small3","mob/magmacube/small4","mob/magmacube/small5","mob/mooshroom/convert1","mob/mooshroom/convert2","mob/mooshroom/eat1","mob/mooshroom/eat2","mob/mooshroom/eat3","mob/mooshroom/eat4","mob/mooshroom/milk1","mob/mooshroom/milk2","mob/mooshroom/milk3","mob/panda/bite1","mob/panda/bite2","mob/panda/bite3","mob/panda/cant_breed1","mob/panda/cant_breed2","mob/panda/cant_breed3","mob/panda/cant_breed4","mob/panda/cant_breed5","mob/panda/death1","mob/panda/death2","mob/panda/death3","mob/panda/death4","mob/panda/eat1","mob/panda/eat10","mob/panda/eat11","mob/panda/eat12","mob/panda/eat2","mob/panda/eat3","mob/panda/eat4","mob/panda/eat5","mob/panda/eat6","mob/panda/eat7","mob/panda/eat8","mob/panda/eat9","mob/panda/hurt1","mob/panda/hurt2","mob/panda/hurt3","mob/panda/hurt4","mob/panda/hurt5","mob/panda/hurt6","mob/panda/idle1","mob/panda/idle2","mob/panda/idle3","mob/panda/idle4","mob/panda/nosebreath1","mob/panda/nosebreath2","mob/panda/nosebreath3","mob/panda/pant1","mob/panda/pant2","mob/panda/pre_sneeze","mob/panda/sneeze1","mob/panda/sneeze2","mob/panda/sneeze3","mob/panda/step1","mob/panda/step2","mob/panda/step3","mob/panda/step4","mob/panda/step5","mob/panda/aggressive/aggressive1","mob/panda/aggressive/aggressive2","mob/panda/aggressive/aggressive3","mob/panda/aggressive/aggressive4","mob/panda/worried/worried1","mob/panda/worried/worried2","mob/panda/worried/worried3","mob/panda/worried/worried4","mob/panda/worried/worried5","mob/panda/worried/worried6","mob/parrot/death1","mob/parrot/death2","mob/parrot/death3","mob/parrot/death4","mob/parrot/eat1","mob/parrot/eat2","mob/parrot/eat3","mob/parrot/fly1","mob/parrot/fly2","mob/parrot/fly3","mob/parrot/fly4","mob/parrot/fly5","mob/parrot/fly6","mob/parrot/fly7","mob/parrot/fly8","mob/parrot/hurt1","mob/parrot/hurt2","mob/parrot/idle1","mob/parrot/idle2","mob/parrot/idle3","mob/parrot/idle4","mob/parrot/idle5","mob/parrot/idle6","mob/parrot/step1","mob/parrot/step2","mob/parrot/step3","mob/parrot/step4","mob/parrot/step5","mob/phantom/bite1","mob/phantom/bite2","mob/phantom/death1","mob/phantom/death2","mob/phantom/death3","mob/phantom/flap1","mob/phantom/flap2","mob/phantom/flap3","mob/phantom/flap4","mob/phantom/flap5","mob/phantom/flap6","mob/phantom/hurt1","mob/phantom/hurt2","mob/phantom/hurt3","mob/phantom/idle1","mob/phantom/idle2","mob/phantom/idle3","mob/phantom/idle4","mob/phantom/idle5","mob/phantom/swoop1","mob/phantom/swoop2","mob/phantom/swoop3","mob/phantom/swoop4","mob/pig/death","mob/pig/say1","mob/pig/say2","mob/pig/say3","mob/pig/step1","mob/pig/step2","mob/pig/step3","mob/pig/step4","mob/pig/step5","mob/piglin/admire1","mob/piglin/admire2","mob/piglin/angry1","mob/piglin/angry2","mob/piglin/angry3","mob/piglin/angry4","mob/piglin/celebrate1","mob/piglin/celebrate2","mob/piglin/celebrate3","mob/piglin/celebrate4","mob/piglin/converted1","mob/piglin/converted2","mob/piglin/death1","mob/piglin/death2","mob/piglin/death3","mob/piglin/death4","mob/piglin/hurt1","mob/piglin/hurt2","mob/piglin/hurt3","mob/piglin/idle1","mob/piglin/idle2","mob/piglin/idle3","mob/piglin/idle4","mob/piglin/idle5","mob/piglin/jealous1","mob/piglin/jealous2","mob/piglin/jealous3","mob/piglin/jealous4","mob/piglin/jealous5","mob/piglin/retreat1","mob/piglin/retreat2","mob/piglin/retreat3","mob/piglin/retreat4","mob/piglin/step1","mob/piglin/step2","mob/piglin/step3","mob/piglin/step4","mob/piglin/step5","mob/piglin_brute/angry1","mob/piglin_brute/angry2","mob/piglin_brute/angry3","mob/piglin_brute/angry4","mob/piglin_brute/angry5","mob/piglin_brute/death1","mob/piglin_brute/death2","mob/piglin_brute/death3","mob/piglin_brute/hurt1","mob/piglin_brute/hurt2","mob/piglin_brute/hurt3","mob/piglin_brute/hurt4","mob/piglin_brute/idle1","mob/piglin_brute/idle2","mob/piglin_brute/idle3","mob/piglin_brute/idle4","mob/piglin_brute/idle5","mob/piglin_brute/idle6","mob/piglin_brute/idle7","mob/piglin_brute/idle8","mob/piglin_brute/idle9","mob/piglin_brute/step1","mob/piglin_brute/step2","mob/piglin_brute/step3","mob/piglin_brute/step4","mob/piglin_brute/step5","mob/pillager/celebrate1","mob/pillager/celebrate2","mob/pillager/celebrate3","mob/pillager/celebrate4","mob/pillager/death1","mob/pillager/death2","mob/pillager/horn_celebrate","mob/pillager/hurt1","mob/pillager/hurt2","mob/pillager/hurt3","mob/pillager/idle1","mob/pillager/idle2","mob/pillager/idle3","mob/pillager/idle4","mob/polarbear/death1","mob/polarbear/death2","mob/polarbear/death3","mob/polarbear/hurt1","mob/polarbear/hurt2","mob/polarbear/hurt3","mob/polarbear/hurt4","mob/polarbear/idle1","mob/polarbear/idle2","mob/polarbear/idle3","mob/polarbear/idle4","mob/polarbear/step1","mob/polarbear/step2","mob/polarbear/step3","mob/polarbear/step4","mob/polarbear/warning1","mob/polarbear/warning2","mob/polarbear/warning3","mob/polarbear_baby/idle1","mob/polarbear_baby/idle2","mob/polarbear_baby/idle3","mob/polarbear_baby/idle4","mob/pufferfish/blow_out1","mob/pufferfish/blow_out2","mob/pufferfish/blow_up1","mob/pufferfish/blow_up2","mob/pufferfish/death1","mob/pufferfish/death2","mob/pufferfish/flop1","mob/pufferfish/flop2","mob/pufferfish/flop3","mob/pufferfish/flop4","mob/pufferfish/hurt1","mob/pufferfish/hurt2","mob/pufferfish/sting1","mob/pufferfish/sting2","mob/rabbit/attack1","mob/rabbit/attack2","mob/rabbit/attack3","mob/rabbit/attack4","mob/rabbit/bunnymurder","mob/rabbit/hop1","mob/rabbit/hop2","mob/rabbit/hop3","mob/rabbit/hop4","mob/rabbit/hurt1","mob/rabbit/hurt2","mob/rabbit/hurt3","mob/rabbit/hurt4","mob/rabbit/idle1","mob/rabbit/idle2","mob/rabbit/idle3","mob/rabbit/idle4","mob/ravager/bite1","mob/ravager/bite2","mob/ravager/bite3","mob/ravager/celebrate1","mob/ravager/celebrate2","mob/ravager/death1","mob/ravager/death2","mob/ravager/death3","mob/ravager/hurt1","mob/ravager/hurt2","mob/ravager/hurt3","mob/ravager/hurt4","mob/ravager/idle1","mob/ravager/idle2","mob/ravager/idle3","mob/ravager/idle4","mob/ravager/idle5","mob/ravager/idle6","mob/ravager/idle7","mob/ravager/idle8","mob/ravager/roar1","mob/ravager/roar2","mob/ravager/roar3","mob/ravager/roar4","mob/ravager/step1","mob/ravager/step2","mob/ravager/step3","mob/ravager/step4","mob/ravager/step5","mob/ravager/stun1","mob/ravager/stun2","mob/ravager/stun3","mob/sheep/say1","mob/sheep/say2","mob/sheep/say3","mob/sheep/shear","mob/sheep/step1","mob/sheep/step2","mob/sheep/step3","mob/sheep/step4","mob/sheep/step5","mob/silverfish/hit1","mob/silverfish/hit2","mob/silverfish/hit3","mob/silverfish/kill","mob/silverfish/say1","mob/silverfish/say2","mob/silverfish/say3","mob/silverfish/say4","mob/silverfish/step1","mob/silverfish/step2","mob/silverfish/step3","mob/silverfish/step4","mob/skeleton/death","mob/skeleton/hurt1","mob/skeleton/hurt2","mob/skeleton/hurt3","mob/skeleton/hurt4","mob/skeleton/say1","mob/skeleton/say2","mob/skeleton/say3","mob/skeleton/step1","mob/skeleton/step2","mob/skeleton/step3","mob/skeleton/step4","mob/slime/attack1","mob/slime/attack2","mob/slime/big1","mob/slime/big2","mob/slime/big3","mob/slime/big4","mob/slime/small1","mob/slime/small2","mob/slime/small3","mob/slime/small4","mob/slime/small5","mob/sniffer/death1","mob/sniffer/death2","mob/sniffer/digging_stop1","mob/sniffer/digging_stop2","mob/sniffer/eat1","mob/sniffer/eat2","mob/sniffer/eat3","mob/sniffer/happy1","mob/sniffer/happy2","mob/sniffer/happy3","mob/sniffer/happy4","mob/sniffer/happy5","mob/sniffer/hurt1","mob/sniffer/hurt2","mob/sniffer/hurt3","mob/sniffer/idle1","mob/sniffer/idle10","mob/sniffer/idle11","mob/sniffer/idle2","mob/sniffer/idle3","mob/sniffer/idle4","mob/sniffer/idle5","mob/sniffer/idle6","mob/sniffer/idle7","mob/sniffer/idle8","mob/sniffer/idle9","mob/sniffer/longdig1","mob/sniffer/longdig2","mob/sniffer/scenting1","mob/sniffer/scenting2","mob/sniffer/scenting3","mob/sniffer/searching1","mob/sniffer/searching2","mob/sniffer/searching3","mob/sniffer/searching4","mob/sniffer/searching5","mob/sniffer/searching6","mob/sniffer/sniffing1","mob/sniffer/sniffing2","mob/sniffer/sniffing3","mob/sniffer/step1","mob/sniffer/step2","mob/sniffer/step3","mob/sniffer/step4","mob/sniffer/step5","mob/sniffer/step6","mob/spider/death","mob/spider/say1","mob/spider/say2","mob/spider/say3","mob/spider/say4","mob/spider/step1","mob/spider/step2","mob/spider/step3","mob/spider/step4","mob/squid/ambient1","mob/squid/ambient2","mob/squid/ambient3","mob/squid/ambient4","mob/squid/ambient5","mob/squid/death1","mob/squid/death2","mob/squid/death3","mob/squid/hurt1","mob/squid/hurt2","mob/squid/hurt3","mob/squid/hurt4","mob/squid/squirt1","mob/squid/squirt2","mob/squid/squirt3","mob/stray/convert1","mob/stray/convert2","mob/stray/convert3","mob/stray/death1","mob/stray/death2","mob/stray/hurt1","mob/stray/hurt2","mob/stray/hurt3","mob/stray/hurt4","mob/stray/idle1","mob/stray/idle2","mob/stray/idle3","mob/stray/idle4","mob/stray/step1","mob/stray/step2","mob/stray/step3","mob/stray/step4","mob/strider/death1","mob/strider/death2","mob/strider/death3","mob/strider/death4","mob/strider/eat1","mob/strider/eat2","mob/strider/eat3","mob/strider/happy1","mob/strider/happy2","mob/strider/happy3","mob/strider/happy4","mob/strider/happy5","mob/strider/hurt1","mob/strider/hurt2","mob/strider/hurt3","mob/strider/hurt4","mob/strider/idle1","mob/strider/idle2","mob/strider/idle3","mob/strider/idle4","mob/strider/idle5","mob/strider/idle6","mob/strider/retreat1","mob/strider/retreat2","mob/strider/retreat3","mob/strider/retreat4","mob/strider/retreat5","mob/strider/step1","mob/strider/step2","mob/strider/step3","mob/strider/step4","mob/strider/step5","mob/strider/step_lava1","mob/strider/step_lava2","mob/strider/step_lava3","mob/strider/step_lava4","mob/strider/step_lava5","mob/strider/step_lava6","mob/tadpole/death1","mob/tadpole/death2","mob/tadpole/hurt1","mob/tadpole/hurt2","mob/tadpole/hurt3","mob/tadpole/hurt4","mob/turtle/armor","mob/turtle/death1","mob/turtle/death2","mob/turtle/death3","mob/turtle/hurt1","mob/turtle/hurt2","mob/turtle/hurt3","mob/turtle/hurt4","mob/turtle/hurt5","mob/turtle/idle1","mob/turtle/idle2","mob/turtle/idle3","mob/turtle/walk1","mob/turtle/walk2","mob/turtle/walk3","mob/turtle/walk4","mob/turtle/walk5","mob/turtle/baby/death1","mob/turtle/baby/death2","mob/turtle/baby/egg_hatched1","mob/turtle/baby/egg_hatched2","mob/turtle/baby/egg_hatched3","mob/turtle/baby/hurt1","mob/turtle/baby/hurt2","mob/turtle/baby/shamble1","mob/turtle/baby/shamble2","mob/turtle/baby/shamble3","mob/turtle/baby/shamble4","mob/turtle/egg/drop_egg1","mob/turtle/egg/drop_egg2","mob/turtle/egg/egg_break1","mob/turtle/egg/egg_break2","mob/turtle/egg/egg_crack1","mob/turtle/egg/egg_crack2","mob/turtle/egg/egg_crack3","mob/turtle/egg/egg_crack4","mob/turtle/egg/egg_crack5","mob/turtle/egg/jump_egg1","mob/turtle/egg/jump_egg2","mob/turtle/egg/jump_egg3","mob/turtle/egg/jump_egg4","mob/turtle/swim/swim1","mob/turtle/swim/swim2","mob/turtle/swim/swim3","mob/turtle/swim/swim4","mob/turtle/swim/swim5","mob/vex/charge1","mob/vex/charge2","mob/vex/charge3","mob/vex/death1","mob/vex/death2","mob/vex/hurt1","mob/vex/hurt2","mob/vex/idle1","mob/vex/idle2","mob/vex/idle3","mob/vex/idle4","mob/villager/death","mob/villager/haggle1","mob/villager/haggle2","mob/villager/haggle3","mob/villager/hit1","mob/villager/hit2","mob/villager/hit3","mob/villager/hit4","mob/villager/idle1","mob/villager/idle2","mob/villager/idle3","mob/villager/no1","mob/villager/no2","mob/villager/no3","mob/villager/yes1","mob/villager/yes2","mob/villager/yes3","mob/vindication_illager/celebrate1","mob/vindication_illager/celebrate2","mob/vindication_illager/death1","mob/vindication_illager/death2","mob/vindication_illager/hurt1","mob/vindication_illager/hurt2","mob/vindication_illager/hurt3","mob/vindication_illager/idle1","mob/vindication_illager/idle2","mob/vindication_illager/idle3","mob/vindication_illager/idle4","mob/vindication_illager/idle5","mob/wandering_trader/appeared1","mob/wandering_trader/appeared2","mob/wandering_trader/death","mob/wandering_trader/disappeared1","mob/wandering_trader/disappeared2","mob/wandering_trader/drink_milk1","mob/wandering_trader/drink_milk2","mob/wandering_trader/drink_milk3","mob/wandering_trader/drink_milk4","mob/wandering_trader/drink_milk5","mob/wandering_trader/drink_potion","mob/wandering_trader/haggle1","mob/wandering_trader/haggle2","mob/wandering_trader/haggle3","mob/wandering_trader/hurt1","mob/wandering_trader/hurt2","mob/wandering_trader/hurt3","mob/wandering_trader/hurt4","mob/wandering_trader/idle1","mob/wandering_trader/idle2","mob/wandering_trader/idle3","mob/wandering_trader/idle4","mob/wandering_trader/idle5","mob/wandering_trader/no1","mob/wandering_trader/no2","mob/wandering_trader/no3","mob/wandering_trader/no4","mob/wandering_trader/no5","mob/wandering_trader/reappeared1","mob/wandering_trader/reappeared2","mob/wandering_trader/yes1","mob/wandering_trader/yes2","mob/wandering_trader/yes3","mob/wandering_trader/yes4","mob/warden/agitated_1","mob/warden/agitated_2","mob/warden/agitated_3","mob/warden/agitated_4","mob/warden/agitated_5","mob/warden/agitated_6","mob/warden/ambient_1","mob/warden/ambient_10","mob/warden/ambient_11","mob/warden/ambient_12","mob/warden/ambient_2","mob/warden/ambient_3","mob/warden/ambient_4","mob/warden/ambient_5","mob/warden/ambient_6","mob/warden/ambient_7","mob/warden/ambient_8","mob/warden/ambient_9","mob/warden/angry_1","mob/warden/angry_2","mob/warden/angry_3","mob/warden/angry_4","mob/warden/angry_5","mob/warden/angry_6","mob/warden/attack_impact_1","mob/warden/attack_impact_2","mob/warden/death_1","mob/warden/death_2","mob/warden/dig","mob/warden/emerge","mob/warden/heartbeat_1","mob/warden/heartbeat_2","mob/warden/heartbeat_3","mob/warden/heartbeat_4","mob/warden/hurt_1","mob/warden/hurt_2","mob/warden/hurt_3","mob/warden/hurt_4","mob/warden/listening_1","mob/warden/listening_2","mob/warden/listening_3","mob/warden/listening_4","mob/warden/listening_5","mob/warden/listening_angry_1","mob/warden/listening_angry_2","mob/warden/listening_angry_3","mob/warden/listening_angry_4","mob/warden/listening_angry_5","mob/warden/nearby_close_1","mob/warden/nearby_close_2","mob/warden/nearby_close_3","mob/warden/nearby_close_4","mob/warden/nearby_closer_1","mob/warden/nearby_closer_2","mob/warden/nearby_closer_3","mob/warden/nearby_closest_1","mob/warden/nearby_closest_2","mob/warden/nearby_closest_3","mob/warden/roar_1","mob/warden/roar_2","mob/warden/roar_3","mob/warden/roar_4","mob/warden/roar_5","mob/warden/sniff_1","mob/warden/sniff_2","mob/warden/sniff_3","mob/warden/sniff_4","mob/warden/sonic_boom1","mob/warden/sonic_boom2","mob/warden/sonic_boom3","mob/warden/sonic_boom4","mob/warden/sonic_charge1","mob/warden/sonic_charge2","mob/warden/sonic_charge3","mob/warden/sonic_charge4","mob/warden/step_1","mob/warden/step_2","mob/warden/step_3","mob/warden/step_4","mob/warden/tendril_clicks_1","mob/warden/tendril_clicks_2","mob/warden/tendril_clicks_3","mob/warden/tendril_clicks_4","mob/warden/tendril_clicks_5","mob/warden/tendril_clicks_6","mob/wither/death","mob/wither/hurt1","mob/wither/hurt2","mob/wither/hurt3","mob/wither/hurt4","mob/wither/idle1","mob/wither/idle2","mob/wither/idle3","mob/wither/idle4","mob/wither/shoot","mob/wither/spawn","mob/wither_skeleton/death1","mob/wither_skeleton/death2","mob/wither_skeleton/hurt1","mob/wither_skeleton/hurt2","mob/wither_skeleton/hurt3","mob/wither_skeleton/hurt4","mob/wither_skeleton/idle1","mob/wither_skeleton/idle2","mob/wither_skeleton/idle3","mob/wither_skeleton/step1","mob/wither_skeleton/step2","mob/wither_skeleton/step3","mob/wither_skeleton/step4","mob/wolf/shake","mob/wolf/step1","mob/wolf/step2","mob/wolf/step3","mob/wolf/step4","mob/wolf/step5","mob/wolf/angry/bark1","mob/wolf/angry/bark2","mob/wolf/angry/bark3","mob/wolf/angry/death","mob/wolf/angry/growl1","mob/wolf/angry/growl2","mob/wolf/angry/growl3","mob/wolf/angry/hurt1","mob/wolf/angry/hurt2","mob/wolf/angry/hurt3","mob/wolf/angry/panting","mob/wolf/angry/whine","mob/wolf/big/bark1","mob/wolf/big/bark2","mob/wolf/big/bark3","mob/wolf/big/death","mob/wolf/big/growl1","mob/wolf/big/growl2","mob/wolf/big/growl3","mob/wolf/big/hurt1","mob/wolf/big/hurt2","mob/wolf/big/hurt3","mob/wolf/big/panting","mob/wolf/big/whine","mob/wolf/classic/bark1","mob/wolf/classic/bark2","mob/wolf/classic/bark3","mob/wolf/classic/death","mob/wolf/classic/growl1","mob/wolf/classic/growl2","mob/wolf/classic/growl3","mob/wolf/classic/hurt1","mob/wolf/classic/hurt2","mob/wolf/classic/hurt3","mob/wolf/classic/panting","mob/wolf/classic/whine","mob/wolf/cute/bark1","mob/wolf/cute/bark2","mob/wolf/cute/bark3","mob/wolf/cute/death","mob/wolf/cute/growl1","mob/wolf/cute/growl2","mob/wolf/cute/growl3","mob/wolf/cute/hurt1","mob/wolf/cute/hurt2","mob/wolf/cute/hurt3","mob/wolf/cute/panting","mob/wolf/cute/whine","mob/wolf/grumpy/bark1","mob/wolf/grumpy/bark2","mob/wolf/grumpy/bark3","mob/wolf/grumpy/death","mob/wolf/grumpy/growl1","mob/wolf/grumpy/growl2","mob/wolf/grumpy/growl3","mob/wolf/grumpy/hurt1","mob/wolf/grumpy/hurt2","mob/wolf/grumpy/hurt3","mob/wolf/grumpy/panting","mob/wolf/grumpy/whine","mob/wolf/puglin/bark1","mob/wolf/puglin/bark2","mob/wolf/puglin/bark3","mob/wolf/puglin/death","mob/wolf/puglin/growl1","mob/wolf/puglin/growl2","mob/wolf/puglin/growl3","mob/wolf/puglin/hurt1","mob/wolf/puglin/hurt2","mob/wolf/puglin/hurt3","mob/wolf/puglin/panting","mob/wolf/puglin/whine","mob/wolf/sad/bark1","mob/wolf/sad/bark2","mob/wolf/sad/bark3","mob/wolf/sad/death","mob/wolf/sad/growl1","mob/wolf/sad/growl2","mob/wolf/sad/growl3","mob/wolf/sad/hurt1","mob/wolf/sad/hurt2","mob/wolf/sad/hurt3","mob/wolf/sad/panting","mob/wolf/sad/whine","mob/zoglin/angry1","mob/zoglin/angry2","mob/zoglin/angry3","mob/zoglin/attack1","mob/zoglin/attack2","mob/zoglin/death1","mob/zoglin/death2","mob/zoglin/death3","mob/zoglin/hurt1","mob/zoglin/hurt2","mob/zoglin/hurt3","mob/zoglin/idle1","mob/zoglin/idle2","mob/zoglin/idle3","mob/zoglin/idle4","mob/zoglin/idle5","mob/zoglin/idle6","mob/zoglin/step1","mob/zoglin/step2","mob/zoglin/step3","mob/zoglin/step4","mob/zoglin/step5","mob/zombie/death","mob/zombie/hurt1","mob/zombie/hurt2","mob/zombie/infect","mob/zombie/metal1","mob/zombie/metal2","mob/zombie/metal3","mob/zombie/remedy","mob/zombie/say1","mob/zombie/say2","mob/zombie/say3","mob/zombie/step1","mob/zombie/step2","mob/zombie/step3","mob/zombie/step4","mob/zombie/step5","mob/zombie/unfect","mob/zombie/wood1","mob/zombie/wood2","mob/zombie/wood3","mob/zombie/wood4","mob/zombie/woodbreak","mob/zombie_villager/death","mob/zombie_villager/hurt1","mob/zombie_villager/hurt2","mob/zombie_villager/say1","mob/zombie_villager/say2","mob/zombie_villager/say3","mob/zombified_piglin/zpig1","mob/zombified_piglin/zpig2","mob/zombified_piglin/zpig3","mob/zombified_piglin/zpig4","mob/zombified_piglin/zpigangry1","mob/zombified_piglin/zpigangry2","mob/zombified_piglin/zpigangry3","mob/zombified_piglin/zpigangry4","mob/zombified_piglin/zpigdeath","mob/zombified_piglin/zpighurt1","mob/zombified_piglin/zpighurt2","music/game/a_familiar_room","music/game/an_ordinary_day","music/game/ancestry","music/game/below_and_above","music/game/broken_clocks","music/game/bromeliad","music/game/clark","music/game/comforting_memories","music/game/crescent_dunes","music/game/danny","music/game/deeper","music/game/dry_hands","music/game/echo_in_the_wind","music/game/eld_unknown","music/game/endless","music/game/featherfall","music/game/fireflies","music/game/floating_dream","music/game/haggstrom","music/game/infinite_amethyst","music/game/key","music/game/komorebi","music/game/left_to_bloom","music/game/lilypad","music/game/living_mice","music/game/mice_on_venus","music/game/minecraft","music/game/one_more_day","music/game/os_piano","music/game/oxygene","music/game/pokopoko","music/game/puzzlebox","music/game/stand_tall","music/game/subwoofer_lullaby","music/game/sweden","music/game/watcher","music/game/wending","music/game/wet_hands","music/game/yakusoku","music/game/creative/aria_math","music/game/creative/biome_fest","music/game/creative/blind_spots","music/game/creative/dreiton","music/game/creative/haunt_muskie","music/game/creative/taswell","music/game/end/alpha","music/game/end/boss","music/game/end/the_end","music/game/nether/ballad_of_the_cats","music/game/nether/concrete_halls","music/game/nether/dead_voxel","music/game/nether/warmth","music/game/nether/crimson_forest/chrysopoeia","music/game/nether/nether_wastes/rubedo","music/game/nether/soulsand_valley/so_below","music/game/swamp/aerie","music/game/swamp/firebugs","music/game/swamp/labyrinthine","music/game/water/axolotl","music/game/water/dragon_fish","music/game/water/shuniji","music/menu/beginning_2","music/menu/floating_trees","music/menu/moog_city_2","music/menu/mutation","note/banjo","note/bass","note/bassattack","note/bd","note/bell","note/bit","note/cow_bell","note/didgeridoo","note/flute","note/guitar","note/harp","note/harp2","note/hat","note/icechime","note/iron_xylophone","note/pling","note/snare","note/xylobone","portal/portal","portal/travel","portal/trigger","random/anvil_break","random/anvil_land","random/anvil_use","random/bow","random/bowhit1","random/bowhit2","random/bowhit3","random/bowhit4","random/break","random/breath","random/burp","random/chestclosed","random/chestopen","random/classic_hurt","random/click","random/click_stereo","random/door_close","random/door_open","random/drink","random/eat1","random/eat2","random/eat3","random/explode1","random/explode2","random/explode3","random/explode4","random/fizz","random/fuse","random/glass1","random/glass2","random/glass3","random/levelup","random/orb","random/pop","random/splash","random/successful_hit","random/wood_click","records/11","records/13","records/5","records/blocks","records/cat","records/chirp","records/creator","records/creator_music_box","records/far","records/lava_chicken","records/mall","records/mellohi","records/otherside","records/pigstep","records/precipice","records/relic","records/stal","records/strad","records/tears","records/wait","records/ward","step/cloth1","step/cloth2","step/cloth3","step/cloth4","step/coral1","step/coral2","step/coral3","step/coral4","step/coral5","step/coral6","step/grass1","step/grass2","step/grass3","step/grass4","step/grass5","step/grass6","step/gravel1","step/gravel2","step/gravel3","step/gravel4","step/ladder1","step/ladder2","step/ladder3","step/ladder4","step/ladder5","step/sand1","step/sand2","step/sand3","step/sand4","step/sand5","step/scaffold1","step/scaffold2","step/scaffold3","step/scaffold4","step/scaffold5","step/scaffold6","step/scaffold7","step/snow1","step/snow2","step/snow3","step/snow4","step/stone1","step/stone2","step/stone3","step/stone4","step/stone5","step/stone6","step/wet_grass1","step/wet_grass2","step/wet_grass3","step/wet_grass4","step/wet_grass5","step/wet_grass6","step/wood1","step/wood2","step/wood3","step/wood4","step/wood5","step/wood6","tile/piston/in","tile/piston/out","ui/cartography_table/drawmap1","ui/cartography_table/drawmap2","ui/cartography_table/drawmap3","ui/hud/hud_bubble","ui/loom/select_pattern1","ui/loom/select_pattern2","ui/loom/select_pattern3","ui/loom/select_pattern4","ui/loom/select_pattern5","ui/loom/take_result1","ui/loom/take_result2","ui/stonecutter/cut1","ui/stonecutter/cut2","ui/toast/challenge_complete","ui/toast/in","ui/toast/out"] \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/_list.json b/common-files/src/main/resources/internal/textures/_list.json deleted file mode 100644 index 23a92e099..000000000 --- a/common-files/src/main/resources/internal/textures/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["block","colormap","effect","entity","environment","font","gui","item","map","misc","mob_effect","painting","particle","trims"],"files":[]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/block/_list.json b/common-files/src/main/resources/internal/textures/block/_list.json deleted file mode 100644 index 470d75aef..000000000 --- a/common-files/src/main/resources/internal/textures/block/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia_door_bottom.png","acacia_door_top.png","acacia_leaves.png","acacia_log.png","acacia_log_top.png","acacia_planks.png","acacia_sapling.png","acacia_shelf.png","acacia_trapdoor.png","activator_rail.png","activator_rail_on.png","allium.png","amethyst_block.png","amethyst_cluster.png","ancient_debris_side.png","ancient_debris_top.png","andesite.png","anvil.png","anvil_top.png","attached_melon_stem.png","attached_pumpkin_stem.png","azalea_leaves.png","azalea_plant.png","azalea_side.png","azalea_top.png","azure_bluet.png","bamboo_block.png","bamboo_block_top.png","bamboo_door_bottom.png","bamboo_door_top.png","bamboo_fence.png","bamboo_fence_gate.png","bamboo_fence_gate_particle.png","bamboo_fence_particle.png","bamboo_large_leaves.png","bamboo_mosaic.png","bamboo_planks.png","bamboo_shelf.png","bamboo_singleleaf.png","bamboo_small_leaves.png","bamboo_stage0.png","bamboo_stalk.png","bamboo_trapdoor.png","barrel_bottom.png","barrel_side.png","barrel_top.png","barrel_top_open.png","basalt_side.png","basalt_top.png","beacon.png","bedrock.png","bee_nest_bottom.png","bee_nest_front.png","bee_nest_front_honey.png","bee_nest_side.png","bee_nest_top.png","beehive_end.png","beehive_front.png","beehive_front_honey.png","beehive_side.png","beetroots_stage0.png","beetroots_stage1.png","beetroots_stage2.png","beetroots_stage3.png","bell_bottom.png","bell_side.png","bell_top.png","big_dripleaf_side.png","big_dripleaf_stem.png","big_dripleaf_tip.png","big_dripleaf_top.png","birch_door_bottom.png","birch_door_top.png","birch_leaves.png","birch_log.png","birch_log_top.png","birch_planks.png","birch_sapling.png","birch_shelf.png","birch_trapdoor.png","black_candle.png","black_candle_lit.png","black_concrete.png","black_concrete_powder.png","black_glazed_terracotta.png","black_shulker_box.png","black_stained_glass.png","black_stained_glass_pane_top.png","black_terracotta.png","black_wool.png","blackstone.png","blackstone_top.png","blast_furnace_front.png","blast_furnace_front_on.png","blast_furnace_front_on.png.mcmeta","blast_furnace_side.png","blast_furnace_top.png","blue_candle.png","blue_candle_lit.png","blue_concrete.png","blue_concrete_powder.png","blue_glazed_terracotta.png","blue_ice.png","blue_orchid.png","blue_shulker_box.png","blue_stained_glass.png","blue_stained_glass_pane_top.png","blue_terracotta.png","blue_wool.png","bone_block_side.png","bone_block_top.png","bookshelf.png","brain_coral.png","brain_coral_block.png","brain_coral_fan.png","brewing_stand.png","brewing_stand_base.png","bricks.png","brown_candle.png","brown_candle_lit.png","brown_concrete.png","brown_concrete_powder.png","brown_glazed_terracotta.png","brown_mushroom.png","brown_mushroom_block.png","brown_shulker_box.png","brown_stained_glass.png","brown_stained_glass_pane_top.png","brown_terracotta.png","brown_wool.png","bubble_coral.png","bubble_coral_block.png","bubble_coral_fan.png","budding_amethyst.png","bush.png","cactus_bottom.png","cactus_flower.png","cactus_side.png","cactus_top.png","cake_bottom.png","cake_inner.png","cake_side.png","cake_top.png","calcite.png","calibrated_sculk_sensor_amethyst.png","calibrated_sculk_sensor_input_side.png","calibrated_sculk_sensor_top.png","campfire_fire.png","campfire_fire.png.mcmeta","campfire_log.png","campfire_log_lit.png","campfire_log_lit.png.mcmeta","candle.png","candle_lit.png","carrots_stage0.png","carrots_stage1.png","carrots_stage2.png","carrots_stage3.png","cartography_table_side1.png","cartography_table_side2.png","cartography_table_side3.png","cartography_table_top.png","carved_pumpkin.png","cauldron_bottom.png","cauldron_inner.png","cauldron_side.png","cauldron_top.png","cave_vines.png","cave_vines_lit.png","cave_vines_plant.png","cave_vines_plant_lit.png","chain_command_block_back.png","chain_command_block_back.png.mcmeta","chain_command_block_conditional.png","chain_command_block_conditional.png.mcmeta","chain_command_block_front.png","chain_command_block_front.png.mcmeta","chain_command_block_side.png","chain_command_block_side.png.mcmeta","cherry_door_bottom.png","cherry_door_top.png","cherry_leaves.png","cherry_log.png","cherry_log_top.png","cherry_planks.png","cherry_sapling.png","cherry_shelf.png","cherry_trapdoor.png","chipped_anvil_top.png","chiseled_bookshelf_empty.png","chiseled_bookshelf_occupied.png","chiseled_bookshelf_side.png","chiseled_bookshelf_top.png","chiseled_copper.png","chiseled_deepslate.png","chiseled_nether_bricks.png","chiseled_polished_blackstone.png","chiseled_quartz_block.png","chiseled_quartz_block_top.png","chiseled_red_sandstone.png","chiseled_resin_bricks.png","chiseled_sandstone.png","chiseled_stone_bricks.png","chiseled_tuff.png","chiseled_tuff_bricks.png","chiseled_tuff_bricks_top.png","chiseled_tuff_top.png","chorus_flower.png","chorus_flower_dead.png","chorus_plant.png","clay.png","closed_eyeblossom.png","coal_block.png","coal_ore.png","coarse_dirt.png","cobbled_deepslate.png","cobblestone.png","cobweb.png","cocoa_stage0.png","cocoa_stage1.png","cocoa_stage2.png","command_block_back.png","command_block_back.png.mcmeta","command_block_conditional.png","command_block_conditional.png.mcmeta","command_block_front.png","command_block_front.png.mcmeta","command_block_side.png","command_block_side.png.mcmeta","comparator.png","comparator_on.png","composter_bottom.png","composter_compost.png","composter_ready.png","composter_side.png","composter_top.png","conduit.png","copper_bars.png","copper_block.png","copper_bulb.png","copper_bulb_lit.png","copper_bulb_lit_powered.png","copper_bulb_powered.png","copper_chain.png","copper_door_bottom.png","copper_door_top.png","copper_grate.png","copper_lantern.png","copper_lantern.png.mcmeta","copper_ore.png","copper_torch.png","copper_trapdoor.png","cornflower.png","cracked_deepslate_bricks.png","cracked_deepslate_tiles.png","cracked_nether_bricks.png","cracked_polished_blackstone_bricks.png","cracked_stone_bricks.png","crafter_bottom.png","crafter_east.png","crafter_east_crafting.png","crafter_east_triggered.png","crafter_north.png","crafter_north_crafting.png","crafter_south.png","crafter_south_triggered.png","crafter_top.png","crafter_top_crafting.png","crafter_top_triggered.png","crafter_west.png","crafter_west_crafting.png","crafter_west_triggered.png","crafting_table_front.png","crafting_table_side.png","crafting_table_top.png","creaking_heart.png","creaking_heart_awake.png","creaking_heart_dormant.png","creaking_heart_top.png","creaking_heart_top_awake.png","creaking_heart_top_dormant.png","crimson_door_bottom.png","crimson_door_top.png","crimson_fungus.png","crimson_nylium.png","crimson_nylium_side.png","crimson_planks.png","crimson_roots.png","crimson_roots_pot.png","crimson_shelf.png","crimson_stem.png","crimson_stem.png.mcmeta","crimson_stem_top.png","crimson_trapdoor.png","crying_obsidian.png","cut_copper.png","cut_red_sandstone.png","cut_sandstone.png","cyan_candle.png","cyan_candle_lit.png","cyan_concrete.png","cyan_concrete_powder.png","cyan_glazed_terracotta.png","cyan_shulker_box.png","cyan_stained_glass.png","cyan_stained_glass_pane_top.png","cyan_terracotta.png","cyan_wool.png","damaged_anvil_top.png","dandelion.png","dark_oak_door_bottom.png","dark_oak_door_top.png","dark_oak_leaves.png","dark_oak_log.png","dark_oak_log_top.png","dark_oak_planks.png","dark_oak_sapling.png","dark_oak_shelf.png","dark_oak_trapdoor.png","dark_prismarine.png","daylight_detector_inverted_top.png","daylight_detector_side.png","daylight_detector_top.png","dead_brain_coral.png","dead_brain_coral_block.png","dead_brain_coral_fan.png","dead_bubble_coral.png","dead_bubble_coral_block.png","dead_bubble_coral_fan.png","dead_bush.png","dead_fire_coral.png","dead_fire_coral_block.png","dead_fire_coral_fan.png","dead_horn_coral.png","dead_horn_coral_block.png","dead_horn_coral_fan.png","dead_tube_coral.png","dead_tube_coral_block.png","dead_tube_coral_fan.png","debug.png","debug2.png","deepslate.png","deepslate_bricks.png","deepslate_coal_ore.png","deepslate_copper_ore.png","deepslate_diamond_ore.png","deepslate_emerald_ore.png","deepslate_gold_ore.png","deepslate_iron_ore.png","deepslate_lapis_ore.png","deepslate_redstone_ore.png","deepslate_tiles.png","deepslate_top.png","destroy_stage_0.png","destroy_stage_1.png","destroy_stage_2.png","destroy_stage_3.png","destroy_stage_4.png","destroy_stage_5.png","destroy_stage_6.png","destroy_stage_7.png","destroy_stage_8.png","destroy_stage_9.png","detector_rail.png","detector_rail_on.png","diamond_block.png","diamond_ore.png","diorite.png","dirt.png","dirt_path_side.png","dirt_path_top.png","dispenser_front.png","dispenser_front_vertical.png","dragon_egg.png","dried_ghast_hydration_0_bottom.png","dried_ghast_hydration_0_east.png","dried_ghast_hydration_0_north.png","dried_ghast_hydration_0_south.png","dried_ghast_hydration_0_tentacles.png","dried_ghast_hydration_0_top.png","dried_ghast_hydration_0_west.png","dried_ghast_hydration_1_bottom.png","dried_ghast_hydration_1_east.png","dried_ghast_hydration_1_north.png","dried_ghast_hydration_1_south.png","dried_ghast_hydration_1_tentacles.png","dried_ghast_hydration_1_top.png","dried_ghast_hydration_1_west.png","dried_ghast_hydration_2_bottom.png","dried_ghast_hydration_2_east.png","dried_ghast_hydration_2_north.png","dried_ghast_hydration_2_south.png","dried_ghast_hydration_2_tentacles.png","dried_ghast_hydration_2_top.png","dried_ghast_hydration_2_west.png","dried_ghast_hydration_3_bottom.png","dried_ghast_hydration_3_east.png","dried_ghast_hydration_3_north.png","dried_ghast_hydration_3_south.png","dried_ghast_hydration_3_tentacles.png","dried_ghast_hydration_3_top.png","dried_ghast_hydration_3_west.png","dried_kelp_bottom.png","dried_kelp_side.png","dried_kelp_top.png","dripstone_block.png","dropper_front.png","dropper_front_vertical.png","emerald_block.png","emerald_ore.png","enchanting_table_bottom.png","enchanting_table_side.png","enchanting_table_top.png","end_portal_frame_eye.png","end_portal_frame_side.png","end_portal_frame_top.png","end_rod.png","end_stone.png","end_stone_bricks.png","exposed_chiseled_copper.png","exposed_copper.png","exposed_copper_bars.png","exposed_copper_bulb.png","exposed_copper_bulb_lit.png","exposed_copper_bulb_lit_powered.png","exposed_copper_bulb_powered.png","exposed_copper_chain.png","exposed_copper_door_bottom.png","exposed_copper_door_top.png","exposed_copper_grate.png","exposed_copper_lantern.png","exposed_copper_lantern.png.mcmeta","exposed_copper_trapdoor.png","exposed_cut_copper.png","exposed_lightning_rod.png","farmland.png","farmland_moist.png","fern.png","fire_0.png","fire_0.png.mcmeta","fire_1.png","fire_1.png.mcmeta","fire_coral.png","fire_coral_block.png","fire_coral_fan.png","firefly_bush.png","firefly_bush_emissive.png","firefly_bush_emissive.png.mcmeta","fletching_table_front.png","fletching_table_side.png","fletching_table_top.png","flower_pot.png","flowering_azalea_leaves.png","flowering_azalea_side.png","flowering_azalea_top.png","frogspawn.png","frosted_ice_0.png","frosted_ice_1.png","frosted_ice_2.png","frosted_ice_3.png","furnace_front.png","furnace_front_on.png","furnace_side.png","furnace_top.png","gilded_blackstone.png","glass.png","glass_pane_top.png","glow_item_frame.png","glow_lichen.png","glowstone.png","gold_block.png","gold_ore.png","granite.png","grass_block_side.png","grass_block_side_overlay.png","grass_block_snow.png","grass_block_top.png","gravel.png","gray_candle.png","gray_candle_lit.png","gray_concrete.png","gray_concrete_powder.png","gray_glazed_terracotta.png","gray_shulker_box.png","gray_stained_glass.png","gray_stained_glass_pane_top.png","gray_terracotta.png","gray_wool.png","green_candle.png","green_candle_lit.png","green_concrete.png","green_concrete_powder.png","green_glazed_terracotta.png","green_shulker_box.png","green_stained_glass.png","green_stained_glass_pane_top.png","green_terracotta.png","green_wool.png","grindstone_pivot.png","grindstone_round.png","grindstone_side.png","hanging_roots.png","hay_block_side.png","hay_block_top.png","heavy_core.png","honey_block_bottom.png","honey_block_side.png","honey_block_top.png","honeycomb_block.png","hopper_inside.png","hopper_outside.png","hopper_top.png","horn_coral.png","horn_coral_block.png","horn_coral_fan.png","ice.png","iron_bars.png","iron_block.png","iron_chain.png","iron_door_bottom.png","iron_door_top.png","iron_ore.png","iron_trapdoor.png","item_frame.png","jack_o_lantern.png","jigsaw_bottom.png","jigsaw_lock.png","jigsaw_side.png","jigsaw_top.png","jukebox_side.png","jukebox_top.png","jungle_door_bottom.png","jungle_door_top.png","jungle_leaves.png","jungle_log.png","jungle_log_top.png","jungle_planks.png","jungle_sapling.png","jungle_shelf.png","jungle_trapdoor.png","kelp.png","kelp.png.mcmeta","kelp_plant.png","kelp_plant.png.mcmeta","ladder.png","lantern.png","lantern.png.mcmeta","lapis_block.png","lapis_ore.png","large_amethyst_bud.png","large_fern_bottom.png","large_fern_top.png","lava_flow.png","lava_flow.png.mcmeta","lava_still.png","lava_still.png.mcmeta","leaf_litter.png","lectern_base.png","lectern_front.png","lectern_sides.png","lectern_top.png","lever.png","light_blue_candle.png","light_blue_candle_lit.png","light_blue_concrete.png","light_blue_concrete_powder.png","light_blue_glazed_terracotta.png","light_blue_shulker_box.png","light_blue_stained_glass.png","light_blue_stained_glass_pane_top.png","light_blue_terracotta.png","light_blue_wool.png","light_gray_candle.png","light_gray_candle_lit.png","light_gray_concrete.png","light_gray_concrete_powder.png","light_gray_glazed_terracotta.png","light_gray_shulker_box.png","light_gray_stained_glass.png","light_gray_stained_glass_pane_top.png","light_gray_terracotta.png","light_gray_wool.png","lightning_rod.png","lightning_rod_on.png","lilac_bottom.png","lilac_top.png","lily_of_the_valley.png","lily_pad.png","lime_candle.png","lime_candle_lit.png","lime_concrete.png","lime_concrete_powder.png","lime_glazed_terracotta.png","lime_shulker_box.png","lime_stained_glass.png","lime_stained_glass_pane_top.png","lime_terracotta.png","lime_wool.png","lodestone_side.png","lodestone_top.png","loom_bottom.png","loom_front.png","loom_side.png","loom_top.png","magenta_candle.png","magenta_candle_lit.png","magenta_concrete.png","magenta_concrete_powder.png","magenta_glazed_terracotta.png","magenta_shulker_box.png","magenta_stained_glass.png","magenta_stained_glass_pane_top.png","magenta_terracotta.png","magenta_wool.png","magma.png","magma.png.mcmeta","mangrove_door_bottom.png","mangrove_door_top.png","mangrove_leaves.png","mangrove_log.png","mangrove_log_top.png","mangrove_planks.png","mangrove_propagule.png","mangrove_propagule_hanging.png","mangrove_roots_side.png","mangrove_roots_top.png","mangrove_shelf.png","mangrove_trapdoor.png","medium_amethyst_bud.png","melon_side.png","melon_stem.png","melon_top.png","moss_block.png","mossy_cobblestone.png","mossy_stone_bricks.png","mud.png","mud_bricks.png","muddy_mangrove_roots_side.png","muddy_mangrove_roots_top.png","mushroom_block_inside.png","mushroom_stem.png","mycelium_side.png","mycelium_top.png","nether_bricks.png","nether_gold_ore.png","nether_portal.png","nether_portal.png.mcmeta","nether_quartz_ore.png","nether_sprouts.png","nether_wart_block.png","nether_wart_stage0.png","nether_wart_stage1.png","nether_wart_stage2.png","netherite_block.png","netherrack.png","note_block.png","oak_door_bottom.png","oak_door_top.png","oak_leaves.png","oak_log.png","oak_log_top.png","oak_planks.png","oak_sapling.png","oak_shelf.png","oak_trapdoor.png","observer_back.png","observer_back_on.png","observer_front.png","observer_side.png","observer_top.png","obsidian.png","ochre_froglight_side.png","ochre_froglight_top.png","open_eyeblossom.png","open_eyeblossom_emissive.png","orange_candle.png","orange_candle_lit.png","orange_concrete.png","orange_concrete_powder.png","orange_glazed_terracotta.png","orange_shulker_box.png","orange_stained_glass.png","orange_stained_glass_pane_top.png","orange_terracotta.png","orange_tulip.png","orange_wool.png","oxeye_daisy.png","oxidized_chiseled_copper.png","oxidized_copper.png","oxidized_copper_bars.png","oxidized_copper_bulb.png","oxidized_copper_bulb_lit.png","oxidized_copper_bulb_lit_powered.png","oxidized_copper_bulb_powered.png","oxidized_copper_chain.png","oxidized_copper_door_bottom.png","oxidized_copper_door_top.png","oxidized_copper_grate.png","oxidized_copper_lantern.png","oxidized_copper_lantern.png.mcmeta","oxidized_copper_trapdoor.png","oxidized_cut_copper.png","oxidized_lightning_rod.png","packed_ice.png","packed_mud.png","pale_hanging_moss.png","pale_hanging_moss_tip.png","pale_moss_block.png","pale_moss_carpet.png","pale_moss_carpet_side_small.png","pale_moss_carpet_side_tall.png","pale_oak_door_bottom.png","pale_oak_door_top.png","pale_oak_leaves.png","pale_oak_log.png","pale_oak_log_top.png","pale_oak_planks.png","pale_oak_sapling.png","pale_oak_shelf.png","pale_oak_trapdoor.png","pearlescent_froglight_side.png","pearlescent_froglight_top.png","peony_bottom.png","peony_top.png","pink_candle.png","pink_candle_lit.png","pink_concrete.png","pink_concrete_powder.png","pink_glazed_terracotta.png","pink_petals.png","pink_petals_stem.png","pink_shulker_box.png","pink_stained_glass.png","pink_stained_glass_pane_top.png","pink_terracotta.png","pink_tulip.png","pink_wool.png","piston_bottom.png","piston_inner.png","piston_side.png","piston_top.png","piston_top_sticky.png","pitcher_crop_bottom.png","pitcher_crop_bottom_stage_1.png","pitcher_crop_bottom_stage_2.png","pitcher_crop_bottom_stage_3.png","pitcher_crop_bottom_stage_4.png","pitcher_crop_side.png","pitcher_crop_top.png","pitcher_crop_top_stage_3.png","pitcher_crop_top_stage_4.png","podzol_side.png","podzol_top.png","pointed_dripstone_down_base.png","pointed_dripstone_down_frustum.png","pointed_dripstone_down_middle.png","pointed_dripstone_down_tip.png","pointed_dripstone_down_tip_merge.png","pointed_dripstone_up_base.png","pointed_dripstone_up_frustum.png","pointed_dripstone_up_middle.png","pointed_dripstone_up_tip.png","pointed_dripstone_up_tip_merge.png","polished_andesite.png","polished_basalt_side.png","polished_basalt_top.png","polished_blackstone.png","polished_blackstone_bricks.png","polished_deepslate.png","polished_diorite.png","polished_granite.png","polished_tuff.png","poppy.png","potatoes_stage0.png","potatoes_stage1.png","potatoes_stage2.png","potatoes_stage3.png","potted_azalea_bush_plant.png","potted_azalea_bush_side.png","potted_azalea_bush_top.png","potted_flowering_azalea_bush_plant.png","potted_flowering_azalea_bush_side.png","potted_flowering_azalea_bush_top.png","powder_snow.png","powered_rail.png","powered_rail_on.png","prismarine.png","prismarine.png.mcmeta","prismarine_bricks.png","pumpkin_side.png","pumpkin_stem.png","pumpkin_top.png","purple_candle.png","purple_candle_lit.png","purple_concrete.png","purple_concrete_powder.png","purple_glazed_terracotta.png","purple_shulker_box.png","purple_stained_glass.png","purple_stained_glass_pane_top.png","purple_terracotta.png","purple_wool.png","purpur_block.png","purpur_pillar.png","purpur_pillar_top.png","quartz_block_bottom.png","quartz_block_side.png","quartz_block_top.png","quartz_bricks.png","quartz_pillar.png","quartz_pillar_top.png","rail.png","rail_corner.png","raw_copper_block.png","raw_gold_block.png","raw_iron_block.png","red_candle.png","red_candle_lit.png","red_concrete.png","red_concrete_powder.png","red_glazed_terracotta.png","red_mushroom.png","red_mushroom_block.png","red_nether_bricks.png","red_sand.png","red_sandstone.png","red_sandstone_bottom.png","red_sandstone_top.png","red_shulker_box.png","red_stained_glass.png","red_stained_glass_pane_top.png","red_terracotta.png","red_tulip.png","red_wool.png","redstone_block.png","redstone_dust_dot.png","redstone_dust_line0.png","redstone_dust_line1.png","redstone_dust_overlay.png","redstone_lamp.png","redstone_lamp_on.png","redstone_ore.png","redstone_torch.png","redstone_torch_off.png","reinforced_deepslate_bottom.png","reinforced_deepslate_side.png","reinforced_deepslate_top.png","repeater.png","repeater_on.png","repeating_command_block_back.png","repeating_command_block_back.png.mcmeta","repeating_command_block_conditional.png","repeating_command_block_conditional.png.mcmeta","repeating_command_block_front.png","repeating_command_block_front.png.mcmeta","repeating_command_block_side.png","repeating_command_block_side.png.mcmeta","resin_block.png","resin_bricks.png","resin_clump.png","respawn_anchor_bottom.png","respawn_anchor_side0.png","respawn_anchor_side1.png","respawn_anchor_side2.png","respawn_anchor_side3.png","respawn_anchor_side4.png","respawn_anchor_top.png","respawn_anchor_top.png.mcmeta","respawn_anchor_top_off.png","rooted_dirt.png","rose_bush_bottom.png","rose_bush_top.png","sand.png","sandstone.png","sandstone_bottom.png","sandstone_top.png","scaffolding_bottom.png","scaffolding_side.png","scaffolding_top.png","sculk.png","sculk.png.mcmeta","sculk_catalyst_bottom.png","sculk_catalyst_side.png","sculk_catalyst_side_bloom.png","sculk_catalyst_side_bloom.png.mcmeta","sculk_catalyst_top.png","sculk_catalyst_top_bloom.png","sculk_catalyst_top_bloom.png.mcmeta","sculk_sensor_bottom.png","sculk_sensor_side.png","sculk_sensor_tendril_active.png","sculk_sensor_tendril_active.png.mcmeta","sculk_sensor_tendril_inactive.png","sculk_sensor_tendril_inactive.png.mcmeta","sculk_sensor_top.png","sculk_shrieker_bottom.png","sculk_shrieker_can_summon_inner_top.png","sculk_shrieker_can_summon_inner_top.png.mcmeta","sculk_shrieker_inner_top.png","sculk_shrieker_inner_top.png.mcmeta","sculk_shrieker_side.png","sculk_shrieker_top.png","sculk_vein.png","sculk_vein.png.mcmeta","sea_lantern.png","sea_lantern.png.mcmeta","sea_pickle.png","seagrass.png","seagrass.png.mcmeta","short_dry_grass.png","short_grass.png","shroomlight.png","shulker_box.png","slime_block.png","small_amethyst_bud.png","small_dripleaf_side.png","small_dripleaf_stem_bottom.png","small_dripleaf_stem_top.png","small_dripleaf_top.png","smithing_table_bottom.png","smithing_table_front.png","smithing_table_side.png","smithing_table_top.png","smoker_bottom.png","smoker_front.png","smoker_front_on.png","smoker_front_on.png.mcmeta","smoker_side.png","smoker_top.png","smooth_basalt.png","smooth_stone.png","smooth_stone_slab_side.png","sniffer_egg_not_cracked_bottom.png","sniffer_egg_not_cracked_east.png","sniffer_egg_not_cracked_north.png","sniffer_egg_not_cracked_south.png","sniffer_egg_not_cracked_top.png","sniffer_egg_not_cracked_west.png","sniffer_egg_slightly_cracked_bottom.png","sniffer_egg_slightly_cracked_east.png","sniffer_egg_slightly_cracked_north.png","sniffer_egg_slightly_cracked_south.png","sniffer_egg_slightly_cracked_top.png","sniffer_egg_slightly_cracked_west.png","sniffer_egg_very_cracked_bottom.png","sniffer_egg_very_cracked_east.png","sniffer_egg_very_cracked_north.png","sniffer_egg_very_cracked_south.png","sniffer_egg_very_cracked_top.png","sniffer_egg_very_cracked_west.png","snow.png","soul_campfire_fire.png","soul_campfire_fire.png.mcmeta","soul_campfire_log_lit.png","soul_campfire_log_lit.png.mcmeta","soul_fire_0.png","soul_fire_0.png.mcmeta","soul_fire_1.png","soul_fire_1.png.mcmeta","soul_lantern.png","soul_lantern.png.mcmeta","soul_sand.png","soul_soil.png","soul_torch.png","spawner.png","sponge.png","spore_blossom.png","spore_blossom_base.png","spruce_door_bottom.png","spruce_door_top.png","spruce_leaves.png","spruce_log.png","spruce_log_top.png","spruce_planks.png","spruce_sapling.png","spruce_shelf.png","spruce_trapdoor.png","stone.png","stone_bricks.png","stonecutter_bottom.png","stonecutter_saw.png","stonecutter_saw.png.mcmeta","stonecutter_side.png","stonecutter_top.png","stripped_acacia_log.png","stripped_acacia_log_top.png","stripped_bamboo_block.png","stripped_bamboo_block_top.png","stripped_birch_log.png","stripped_birch_log_top.png","stripped_cherry_log.png","stripped_cherry_log_top.png","stripped_crimson_stem.png","stripped_crimson_stem_top.png","stripped_dark_oak_log.png","stripped_dark_oak_log_top.png","stripped_jungle_log.png","stripped_jungle_log_top.png","stripped_mangrove_log.png","stripped_mangrove_log_top.png","stripped_oak_log.png","stripped_oak_log_top.png","stripped_pale_oak_log.png","stripped_pale_oak_log_top.png","stripped_spruce_log.png","stripped_spruce_log_top.png","stripped_warped_stem.png","stripped_warped_stem_top.png","structure_block.png","structure_block_corner.png","structure_block_data.png","structure_block_load.png","structure_block_save.png","sugar_cane.png","sunflower_back.png","sunflower_bottom.png","sunflower_front.png","sunflower_top.png","suspicious_gravel_0.png","suspicious_gravel_1.png","suspicious_gravel_2.png","suspicious_gravel_3.png","suspicious_sand_0.png","suspicious_sand_1.png","suspicious_sand_2.png","suspicious_sand_3.png","sweet_berry_bush_stage0.png","sweet_berry_bush_stage1.png","sweet_berry_bush_stage2.png","sweet_berry_bush_stage3.png","tall_dry_grass.png","tall_grass_bottom.png","tall_grass_top.png","tall_seagrass_bottom.png","tall_seagrass_bottom.png.mcmeta","tall_seagrass_top.png","tall_seagrass_top.png.mcmeta","target_side.png","target_top.png","terracotta.png","test_block_accept.png","test_block_fail.png","test_block_log.png","test_block_start.png","test_instance_block.png","tinted_glass.png","tnt_bottom.png","tnt_side.png","tnt_top.png","torch.png","torchflower.png","torchflower_crop_stage0.png","torchflower_crop_stage1.png","trial_spawner_bottom.png","trial_spawner_side_active.png","trial_spawner_side_active_ominous.png","trial_spawner_side_inactive.png","trial_spawner_side_inactive_ominous.png","trial_spawner_top_active.png","trial_spawner_top_active_ominous.png","trial_spawner_top_ejecting_reward.png","trial_spawner_top_ejecting_reward_ominous.png","trial_spawner_top_inactive.png","trial_spawner_top_inactive_ominous.png","tripwire.png","tripwire_hook.png","tube_coral.png","tube_coral_block.png","tube_coral_fan.png","tuff.png","tuff_bricks.png","turtle_egg.png","turtle_egg_slightly_cracked.png","turtle_egg_very_cracked.png","twisting_vines.png","twisting_vines_plant.png","vault_bottom.png","vault_bottom_ominous.png","vault_front_ejecting.png","vault_front_ejecting_ominous.png","vault_front_off.png","vault_front_off_ominous.png","vault_front_on.png","vault_front_on_ominous.png","vault_side_off.png","vault_side_off_ominous.png","vault_side_on.png","vault_side_on_ominous.png","vault_top.png","vault_top_ejecting.png","vault_top_ejecting_ominous.png","vault_top_ominous.png","verdant_froglight_side.png","verdant_froglight_top.png","vine.png","warped_door_bottom.png","warped_door_top.png","warped_fungus.png","warped_nylium.png","warped_nylium_side.png","warped_planks.png","warped_roots.png","warped_roots_pot.png","warped_shelf.png","warped_stem.png","warped_stem.png.mcmeta","warped_stem_top.png","warped_trapdoor.png","warped_wart_block.png","water_flow.png","water_flow.png.mcmeta","water_overlay.png","water_still.png","water_still.png.mcmeta","weathered_chiseled_copper.png","weathered_copper.png","weathered_copper_bars.png","weathered_copper_bulb.png","weathered_copper_bulb_lit.png","weathered_copper_bulb_lit_powered.png","weathered_copper_bulb_powered.png","weathered_copper_chain.png","weathered_copper_door_bottom.png","weathered_copper_door_top.png","weathered_copper_grate.png","weathered_copper_lantern.png","weathered_copper_lantern.png.mcmeta","weathered_copper_trapdoor.png","weathered_cut_copper.png","weathered_lightning_rod.png","weeping_vines.png","weeping_vines_plant.png","wet_sponge.png","wheat_stage0.png","wheat_stage1.png","wheat_stage2.png","wheat_stage3.png","wheat_stage4.png","wheat_stage5.png","wheat_stage6.png","wheat_stage7.png","white_candle.png","white_candle_lit.png","white_concrete.png","white_concrete_powder.png","white_glazed_terracotta.png","white_shulker_box.png","white_stained_glass.png","white_stained_glass_pane_top.png","white_terracotta.png","white_tulip.png","white_wool.png","wildflowers.png","wildflowers_stem.png","wither_rose.png","yellow_candle.png","yellow_candle_lit.png","yellow_concrete.png","yellow_concrete_powder.png","yellow_glazed_terracotta.png","yellow_shulker_box.png","yellow_stained_glass.png","yellow_stained_glass_pane_top.png","yellow_terracotta.png","yellow_wool.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/colormap/_list.json b/common-files/src/main/resources/internal/textures/colormap/_list.json deleted file mode 100644 index fd3061f96..000000000 --- a/common-files/src/main/resources/internal/textures/colormap/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["dry_foliage.png","foliage.png","grass.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/effect/_list.json b/common-files/src/main/resources/internal/textures/effect/_list.json deleted file mode 100644 index b7964a7e8..000000000 --- a/common-files/src/main/resources/internal/textures/effect/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["dither.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/_list.json b/common-files/src/main/resources/internal/textures/entity/_list.json deleted file mode 100644 index 775d3fa3e..000000000 --- a/common-files/src/main/resources/internal/textures/entity/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["allay","armorstand","axolotl","banner","bear","bed","bee","bell","boat","breeze","camel","cat","chest","chest_boat","chicken","conduit","copper_golem","cow","creaking","creeper","decorated_pot","end_crystal","enderdragon","enderman","equipment","fish","fox","frog","ghast","goat","hoglin","horse","illager","iron_golem","llama","panda","parrot","pig","piglin","player","projectiles","rabbit","sheep","shield","shulker","signs","skeleton","slime","sniffer","spider","squid","strider","tadpole","turtle","villager","warden","wither","wolf","zombie","zombie_villager"],"files":["armadillo.png","banner_base.png","bat.png","beacon_beam.png","blaze.png","dolphin.png","enchanting_table_book.png","end_gateway_beam.png","end_portal.png","endermite.png","experience_orb.png","fishing_hook.png","guardian.png","guardian_beam.png","guardian_elder.png","lead_knot.png","minecart.png","phantom.png","phantom_eyes.png","shield_base.png","shield_base_nopattern.png","silverfish.png","snow_golem.png","spider_eyes.png","trident.png","trident_riptide.png","wandering_trader.png","witch.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/allay/_list.json b/common-files/src/main/resources/internal/textures/entity/allay/_list.json deleted file mode 100644 index 4b84e0759..000000000 --- a/common-files/src/main/resources/internal/textures/entity/allay/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["allay.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/armorstand/_list.json b/common-files/src/main/resources/internal/textures/entity/armorstand/_list.json deleted file mode 100644 index c9664e3db..000000000 --- a/common-files/src/main/resources/internal/textures/entity/armorstand/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["wood.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/axolotl/_list.json b/common-files/src/main/resources/internal/textures/entity/axolotl/_list.json deleted file mode 100644 index 6fcc3c555..000000000 --- a/common-files/src/main/resources/internal/textures/entity/axolotl/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["axolotl_blue.png","axolotl_cyan.png","axolotl_gold.png","axolotl_lucy.png","axolotl_wild.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/banner/_list.json b/common-files/src/main/resources/internal/textures/entity/banner/_list.json deleted file mode 100644 index 02dea7b61..000000000 --- a/common-files/src/main/resources/internal/textures/entity/banner/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["base.png","border.png","bricks.png","circle.png","creeper.png","cross.png","curly_border.png","diagonal_left.png","diagonal_right.png","diagonal_up_left.png","diagonal_up_right.png","flow.png","flower.png","globe.png","gradient.png","gradient_up.png","guster.png","half_horizontal.png","half_horizontal_bottom.png","half_vertical.png","half_vertical_right.png","mojang.png","piglin.png","rhombus.png","skull.png","small_stripes.png","square_bottom_left.png","square_bottom_right.png","square_top_left.png","square_top_right.png","straight_cross.png","stripe_bottom.png","stripe_center.png","stripe_downleft.png","stripe_downright.png","stripe_left.png","stripe_middle.png","stripe_right.png","stripe_top.png","triangle_bottom.png","triangle_top.png","triangles_bottom.png","triangles_top.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/bear/_list.json b/common-files/src/main/resources/internal/textures/entity/bear/_list.json deleted file mode 100644 index 604c3116a..000000000 --- a/common-files/src/main/resources/internal/textures/entity/bear/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["polarbear.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/bed/_list.json b/common-files/src/main/resources/internal/textures/entity/bed/_list.json deleted file mode 100644 index d8fd32e3e..000000000 --- a/common-files/src/main/resources/internal/textures/entity/bed/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["black.png","blue.png","brown.png","cyan.png","gray.png","green.png","light_blue.png","light_gray.png","lime.png","magenta.png","orange.png","pink.png","purple.png","red.png","white.png","yellow.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/bee/_list.json b/common-files/src/main/resources/internal/textures/entity/bee/_list.json deleted file mode 100644 index 5ae018a30..000000000 --- a/common-files/src/main/resources/internal/textures/entity/bee/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bee.png","bee_angry.png","bee_angry_nectar.png","bee_nectar.png","bee_stinger.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/bell/_list.json b/common-files/src/main/resources/internal/textures/entity/bell/_list.json deleted file mode 100644 index 159c5031b..000000000 --- a/common-files/src/main/resources/internal/textures/entity/bell/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bell_body.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/boat/_list.json b/common-files/src/main/resources/internal/textures/entity/boat/_list.json deleted file mode 100644 index 46a5ff587..000000000 --- a/common-files/src/main/resources/internal/textures/entity/boat/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia.png","bamboo.png","birch.png","cherry.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/breeze/_list.json b/common-files/src/main/resources/internal/textures/entity/breeze/_list.json deleted file mode 100644 index e681d8b4b..000000000 --- a/common-files/src/main/resources/internal/textures/entity/breeze/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["breeze.png","breeze_eyes.png","breeze_wind.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/camel/_list.json b/common-files/src/main/resources/internal/textures/entity/camel/_list.json deleted file mode 100644 index 770128b32..000000000 --- a/common-files/src/main/resources/internal/textures/entity/camel/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["camel.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/cat/_list.json b/common-files/src/main/resources/internal/textures/entity/cat/_list.json deleted file mode 100644 index e51c0a28c..000000000 --- a/common-files/src/main/resources/internal/textures/entity/cat/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["all_black.png","black.png","british_shorthair.png","calico.png","cat_collar.png","jellie.png","ocelot.png","persian.png","ragdoll.png","red.png","siamese.png","tabby.png","white.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/chest/_list.json b/common-files/src/main/resources/internal/textures/entity/chest/_list.json deleted file mode 100644 index 09fe41905..000000000 --- a/common-files/src/main/resources/internal/textures/entity/chest/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["christmas.png","christmas_left.png","christmas_right.png","copper.png","copper_exposed.png","copper_exposed_left.png","copper_exposed_right.png","copper_left.png","copper_oxidized.png","copper_oxidized_left.png","copper_oxidized_right.png","copper_right.png","copper_weathered.png","copper_weathered_left.png","copper_weathered_right.png","ender.png","normal.png","normal_left.png","normal_right.png","trapped.png","trapped_left.png","trapped_right.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/chest_boat/_list.json b/common-files/src/main/resources/internal/textures/entity/chest_boat/_list.json deleted file mode 100644 index 46a5ff587..000000000 --- a/common-files/src/main/resources/internal/textures/entity/chest_boat/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia.png","bamboo.png","birch.png","cherry.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/chicken/_list.json b/common-files/src/main/resources/internal/textures/entity/chicken/_list.json deleted file mode 100644 index 7e8ceb878..000000000 --- a/common-files/src/main/resources/internal/textures/entity/chicken/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["cold_chicken.png","temperate_chicken.png","warm_chicken.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/conduit/_list.json b/common-files/src/main/resources/internal/textures/entity/conduit/_list.json deleted file mode 100644 index 932a0a3f9..000000000 --- a/common-files/src/main/resources/internal/textures/entity/conduit/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["base.png","break_particle.png","cage.png","closed_eye.png","open_eye.png","wind.png","wind.png.mcmeta","wind_vertical.png","wind_vertical.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/copper_golem/_list.json b/common-files/src/main/resources/internal/textures/entity/copper_golem/_list.json deleted file mode 100644 index 132d66477..000000000 --- a/common-files/src/main/resources/internal/textures/entity/copper_golem/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["copper_golem.png","copper_golem_eyes.png","exposed_copper_golem.png","exposed_copper_golem_eyes.png","oxidized_copper_golem.png","oxidized_copper_golem_eyes.png","weathered_copper_golem.png","weathered_copper_golem_eyes.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/cow/_list.json b/common-files/src/main/resources/internal/textures/entity/cow/_list.json deleted file mode 100644 index 1e5b91ac4..000000000 --- a/common-files/src/main/resources/internal/textures/entity/cow/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["brown_mooshroom.png","cold_cow.png","red_mooshroom.png","temperate_cow.png","warm_cow.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/creaking/_list.json b/common-files/src/main/resources/internal/textures/entity/creaking/_list.json deleted file mode 100644 index 344c44c3b..000000000 --- a/common-files/src/main/resources/internal/textures/entity/creaking/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["creaking.png","creaking_eyes.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/creeper/_list.json b/common-files/src/main/resources/internal/textures/entity/creeper/_list.json deleted file mode 100644 index c300b9b6f..000000000 --- a/common-files/src/main/resources/internal/textures/entity/creeper/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["creeper.png","creeper_armor.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/decorated_pot/_list.json b/common-files/src/main/resources/internal/textures/entity/decorated_pot/_list.json deleted file mode 100644 index 8dd45ed1e..000000000 --- a/common-files/src/main/resources/internal/textures/entity/decorated_pot/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["angler_pottery_pattern.png","archer_pottery_pattern.png","arms_up_pottery_pattern.png","blade_pottery_pattern.png","brewer_pottery_pattern.png","burn_pottery_pattern.png","danger_pottery_pattern.png","decorated_pot_base.png","decorated_pot_side.png","explorer_pottery_pattern.png","flow_pottery_pattern.png","friend_pottery_pattern.png","guster_pottery_pattern.png","heart_pottery_pattern.png","heartbreak_pottery_pattern.png","howl_pottery_pattern.png","miner_pottery_pattern.png","mourner_pottery_pattern.png","plenty_pottery_pattern.png","prize_pottery_pattern.png","scrape_pottery_pattern.png","sheaf_pottery_pattern.png","shelter_pottery_pattern.png","skull_pottery_pattern.png","snort_pottery_pattern.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/end_crystal/_list.json b/common-files/src/main/resources/internal/textures/entity/end_crystal/_list.json deleted file mode 100644 index c60d817e2..000000000 --- a/common-files/src/main/resources/internal/textures/entity/end_crystal/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["end_crystal.png","end_crystal_beam.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/enderdragon/_list.json b/common-files/src/main/resources/internal/textures/entity/enderdragon/_list.json deleted file mode 100644 index c22c3a70f..000000000 --- a/common-files/src/main/resources/internal/textures/entity/enderdragon/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["dragon.png","dragon_exploding.png","dragon_eyes.png","dragon_fireball.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/enderman/_list.json b/common-files/src/main/resources/internal/textures/entity/enderman/_list.json deleted file mode 100644 index fea7ba8d3..000000000 --- a/common-files/src/main/resources/internal/textures/entity/enderman/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["enderman.png","enderman_eyes.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/_list.json deleted file mode 100644 index 08aee7726..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["camel_saddle","donkey_saddle","happy_ghast_body","horse_body","horse_saddle","humanoid","humanoid_leggings","llama_body","mule_saddle","pig_saddle","skeleton_horse_saddle","strider_saddle","wings","wolf_body","zombie_horse_saddle"],"files":[]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/camel_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/camel_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/camel_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/donkey_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/donkey_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/donkey_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/happy_ghast_body/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/happy_ghast_body/_list.json deleted file mode 100644 index 290eb50e0..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/happy_ghast_body/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["black_harness.png","blue_harness.png","brown_harness.png","cyan_harness.png","gray_harness.png","green_harness.png","light_blue_harness.png","light_gray_harness.png","lime_harness.png","magenta_harness.png","orange_harness.png","pink_harness.png","purple_harness.png","red_harness.png","white_harness.png","yellow_harness.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/horse_body/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/horse_body/_list.json deleted file mode 100644 index d41d1b555..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/horse_body/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["copper.png","diamond.png","gold.png","iron.png","leather.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/horse_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/horse_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/horse_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/humanoid/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/humanoid/_list.json deleted file mode 100644 index acbbb7074..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/humanoid/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["chainmail.png","copper.png","diamond.png","gold.png","iron.png","leather.png","leather_overlay.png","netherite.png","turtle_scute.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/humanoid_leggings/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/humanoid_leggings/_list.json deleted file mode 100644 index 5b0a9eb03..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/humanoid_leggings/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["chainmail.png","copper.png","diamond.png","gold.png","iron.png","leather.png","leather_overlay.png","netherite.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/llama_body/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/llama_body/_list.json deleted file mode 100644 index 2593c143d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/llama_body/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["black.png","blue.png","brown.png","cyan.png","gray.png","green.png","light_blue.png","light_gray.png","lime.png","magenta.png","orange.png","pink.png","purple.png","red.png","trader_llama.png","white.png","yellow.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/mule_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/mule_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/mule_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/pig_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/pig_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/pig_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/skeleton_horse_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/skeleton_horse_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/skeleton_horse_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/strider_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/strider_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/strider_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/wings/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/wings/_list.json deleted file mode 100644 index d45d2352d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/wings/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["elytra.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/wolf_body/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/wolf_body/_list.json deleted file mode 100644 index 1db139a97..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/wolf_body/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["armadillo_scute.png","armadillo_scute_overlay.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/equipment/zombie_horse_saddle/_list.json b/common-files/src/main/resources/internal/textures/entity/equipment/zombie_horse_saddle/_list.json deleted file mode 100644 index b7f1238d5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/equipment/zombie_horse_saddle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["saddle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/fish/_list.json b/common-files/src/main/resources/internal/textures/entity/fish/_list.json deleted file mode 100644 index bc6f96eef..000000000 --- a/common-files/src/main/resources/internal/textures/entity/fish/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["cod.png","pufferfish.png","salmon.png","tropical_a.png","tropical_a_pattern_1.png","tropical_a_pattern_2.png","tropical_a_pattern_3.png","tropical_a_pattern_4.png","tropical_a_pattern_5.png","tropical_a_pattern_6.png","tropical_b.png","tropical_b_pattern_1.png","tropical_b_pattern_2.png","tropical_b_pattern_3.png","tropical_b_pattern_4.png","tropical_b_pattern_5.png","tropical_b_pattern_6.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/fox/_list.json b/common-files/src/main/resources/internal/textures/entity/fox/_list.json deleted file mode 100644 index 320e3dae2..000000000 --- a/common-files/src/main/resources/internal/textures/entity/fox/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["fox.png","fox_sleep.png","snow_fox.png","snow_fox_sleep.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/frog/_list.json b/common-files/src/main/resources/internal/textures/entity/frog/_list.json deleted file mode 100644 index 8b019a6f2..000000000 --- a/common-files/src/main/resources/internal/textures/entity/frog/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["cold_frog.png","temperate_frog.png","warm_frog.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/ghast/_list.json b/common-files/src/main/resources/internal/textures/entity/ghast/_list.json deleted file mode 100644 index d5a30ad8f..000000000 --- a/common-files/src/main/resources/internal/textures/entity/ghast/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["ghast.png","ghast_shooting.png","happy_ghast.png","happy_ghast_baby.png","happy_ghast_ropes.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/goat/_list.json b/common-files/src/main/resources/internal/textures/entity/goat/_list.json deleted file mode 100644 index 58f641aa2..000000000 --- a/common-files/src/main/resources/internal/textures/entity/goat/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["goat.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/hoglin/_list.json b/common-files/src/main/resources/internal/textures/entity/hoglin/_list.json deleted file mode 100644 index a20b41a1d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/hoglin/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["hoglin.png","zoglin.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/horse/_list.json b/common-files/src/main/resources/internal/textures/entity/horse/_list.json deleted file mode 100644 index 9613d1423..000000000 --- a/common-files/src/main/resources/internal/textures/entity/horse/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["donkey.png","horse_black.png","horse_brown.png","horse_chestnut.png","horse_creamy.png","horse_darkbrown.png","horse_gray.png","horse_markings_blackdots.png","horse_markings_white.png","horse_markings_whitedots.png","horse_markings_whitefield.png","horse_skeleton.png","horse_white.png","horse_zombie.png","mule.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/illager/_list.json b/common-files/src/main/resources/internal/textures/entity/illager/_list.json deleted file mode 100644 index db15d5786..000000000 --- a/common-files/src/main/resources/internal/textures/entity/illager/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["evoker.png","evoker_fangs.png","illusioner.png","pillager.png","ravager.png","vex.png","vex_charging.png","vindicator.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/iron_golem/_list.json b/common-files/src/main/resources/internal/textures/entity/iron_golem/_list.json deleted file mode 100644 index 51c3aa9e3..000000000 --- a/common-files/src/main/resources/internal/textures/entity/iron_golem/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["iron_golem.png","iron_golem_crackiness_high.png","iron_golem_crackiness_low.png","iron_golem_crackiness_medium.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/llama/_list.json b/common-files/src/main/resources/internal/textures/entity/llama/_list.json deleted file mode 100644 index 66e40a5ae..000000000 --- a/common-files/src/main/resources/internal/textures/entity/llama/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["brown.png","creamy.png","gray.png","spit.png","white.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/panda/_list.json b/common-files/src/main/resources/internal/textures/entity/panda/_list.json deleted file mode 100644 index 594b1c532..000000000 --- a/common-files/src/main/resources/internal/textures/entity/panda/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["aggressive_panda.png","brown_panda.png","lazy_panda.png","panda.png","playful_panda.png","weak_panda.png","worried_panda.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/parrot/_list.json b/common-files/src/main/resources/internal/textures/entity/parrot/_list.json deleted file mode 100644 index 4f63b2e79..000000000 --- a/common-files/src/main/resources/internal/textures/entity/parrot/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["parrot_blue.png","parrot_green.png","parrot_grey.png","parrot_red_blue.png","parrot_yellow_blue.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/pig/_list.json b/common-files/src/main/resources/internal/textures/entity/pig/_list.json deleted file mode 100644 index 72a5cf3c5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/pig/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["cold_pig.png","temperate_pig.png","warm_pig.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/piglin/_list.json b/common-files/src/main/resources/internal/textures/entity/piglin/_list.json deleted file mode 100644 index 245d48595..000000000 --- a/common-files/src/main/resources/internal/textures/entity/piglin/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["piglin.png","piglin_brute.png","zombified_piglin.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/player/_list.json b/common-files/src/main/resources/internal/textures/entity/player/_list.json deleted file mode 100644 index 281e580c3..000000000 --- a/common-files/src/main/resources/internal/textures/entity/player/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["slim","wide"],"files":[]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/player/slim/_list.json b/common-files/src/main/resources/internal/textures/entity/player/slim/_list.json deleted file mode 100644 index c92ed32f5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/player/slim/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["alex.png","ari.png","efe.png","kai.png","makena.png","noor.png","steve.png","sunny.png","zuri.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/player/wide/_list.json b/common-files/src/main/resources/internal/textures/entity/player/wide/_list.json deleted file mode 100644 index c92ed32f5..000000000 --- a/common-files/src/main/resources/internal/textures/entity/player/wide/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["alex.png","ari.png","efe.png","kai.png","makena.png","noor.png","steve.png","sunny.png","zuri.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/projectiles/_list.json b/common-files/src/main/resources/internal/textures/entity/projectiles/_list.json deleted file mode 100644 index 55bf4ee20..000000000 --- a/common-files/src/main/resources/internal/textures/entity/projectiles/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["arrow.png","spectral_arrow.png","tipped_arrow.png","wind_charge.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/rabbit/_list.json b/common-files/src/main/resources/internal/textures/entity/rabbit/_list.json deleted file mode 100644 index 7ff22481e..000000000 --- a/common-files/src/main/resources/internal/textures/entity/rabbit/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["black.png","brown.png","caerbannog.png","gold.png","salt.png","toast.png","white.png","white_splotched.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/sheep/_list.json b/common-files/src/main/resources/internal/textures/entity/sheep/_list.json deleted file mode 100644 index 7545044da..000000000 --- a/common-files/src/main/resources/internal/textures/entity/sheep/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["sheep.png","sheep_wool.png","sheep_wool_undercoat.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/shield/_list.json b/common-files/src/main/resources/internal/textures/entity/shield/_list.json deleted file mode 100644 index 02dea7b61..000000000 --- a/common-files/src/main/resources/internal/textures/entity/shield/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["base.png","border.png","bricks.png","circle.png","creeper.png","cross.png","curly_border.png","diagonal_left.png","diagonal_right.png","diagonal_up_left.png","diagonal_up_right.png","flow.png","flower.png","globe.png","gradient.png","gradient_up.png","guster.png","half_horizontal.png","half_horizontal_bottom.png","half_vertical.png","half_vertical_right.png","mojang.png","piglin.png","rhombus.png","skull.png","small_stripes.png","square_bottom_left.png","square_bottom_right.png","square_top_left.png","square_top_right.png","straight_cross.png","stripe_bottom.png","stripe_center.png","stripe_downleft.png","stripe_downright.png","stripe_left.png","stripe_middle.png","stripe_right.png","stripe_top.png","triangle_bottom.png","triangle_top.png","triangles_bottom.png","triangles_top.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/shulker/_list.json b/common-files/src/main/resources/internal/textures/entity/shulker/_list.json deleted file mode 100644 index e69a9ac97..000000000 --- a/common-files/src/main/resources/internal/textures/entity/shulker/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["shulker.png","shulker_black.png","shulker_blue.png","shulker_brown.png","shulker_cyan.png","shulker_gray.png","shulker_green.png","shulker_light_blue.png","shulker_light_gray.png","shulker_lime.png","shulker_magenta.png","shulker_orange.png","shulker_pink.png","shulker_purple.png","shulker_red.png","shulker_white.png","shulker_yellow.png","spark.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/signs/_list.json b/common-files/src/main/resources/internal/textures/entity/signs/_list.json deleted file mode 100644 index 234a278ed..000000000 --- a/common-files/src/main/resources/internal/textures/entity/signs/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["hanging"],"files":["acacia.png","bamboo.png","birch.png","cherry.png","crimson.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png","warped.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/signs/hanging/_list.json b/common-files/src/main/resources/internal/textures/entity/signs/hanging/_list.json deleted file mode 100644 index 01b318f31..000000000 --- a/common-files/src/main/resources/internal/textures/entity/signs/hanging/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia.png","bamboo.png","birch.png","cherry.png","crimson.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png","warped.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/skeleton/_list.json b/common-files/src/main/resources/internal/textures/entity/skeleton/_list.json deleted file mode 100644 index 12a88023d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/skeleton/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bogged.png","bogged_overlay.png","skeleton.png","stray.png","stray_overlay.png","wither_skeleton.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/slime/_list.json b/common-files/src/main/resources/internal/textures/entity/slime/_list.json deleted file mode 100644 index 63730a800..000000000 --- a/common-files/src/main/resources/internal/textures/entity/slime/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["magmacube.png","slime.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/sniffer/_list.json b/common-files/src/main/resources/internal/textures/entity/sniffer/_list.json deleted file mode 100644 index 3897fab4d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/sniffer/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["sniffer.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/spider/_list.json b/common-files/src/main/resources/internal/textures/entity/spider/_list.json deleted file mode 100644 index f45ff752b..000000000 --- a/common-files/src/main/resources/internal/textures/entity/spider/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["cave_spider.png","spider.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/squid/_list.json b/common-files/src/main/resources/internal/textures/entity/squid/_list.json deleted file mode 100644 index 74da4a96d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/squid/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["glow_squid.png","squid.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/strider/_list.json b/common-files/src/main/resources/internal/textures/entity/strider/_list.json deleted file mode 100644 index 2e88186eb..000000000 --- a/common-files/src/main/resources/internal/textures/entity/strider/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["strider.png","strider_cold.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/tadpole/_list.json b/common-files/src/main/resources/internal/textures/entity/tadpole/_list.json deleted file mode 100644 index a95050a5f..000000000 --- a/common-files/src/main/resources/internal/textures/entity/tadpole/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["tadpole.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/turtle/_list.json b/common-files/src/main/resources/internal/textures/entity/turtle/_list.json deleted file mode 100644 index ddb182b27..000000000 --- a/common-files/src/main/resources/internal/textures/entity/turtle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["big_sea_turtle.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/villager/_list.json b/common-files/src/main/resources/internal/textures/entity/villager/_list.json deleted file mode 100644 index 430228faa..000000000 --- a/common-files/src/main/resources/internal/textures/entity/villager/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["profession","profession_level","type"],"files":["villager.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/villager/profession/_list.json b/common-files/src/main/resources/internal/textures/entity/villager/profession/_list.json deleted file mode 100644 index fab07c7a9..000000000 --- a/common-files/src/main/resources/internal/textures/entity/villager/profession/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["armorer.png","butcher.png","butcher.png.mcmeta","cartographer.png","cleric.png","farmer.png","farmer.png.mcmeta","fisherman.png","fisherman.png.mcmeta","fletcher.png","fletcher.png.mcmeta","leatherworker.png","librarian.png","librarian.png.mcmeta","mason.png","nitwit.png","shepherd.png","shepherd.png.mcmeta","toolsmith.png","weaponsmith.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/villager/profession_level/_list.json b/common-files/src/main/resources/internal/textures/entity/villager/profession_level/_list.json deleted file mode 100644 index f7755ab5d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/villager/profession_level/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["diamond.png","emerald.png","gold.png","iron.png","stone.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/villager/type/_list.json b/common-files/src/main/resources/internal/textures/entity/villager/type/_list.json deleted file mode 100644 index 955f2f36f..000000000 --- a/common-files/src/main/resources/internal/textures/entity/villager/type/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["desert.png","desert.png.mcmeta","jungle.png","plains.png","savanna.png","snow.png","snow.png.mcmeta","swamp.png","taiga.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/warden/_list.json b/common-files/src/main/resources/internal/textures/entity/warden/_list.json deleted file mode 100644 index af8aee6ab..000000000 --- a/common-files/src/main/resources/internal/textures/entity/warden/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["warden.png","warden_bioluminescent_layer.png","warden_heart.png","warden_pulsating_spots_1.png","warden_pulsating_spots_2.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/wither/_list.json b/common-files/src/main/resources/internal/textures/entity/wither/_list.json deleted file mode 100644 index 6f8da04a6..000000000 --- a/common-files/src/main/resources/internal/textures/entity/wither/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["wither.png","wither_armor.png","wither_invulnerable.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/wolf/_list.json b/common-files/src/main/resources/internal/textures/entity/wolf/_list.json deleted file mode 100644 index 60a55f125..000000000 --- a/common-files/src/main/resources/internal/textures/entity/wolf/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["wolf.png","wolf_angry.png","wolf_armor_crackiness_high.png","wolf_armor_crackiness_low.png","wolf_armor_crackiness_medium.png","wolf_ashen.png","wolf_ashen_angry.png","wolf_ashen_tame.png","wolf_black.png","wolf_black_angry.png","wolf_black_tame.png","wolf_chestnut.png","wolf_chestnut_angry.png","wolf_chestnut_tame.png","wolf_collar.png","wolf_rusty.png","wolf_rusty_angry.png","wolf_rusty_tame.png","wolf_snowy.png","wolf_snowy_angry.png","wolf_snowy_tame.png","wolf_spotted.png","wolf_spotted_angry.png","wolf_spotted_tame.png","wolf_striped.png","wolf_striped_angry.png","wolf_striped_tame.png","wolf_tame.png","wolf_woods.png","wolf_woods_angry.png","wolf_woods_tame.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/zombie/_list.json b/common-files/src/main/resources/internal/textures/entity/zombie/_list.json deleted file mode 100644 index 6b15d775b..000000000 --- a/common-files/src/main/resources/internal/textures/entity/zombie/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["drowned.png","drowned_outer_layer.png","husk.png","zombie.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/zombie_villager/_list.json b/common-files/src/main/resources/internal/textures/entity/zombie_villager/_list.json deleted file mode 100644 index bb0feeea4..000000000 --- a/common-files/src/main/resources/internal/textures/entity/zombie_villager/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["profession","profession_level","type"],"files":["zombie_villager.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/zombie_villager/profession/_list.json b/common-files/src/main/resources/internal/textures/entity/zombie_villager/profession/_list.json deleted file mode 100644 index fab07c7a9..000000000 --- a/common-files/src/main/resources/internal/textures/entity/zombie_villager/profession/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["armorer.png","butcher.png","butcher.png.mcmeta","cartographer.png","cleric.png","farmer.png","farmer.png.mcmeta","fisherman.png","fisherman.png.mcmeta","fletcher.png","fletcher.png.mcmeta","leatherworker.png","librarian.png","librarian.png.mcmeta","mason.png","nitwit.png","shepherd.png","shepherd.png.mcmeta","toolsmith.png","weaponsmith.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/zombie_villager/profession_level/_list.json b/common-files/src/main/resources/internal/textures/entity/zombie_villager/profession_level/_list.json deleted file mode 100644 index f7755ab5d..000000000 --- a/common-files/src/main/resources/internal/textures/entity/zombie_villager/profession_level/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["diamond.png","emerald.png","gold.png","iron.png","stone.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/entity/zombie_villager/type/_list.json b/common-files/src/main/resources/internal/textures/entity/zombie_villager/type/_list.json deleted file mode 100644 index 9377957e7..000000000 --- a/common-files/src/main/resources/internal/textures/entity/zombie_villager/type/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["desert.png","jungle.png","plains.png","savanna.png","snow.png","swamp.png","taiga.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/environment/_list.json b/common-files/src/main/resources/internal/textures/environment/_list.json deleted file mode 100644 index 853c70519..000000000 --- a/common-files/src/main/resources/internal/textures/environment/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["clouds.png","end_flash.png","end_sky.png","moon_phases.png","rain.png","snow.png","sun.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/font/_list.json b/common-files/src/main/resources/internal/textures/font/_list.json deleted file mode 100644 index 38229e133..000000000 --- a/common-files/src/main/resources/internal/textures/font/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["accented.png","ascii.png","ascii_sga.png","asciillager.png","nonlatin_european.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/_list.json b/common-files/src/main/resources/internal/textures/gui/_list.json deleted file mode 100644 index 82692295c..000000000 --- a/common-files/src/main/resources/internal/textures/gui/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["advancements","container","hanging_signs","presets","realms","sprites","title"],"files":["book.png","demo_background.png","footer_separator.png","header_separator.png","inworld_footer_separator.png","inworld_header_separator.png","inworld_menu_background.png","inworld_menu_list_background.png","menu_background.png","menu_list_background.png","recipe_book.png","tab_header_background.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/advancements/_list.json b/common-files/src/main/resources/internal/textures/gui/advancements/_list.json deleted file mode 100644 index 1e94e545e..000000000 --- a/common-files/src/main/resources/internal/textures/gui/advancements/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["backgrounds"],"files":["window.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/advancements/backgrounds/_list.json b/common-files/src/main/resources/internal/textures/gui/advancements/backgrounds/_list.json deleted file mode 100644 index 6907edff2..000000000 --- a/common-files/src/main/resources/internal/textures/gui/advancements/backgrounds/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["adventure.png","end.png","husbandry.png","nether.png","stone.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/container/_list.json b/common-files/src/main/resources/internal/textures/gui/container/_list.json deleted file mode 100644 index f94e1bca8..000000000 --- a/common-files/src/main/resources/internal/textures/gui/container/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["creative_inventory"],"files":["anvil.png","beacon.png","blast_furnace.png","brewing_stand.png","cartography_table.png","crafter.png","crafting_table.png","dispenser.png","enchanting_table.png","furnace.png","gamemode_switcher.png","generic_54.png","grindstone.png","hopper.png","horse.png","inventory.png","loom.png","shulker_box.png","smithing.png","smoker.png","stonecutter.png","villager.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/container/creative_inventory/_list.json b/common-files/src/main/resources/internal/textures/gui/container/creative_inventory/_list.json deleted file mode 100644 index 1b959be88..000000000 --- a/common-files/src/main/resources/internal/textures/gui/container/creative_inventory/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["tab_inventory.png","tab_item_search.png","tab_items.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/hanging_signs/_list.json b/common-files/src/main/resources/internal/textures/gui/hanging_signs/_list.json deleted file mode 100644 index 01b318f31..000000000 --- a/common-files/src/main/resources/internal/textures/gui/hanging_signs/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia.png","bamboo.png","birch.png","cherry.png","crimson.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png","warped.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/presets/_list.json b/common-files/src/main/resources/internal/textures/gui/presets/_list.json deleted file mode 100644 index 4e31f7674..000000000 --- a/common-files/src/main/resources/internal/textures/gui/presets/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["isles.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/realms/_list.json b/common-files/src/main/resources/internal/textures/gui/realms/_list.json deleted file mode 100644 index 968bfc415..000000000 --- a/common-files/src/main/resources/internal/textures/gui/realms/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["adventure.png","empty_frame.png","experience.png","inspiration.png","new_world.png","no_realms.png","snapshot_realms.png","survival_spawn.png","upload.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/_list.json deleted file mode 100644 index fb88aca52..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["advancements","boss_bar","container","dialog","gamemode_switcher","hud","icon","notification","pending_invite","player_list","popup","realm_status","recipe_book","server_list","social_interactions","spectator","statistics","toast","tooltip","transferable_list","widget","world_list"],"files":[]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/advancements/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/advancements/_list.json deleted file mode 100644 index 479c28d1d..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/advancements/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["box_obtained.png","box_obtained.png.mcmeta","box_unobtained.png","box_unobtained.png.mcmeta","challenge_frame_obtained.png","challenge_frame_unobtained.png","goal_frame_obtained.png","goal_frame_unobtained.png","tab_above_left.png","tab_above_left_selected.png","tab_above_middle.png","tab_above_middle_selected.png","tab_above_right.png","tab_above_right_selected.png","tab_below_left.png","tab_below_left_selected.png","tab_below_middle.png","tab_below_middle_selected.png","tab_below_right.png","tab_below_right_selected.png","tab_left_bottom.png","tab_left_bottom_selected.png","tab_left_middle.png","tab_left_middle_selected.png","tab_left_top.png","tab_left_top_selected.png","tab_right_bottom.png","tab_right_bottom_selected.png","tab_right_middle.png","tab_right_middle_selected.png","tab_right_top.png","tab_right_top_selected.png","task_frame_obtained.png","task_frame_unobtained.png","title_box.png","title_box.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/boss_bar/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/boss_bar/_list.json deleted file mode 100644 index 20ca628e6..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/boss_bar/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["blue_background.png","blue_progress.png","green_background.png","green_progress.png","notched_10_background.png","notched_10_progress.png","notched_12_background.png","notched_12_progress.png","notched_20_background.png","notched_20_progress.png","notched_6_background.png","notched_6_progress.png","pink_background.png","pink_progress.png","purple_background.png","purple_progress.png","red_background.png","red_progress.png","white_background.png","white_progress.png","yellow_background.png","yellow_progress.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/_list.json deleted file mode 100644 index 49fb80ef2..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["anvil","beacon","blast_furnace","brewing_stand","bundle","cartography_table","crafter","creative_inventory","enchanting_table","furnace","grindstone","horse","inventory","loom","slot","smithing","smoker","stonecutter","villager"],"files":["slot.png","slot_highlight_back.png","slot_highlight_back.png.mcmeta","slot_highlight_front.png","slot_highlight_front.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/anvil/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/anvil/_list.json deleted file mode 100644 index 2cd44e6ee..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/anvil/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["error.png","text_field.png","text_field_disabled.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/beacon/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/beacon/_list.json deleted file mode 100644 index 4e8ea5c0b..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/beacon/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["button.png","button_disabled.png","button_highlighted.png","button_selected.png","cancel.png","confirm.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/blast_furnace/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/blast_furnace/_list.json deleted file mode 100644 index f891fb3d7..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/blast_furnace/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["burn_progress.png","lit_progress.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/brewing_stand/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/brewing_stand/_list.json deleted file mode 100644 index 8de2f8377..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/brewing_stand/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["brew_progress.png","bubbles.png","fuel_length.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/bundle/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/bundle/_list.json deleted file mode 100644 index 046222c39..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/bundle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bundle_progressbar_border.png","bundle_progressbar_border.png.mcmeta","bundle_progressbar_fill.png","bundle_progressbar_fill.png.mcmeta","bundle_progressbar_full.png","bundle_progressbar_full.png.mcmeta","slot_background.png","slot_background.png.mcmeta","slot_highlight_back.png","slot_highlight_back.png.mcmeta","slot_highlight_front.png","slot_highlight_front.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/cartography_table/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/cartography_table/_list.json deleted file mode 100644 index f53282e48..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/cartography_table/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["duplicated_map.png","error.png","locked.png","map.png","scaled_map.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/crafter/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/crafter/_list.json deleted file mode 100644 index e0a16fa8a..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/crafter/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["disabled_slot.png","powered_redstone.png","unpowered_redstone.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/creative_inventory/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/creative_inventory/_list.json deleted file mode 100644 index 7c5c38f45..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/creative_inventory/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["scroller.png","scroller_disabled.png","tab_bottom_selected_1.png","tab_bottom_selected_2.png","tab_bottom_selected_3.png","tab_bottom_selected_4.png","tab_bottom_selected_5.png","tab_bottom_selected_6.png","tab_bottom_selected_7.png","tab_bottom_unselected_1.png","tab_bottom_unselected_2.png","tab_bottom_unselected_3.png","tab_bottom_unselected_4.png","tab_bottom_unselected_5.png","tab_bottom_unselected_6.png","tab_bottom_unselected_7.png","tab_top_selected_1.png","tab_top_selected_2.png","tab_top_selected_3.png","tab_top_selected_4.png","tab_top_selected_5.png","tab_top_selected_6.png","tab_top_selected_7.png","tab_top_unselected_1.png","tab_top_unselected_2.png","tab_top_unselected_3.png","tab_top_unselected_4.png","tab_top_unselected_5.png","tab_top_unselected_6.png","tab_top_unselected_7.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/enchanting_table/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/enchanting_table/_list.json deleted file mode 100644 index d3d611f13..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/enchanting_table/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["enchantment_slot.png","enchantment_slot_disabled.png","enchantment_slot_highlighted.png","level_1.png","level_1_disabled.png","level_2.png","level_2_disabled.png","level_3.png","level_3_disabled.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/furnace/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/furnace/_list.json deleted file mode 100644 index f891fb3d7..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/furnace/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["burn_progress.png","lit_progress.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/grindstone/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/grindstone/_list.json deleted file mode 100644 index 74845b898..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/grindstone/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["error.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/horse/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/horse/_list.json deleted file mode 100644 index 1526e5cb1..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/horse/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["chest_slots.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/inventory/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/inventory/_list.json deleted file mode 100644 index 431a683d3..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/inventory/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["effect_background_large.png","effect_background_small.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/loom/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/loom/_list.json deleted file mode 100644 index f4d9ef802..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/loom/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["error.png","pattern.png","pattern_highlighted.png","pattern_selected.png","scroller.png","scroller_disabled.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/slot/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/slot/_list.json deleted file mode 100644 index d10743a6c..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/slot/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["amethyst_shard.png","axe.png","banner.png","banner_pattern.png","boots.png","brewing_fuel.png","chestplate.png","diamond.png","dye.png","emerald.png","helmet.png","hoe.png","horse_armor.png","ingot.png","lapis_lazuli.png","leggings.png","llama_armor.png","pickaxe.png","potion.png","quartz.png","redstone_dust.png","saddle.png","shield.png","shovel.png","smithing_template_armor_trim.png","smithing_template_netherite_upgrade.png","sword.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/smithing/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/smithing/_list.json deleted file mode 100644 index 74845b898..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/smithing/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["error.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/smoker/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/smoker/_list.json deleted file mode 100644 index f891fb3d7..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/smoker/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["burn_progress.png","lit_progress.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/stonecutter/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/stonecutter/_list.json deleted file mode 100644 index e623a34d6..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/stonecutter/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["recipe.png","recipe_highlighted.png","recipe_selected.png","scroller.png","scroller_disabled.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/container/villager/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/container/villager/_list.json deleted file mode 100644 index 83242e7c1..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/container/villager/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["discount_strikethrough.png","experience_bar_background.png","experience_bar_current.png","experience_bar_result.png","out_of_stock.png","scroller.png","scroller_disabled.png","trade_arrow.png","trade_arrow_out_of_stock.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/dialog/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/dialog/_list.json deleted file mode 100644 index 99850b9bf..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/dialog/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["warning_button.png","warning_button_disabled.png","warning_button_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/gamemode_switcher/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/gamemode_switcher/_list.json deleted file mode 100644 index e9fca1783..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/gamemode_switcher/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["selection.png","slot.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/hud/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/hud/_list.json deleted file mode 100644 index 832cc2466..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/hud/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["heart","locator_bar_dot"],"files":["air.png","air_bursting.png","air_empty.png","armor_empty.png","armor_full.png","armor_half.png","crosshair.png","crosshair_attack_indicator_background.png","crosshair_attack_indicator_full.png","crosshair_attack_indicator_progress.png","effect_background.png","effect_background_ambient.png","experience_bar_background.png","experience_bar_progress.png","food_empty.png","food_empty_hunger.png","food_full.png","food_full_hunger.png","food_half.png","food_half_hunger.png","hotbar.png","hotbar_attack_indicator_background.png","hotbar_attack_indicator_progress.png","hotbar_offhand_left.png","hotbar_offhand_right.png","hotbar_selection.png","jump_bar_background.png","jump_bar_cooldown.png","jump_bar_progress.png","locator_bar_arrow_down.png","locator_bar_arrow_down.png.mcmeta","locator_bar_arrow_up.png","locator_bar_arrow_up.png.mcmeta","locator_bar_background.png","locator_bar_background.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/hud/heart/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/hud/heart/_list.json deleted file mode 100644 index 3db88fec5..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/hud/heart/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["absorbing_full.png","absorbing_full_blinking.png","absorbing_half.png","absorbing_half_blinking.png","absorbing_hardcore_full.png","absorbing_hardcore_full_blinking.png","absorbing_hardcore_half.png","absorbing_hardcore_half_blinking.png","container.png","container_blinking.png","container_hardcore.png","container_hardcore_blinking.png","frozen_full.png","frozen_full_blinking.png","frozen_half.png","frozen_half_blinking.png","frozen_hardcore_full.png","frozen_hardcore_full_blinking.png","frozen_hardcore_half.png","frozen_hardcore_half_blinking.png","full.png","full_blinking.png","half.png","half_blinking.png","hardcore_full.png","hardcore_full_blinking.png","hardcore_half.png","hardcore_half_blinking.png","poisoned_full.png","poisoned_full_blinking.png","poisoned_half.png","poisoned_half_blinking.png","poisoned_hardcore_full.png","poisoned_hardcore_full_blinking.png","poisoned_hardcore_half.png","poisoned_hardcore_half_blinking.png","vehicle_container.png","vehicle_full.png","vehicle_half.png","withered_full.png","withered_full_blinking.png","withered_half.png","withered_half_blinking.png","withered_hardcore_full.png","withered_hardcore_full_blinking.png","withered_hardcore_half.png","withered_hardcore_half_blinking.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/hud/locator_bar_dot/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/hud/locator_bar_dot/_list.json deleted file mode 100644 index a6dedcc7c..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/hud/locator_bar_dot/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bowtie.png","default_0.png","default_1.png","default_2.png","default_3.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/icon/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/icon/_list.json deleted file mode 100644 index 58af4118c..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/icon/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["accessibility.png","chat_modified.png","checkmark.png","draft_report.png","info.png","invite.png","language.png","link.png","link_highlighted.png","music_notes.png","music_notes.png.mcmeta","new_realm.png","news.png","ping_1.png","ping_2.png","ping_3.png","ping_4.png","ping_5.png","ping_unknown.png","search.png","trial_available.png","trial_available.png.mcmeta","unseen_notification.png","video_link.png","video_link_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/notification/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/notification/_list.json deleted file mode 100644 index 2bbcba83c..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/notification/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["1.png","2.png","3.png","4.png","5.png","more.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/pending_invite/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/pending_invite/_list.json deleted file mode 100644 index 02f121666..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/pending_invite/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["accept.png","accept_highlighted.png","reject.png","reject_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/player_list/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/player_list/_list.json deleted file mode 100644 index 32cbc9e1e..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/player_list/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["make_operator.png","remove_operator.png","remove_player.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/popup/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/popup/_list.json deleted file mode 100644 index c43ec2824..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/popup/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["background.png","background.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/realm_status/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/realm_status/_list.json deleted file mode 100644 index 89ac5b05a..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/realm_status/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["closed.png","expired.png","expires_soon.png","expires_soon.png.mcmeta","open.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/recipe_book/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/recipe_book/_list.json deleted file mode 100644 index 3be688a32..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/recipe_book/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["button.png","button_highlighted.png","crafting_overlay.png","crafting_overlay_disabled.png","crafting_overlay_disabled_highlighted.png","crafting_overlay_highlighted.png","filter_disabled.png","filter_disabled_highlighted.png","filter_enabled.png","filter_enabled_highlighted.png","furnace_filter_disabled.png","furnace_filter_disabled_highlighted.png","furnace_filter_enabled.png","furnace_filter_enabled_highlighted.png","furnace_overlay.png","furnace_overlay_disabled.png","furnace_overlay_disabled_highlighted.png","furnace_overlay_highlighted.png","overlay_recipe.png","overlay_recipe.png.mcmeta","page_backward.png","page_backward_highlighted.png","page_forward.png","page_forward_highlighted.png","slot_craftable.png","slot_many_craftable.png","slot_many_uncraftable.png","slot_uncraftable.png","tab.png","tab_selected.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/server_list/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/server_list/_list.json deleted file mode 100644 index b0a5b11ce..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/server_list/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["incompatible.png","join.png","join_highlighted.png","move_down.png","move_down_highlighted.png","move_up.png","move_up_highlighted.png","ping_1.png","ping_2.png","ping_3.png","ping_4.png","ping_5.png","pinging_1.png","pinging_2.png","pinging_3.png","pinging_4.png","pinging_5.png","unreachable.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/social_interactions/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/social_interactions/_list.json deleted file mode 100644 index 174cdea8d..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/social_interactions/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["background.png","background.png.mcmeta","mute_button.png","mute_button_highlighted.png","report_button.png","report_button_disabled.png","report_button_highlighted.png","unmute_button.png","unmute_button_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/spectator/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/spectator/_list.json deleted file mode 100644 index ffcb28c96..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/spectator/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["close.png","scroll_left.png","scroll_right.png","teleport_to_player.png","teleport_to_team.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/statistics/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/statistics/_list.json deleted file mode 100644 index 4309efab4..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/statistics/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["block_mined.png","header.png","item_broken.png","item_crafted.png","item_dropped.png","item_picked_up.png","item_used.png","sort_down.png","sort_up.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/toast/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/toast/_list.json deleted file mode 100644 index c88f5be25..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/toast/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["advancement.png","mouse.png","movement_keys.png","now_playing.png","now_playing.png.mcmeta","recipe.png","recipe_book.png","right_click.png","social_interactions.png","system.png","system.png.mcmeta","tree.png","tutorial.png","tutorial.png.mcmeta","wooden_planks.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/tooltip/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/tooltip/_list.json deleted file mode 100644 index d8471254d..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/tooltip/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["background.png","background.png.mcmeta","frame.png","frame.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/transferable_list/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/transferable_list/_list.json deleted file mode 100644 index 95e0eac44..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/transferable_list/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["move_down.png","move_down_highlighted.png","move_up.png","move_up_highlighted.png","select.png","select_highlighted.png","unselect.png","unselect_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/widget/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/widget/_list.json deleted file mode 100644 index db3873f6c..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/widget/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["button.png","button.png.mcmeta","button_disabled.png","button_disabled.png.mcmeta","button_highlighted.png","button_highlighted.png.mcmeta","checkbox.png","checkbox_highlighted.png","checkbox_selected.png","checkbox_selected_highlighted.png","cross_button.png","cross_button_highlighted.png","locked_button.png","locked_button_disabled.png","locked_button_highlighted.png","page_backward.png","page_backward_highlighted.png","page_forward.png","page_forward_highlighted.png","scroller.png","scroller.png.mcmeta","scroller_background.png","scroller_background.png.mcmeta","slider.png","slider.png.mcmeta","slider_handle.png","slider_handle.png.mcmeta","slider_handle_highlighted.png","slider_handle_highlighted.png.mcmeta","slider_highlighted.png","slider_highlighted.png.mcmeta","slot_frame.png","tab.png","tab.png.mcmeta","tab_highlighted.png","tab_highlighted.png.mcmeta","tab_selected.png","tab_selected.png.mcmeta","tab_selected_highlighted.png","tab_selected_highlighted.png.mcmeta","text_field.png","text_field.png.mcmeta","text_field_highlighted.png","text_field_highlighted.png.mcmeta","unlocked_button.png","unlocked_button_disabled.png","unlocked_button_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/sprites/world_list/_list.json b/common-files/src/main/resources/internal/textures/gui/sprites/world_list/_list.json deleted file mode 100644 index 421742c94..000000000 --- a/common-files/src/main/resources/internal/textures/gui/sprites/world_list/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["error.png","error_highlighted.png","join.png","join_highlighted.png","marked_join.png","marked_join_highlighted.png","warning.png","warning_highlighted.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/title/_list.json b/common-files/src/main/resources/internal/textures/gui/title/_list.json deleted file mode 100644 index 632a4a79a..000000000 --- a/common-files/src/main/resources/internal/textures/gui/title/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["background"],"files":["edition.png","minceraft.png","minecraft.png","mojangstudios.png","realms.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/gui/title/background/_list.json b/common-files/src/main/resources/internal/textures/gui/title/background/_list.json deleted file mode 100644 index 7fb955917..000000000 --- a/common-files/src/main/resources/internal/textures/gui/title/background/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["panorama_0.png","panorama_1.png","panorama_2.png","panorama_3.png","panorama_4.png","panorama_5.png","panorama_overlay.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/item/_list.json b/common-files/src/main/resources/internal/textures/item/_list.json deleted file mode 100644 index e5713e1ae..000000000 --- a/common-files/src/main/resources/internal/textures/item/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["acacia_boat.png","acacia_chest_boat.png","acacia_door.png","acacia_hanging_sign.png","acacia_sign.png","allay_spawn_egg.png","amethyst_shard.png","angler_pottery_sherd.png","apple.png","archer_pottery_sherd.png","armadillo_scute.png","armadillo_spawn_egg.png","armor_stand.png","arms_up_pottery_sherd.png","arrow.png","axolotl_bucket.png","axolotl_spawn_egg.png","baked_potato.png","bamboo.png","bamboo_chest_raft.png","bamboo_door.png","bamboo_hanging_sign.png","bamboo_raft.png","bamboo_sign.png","barrier.png","bat_spawn_egg.png","bee_spawn_egg.png","beef.png","beetroot.png","beetroot_seeds.png","beetroot_soup.png","bell.png","birch_boat.png","birch_chest_boat.png","birch_door.png","birch_hanging_sign.png","birch_sign.png","black_bundle.png","black_bundle_open_back.png","black_bundle_open_front.png","black_candle.png","black_dye.png","black_harness.png","blade_pottery_sherd.png","blaze_powder.png","blaze_rod.png","blaze_spawn_egg.png","blue_bundle.png","blue_bundle_open_back.png","blue_bundle_open_front.png","blue_candle.png","blue_dye.png","blue_egg.png","blue_harness.png","bogged_spawn_egg.png","bolt_armor_trim_smithing_template.png","bone.png","bone_meal.png","book.png","bordure_indented_banner_pattern.png","bow.png","bow_pulling_0.png","bow_pulling_1.png","bow_pulling_2.png","bowl.png","bread.png","breeze_rod.png","breeze_spawn_egg.png","brewer_pottery_sherd.png","brewing_stand.png","brick.png","brown_bundle.png","brown_bundle_open_back.png","brown_bundle_open_front.png","brown_candle.png","brown_dye.png","brown_egg.png","brown_harness.png","brush.png","bucket.png","bundle.png","bundle_open_back.png","bundle_open_front.png","burn_pottery_sherd.png","cake.png","camel_spawn_egg.png","campfire.png","candle.png","carrot.png","carrot_on_a_stick.png","cat_spawn_egg.png","cauldron.png","cave_spider_spawn_egg.png","chainmail_boots.png","chainmail_chestplate.png","chainmail_helmet.png","chainmail_leggings.png","charcoal.png","cherry_boat.png","cherry_chest_boat.png","cherry_door.png","cherry_hanging_sign.png","cherry_sign.png","chest_minecart.png","chicken.png","chicken_spawn_egg.png","chorus_fruit.png","clay_ball.png","clock_00.png","clock_01.png","clock_02.png","clock_03.png","clock_04.png","clock_05.png","clock_06.png","clock_07.png","clock_08.png","clock_09.png","clock_10.png","clock_11.png","clock_12.png","clock_13.png","clock_14.png","clock_15.png","clock_16.png","clock_17.png","clock_18.png","clock_19.png","clock_20.png","clock_21.png","clock_22.png","clock_23.png","clock_24.png","clock_25.png","clock_26.png","clock_27.png","clock_28.png","clock_29.png","clock_30.png","clock_31.png","clock_32.png","clock_33.png","clock_34.png","clock_35.png","clock_36.png","clock_37.png","clock_38.png","clock_39.png","clock_40.png","clock_41.png","clock_42.png","clock_43.png","clock_44.png","clock_45.png","clock_46.png","clock_47.png","clock_48.png","clock_49.png","clock_50.png","clock_51.png","clock_52.png","clock_53.png","clock_54.png","clock_55.png","clock_56.png","clock_57.png","clock_58.png","clock_59.png","clock_60.png","clock_61.png","clock_62.png","clock_63.png","coal.png","coast_armor_trim_smithing_template.png","cocoa_beans.png","cod.png","cod_bucket.png","cod_spawn_egg.png","command_block_minecart.png","comparator.png","compass_00.png","compass_01.png","compass_02.png","compass_03.png","compass_04.png","compass_05.png","compass_06.png","compass_07.png","compass_08.png","compass_09.png","compass_10.png","compass_11.png","compass_12.png","compass_13.png","compass_14.png","compass_15.png","compass_16.png","compass_17.png","compass_18.png","compass_19.png","compass_20.png","compass_21.png","compass_22.png","compass_23.png","compass_24.png","compass_25.png","compass_26.png","compass_27.png","compass_28.png","compass_29.png","compass_30.png","compass_31.png","cooked_beef.png","cooked_chicken.png","cooked_cod.png","cooked_mutton.png","cooked_porkchop.png","cooked_rabbit.png","cooked_salmon.png","cookie.png","copper_axe.png","copper_boots.png","copper_chain.png","copper_chestplate.png","copper_door.png","copper_golem_spawn_egg.png","copper_helmet.png","copper_hoe.png","copper_horse_armor.png","copper_ingot.png","copper_lantern.png","copper_leggings.png","copper_nugget.png","copper_pickaxe.png","copper_shovel.png","copper_sword.png","cow_spawn_egg.png","creaking_spawn_egg.png","creeper_banner_pattern.png","creeper_spawn_egg.png","crimson_door.png","crimson_hanging_sign.png","crimson_sign.png","crossbow_arrow.png","crossbow_firework.png","crossbow_pulling_0.png","crossbow_pulling_1.png","crossbow_pulling_2.png","crossbow_standby.png","cyan_bundle.png","cyan_bundle_open_back.png","cyan_bundle_open_front.png","cyan_candle.png","cyan_dye.png","cyan_harness.png","danger_pottery_sherd.png","dark_oak_boat.png","dark_oak_chest_boat.png","dark_oak_door.png","dark_oak_hanging_sign.png","dark_oak_sign.png","diamond.png","diamond_axe.png","diamond_boots.png","diamond_chestplate.png","diamond_helmet.png","diamond_hoe.png","diamond_horse_armor.png","diamond_leggings.png","diamond_pickaxe.png","diamond_shovel.png","diamond_sword.png","disc_fragment_5.png","dolphin_spawn_egg.png","donkey_spawn_egg.png","dragon_breath.png","dried_kelp.png","drowned_spawn_egg.png","dune_armor_trim_smithing_template.png","echo_shard.png","egg.png","elder_guardian_spawn_egg.png","elytra.png","elytra_broken.png","emerald.png","enchanted_book.png","end_crystal.png","ender_dragon_spawn_egg.png","ender_eye.png","ender_pearl.png","enderman_spawn_egg.png","endermite_spawn_egg.png","evoker_spawn_egg.png","experience_bottle.png","explorer_pottery_sherd.png","exposed_copper_chain.png","exposed_copper_door.png","exposed_copper_lantern.png","eye_armor_trim_smithing_template.png","feather.png","fermented_spider_eye.png","field_masoned_banner_pattern.png","filled_map.png","filled_map_markings.png","fire_charge.png","firefly_bush.png","firework_rocket.png","firework_star.png","firework_star_overlay.png","fishing_rod.png","fishing_rod_cast.png","flint.png","flint_and_steel.png","flow_armor_trim_smithing_template.png","flow_banner_pattern.png","flow_pottery_sherd.png","flower_banner_pattern.png","flower_pot.png","fox_spawn_egg.png","friend_pottery_sherd.png","frog_spawn_egg.png","furnace_minecart.png","ghast_spawn_egg.png","ghast_tear.png","glass_bottle.png","glistering_melon_slice.png","globe_banner_pattern.png","glow_berries.png","glow_ink_sac.png","glow_item_frame.png","glow_squid_spawn_egg.png","glowstone_dust.png","goat_horn.png","goat_spawn_egg.png","gold_ingot.png","gold_nugget.png","golden_apple.png","golden_axe.png","golden_boots.png","golden_carrot.png","golden_chestplate.png","golden_helmet.png","golden_hoe.png","golden_horse_armor.png","golden_leggings.png","golden_pickaxe.png","golden_shovel.png","golden_sword.png","gray_bundle.png","gray_bundle_open_back.png","gray_bundle_open_front.png","gray_candle.png","gray_dye.png","gray_harness.png","green_bundle.png","green_bundle_open_back.png","green_bundle_open_front.png","green_candle.png","green_dye.png","green_harness.png","guardian_spawn_egg.png","gunpowder.png","guster_banner_pattern.png","guster_pottery_sherd.png","happy_ghast_spawn_egg.png","heart_of_the_sea.png","heart_pottery_sherd.png","heartbreak_pottery_sherd.png","hoglin_spawn_egg.png","honey_bottle.png","honeycomb.png","hopper.png","hopper_minecart.png","horse_spawn_egg.png","host_armor_trim_smithing_template.png","howl_pottery_sherd.png","husk_spawn_egg.png","ink_sac.png","iron_axe.png","iron_boots.png","iron_chain.png","iron_chestplate.png","iron_door.png","iron_golem_spawn_egg.png","iron_helmet.png","iron_hoe.png","iron_horse_armor.png","iron_ingot.png","iron_leggings.png","iron_nugget.png","iron_pickaxe.png","iron_shovel.png","iron_sword.png","item_frame.png","jungle_boat.png","jungle_chest_boat.png","jungle_door.png","jungle_hanging_sign.png","jungle_sign.png","kelp.png","knowledge_book.png","lantern.png","lapis_lazuli.png","lava_bucket.png","lead.png","leaf_litter.png","leather.png","leather_boots.png","leather_boots_overlay.png","leather_chestplate.png","leather_chestplate_overlay.png","leather_helmet.png","leather_helmet_overlay.png","leather_horse_armor.png","leather_leggings.png","leather_leggings_overlay.png","light.png","light_00.png","light_01.png","light_02.png","light_03.png","light_04.png","light_05.png","light_06.png","light_07.png","light_08.png","light_09.png","light_10.png","light_11.png","light_12.png","light_13.png","light_14.png","light_15.png","light_blue_bundle.png","light_blue_bundle_open_back.png","light_blue_bundle_open_front.png","light_blue_candle.png","light_blue_dye.png","light_blue_harness.png","light_gray_bundle.png","light_gray_bundle_open_back.png","light_gray_bundle_open_front.png","light_gray_candle.png","light_gray_dye.png","light_gray_harness.png","lime_bundle.png","lime_bundle_open_back.png","lime_bundle_open_front.png","lime_candle.png","lime_dye.png","lime_harness.png","lingering_potion.png","llama_spawn_egg.png","mace.png","magenta_bundle.png","magenta_bundle_open_back.png","magenta_bundle_open_front.png","magenta_candle.png","magenta_dye.png","magenta_harness.png","magma_cream.png","magma_cube_spawn_egg.png","mangrove_boat.png","mangrove_chest_boat.png","mangrove_door.png","mangrove_hanging_sign.png","mangrove_propagule.png","mangrove_sign.png","map.png","melon_seeds.png","melon_slice.png","milk_bucket.png","minecart.png","miner_pottery_sherd.png","mojang_banner_pattern.png","mooshroom_spawn_egg.png","mourner_pottery_sherd.png","mule_spawn_egg.png","mushroom_stew.png","music_disc_11.png","music_disc_13.png","music_disc_5.png","music_disc_blocks.png","music_disc_cat.png","music_disc_chirp.png","music_disc_creator.png","music_disc_creator_music_box.png","music_disc_far.png","music_disc_lava_chicken.png","music_disc_mall.png","music_disc_mellohi.png","music_disc_otherside.png","music_disc_pigstep.png","music_disc_precipice.png","music_disc_relic.png","music_disc_stal.png","music_disc_strad.png","music_disc_tears.png","music_disc_wait.png","music_disc_ward.png","mutton.png","name_tag.png","nautilus_shell.png","nether_brick.png","nether_sprouts.png","nether_star.png","nether_wart.png","netherite_axe.png","netherite_boots.png","netherite_chestplate.png","netherite_helmet.png","netherite_hoe.png","netherite_ingot.png","netherite_leggings.png","netherite_pickaxe.png","netherite_scrap.png","netherite_shovel.png","netherite_sword.png","netherite_upgrade_smithing_template.png","oak_boat.png","oak_chest_boat.png","oak_door.png","oak_hanging_sign.png","oak_sign.png","ocelot_spawn_egg.png","ominous_bottle.png","ominous_trial_key.png","orange_bundle.png","orange_bundle_open_back.png","orange_bundle_open_front.png","orange_candle.png","orange_dye.png","orange_harness.png","oxidized_copper_chain.png","oxidized_copper_door.png","oxidized_copper_lantern.png","painting.png","pale_oak_boat.png","pale_oak_chest_boat.png","pale_oak_door.png","pale_oak_hanging_sign.png","pale_oak_sign.png","panda_spawn_egg.png","paper.png","parrot_spawn_egg.png","phantom_membrane.png","phantom_spawn_egg.png","pig_spawn_egg.png","piglin_banner_pattern.png","piglin_brute_spawn_egg.png","piglin_spawn_egg.png","pillager_spawn_egg.png","pink_bundle.png","pink_bundle_open_back.png","pink_bundle_open_front.png","pink_candle.png","pink_dye.png","pink_harness.png","pink_petals.png","pitcher_plant.png","pitcher_pod.png","plenty_pottery_sherd.png","pointed_dripstone.png","poisonous_potato.png","polar_bear_spawn_egg.png","popped_chorus_fruit.png","porkchop.png","potato.png","potion.png","potion_overlay.png","powder_snow_bucket.png","prismarine_crystals.png","prismarine_shard.png","prize_pottery_sherd.png","pufferfish.png","pufferfish_bucket.png","pufferfish_spawn_egg.png","pumpkin_pie.png","pumpkin_seeds.png","purple_bundle.png","purple_bundle_open_back.png","purple_bundle_open_front.png","purple_candle.png","purple_dye.png","purple_harness.png","quartz.png","rabbit.png","rabbit_foot.png","rabbit_hide.png","rabbit_spawn_egg.png","rabbit_stew.png","raiser_armor_trim_smithing_template.png","ravager_spawn_egg.png","raw_copper.png","raw_gold.png","raw_iron.png","recovery_compass_00.png","recovery_compass_01.png","recovery_compass_02.png","recovery_compass_03.png","recovery_compass_04.png","recovery_compass_05.png","recovery_compass_06.png","recovery_compass_07.png","recovery_compass_08.png","recovery_compass_09.png","recovery_compass_10.png","recovery_compass_11.png","recovery_compass_12.png","recovery_compass_13.png","recovery_compass_14.png","recovery_compass_15.png","recovery_compass_16.png","recovery_compass_17.png","recovery_compass_18.png","recovery_compass_19.png","recovery_compass_20.png","recovery_compass_21.png","recovery_compass_22.png","recovery_compass_23.png","recovery_compass_24.png","recovery_compass_25.png","recovery_compass_26.png","recovery_compass_27.png","recovery_compass_28.png","recovery_compass_29.png","recovery_compass_30.png","recovery_compass_31.png","red_bundle.png","red_bundle_open_back.png","red_bundle_open_front.png","red_candle.png","red_dye.png","red_harness.png","redstone.png","repeater.png","resin_brick.png","resin_clump.png","rib_armor_trim_smithing_template.png","rotten_flesh.png","saddle.png","salmon.png","salmon_bucket.png","salmon_spawn_egg.png","scrape_pottery_sherd.png","sea_pickle.png","seagrass.png","sentry_armor_trim_smithing_template.png","shaper_armor_trim_smithing_template.png","sheaf_pottery_sherd.png","shears.png","sheep_spawn_egg.png","shelter_pottery_sherd.png","shulker_shell.png","shulker_spawn_egg.png","silence_armor_trim_smithing_template.png","silverfish_spawn_egg.png","skeleton_horse_spawn_egg.png","skeleton_spawn_egg.png","skull_banner_pattern.png","skull_pottery_sherd.png","slime_ball.png","slime_spawn_egg.png","sniffer_egg.png","sniffer_spawn_egg.png","snort_pottery_sherd.png","snout_armor_trim_smithing_template.png","snow_golem_spawn_egg.png","snowball.png","soul_campfire.png","soul_lantern.png","spectral_arrow.png","spider_eye.png","spider_spawn_egg.png","spire_armor_trim_smithing_template.png","splash_potion.png","spruce_boat.png","spruce_chest_boat.png","spruce_door.png","spruce_hanging_sign.png","spruce_sign.png","spyglass.png","spyglass_model.png","squid_spawn_egg.png","stick.png","stone_axe.png","stone_hoe.png","stone_pickaxe.png","stone_shovel.png","stone_sword.png","stray_spawn_egg.png","strider_spawn_egg.png","string.png","structure_void.png","sugar.png","sugar_cane.png","suspicious_stew.png","sweet_berries.png","tadpole_bucket.png","tadpole_spawn_egg.png","tide_armor_trim_smithing_template.png","tipped_arrow_base.png","tipped_arrow_head.png","tnt_minecart.png","torchflower_seeds.png","totem_of_undying.png","trader_llama_spawn_egg.png","trial_key.png","trident.png","tropical_fish.png","tropical_fish_bucket.png","tropical_fish_spawn_egg.png","turtle_egg.png","turtle_helmet.png","turtle_scute.png","turtle_spawn_egg.png","vex_armor_trim_smithing_template.png","vex_spawn_egg.png","villager_spawn_egg.png","vindicator_spawn_egg.png","wandering_trader_spawn_egg.png","ward_armor_trim_smithing_template.png","warden_spawn_egg.png","warped_door.png","warped_fungus_on_a_stick.png","warped_hanging_sign.png","warped_sign.png","water_bucket.png","wayfinder_armor_trim_smithing_template.png","weathered_copper_chain.png","weathered_copper_door.png","weathered_copper_lantern.png","wheat.png","wheat_seeds.png","white_bundle.png","white_bundle_open_back.png","white_bundle_open_front.png","white_candle.png","white_dye.png","white_harness.png","wild_armor_trim_smithing_template.png","wildflowers.png","wind_charge.png","witch_spawn_egg.png","wither_skeleton_spawn_egg.png","wither_spawn_egg.png","wolf_armor.png","wolf_armor_overlay.png","wolf_spawn_egg.png","wooden_axe.png","wooden_hoe.png","wooden_pickaxe.png","wooden_shovel.png","wooden_sword.png","writable_book.png","written_book.png","yellow_bundle.png","yellow_bundle_open_back.png","yellow_bundle_open_front.png","yellow_candle.png","yellow_dye.png","yellow_harness.png","zoglin_spawn_egg.png","zombie_horse_spawn_egg.png","zombie_spawn_egg.png","zombie_villager_spawn_egg.png","zombified_piglin_spawn_egg.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/map/_list.json b/common-files/src/main/resources/internal/textures/map/_list.json deleted file mode 100644 index ba655cf14..000000000 --- a/common-files/src/main/resources/internal/textures/map/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["decorations"],"files":["map_background.png","map_background_checkerboard.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/map/decorations/_list.json b/common-files/src/main/resources/internal/textures/map/decorations/_list.json deleted file mode 100644 index 8482cc88f..000000000 --- a/common-files/src/main/resources/internal/textures/map/decorations/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["black_banner.png","blue_banner.png","blue_marker.png","brown_banner.png","cyan_banner.png","desert_village.png","frame.png","gray_banner.png","green_banner.png","jungle_temple.png","light_blue_banner.png","light_gray_banner.png","lime_banner.png","magenta_banner.png","ocean_monument.png","orange_banner.png","pink_banner.png","plains_village.png","player.png","player_off_limits.png","player_off_map.png","purple_banner.png","red_banner.png","red_marker.png","red_x.png","savanna_village.png","snowy_village.png","swamp_hut.png","taiga_village.png","target_point.png","target_x.png","trial_chambers.png","white_banner.png","woodland_mansion.png","yellow_banner.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/misc/_list.json b/common-files/src/main/resources/internal/textures/misc/_list.json deleted file mode 100644 index 89f9aefe1..000000000 --- a/common-files/src/main/resources/internal/textures/misc/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["credits_vignette.png","credits_vignette.png.mcmeta","enchanted_glint_armor.png","enchanted_glint_armor.png.mcmeta","enchanted_glint_item.png","enchanted_glint_item.png.mcmeta","forcefield.png","nausea.png","nausea.png.mcmeta","powder_snow_outline.png","pumpkinblur.png","pumpkinblur.png.mcmeta","shadow.png","shadow.png.mcmeta","spyglass_scope.png","underwater.png","unknown_pack.png","unknown_server.png","vignette.png","vignette.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/mob_effect/_list.json b/common-files/src/main/resources/internal/textures/mob_effect/_list.json deleted file mode 100644 index 351bdea95..000000000 --- a/common-files/src/main/resources/internal/textures/mob_effect/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["absorption.png","bad_omen.png","blindness.png","conduit_power.png","darkness.png","dolphins_grace.png","fire_resistance.png","glowing.png","haste.png","health_boost.png","hero_of_the_village.png","hunger.png","infested.png","instant_damage.png","instant_health.png","invisibility.png","jump_boost.png","levitation.png","luck.png","mining_fatigue.png","nausea.png","night_vision.png","oozing.png","poison.png","raid_omen.png","regeneration.png","resistance.png","saturation.png","slow_falling.png","slowness.png","speed.png","strength.png","trial_omen.png","unluck.png","water_breathing.png","weakness.png","weaving.png","wind_charged.png","wither.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/painting/_list.json b/common-files/src/main/resources/internal/textures/painting/_list.json deleted file mode 100644 index ae4993796..000000000 --- a/common-files/src/main/resources/internal/textures/painting/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["alban.png","aztec.png","aztec2.png","back.png","backyard.png","baroque.png","bomb.png","bouquet.png","burning_skull.png","bust.png","cavebird.png","changing.png","cotan.png","courbet.png","creebet.png","dennis.png","donkey_kong.png","earth.png","endboss.png","fern.png","fighters.png","finding.png","fire.png","graham.png","humble.png","kebab.png","lowmist.png","match.png","meditative.png","orb.png","owlemons.png","passage.png","pigscene.png","plant.png","pointer.png","pond.png","pool.png","prairie_ride.png","sea.png","skeleton.png","skull_and_roses.png","stage.png","sunflowers.png","sunset.png","tides.png","unpacked.png","void.png","wanderer.png","wasteland.png","water.png","wind.png","wither.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/particle/_list.json b/common-files/src/main/resources/internal/textures/particle/_list.json deleted file mode 100644 index a1913542d..000000000 --- a/common-files/src/main/resources/internal/textures/particle/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["angry.png","big_smoke_0.png","big_smoke_1.png","big_smoke_10.png","big_smoke_11.png","big_smoke_2.png","big_smoke_3.png","big_smoke_4.png","big_smoke_5.png","big_smoke_6.png","big_smoke_7.png","big_smoke_8.png","big_smoke_9.png","bubble.png","bubble_pop_0.png","bubble_pop_1.png","bubble_pop_2.png","bubble_pop_3.png","bubble_pop_4.png","cherry_0.png","cherry_1.png","cherry_10.png","cherry_11.png","cherry_2.png","cherry_3.png","cherry_4.png","cherry_5.png","cherry_6.png","cherry_7.png","cherry_8.png","cherry_9.png","copper_fire_flame.png","critical_hit.png","damage.png","drip_fall.png","drip_hang.png","drip_land.png","effect_0.png","effect_1.png","effect_2.png","effect_3.png","effect_4.png","effect_5.png","effect_6.png","effect_7.png","enchanted_hit.png","explosion_0.png","explosion_1.png","explosion_10.png","explosion_11.png","explosion_12.png","explosion_13.png","explosion_14.png","explosion_15.png","explosion_2.png","explosion_3.png","explosion_4.png","explosion_5.png","explosion_6.png","explosion_7.png","explosion_8.png","explosion_9.png","firefly.png","flame.png","flash.png","generic_0.png","generic_1.png","generic_2.png","generic_3.png","generic_4.png","generic_5.png","generic_6.png","generic_7.png","glint.png","glitter_0.png","glitter_1.png","glitter_2.png","glitter_3.png","glitter_4.png","glitter_5.png","glitter_6.png","glitter_7.png","glow.png","goldheart_0.png","goldheart_1.png","goldheart_2.png","gust_0.png","gust_1.png","gust_10.png","gust_11.png","gust_2.png","gust_3.png","gust_4.png","gust_5.png","gust_6.png","gust_7.png","gust_8.png","gust_9.png","heart.png","infested.png","lava.png","leaf_0.png","leaf_1.png","leaf_10.png","leaf_11.png","leaf_2.png","leaf_3.png","leaf_4.png","leaf_5.png","leaf_6.png","leaf_7.png","leaf_8.png","leaf_9.png","nautilus.png","note.png","ominous_spawning.png","pale_oak_0.png","pale_oak_1.png","pale_oak_10.png","pale_oak_11.png","pale_oak_2.png","pale_oak_3.png","pale_oak_4.png","pale_oak_5.png","pale_oak_6.png","pale_oak_7.png","pale_oak_8.png","pale_oak_9.png","raid_omen.png","sculk_charge_0.png","sculk_charge_1.png","sculk_charge_2.png","sculk_charge_3.png","sculk_charge_4.png","sculk_charge_5.png","sculk_charge_6.png","sculk_charge_pop_0.png","sculk_charge_pop_1.png","sculk_charge_pop_2.png","sculk_charge_pop_3.png","sculk_soul_0.png","sculk_soul_1.png","sculk_soul_10.png","sculk_soul_2.png","sculk_soul_3.png","sculk_soul_4.png","sculk_soul_5.png","sculk_soul_6.png","sculk_soul_7.png","sculk_soul_8.png","sculk_soul_9.png","sga_a.png","sga_b.png","sga_c.png","sga_d.png","sga_e.png","sga_f.png","sga_g.png","sga_h.png","sga_i.png","sga_j.png","sga_k.png","sga_l.png","sga_m.png","sga_n.png","sga_o.png","sga_p.png","sga_q.png","sga_r.png","sga_s.png","sga_t.png","sga_u.png","sga_v.png","sga_w.png","sga_x.png","sga_y.png","sga_z.png","shriek.png","small_gust_0.png","small_gust_1.png","small_gust_2.png","small_gust_3.png","small_gust_4.png","small_gust_5.png","small_gust_6.png","sonic_boom_0.png","sonic_boom_1.png","sonic_boom_10.png","sonic_boom_11.png","sonic_boom_12.png","sonic_boom_13.png","sonic_boom_14.png","sonic_boom_15.png","sonic_boom_2.png","sonic_boom_3.png","sonic_boom_4.png","sonic_boom_5.png","sonic_boom_6.png","sonic_boom_7.png","sonic_boom_8.png","sonic_boom_9.png","soul_0.png","soul_1.png","soul_10.png","soul_2.png","soul_3.png","soul_4.png","soul_5.png","soul_6.png","soul_7.png","soul_8.png","soul_9.png","soul_fire_flame.png","spark_0.png","spark_1.png","spark_2.png","spark_3.png","spark_4.png","spark_5.png","spark_6.png","spark_7.png","spell_0.png","spell_1.png","spell_2.png","spell_3.png","spell_4.png","spell_5.png","spell_6.png","spell_7.png","splash_0.png","splash_1.png","splash_2.png","splash_3.png","sweep_0.png","sweep_1.png","sweep_2.png","sweep_3.png","sweep_4.png","sweep_5.png","sweep_6.png","sweep_7.png","trial_omen.png","trial_spawner_detection_0.png","trial_spawner_detection_1.png","trial_spawner_detection_2.png","trial_spawner_detection_3.png","trial_spawner_detection_4.png","trial_spawner_detection_ominous_0.png","trial_spawner_detection_ominous_1.png","trial_spawner_detection_ominous_2.png","trial_spawner_detection_ominous_3.png","trial_spawner_detection_ominous_4.png","vault_connection.png","vibration.png","vibration.png.mcmeta"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/processed.json b/common-files/src/main/resources/internal/textures/processed.json new file mode 100644 index 000000000..5a03349e8 --- /dev/null +++ b/common-files/src/main/resources/internal/textures/processed.json @@ -0,0 +1 @@ +["block/acacia_door_bottom","block/acacia_door_top","block/acacia_leaves","block/acacia_log","block/acacia_log_top","block/acacia_planks","block/acacia_sapling","block/acacia_shelf","block/acacia_trapdoor","block/activator_rail","block/activator_rail_on","block/allium","block/amethyst_block","block/amethyst_cluster","block/ancient_debris_side","block/ancient_debris_top","block/andesite","block/anvil","block/anvil_top","block/attached_melon_stem","block/attached_pumpkin_stem","block/azalea_leaves","block/azalea_plant","block/azalea_side","block/azalea_top","block/azure_bluet","block/bamboo_block","block/bamboo_block_top","block/bamboo_door_bottom","block/bamboo_door_top","block/bamboo_fence","block/bamboo_fence_gate","block/bamboo_fence_gate_particle","block/bamboo_fence_particle","block/bamboo_large_leaves","block/bamboo_mosaic","block/bamboo_planks","block/bamboo_shelf","block/bamboo_singleleaf","block/bamboo_small_leaves","block/bamboo_stage0","block/bamboo_stalk","block/bamboo_trapdoor","block/barrel_bottom","block/barrel_side","block/barrel_top","block/barrel_top_open","block/basalt_side","block/basalt_top","block/beacon","block/bedrock","block/bee_nest_bottom","block/bee_nest_front","block/bee_nest_front_honey","block/bee_nest_side","block/bee_nest_top","block/beehive_end","block/beehive_front","block/beehive_front_honey","block/beehive_side","block/beetroots_stage0","block/beetroots_stage1","block/beetroots_stage2","block/beetroots_stage3","block/bell_bottom","block/bell_side","block/bell_top","block/big_dripleaf_side","block/big_dripleaf_stem","block/big_dripleaf_tip","block/big_dripleaf_top","block/birch_door_bottom","block/birch_door_top","block/birch_leaves","block/birch_log","block/birch_log_top","block/birch_planks","block/birch_sapling","block/birch_shelf","block/birch_trapdoor","block/black_candle","block/black_candle_lit","block/black_concrete","block/black_concrete_powder","block/black_glazed_terracotta","block/black_shulker_box","block/black_stained_glass","block/black_stained_glass_pane_top","block/black_terracotta","block/black_wool","block/blackstone","block/blackstone_top","block/blast_furnace_front","block/blast_furnace_front_on","block/blast_furnace_front_on.png","block/blast_furnace_side","block/blast_furnace_top","block/blue_candle","block/blue_candle_lit","block/blue_concrete","block/blue_concrete_powder","block/blue_glazed_terracotta","block/blue_ice","block/blue_orchid","block/blue_shulker_box","block/blue_stained_glass","block/blue_stained_glass_pane_top","block/blue_terracotta","block/blue_wool","block/bone_block_side","block/bone_block_top","block/bookshelf","block/brain_coral","block/brain_coral_block","block/brain_coral_fan","block/brewing_stand","block/brewing_stand_base","block/bricks","block/brown_candle","block/brown_candle_lit","block/brown_concrete","block/brown_concrete_powder","block/brown_glazed_terracotta","block/brown_mushroom","block/brown_mushroom_block","block/brown_shulker_box","block/brown_stained_glass","block/brown_stained_glass_pane_top","block/brown_terracotta","block/brown_wool","block/bubble_coral","block/bubble_coral_block","block/bubble_coral_fan","block/budding_amethyst","block/bush","block/cactus_bottom","block/cactus_flower","block/cactus_side","block/cactus_top","block/cake_bottom","block/cake_inner","block/cake_side","block/cake_top","block/calcite","block/calibrated_sculk_sensor_amethyst","block/calibrated_sculk_sensor_input_side","block/calibrated_sculk_sensor_top","block/campfire_fire","block/campfire_fire.png","block/campfire_log","block/campfire_log_lit","block/campfire_log_lit.png","block/candle","block/candle_lit","block/carrots_stage0","block/carrots_stage1","block/carrots_stage2","block/carrots_stage3","block/cartography_table_side1","block/cartography_table_side2","block/cartography_table_side3","block/cartography_table_top","block/carved_pumpkin","block/cauldron_bottom","block/cauldron_inner","block/cauldron_side","block/cauldron_top","block/cave_vines","block/cave_vines_lit","block/cave_vines_plant","block/cave_vines_plant_lit","block/chain_command_block_back","block/chain_command_block_back.png","block/chain_command_block_conditional","block/chain_command_block_conditional.png","block/chain_command_block_front","block/chain_command_block_front.png","block/chain_command_block_side","block/chain_command_block_side.png","block/cherry_door_bottom","block/cherry_door_top","block/cherry_leaves","block/cherry_log","block/cherry_log_top","block/cherry_planks","block/cherry_sapling","block/cherry_shelf","block/cherry_trapdoor","block/chipped_anvil_top","block/chiseled_bookshelf_empty","block/chiseled_bookshelf_occupied","block/chiseled_bookshelf_side","block/chiseled_bookshelf_top","block/chiseled_copper","block/chiseled_deepslate","block/chiseled_nether_bricks","block/chiseled_polished_blackstone","block/chiseled_quartz_block","block/chiseled_quartz_block_top","block/chiseled_red_sandstone","block/chiseled_resin_bricks","block/chiseled_sandstone","block/chiseled_stone_bricks","block/chiseled_tuff","block/chiseled_tuff_bricks","block/chiseled_tuff_bricks_top","block/chiseled_tuff_top","block/chorus_flower","block/chorus_flower_dead","block/chorus_plant","block/clay","block/closed_eyeblossom","block/coal_block","block/coal_ore","block/coarse_dirt","block/cobbled_deepslate","block/cobblestone","block/cobweb","block/cocoa_stage0","block/cocoa_stage1","block/cocoa_stage2","block/command_block_back","block/command_block_back.png","block/command_block_conditional","block/command_block_conditional.png","block/command_block_front","block/command_block_front.png","block/command_block_side","block/command_block_side.png","block/comparator","block/comparator_on","block/composter_bottom","block/composter_compost","block/composter_ready","block/composter_side","block/composter_top","block/conduit","block/copper_bars","block/copper_block","block/copper_bulb","block/copper_bulb_lit","block/copper_bulb_lit_powered","block/copper_bulb_powered","block/copper_chain","block/copper_door_bottom","block/copper_door_top","block/copper_grate","block/copper_lantern","block/copper_lantern.png","block/copper_ore","block/copper_torch","block/copper_trapdoor","block/cornflower","block/cracked_deepslate_bricks","block/cracked_deepslate_tiles","block/cracked_nether_bricks","block/cracked_polished_blackstone_bricks","block/cracked_stone_bricks","block/crafter_bottom","block/crafter_east","block/crafter_east_crafting","block/crafter_east_triggered","block/crafter_north","block/crafter_north_crafting","block/crafter_south","block/crafter_south_triggered","block/crafter_top","block/crafter_top_crafting","block/crafter_top_triggered","block/crafter_west","block/crafter_west_crafting","block/crafter_west_triggered","block/crafting_table_front","block/crafting_table_side","block/crafting_table_top","block/creaking_heart","block/creaking_heart_awake","block/creaking_heart_dormant","block/creaking_heart_top","block/creaking_heart_top_awake","block/creaking_heart_top_dormant","block/crimson_door_bottom","block/crimson_door_top","block/crimson_fungus","block/crimson_nylium","block/crimson_nylium_side","block/crimson_planks","block/crimson_roots","block/crimson_roots_pot","block/crimson_shelf","block/crimson_stem","block/crimson_stem.png","block/crimson_stem_top","block/crimson_trapdoor","block/crying_obsidian","block/cut_copper","block/cut_red_sandstone","block/cut_sandstone","block/cyan_candle","block/cyan_candle_lit","block/cyan_concrete","block/cyan_concrete_powder","block/cyan_glazed_terracotta","block/cyan_shulker_box","block/cyan_stained_glass","block/cyan_stained_glass_pane_top","block/cyan_terracotta","block/cyan_wool","block/damaged_anvil_top","block/dandelion","block/dark_oak_door_bottom","block/dark_oak_door_top","block/dark_oak_leaves","block/dark_oak_log","block/dark_oak_log_top","block/dark_oak_planks","block/dark_oak_sapling","block/dark_oak_shelf","block/dark_oak_trapdoor","block/dark_prismarine","block/daylight_detector_inverted_top","block/daylight_detector_side","block/daylight_detector_top","block/dead_brain_coral","block/dead_brain_coral_block","block/dead_brain_coral_fan","block/dead_bubble_coral","block/dead_bubble_coral_block","block/dead_bubble_coral_fan","block/dead_bush","block/dead_fire_coral","block/dead_fire_coral_block","block/dead_fire_coral_fan","block/dead_horn_coral","block/dead_horn_coral_block","block/dead_horn_coral_fan","block/dead_tube_coral","block/dead_tube_coral_block","block/dead_tube_coral_fan","block/debug","block/debug2","block/deepslate","block/deepslate_bricks","block/deepslate_coal_ore","block/deepslate_copper_ore","block/deepslate_diamond_ore","block/deepslate_emerald_ore","block/deepslate_gold_ore","block/deepslate_iron_ore","block/deepslate_lapis_ore","block/deepslate_redstone_ore","block/deepslate_tiles","block/deepslate_top","block/destroy_stage_0","block/destroy_stage_1","block/destroy_stage_2","block/destroy_stage_3","block/destroy_stage_4","block/destroy_stage_5","block/destroy_stage_6","block/destroy_stage_7","block/destroy_stage_8","block/destroy_stage_9","block/detector_rail","block/detector_rail_on","block/diamond_block","block/diamond_ore","block/diorite","block/dirt","block/dirt_path_side","block/dirt_path_top","block/dispenser_front","block/dispenser_front_vertical","block/dragon_egg","block/dried_ghast_hydration_0_bottom","block/dried_ghast_hydration_0_east","block/dried_ghast_hydration_0_north","block/dried_ghast_hydration_0_south","block/dried_ghast_hydration_0_tentacles","block/dried_ghast_hydration_0_top","block/dried_ghast_hydration_0_west","block/dried_ghast_hydration_1_bottom","block/dried_ghast_hydration_1_east","block/dried_ghast_hydration_1_north","block/dried_ghast_hydration_1_south","block/dried_ghast_hydration_1_tentacles","block/dried_ghast_hydration_1_top","block/dried_ghast_hydration_1_west","block/dried_ghast_hydration_2_bottom","block/dried_ghast_hydration_2_east","block/dried_ghast_hydration_2_north","block/dried_ghast_hydration_2_south","block/dried_ghast_hydration_2_tentacles","block/dried_ghast_hydration_2_top","block/dried_ghast_hydration_2_west","block/dried_ghast_hydration_3_bottom","block/dried_ghast_hydration_3_east","block/dried_ghast_hydration_3_north","block/dried_ghast_hydration_3_south","block/dried_ghast_hydration_3_tentacles","block/dried_ghast_hydration_3_top","block/dried_ghast_hydration_3_west","block/dried_kelp_bottom","block/dried_kelp_side","block/dried_kelp_top","block/dripstone_block","block/dropper_front","block/dropper_front_vertical","block/emerald_block","block/emerald_ore","block/enchanting_table_bottom","block/enchanting_table_side","block/enchanting_table_top","block/end_portal_frame_eye","block/end_portal_frame_side","block/end_portal_frame_top","block/end_rod","block/end_stone","block/end_stone_bricks","block/exposed_chiseled_copper","block/exposed_copper","block/exposed_copper_bars","block/exposed_copper_bulb","block/exposed_copper_bulb_lit","block/exposed_copper_bulb_lit_powered","block/exposed_copper_bulb_powered","block/exposed_copper_chain","block/exposed_copper_door_bottom","block/exposed_copper_door_top","block/exposed_copper_grate","block/exposed_copper_lantern","block/exposed_copper_lantern.png","block/exposed_copper_trapdoor","block/exposed_cut_copper","block/exposed_lightning_rod","block/farmland","block/farmland_moist","block/fern","block/fire_0","block/fire_0.png","block/fire_1","block/fire_1.png","block/fire_coral","block/fire_coral_block","block/fire_coral_fan","block/firefly_bush","block/firefly_bush_emissive","block/firefly_bush_emissive.png","block/fletching_table_front","block/fletching_table_side","block/fletching_table_top","block/flower_pot","block/flowering_azalea_leaves","block/flowering_azalea_side","block/flowering_azalea_top","block/frogspawn","block/frosted_ice_0","block/frosted_ice_1","block/frosted_ice_2","block/frosted_ice_3","block/furnace_front","block/furnace_front_on","block/furnace_side","block/furnace_top","block/gilded_blackstone","block/glass","block/glass_pane_top","block/glow_item_frame","block/glow_lichen","block/glowstone","block/gold_block","block/gold_ore","block/granite","block/grass_block_side","block/grass_block_side_overlay","block/grass_block_snow","block/grass_block_top","block/gravel","block/gray_candle","block/gray_candle_lit","block/gray_concrete","block/gray_concrete_powder","block/gray_glazed_terracotta","block/gray_shulker_box","block/gray_stained_glass","block/gray_stained_glass_pane_top","block/gray_terracotta","block/gray_wool","block/green_candle","block/green_candle_lit","block/green_concrete","block/green_concrete_powder","block/green_glazed_terracotta","block/green_shulker_box","block/green_stained_glass","block/green_stained_glass_pane_top","block/green_terracotta","block/green_wool","block/grindstone_pivot","block/grindstone_round","block/grindstone_side","block/hanging_roots","block/hay_block_side","block/hay_block_top","block/heavy_core","block/honey_block_bottom","block/honey_block_side","block/honey_block_top","block/honeycomb_block","block/hopper_inside","block/hopper_outside","block/hopper_top","block/horn_coral","block/horn_coral_block","block/horn_coral_fan","block/ice","block/iron_bars","block/iron_block","block/iron_chain","block/iron_door_bottom","block/iron_door_top","block/iron_ore","block/iron_trapdoor","block/item_frame","block/jack_o_lantern","block/jigsaw_bottom","block/jigsaw_lock","block/jigsaw_side","block/jigsaw_top","block/jukebox_side","block/jukebox_top","block/jungle_door_bottom","block/jungle_door_top","block/jungle_leaves","block/jungle_log","block/jungle_log_top","block/jungle_planks","block/jungle_sapling","block/jungle_shelf","block/jungle_trapdoor","block/kelp","block/kelp.png","block/kelp_plant","block/kelp_plant.png","block/ladder","block/lantern","block/lantern.png","block/lapis_block","block/lapis_ore","block/large_amethyst_bud","block/large_fern_bottom","block/large_fern_top","block/lava_flow","block/lava_flow.png","block/lava_still","block/lava_still.png","block/leaf_litter","block/lectern_base","block/lectern_front","block/lectern_sides","block/lectern_top","block/lever","block/light_blue_candle","block/light_blue_candle_lit","block/light_blue_concrete","block/light_blue_concrete_powder","block/light_blue_glazed_terracotta","block/light_blue_shulker_box","block/light_blue_stained_glass","block/light_blue_stained_glass_pane_top","block/light_blue_terracotta","block/light_blue_wool","block/light_gray_candle","block/light_gray_candle_lit","block/light_gray_concrete","block/light_gray_concrete_powder","block/light_gray_glazed_terracotta","block/light_gray_shulker_box","block/light_gray_stained_glass","block/light_gray_stained_glass_pane_top","block/light_gray_terracotta","block/light_gray_wool","block/lightning_rod","block/lightning_rod_on","block/lilac_bottom","block/lilac_top","block/lily_of_the_valley","block/lily_pad","block/lime_candle","block/lime_candle_lit","block/lime_concrete","block/lime_concrete_powder","block/lime_glazed_terracotta","block/lime_shulker_box","block/lime_stained_glass","block/lime_stained_glass_pane_top","block/lime_terracotta","block/lime_wool","block/lodestone_side","block/lodestone_top","block/loom_bottom","block/loom_front","block/loom_side","block/loom_top","block/magenta_candle","block/magenta_candle_lit","block/magenta_concrete","block/magenta_concrete_powder","block/magenta_glazed_terracotta","block/magenta_shulker_box","block/magenta_stained_glass","block/magenta_stained_glass_pane_top","block/magenta_terracotta","block/magenta_wool","block/magma","block/magma.png","block/mangrove_door_bottom","block/mangrove_door_top","block/mangrove_leaves","block/mangrove_log","block/mangrove_log_top","block/mangrove_planks","block/mangrove_propagule","block/mangrove_propagule_hanging","block/mangrove_roots_side","block/mangrove_roots_top","block/mangrove_shelf","block/mangrove_trapdoor","block/medium_amethyst_bud","block/melon_side","block/melon_stem","block/melon_top","block/moss_block","block/mossy_cobblestone","block/mossy_stone_bricks","block/mud","block/mud_bricks","block/muddy_mangrove_roots_side","block/muddy_mangrove_roots_top","block/mushroom_block_inside","block/mushroom_stem","block/mycelium_side","block/mycelium_top","block/nether_bricks","block/nether_gold_ore","block/nether_portal","block/nether_portal.png","block/nether_quartz_ore","block/nether_sprouts","block/nether_wart_block","block/nether_wart_stage0","block/nether_wart_stage1","block/nether_wart_stage2","block/netherite_block","block/netherrack","block/note_block","block/oak_door_bottom","block/oak_door_top","block/oak_leaves","block/oak_log","block/oak_log_top","block/oak_planks","block/oak_sapling","block/oak_shelf","block/oak_trapdoor","block/observer_back","block/observer_back_on","block/observer_front","block/observer_side","block/observer_top","block/obsidian","block/ochre_froglight_side","block/ochre_froglight_top","block/open_eyeblossom","block/open_eyeblossom_emissive","block/orange_candle","block/orange_candle_lit","block/orange_concrete","block/orange_concrete_powder","block/orange_glazed_terracotta","block/orange_shulker_box","block/orange_stained_glass","block/orange_stained_glass_pane_top","block/orange_terracotta","block/orange_tulip","block/orange_wool","block/oxeye_daisy","block/oxidized_chiseled_copper","block/oxidized_copper","block/oxidized_copper_bars","block/oxidized_copper_bulb","block/oxidized_copper_bulb_lit","block/oxidized_copper_bulb_lit_powered","block/oxidized_copper_bulb_powered","block/oxidized_copper_chain","block/oxidized_copper_door_bottom","block/oxidized_copper_door_top","block/oxidized_copper_grate","block/oxidized_copper_lantern","block/oxidized_copper_lantern.png","block/oxidized_copper_trapdoor","block/oxidized_cut_copper","block/oxidized_lightning_rod","block/packed_ice","block/packed_mud","block/pale_hanging_moss","block/pale_hanging_moss_tip","block/pale_moss_block","block/pale_moss_carpet","block/pale_moss_carpet_side_small","block/pale_moss_carpet_side_tall","block/pale_oak_door_bottom","block/pale_oak_door_top","block/pale_oak_leaves","block/pale_oak_log","block/pale_oak_log_top","block/pale_oak_planks","block/pale_oak_sapling","block/pale_oak_shelf","block/pale_oak_trapdoor","block/pearlescent_froglight_side","block/pearlescent_froglight_top","block/peony_bottom","block/peony_top","block/pink_candle","block/pink_candle_lit","block/pink_concrete","block/pink_concrete_powder","block/pink_glazed_terracotta","block/pink_petals","block/pink_petals_stem","block/pink_shulker_box","block/pink_stained_glass","block/pink_stained_glass_pane_top","block/pink_terracotta","block/pink_tulip","block/pink_wool","block/piston_bottom","block/piston_inner","block/piston_side","block/piston_top","block/piston_top_sticky","block/pitcher_crop_bottom","block/pitcher_crop_bottom_stage_1","block/pitcher_crop_bottom_stage_2","block/pitcher_crop_bottom_stage_3","block/pitcher_crop_bottom_stage_4","block/pitcher_crop_side","block/pitcher_crop_top","block/pitcher_crop_top_stage_3","block/pitcher_crop_top_stage_4","block/podzol_side","block/podzol_top","block/pointed_dripstone_down_base","block/pointed_dripstone_down_frustum","block/pointed_dripstone_down_middle","block/pointed_dripstone_down_tip","block/pointed_dripstone_down_tip_merge","block/pointed_dripstone_up_base","block/pointed_dripstone_up_frustum","block/pointed_dripstone_up_middle","block/pointed_dripstone_up_tip","block/pointed_dripstone_up_tip_merge","block/polished_andesite","block/polished_basalt_side","block/polished_basalt_top","block/polished_blackstone","block/polished_blackstone_bricks","block/polished_deepslate","block/polished_diorite","block/polished_granite","block/polished_tuff","block/poppy","block/potatoes_stage0","block/potatoes_stage1","block/potatoes_stage2","block/potatoes_stage3","block/potted_azalea_bush_plant","block/potted_azalea_bush_side","block/potted_azalea_bush_top","block/potted_flowering_azalea_bush_plant","block/potted_flowering_azalea_bush_side","block/potted_flowering_azalea_bush_top","block/powder_snow","block/powered_rail","block/powered_rail_on","block/prismarine","block/prismarine.png","block/prismarine_bricks","block/pumpkin_side","block/pumpkin_stem","block/pumpkin_top","block/purple_candle","block/purple_candle_lit","block/purple_concrete","block/purple_concrete_powder","block/purple_glazed_terracotta","block/purple_shulker_box","block/purple_stained_glass","block/purple_stained_glass_pane_top","block/purple_terracotta","block/purple_wool","block/purpur_block","block/purpur_pillar","block/purpur_pillar_top","block/quartz_block_bottom","block/quartz_block_side","block/quartz_block_top","block/quartz_bricks","block/quartz_pillar","block/quartz_pillar_top","block/rail","block/rail_corner","block/raw_copper_block","block/raw_gold_block","block/raw_iron_block","block/red_candle","block/red_candle_lit","block/red_concrete","block/red_concrete_powder","block/red_glazed_terracotta","block/red_mushroom","block/red_mushroom_block","block/red_nether_bricks","block/red_sand","block/red_sandstone","block/red_sandstone_bottom","block/red_sandstone_top","block/red_shulker_box","block/red_stained_glass","block/red_stained_glass_pane_top","block/red_terracotta","block/red_tulip","block/red_wool","block/redstone_block","block/redstone_dust_dot","block/redstone_dust_line0","block/redstone_dust_line1","block/redstone_dust_overlay","block/redstone_lamp","block/redstone_lamp_on","block/redstone_ore","block/redstone_torch","block/redstone_torch_off","block/reinforced_deepslate_bottom","block/reinforced_deepslate_side","block/reinforced_deepslate_top","block/repeater","block/repeater_on","block/repeating_command_block_back","block/repeating_command_block_back.png","block/repeating_command_block_conditional","block/repeating_command_block_conditional.png","block/repeating_command_block_front","block/repeating_command_block_front.png","block/repeating_command_block_side","block/repeating_command_block_side.png","block/resin_block","block/resin_bricks","block/resin_clump","block/respawn_anchor_bottom","block/respawn_anchor_side0","block/respawn_anchor_side1","block/respawn_anchor_side2","block/respawn_anchor_side3","block/respawn_anchor_side4","block/respawn_anchor_top","block/respawn_anchor_top.png","block/respawn_anchor_top_off","block/rooted_dirt","block/rose_bush_bottom","block/rose_bush_top","block/sand","block/sandstone","block/sandstone_bottom","block/sandstone_top","block/scaffolding_bottom","block/scaffolding_side","block/scaffolding_top","block/sculk","block/sculk.png","block/sculk_catalyst_bottom","block/sculk_catalyst_side","block/sculk_catalyst_side_bloom","block/sculk_catalyst_side_bloom.png","block/sculk_catalyst_top","block/sculk_catalyst_top_bloom","block/sculk_catalyst_top_bloom.png","block/sculk_sensor_bottom","block/sculk_sensor_side","block/sculk_sensor_tendril_active","block/sculk_sensor_tendril_active.png","block/sculk_sensor_tendril_inactive","block/sculk_sensor_tendril_inactive.png","block/sculk_sensor_top","block/sculk_shrieker_bottom","block/sculk_shrieker_can_summon_inner_top","block/sculk_shrieker_can_summon_inner_top.png","block/sculk_shrieker_inner_top","block/sculk_shrieker_inner_top.png","block/sculk_shrieker_side","block/sculk_shrieker_top","block/sculk_vein","block/sculk_vein.png","block/sea_lantern","block/sea_lantern.png","block/sea_pickle","block/seagrass","block/seagrass.png","block/short_dry_grass","block/short_grass","block/shroomlight","block/shulker_box","block/slime_block","block/small_amethyst_bud","block/small_dripleaf_side","block/small_dripleaf_stem_bottom","block/small_dripleaf_stem_top","block/small_dripleaf_top","block/smithing_table_bottom","block/smithing_table_front","block/smithing_table_side","block/smithing_table_top","block/smoker_bottom","block/smoker_front","block/smoker_front_on","block/smoker_front_on.png","block/smoker_side","block/smoker_top","block/smooth_basalt","block/smooth_stone","block/smooth_stone_slab_side","block/sniffer_egg_not_cracked_bottom","block/sniffer_egg_not_cracked_east","block/sniffer_egg_not_cracked_north","block/sniffer_egg_not_cracked_south","block/sniffer_egg_not_cracked_top","block/sniffer_egg_not_cracked_west","block/sniffer_egg_slightly_cracked_bottom","block/sniffer_egg_slightly_cracked_east","block/sniffer_egg_slightly_cracked_north","block/sniffer_egg_slightly_cracked_south","block/sniffer_egg_slightly_cracked_top","block/sniffer_egg_slightly_cracked_west","block/sniffer_egg_very_cracked_bottom","block/sniffer_egg_very_cracked_east","block/sniffer_egg_very_cracked_north","block/sniffer_egg_very_cracked_south","block/sniffer_egg_very_cracked_top","block/sniffer_egg_very_cracked_west","block/snow","block/soul_campfire_fire","block/soul_campfire_fire.png","block/soul_campfire_log_lit","block/soul_campfire_log_lit.png","block/soul_fire_0","block/soul_fire_0.png","block/soul_fire_1","block/soul_fire_1.png","block/soul_lantern","block/soul_lantern.png","block/soul_sand","block/soul_soil","block/soul_torch","block/spawner","block/sponge","block/spore_blossom","block/spore_blossom_base","block/spruce_door_bottom","block/spruce_door_top","block/spruce_leaves","block/spruce_log","block/spruce_log_top","block/spruce_planks","block/spruce_sapling","block/spruce_shelf","block/spruce_trapdoor","block/stone","block/stone_bricks","block/stonecutter_bottom","block/stonecutter_saw","block/stonecutter_saw.png","block/stonecutter_side","block/stonecutter_top","block/stripped_acacia_log","block/stripped_acacia_log_top","block/stripped_bamboo_block","block/stripped_bamboo_block_top","block/stripped_birch_log","block/stripped_birch_log_top","block/stripped_cherry_log","block/stripped_cherry_log_top","block/stripped_crimson_stem","block/stripped_crimson_stem_top","block/stripped_dark_oak_log","block/stripped_dark_oak_log_top","block/stripped_jungle_log","block/stripped_jungle_log_top","block/stripped_mangrove_log","block/stripped_mangrove_log_top","block/stripped_oak_log","block/stripped_oak_log_top","block/stripped_pale_oak_log","block/stripped_pale_oak_log_top","block/stripped_spruce_log","block/stripped_spruce_log_top","block/stripped_warped_stem","block/stripped_warped_stem_top","block/structure_block","block/structure_block_corner","block/structure_block_data","block/structure_block_load","block/structure_block_save","block/sugar_cane","block/sunflower_back","block/sunflower_bottom","block/sunflower_front","block/sunflower_top","block/suspicious_gravel_0","block/suspicious_gravel_1","block/suspicious_gravel_2","block/suspicious_gravel_3","block/suspicious_sand_0","block/suspicious_sand_1","block/suspicious_sand_2","block/suspicious_sand_3","block/sweet_berry_bush_stage0","block/sweet_berry_bush_stage1","block/sweet_berry_bush_stage2","block/sweet_berry_bush_stage3","block/tall_dry_grass","block/tall_grass_bottom","block/tall_grass_top","block/tall_seagrass_bottom","block/tall_seagrass_bottom.png","block/tall_seagrass_top","block/tall_seagrass_top.png","block/target_side","block/target_top","block/terracotta","block/test_block_accept","block/test_block_fail","block/test_block_log","block/test_block_start","block/test_instance_block","block/tinted_glass","block/tnt_bottom","block/tnt_side","block/tnt_top","block/torch","block/torchflower","block/torchflower_crop_stage0","block/torchflower_crop_stage1","block/trial_spawner_bottom","block/trial_spawner_side_active","block/trial_spawner_side_active_ominous","block/trial_spawner_side_inactive","block/trial_spawner_side_inactive_ominous","block/trial_spawner_top_active","block/trial_spawner_top_active_ominous","block/trial_spawner_top_ejecting_reward","block/trial_spawner_top_ejecting_reward_ominous","block/trial_spawner_top_inactive","block/trial_spawner_top_inactive_ominous","block/tripwire","block/tripwire_hook","block/tube_coral","block/tube_coral_block","block/tube_coral_fan","block/tuff","block/tuff_bricks","block/turtle_egg","block/turtle_egg_slightly_cracked","block/turtle_egg_very_cracked","block/twisting_vines","block/twisting_vines_plant","block/vault_bottom","block/vault_bottom_ominous","block/vault_front_ejecting","block/vault_front_ejecting_ominous","block/vault_front_off","block/vault_front_off_ominous","block/vault_front_on","block/vault_front_on_ominous","block/vault_side_off","block/vault_side_off_ominous","block/vault_side_on","block/vault_side_on_ominous","block/vault_top","block/vault_top_ejecting","block/vault_top_ejecting_ominous","block/vault_top_ominous","block/verdant_froglight_side","block/verdant_froglight_top","block/vine","block/warped_door_bottom","block/warped_door_top","block/warped_fungus","block/warped_nylium","block/warped_nylium_side","block/warped_planks","block/warped_roots","block/warped_roots_pot","block/warped_shelf","block/warped_stem","block/warped_stem.png","block/warped_stem_top","block/warped_trapdoor","block/warped_wart_block","block/water_flow","block/water_flow.png","block/water_overlay","block/water_still","block/water_still.png","block/weathered_chiseled_copper","block/weathered_copper","block/weathered_copper_bars","block/weathered_copper_bulb","block/weathered_copper_bulb_lit","block/weathered_copper_bulb_lit_powered","block/weathered_copper_bulb_powered","block/weathered_copper_chain","block/weathered_copper_door_bottom","block/weathered_copper_door_top","block/weathered_copper_grate","block/weathered_copper_lantern","block/weathered_copper_lantern.png","block/weathered_copper_trapdoor","block/weathered_cut_copper","block/weathered_lightning_rod","block/weeping_vines","block/weeping_vines_plant","block/wet_sponge","block/wheat_stage0","block/wheat_stage1","block/wheat_stage2","block/wheat_stage3","block/wheat_stage4","block/wheat_stage5","block/wheat_stage6","block/wheat_stage7","block/white_candle","block/white_candle_lit","block/white_concrete","block/white_concrete_powder","block/white_glazed_terracotta","block/white_shulker_box","block/white_stained_glass","block/white_stained_glass_pane_top","block/white_terracotta","block/white_tulip","block/white_wool","block/wildflowers","block/wildflowers_stem","block/wither_rose","block/yellow_candle","block/yellow_candle_lit","block/yellow_concrete","block/yellow_concrete_powder","block/yellow_glazed_terracotta","block/yellow_shulker_box","block/yellow_stained_glass","block/yellow_stained_glass_pane_top","block/yellow_terracotta","block/yellow_wool","colormap/dry_foliage","colormap/foliage","colormap/grass","effect/dither","entity/armadillo","entity/banner_base","entity/bat","entity/beacon_beam","entity/blaze","entity/dolphin","entity/enchanting_table_book","entity/end_gateway_beam","entity/end_portal","entity/endermite","entity/experience_orb","entity/fishing_hook","entity/guardian","entity/guardian_beam","entity/guardian_elder","entity/lead_knot","entity/minecart","entity/phantom","entity/phantom_eyes","entity/shield_base","entity/shield_base_nopattern","entity/silverfish","entity/snow_golem","entity/spider_eyes","entity/trident","entity/trident_riptide","entity/wandering_trader","entity/witch","entity/allay/allay","entity/armorstand/wood","entity/axolotl/axolotl_blue","entity/axolotl/axolotl_cyan","entity/axolotl/axolotl_gold","entity/axolotl/axolotl_lucy","entity/axolotl/axolotl_wild","entity/banner/base","entity/banner/border","entity/banner/bricks","entity/banner/circle","entity/banner/creeper","entity/banner/cross","entity/banner/curly_border","entity/banner/diagonal_left","entity/banner/diagonal_right","entity/banner/diagonal_up_left","entity/banner/diagonal_up_right","entity/banner/flow","entity/banner/flower","entity/banner/globe","entity/banner/gradient","entity/banner/gradient_up","entity/banner/guster","entity/banner/half_horizontal","entity/banner/half_horizontal_bottom","entity/banner/half_vertical","entity/banner/half_vertical_right","entity/banner/mojang","entity/banner/piglin","entity/banner/rhombus","entity/banner/skull","entity/banner/small_stripes","entity/banner/square_bottom_left","entity/banner/square_bottom_right","entity/banner/square_top_left","entity/banner/square_top_right","entity/banner/straight_cross","entity/banner/stripe_bottom","entity/banner/stripe_center","entity/banner/stripe_downleft","entity/banner/stripe_downright","entity/banner/stripe_left","entity/banner/stripe_middle","entity/banner/stripe_right","entity/banner/stripe_top","entity/banner/triangle_bottom","entity/banner/triangle_top","entity/banner/triangles_bottom","entity/banner/triangles_top","entity/bear/polarbear","entity/bed/black","entity/bed/blue","entity/bed/brown","entity/bed/cyan","entity/bed/gray","entity/bed/green","entity/bed/light_blue","entity/bed/light_gray","entity/bed/lime","entity/bed/magenta","entity/bed/orange","entity/bed/pink","entity/bed/purple","entity/bed/red","entity/bed/white","entity/bed/yellow","entity/bee/bee","entity/bee/bee_angry","entity/bee/bee_angry_nectar","entity/bee/bee_nectar","entity/bee/bee_stinger","entity/bell/bell_body","entity/boat/acacia","entity/boat/bamboo","entity/boat/birch","entity/boat/cherry","entity/boat/dark_oak","entity/boat/jungle","entity/boat/mangrove","entity/boat/oak","entity/boat/pale_oak","entity/boat/spruce","entity/breeze/breeze","entity/breeze/breeze_eyes","entity/breeze/breeze_wind","entity/camel/camel","entity/cat/all_black","entity/cat/black","entity/cat/british_shorthair","entity/cat/calico","entity/cat/cat_collar","entity/cat/jellie","entity/cat/ocelot","entity/cat/persian","entity/cat/ragdoll","entity/cat/red","entity/cat/siamese","entity/cat/tabby","entity/cat/white","entity/chest/christmas","entity/chest/christmas_left","entity/chest/christmas_right","entity/chest/copper","entity/chest/copper_exposed","entity/chest/copper_exposed_left","entity/chest/copper_exposed_right","entity/chest/copper_left","entity/chest/copper_oxidized","entity/chest/copper_oxidized_left","entity/chest/copper_oxidized_right","entity/chest/copper_right","entity/chest/copper_weathered","entity/chest/copper_weathered_left","entity/chest/copper_weathered_right","entity/chest/ender","entity/chest/normal","entity/chest/normal_left","entity/chest/normal_right","entity/chest/trapped","entity/chest/trapped_left","entity/chest/trapped_right","entity/chest_boat/acacia","entity/chest_boat/bamboo","entity/chest_boat/birch","entity/chest_boat/cherry","entity/chest_boat/dark_oak","entity/chest_boat/jungle","entity/chest_boat/mangrove","entity/chest_boat/oak","entity/chest_boat/pale_oak","entity/chest_boat/spruce","entity/chicken/cold_chicken","entity/chicken/temperate_chicken","entity/chicken/warm_chicken","entity/conduit/base","entity/conduit/break_particle","entity/conduit/cage","entity/conduit/closed_eye","entity/conduit/open_eye","entity/conduit/wind","entity/conduit/wind.png","entity/conduit/wind_vertical","entity/conduit/wind_vertical.png","entity/copper_golem/copper_golem","entity/copper_golem/copper_golem_eyes","entity/copper_golem/exposed_copper_golem","entity/copper_golem/exposed_copper_golem_eyes","entity/copper_golem/oxidized_copper_golem","entity/copper_golem/oxidized_copper_golem_eyes","entity/copper_golem/weathered_copper_golem","entity/copper_golem/weathered_copper_golem_eyes","entity/cow/brown_mooshroom","entity/cow/cold_cow","entity/cow/red_mooshroom","entity/cow/temperate_cow","entity/cow/warm_cow","entity/creaking/creaking","entity/creaking/creaking_eyes","entity/creeper/creeper","entity/creeper/creeper_armor","entity/decorated_pot/angler_pottery_pattern","entity/decorated_pot/archer_pottery_pattern","entity/decorated_pot/arms_up_pottery_pattern","entity/decorated_pot/blade_pottery_pattern","entity/decorated_pot/brewer_pottery_pattern","entity/decorated_pot/burn_pottery_pattern","entity/decorated_pot/danger_pottery_pattern","entity/decorated_pot/decorated_pot_base","entity/decorated_pot/decorated_pot_side","entity/decorated_pot/explorer_pottery_pattern","entity/decorated_pot/flow_pottery_pattern","entity/decorated_pot/friend_pottery_pattern","entity/decorated_pot/guster_pottery_pattern","entity/decorated_pot/heart_pottery_pattern","entity/decorated_pot/heartbreak_pottery_pattern","entity/decorated_pot/howl_pottery_pattern","entity/decorated_pot/miner_pottery_pattern","entity/decorated_pot/mourner_pottery_pattern","entity/decorated_pot/plenty_pottery_pattern","entity/decorated_pot/prize_pottery_pattern","entity/decorated_pot/scrape_pottery_pattern","entity/decorated_pot/sheaf_pottery_pattern","entity/decorated_pot/shelter_pottery_pattern","entity/decorated_pot/skull_pottery_pattern","entity/decorated_pot/snort_pottery_pattern","entity/end_crystal/end_crystal","entity/end_crystal/end_crystal_beam","entity/enderdragon/dragon","entity/enderdragon/dragon_exploding","entity/enderdragon/dragon_eyes","entity/enderdragon/dragon_fireball","entity/enderman/enderman","entity/enderman/enderman_eyes","entity/equipment/camel_saddle/saddle","entity/equipment/donkey_saddle/saddle","entity/equipment/happy_ghast_body/black_harness","entity/equipment/happy_ghast_body/blue_harness","entity/equipment/happy_ghast_body/brown_harness","entity/equipment/happy_ghast_body/cyan_harness","entity/equipment/happy_ghast_body/gray_harness","entity/equipment/happy_ghast_body/green_harness","entity/equipment/happy_ghast_body/light_blue_harness","entity/equipment/happy_ghast_body/light_gray_harness","entity/equipment/happy_ghast_body/lime_harness","entity/equipment/happy_ghast_body/magenta_harness","entity/equipment/happy_ghast_body/orange_harness","entity/equipment/happy_ghast_body/pink_harness","entity/equipment/happy_ghast_body/purple_harness","entity/equipment/happy_ghast_body/red_harness","entity/equipment/happy_ghast_body/white_harness","entity/equipment/happy_ghast_body/yellow_harness","entity/equipment/horse_body/copper","entity/equipment/horse_body/diamond","entity/equipment/horse_body/gold","entity/equipment/horse_body/iron","entity/equipment/horse_body/leather","entity/equipment/horse_saddle/saddle","entity/equipment/humanoid/chainmail","entity/equipment/humanoid/copper","entity/equipment/humanoid/diamond","entity/equipment/humanoid/gold","entity/equipment/humanoid/iron","entity/equipment/humanoid/leather","entity/equipment/humanoid/leather_overlay","entity/equipment/humanoid/netherite","entity/equipment/humanoid/turtle_scute","entity/equipment/humanoid_leggings/chainmail","entity/equipment/humanoid_leggings/copper","entity/equipment/humanoid_leggings/diamond","entity/equipment/humanoid_leggings/gold","entity/equipment/humanoid_leggings/iron","entity/equipment/humanoid_leggings/leather","entity/equipment/humanoid_leggings/leather_overlay","entity/equipment/humanoid_leggings/netherite","entity/equipment/llama_body/black","entity/equipment/llama_body/blue","entity/equipment/llama_body/brown","entity/equipment/llama_body/cyan","entity/equipment/llama_body/gray","entity/equipment/llama_body/green","entity/equipment/llama_body/light_blue","entity/equipment/llama_body/light_gray","entity/equipment/llama_body/lime","entity/equipment/llama_body/magenta","entity/equipment/llama_body/orange","entity/equipment/llama_body/pink","entity/equipment/llama_body/purple","entity/equipment/llama_body/red","entity/equipment/llama_body/trader_llama","entity/equipment/llama_body/white","entity/equipment/llama_body/yellow","entity/equipment/mule_saddle/saddle","entity/equipment/pig_saddle/saddle","entity/equipment/skeleton_horse_saddle/saddle","entity/equipment/strider_saddle/saddle","entity/equipment/wings/elytra","entity/equipment/wolf_body/armadillo_scute","entity/equipment/wolf_body/armadillo_scute_overlay","entity/equipment/zombie_horse_saddle/saddle","entity/fish/cod","entity/fish/pufferfish","entity/fish/salmon","entity/fish/tropical_a","entity/fish/tropical_a_pattern_1","entity/fish/tropical_a_pattern_2","entity/fish/tropical_a_pattern_3","entity/fish/tropical_a_pattern_4","entity/fish/tropical_a_pattern_5","entity/fish/tropical_a_pattern_6","entity/fish/tropical_b","entity/fish/tropical_b_pattern_1","entity/fish/tropical_b_pattern_2","entity/fish/tropical_b_pattern_3","entity/fish/tropical_b_pattern_4","entity/fish/tropical_b_pattern_5","entity/fish/tropical_b_pattern_6","entity/fox/fox","entity/fox/fox_sleep","entity/fox/snow_fox","entity/fox/snow_fox_sleep","entity/frog/cold_frog","entity/frog/temperate_frog","entity/frog/warm_frog","entity/ghast/ghast","entity/ghast/ghast_shooting","entity/ghast/happy_ghast","entity/ghast/happy_ghast_baby","entity/ghast/happy_ghast_ropes","entity/goat/goat","entity/hoglin/hoglin","entity/hoglin/zoglin","entity/horse/donkey","entity/horse/horse_black","entity/horse/horse_brown","entity/horse/horse_chestnut","entity/horse/horse_creamy","entity/horse/horse_darkbrown","entity/horse/horse_gray","entity/horse/horse_markings_blackdots","entity/horse/horse_markings_white","entity/horse/horse_markings_whitedots","entity/horse/horse_markings_whitefield","entity/horse/horse_skeleton","entity/horse/horse_white","entity/horse/horse_zombie","entity/horse/mule","entity/illager/evoker","entity/illager/evoker_fangs","entity/illager/illusioner","entity/illager/pillager","entity/illager/ravager","entity/illager/vex","entity/illager/vex_charging","entity/illager/vindicator","entity/iron_golem/iron_golem","entity/iron_golem/iron_golem_crackiness_high","entity/iron_golem/iron_golem_crackiness_low","entity/iron_golem/iron_golem_crackiness_medium","entity/llama/brown","entity/llama/creamy","entity/llama/gray","entity/llama/spit","entity/llama/white","entity/panda/aggressive_panda","entity/panda/brown_panda","entity/panda/lazy_panda","entity/panda/panda","entity/panda/playful_panda","entity/panda/weak_panda","entity/panda/worried_panda","entity/parrot/parrot_blue","entity/parrot/parrot_green","entity/parrot/parrot_grey","entity/parrot/parrot_red_blue","entity/parrot/parrot_yellow_blue","entity/pig/cold_pig","entity/pig/temperate_pig","entity/pig/warm_pig","entity/piglin/piglin","entity/piglin/piglin_brute","entity/piglin/zombified_piglin","entity/player/slim/alex","entity/player/slim/ari","entity/player/slim/efe","entity/player/slim/kai","entity/player/slim/makena","entity/player/slim/noor","entity/player/slim/steve","entity/player/slim/sunny","entity/player/slim/zuri","entity/player/wide/alex","entity/player/wide/ari","entity/player/wide/efe","entity/player/wide/kai","entity/player/wide/makena","entity/player/wide/noor","entity/player/wide/steve","entity/player/wide/sunny","entity/player/wide/zuri","entity/projectiles/arrow","entity/projectiles/spectral_arrow","entity/projectiles/tipped_arrow","entity/projectiles/wind_charge","entity/rabbit/black","entity/rabbit/brown","entity/rabbit/caerbannog","entity/rabbit/gold","entity/rabbit/salt","entity/rabbit/toast","entity/rabbit/white","entity/rabbit/white_splotched","entity/sheep/sheep","entity/sheep/sheep_wool","entity/sheep/sheep_wool_undercoat","entity/shield/base","entity/shield/border","entity/shield/bricks","entity/shield/circle","entity/shield/creeper","entity/shield/cross","entity/shield/curly_border","entity/shield/diagonal_left","entity/shield/diagonal_right","entity/shield/diagonal_up_left","entity/shield/diagonal_up_right","entity/shield/flow","entity/shield/flower","entity/shield/globe","entity/shield/gradient","entity/shield/gradient_up","entity/shield/guster","entity/shield/half_horizontal","entity/shield/half_horizontal_bottom","entity/shield/half_vertical","entity/shield/half_vertical_right","entity/shield/mojang","entity/shield/piglin","entity/shield/rhombus","entity/shield/skull","entity/shield/small_stripes","entity/shield/square_bottom_left","entity/shield/square_bottom_right","entity/shield/square_top_left","entity/shield/square_top_right","entity/shield/straight_cross","entity/shield/stripe_bottom","entity/shield/stripe_center","entity/shield/stripe_downleft","entity/shield/stripe_downright","entity/shield/stripe_left","entity/shield/stripe_middle","entity/shield/stripe_right","entity/shield/stripe_top","entity/shield/triangle_bottom","entity/shield/triangle_top","entity/shield/triangles_bottom","entity/shield/triangles_top","entity/shulker/shulker","entity/shulker/shulker_black","entity/shulker/shulker_blue","entity/shulker/shulker_brown","entity/shulker/shulker_cyan","entity/shulker/shulker_gray","entity/shulker/shulker_green","entity/shulker/shulker_light_blue","entity/shulker/shulker_light_gray","entity/shulker/shulker_lime","entity/shulker/shulker_magenta","entity/shulker/shulker_orange","entity/shulker/shulker_pink","entity/shulker/shulker_purple","entity/shulker/shulker_red","entity/shulker/shulker_white","entity/shulker/shulker_yellow","entity/shulker/spark","entity/signs/acacia","entity/signs/bamboo","entity/signs/birch","entity/signs/cherry","entity/signs/crimson","entity/signs/dark_oak","entity/signs/jungle","entity/signs/mangrove","entity/signs/oak","entity/signs/pale_oak","entity/signs/spruce","entity/signs/warped","entity/signs/hanging/acacia","entity/signs/hanging/bamboo","entity/signs/hanging/birch","entity/signs/hanging/cherry","entity/signs/hanging/crimson","entity/signs/hanging/dark_oak","entity/signs/hanging/jungle","entity/signs/hanging/mangrove","entity/signs/hanging/oak","entity/signs/hanging/pale_oak","entity/signs/hanging/spruce","entity/signs/hanging/warped","entity/skeleton/bogged","entity/skeleton/bogged_overlay","entity/skeleton/skeleton","entity/skeleton/stray","entity/skeleton/stray_overlay","entity/skeleton/wither_skeleton","entity/slime/magmacube","entity/slime/slime","entity/sniffer/sniffer","entity/spider/cave_spider","entity/spider/spider","entity/squid/glow_squid","entity/squid/squid","entity/strider/strider","entity/strider/strider_cold","entity/tadpole/tadpole","entity/turtle/big_sea_turtle","entity/villager/villager","entity/villager/profession/armorer","entity/villager/profession/butcher","entity/villager/profession/butcher.png","entity/villager/profession/cartographer","entity/villager/profession/cleric","entity/villager/profession/farmer","entity/villager/profession/farmer.png","entity/villager/profession/fisherman","entity/villager/profession/fisherman.png","entity/villager/profession/fletcher","entity/villager/profession/fletcher.png","entity/villager/profession/leatherworker","entity/villager/profession/librarian","entity/villager/profession/librarian.png","entity/villager/profession/mason","entity/villager/profession/nitwit","entity/villager/profession/shepherd","entity/villager/profession/shepherd.png","entity/villager/profession/toolsmith","entity/villager/profession/weaponsmith","entity/villager/profession_level/diamond","entity/villager/profession_level/emerald","entity/villager/profession_level/gold","entity/villager/profession_level/iron","entity/villager/profession_level/stone","entity/villager/type/desert","entity/villager/type/desert.png","entity/villager/type/jungle","entity/villager/type/plains","entity/villager/type/savanna","entity/villager/type/snow","entity/villager/type/snow.png","entity/villager/type/swamp","entity/villager/type/taiga","entity/warden/warden","entity/warden/warden_bioluminescent_layer","entity/warden/warden_heart","entity/warden/warden_pulsating_spots_1","entity/warden/warden_pulsating_spots_2","entity/wither/wither","entity/wither/wither_armor","entity/wither/wither_invulnerable","entity/wolf/wolf","entity/wolf/wolf_angry","entity/wolf/wolf_armor_crackiness_high","entity/wolf/wolf_armor_crackiness_low","entity/wolf/wolf_armor_crackiness_medium","entity/wolf/wolf_ashen","entity/wolf/wolf_ashen_angry","entity/wolf/wolf_ashen_tame","entity/wolf/wolf_black","entity/wolf/wolf_black_angry","entity/wolf/wolf_black_tame","entity/wolf/wolf_chestnut","entity/wolf/wolf_chestnut_angry","entity/wolf/wolf_chestnut_tame","entity/wolf/wolf_collar","entity/wolf/wolf_rusty","entity/wolf/wolf_rusty_angry","entity/wolf/wolf_rusty_tame","entity/wolf/wolf_snowy","entity/wolf/wolf_snowy_angry","entity/wolf/wolf_snowy_tame","entity/wolf/wolf_spotted","entity/wolf/wolf_spotted_angry","entity/wolf/wolf_spotted_tame","entity/wolf/wolf_striped","entity/wolf/wolf_striped_angry","entity/wolf/wolf_striped_tame","entity/wolf/wolf_tame","entity/wolf/wolf_woods","entity/wolf/wolf_woods_angry","entity/wolf/wolf_woods_tame","entity/zombie/drowned","entity/zombie/drowned_outer_layer","entity/zombie/husk","entity/zombie/zombie","entity/zombie_villager/zombie_villager","entity/zombie_villager/profession/armorer","entity/zombie_villager/profession/butcher","entity/zombie_villager/profession/butcher.png","entity/zombie_villager/profession/cartographer","entity/zombie_villager/profession/cleric","entity/zombie_villager/profession/farmer","entity/zombie_villager/profession/farmer.png","entity/zombie_villager/profession/fisherman","entity/zombie_villager/profession/fisherman.png","entity/zombie_villager/profession/fletcher","entity/zombie_villager/profession/fletcher.png","entity/zombie_villager/profession/leatherworker","entity/zombie_villager/profession/librarian","entity/zombie_villager/profession/librarian.png","entity/zombie_villager/profession/mason","entity/zombie_villager/profession/nitwit","entity/zombie_villager/profession/shepherd","entity/zombie_villager/profession/shepherd.png","entity/zombie_villager/profession/toolsmith","entity/zombie_villager/profession/weaponsmith","entity/zombie_villager/profession_level/diamond","entity/zombie_villager/profession_level/emerald","entity/zombie_villager/profession_level/gold","entity/zombie_villager/profession_level/iron","entity/zombie_villager/profession_level/stone","entity/zombie_villager/type/desert","entity/zombie_villager/type/jungle","entity/zombie_villager/type/plains","entity/zombie_villager/type/savanna","entity/zombie_villager/type/snow","entity/zombie_villager/type/swamp","entity/zombie_villager/type/taiga","environment/clouds","environment/end_flash","environment/end_sky","environment/moon_phases","environment/rain","environment/snow","environment/sun","font/accented","font/ascii","font/ascii_sga","font/asciillager","font/nonlatin_european","gui/book","gui/demo_background","gui/footer_separator","gui/header_separator","gui/inworld_footer_separator","gui/inworld_header_separator","gui/inworld_menu_background","gui/inworld_menu_list_background","gui/menu_background","gui/menu_list_background","gui/recipe_book","gui/tab_header_background","gui/advancements/window","gui/advancements/backgrounds/adventure","gui/advancements/backgrounds/end","gui/advancements/backgrounds/husbandry","gui/advancements/backgrounds/nether","gui/advancements/backgrounds/stone","gui/container/anvil","gui/container/beacon","gui/container/blast_furnace","gui/container/brewing_stand","gui/container/cartography_table","gui/container/crafter","gui/container/crafting_table","gui/container/dispenser","gui/container/enchanting_table","gui/container/furnace","gui/container/gamemode_switcher","gui/container/generic_54","gui/container/grindstone","gui/container/hopper","gui/container/horse","gui/container/inventory","gui/container/loom","gui/container/shulker_box","gui/container/smithing","gui/container/smoker","gui/container/stonecutter","gui/container/villager","gui/container/creative_inventory/tab_inventory","gui/container/creative_inventory/tab_item_search","gui/container/creative_inventory/tab_items","gui/hanging_signs/acacia","gui/hanging_signs/bamboo","gui/hanging_signs/birch","gui/hanging_signs/cherry","gui/hanging_signs/crimson","gui/hanging_signs/dark_oak","gui/hanging_signs/jungle","gui/hanging_signs/mangrove","gui/hanging_signs/oak","gui/hanging_signs/pale_oak","gui/hanging_signs/spruce","gui/hanging_signs/warped","gui/presets/isles","gui/realms/adventure","gui/realms/empty_frame","gui/realms/experience","gui/realms/inspiration","gui/realms/new_world","gui/realms/no_realms","gui/realms/snapshot_realms","gui/realms/survival_spawn","gui/realms/upload","gui/sprites/advancements/box_obtained","gui/sprites/advancements/box_obtained.png","gui/sprites/advancements/box_unobtained","gui/sprites/advancements/box_unobtained.png","gui/sprites/advancements/challenge_frame_obtained","gui/sprites/advancements/challenge_frame_unobtained","gui/sprites/advancements/goal_frame_obtained","gui/sprites/advancements/goal_frame_unobtained","gui/sprites/advancements/tab_above_left","gui/sprites/advancements/tab_above_left_selected","gui/sprites/advancements/tab_above_middle","gui/sprites/advancements/tab_above_middle_selected","gui/sprites/advancements/tab_above_right","gui/sprites/advancements/tab_above_right_selected","gui/sprites/advancements/tab_below_left","gui/sprites/advancements/tab_below_left_selected","gui/sprites/advancements/tab_below_middle","gui/sprites/advancements/tab_below_middle_selected","gui/sprites/advancements/tab_below_right","gui/sprites/advancements/tab_below_right_selected","gui/sprites/advancements/tab_left_bottom","gui/sprites/advancements/tab_left_bottom_selected","gui/sprites/advancements/tab_left_middle","gui/sprites/advancements/tab_left_middle_selected","gui/sprites/advancements/tab_left_top","gui/sprites/advancements/tab_left_top_selected","gui/sprites/advancements/tab_right_bottom","gui/sprites/advancements/tab_right_bottom_selected","gui/sprites/advancements/tab_right_middle","gui/sprites/advancements/tab_right_middle_selected","gui/sprites/advancements/tab_right_top","gui/sprites/advancements/tab_right_top_selected","gui/sprites/advancements/task_frame_obtained","gui/sprites/advancements/task_frame_unobtained","gui/sprites/advancements/title_box","gui/sprites/advancements/title_box.png","gui/sprites/boss_bar/blue_background","gui/sprites/boss_bar/blue_progress","gui/sprites/boss_bar/green_background","gui/sprites/boss_bar/green_progress","gui/sprites/boss_bar/notched_10_background","gui/sprites/boss_bar/notched_10_progress","gui/sprites/boss_bar/notched_12_background","gui/sprites/boss_bar/notched_12_progress","gui/sprites/boss_bar/notched_20_background","gui/sprites/boss_bar/notched_20_progress","gui/sprites/boss_bar/notched_6_background","gui/sprites/boss_bar/notched_6_progress","gui/sprites/boss_bar/pink_background","gui/sprites/boss_bar/pink_progress","gui/sprites/boss_bar/purple_background","gui/sprites/boss_bar/purple_progress","gui/sprites/boss_bar/red_background","gui/sprites/boss_bar/red_progress","gui/sprites/boss_bar/white_background","gui/sprites/boss_bar/white_progress","gui/sprites/boss_bar/yellow_background","gui/sprites/boss_bar/yellow_progress","gui/sprites/container/slot","gui/sprites/container/slot_highlight_back","gui/sprites/container/slot_highlight_back.png","gui/sprites/container/slot_highlight_front","gui/sprites/container/slot_highlight_front.png","gui/sprites/container/anvil/error","gui/sprites/container/anvil/text_field","gui/sprites/container/anvil/text_field_disabled","gui/sprites/container/beacon/button","gui/sprites/container/beacon/button_disabled","gui/sprites/container/beacon/button_highlighted","gui/sprites/container/beacon/button_selected","gui/sprites/container/beacon/cancel","gui/sprites/container/beacon/confirm","gui/sprites/container/blast_furnace/burn_progress","gui/sprites/container/blast_furnace/lit_progress","gui/sprites/container/brewing_stand/brew_progress","gui/sprites/container/brewing_stand/bubbles","gui/sprites/container/brewing_stand/fuel_length","gui/sprites/container/bundle/bundle_progressbar_border","gui/sprites/container/bundle/bundle_progressbar_border.png","gui/sprites/container/bundle/bundle_progressbar_fill","gui/sprites/container/bundle/bundle_progressbar_fill.png","gui/sprites/container/bundle/bundle_progressbar_full","gui/sprites/container/bundle/bundle_progressbar_full.png","gui/sprites/container/bundle/slot_background","gui/sprites/container/bundle/slot_background.png","gui/sprites/container/bundle/slot_highlight_back","gui/sprites/container/bundle/slot_highlight_back.png","gui/sprites/container/bundle/slot_highlight_front","gui/sprites/container/bundle/slot_highlight_front.png","gui/sprites/container/cartography_table/duplicated_map","gui/sprites/container/cartography_table/error","gui/sprites/container/cartography_table/locked","gui/sprites/container/cartography_table/map","gui/sprites/container/cartography_table/scaled_map","gui/sprites/container/crafter/disabled_slot","gui/sprites/container/crafter/powered_redstone","gui/sprites/container/crafter/unpowered_redstone","gui/sprites/container/creative_inventory/scroller","gui/sprites/container/creative_inventory/scroller_disabled","gui/sprites/container/creative_inventory/tab_bottom_selected_1","gui/sprites/container/creative_inventory/tab_bottom_selected_2","gui/sprites/container/creative_inventory/tab_bottom_selected_3","gui/sprites/container/creative_inventory/tab_bottom_selected_4","gui/sprites/container/creative_inventory/tab_bottom_selected_5","gui/sprites/container/creative_inventory/tab_bottom_selected_6","gui/sprites/container/creative_inventory/tab_bottom_selected_7","gui/sprites/container/creative_inventory/tab_bottom_unselected_1","gui/sprites/container/creative_inventory/tab_bottom_unselected_2","gui/sprites/container/creative_inventory/tab_bottom_unselected_3","gui/sprites/container/creative_inventory/tab_bottom_unselected_4","gui/sprites/container/creative_inventory/tab_bottom_unselected_5","gui/sprites/container/creative_inventory/tab_bottom_unselected_6","gui/sprites/container/creative_inventory/tab_bottom_unselected_7","gui/sprites/container/creative_inventory/tab_top_selected_1","gui/sprites/container/creative_inventory/tab_top_selected_2","gui/sprites/container/creative_inventory/tab_top_selected_3","gui/sprites/container/creative_inventory/tab_top_selected_4","gui/sprites/container/creative_inventory/tab_top_selected_5","gui/sprites/container/creative_inventory/tab_top_selected_6","gui/sprites/container/creative_inventory/tab_top_selected_7","gui/sprites/container/creative_inventory/tab_top_unselected_1","gui/sprites/container/creative_inventory/tab_top_unselected_2","gui/sprites/container/creative_inventory/tab_top_unselected_3","gui/sprites/container/creative_inventory/tab_top_unselected_4","gui/sprites/container/creative_inventory/tab_top_unselected_5","gui/sprites/container/creative_inventory/tab_top_unselected_6","gui/sprites/container/creative_inventory/tab_top_unselected_7","gui/sprites/container/enchanting_table/enchantment_slot","gui/sprites/container/enchanting_table/enchantment_slot_disabled","gui/sprites/container/enchanting_table/enchantment_slot_highlighted","gui/sprites/container/enchanting_table/level_1","gui/sprites/container/enchanting_table/level_1_disabled","gui/sprites/container/enchanting_table/level_2","gui/sprites/container/enchanting_table/level_2_disabled","gui/sprites/container/enchanting_table/level_3","gui/sprites/container/enchanting_table/level_3_disabled","gui/sprites/container/furnace/burn_progress","gui/sprites/container/furnace/lit_progress","gui/sprites/container/grindstone/error","gui/sprites/container/horse/chest_slots","gui/sprites/container/inventory/effect_background_large","gui/sprites/container/inventory/effect_background_small","gui/sprites/container/loom/error","gui/sprites/container/loom/pattern","gui/sprites/container/loom/pattern_highlighted","gui/sprites/container/loom/pattern_selected","gui/sprites/container/loom/scroller","gui/sprites/container/loom/scroller_disabled","gui/sprites/container/slot/amethyst_shard","gui/sprites/container/slot/axe","gui/sprites/container/slot/banner","gui/sprites/container/slot/banner_pattern","gui/sprites/container/slot/boots","gui/sprites/container/slot/brewing_fuel","gui/sprites/container/slot/chestplate","gui/sprites/container/slot/diamond","gui/sprites/container/slot/dye","gui/sprites/container/slot/emerald","gui/sprites/container/slot/helmet","gui/sprites/container/slot/hoe","gui/sprites/container/slot/horse_armor","gui/sprites/container/slot/ingot","gui/sprites/container/slot/lapis_lazuli","gui/sprites/container/slot/leggings","gui/sprites/container/slot/llama_armor","gui/sprites/container/slot/pickaxe","gui/sprites/container/slot/potion","gui/sprites/container/slot/quartz","gui/sprites/container/slot/redstone_dust","gui/sprites/container/slot/saddle","gui/sprites/container/slot/shield","gui/sprites/container/slot/shovel","gui/sprites/container/slot/smithing_template_armor_trim","gui/sprites/container/slot/smithing_template_netherite_upgrade","gui/sprites/container/slot/sword","gui/sprites/container/smithing/error","gui/sprites/container/smoker/burn_progress","gui/sprites/container/smoker/lit_progress","gui/sprites/container/stonecutter/recipe","gui/sprites/container/stonecutter/recipe_highlighted","gui/sprites/container/stonecutter/recipe_selected","gui/sprites/container/stonecutter/scroller","gui/sprites/container/stonecutter/scroller_disabled","gui/sprites/container/villager/discount_strikethrough","gui/sprites/container/villager/experience_bar_background","gui/sprites/container/villager/experience_bar_current","gui/sprites/container/villager/experience_bar_result","gui/sprites/container/villager/out_of_stock","gui/sprites/container/villager/scroller","gui/sprites/container/villager/scroller_disabled","gui/sprites/container/villager/trade_arrow","gui/sprites/container/villager/trade_arrow_out_of_stock","gui/sprites/dialog/warning_button","gui/sprites/dialog/warning_button_disabled","gui/sprites/dialog/warning_button_highlighted","gui/sprites/gamemode_switcher/selection","gui/sprites/gamemode_switcher/slot","gui/sprites/hud/air","gui/sprites/hud/air_bursting","gui/sprites/hud/air_empty","gui/sprites/hud/armor_empty","gui/sprites/hud/armor_full","gui/sprites/hud/armor_half","gui/sprites/hud/crosshair","gui/sprites/hud/crosshair_attack_indicator_background","gui/sprites/hud/crosshair_attack_indicator_full","gui/sprites/hud/crosshair_attack_indicator_progress","gui/sprites/hud/effect_background","gui/sprites/hud/effect_background_ambient","gui/sprites/hud/experience_bar_background","gui/sprites/hud/experience_bar_progress","gui/sprites/hud/food_empty","gui/sprites/hud/food_empty_hunger","gui/sprites/hud/food_full","gui/sprites/hud/food_full_hunger","gui/sprites/hud/food_half","gui/sprites/hud/food_half_hunger","gui/sprites/hud/hotbar","gui/sprites/hud/hotbar_attack_indicator_background","gui/sprites/hud/hotbar_attack_indicator_progress","gui/sprites/hud/hotbar_offhand_left","gui/sprites/hud/hotbar_offhand_right","gui/sprites/hud/hotbar_selection","gui/sprites/hud/jump_bar_background","gui/sprites/hud/jump_bar_cooldown","gui/sprites/hud/jump_bar_progress","gui/sprites/hud/locator_bar_arrow_down","gui/sprites/hud/locator_bar_arrow_down.png","gui/sprites/hud/locator_bar_arrow_up","gui/sprites/hud/locator_bar_arrow_up.png","gui/sprites/hud/locator_bar_background","gui/sprites/hud/locator_bar_background.png","gui/sprites/hud/heart/absorbing_full","gui/sprites/hud/heart/absorbing_full_blinking","gui/sprites/hud/heart/absorbing_half","gui/sprites/hud/heart/absorbing_half_blinking","gui/sprites/hud/heart/absorbing_hardcore_full","gui/sprites/hud/heart/absorbing_hardcore_full_blinking","gui/sprites/hud/heart/absorbing_hardcore_half","gui/sprites/hud/heart/absorbing_hardcore_half_blinking","gui/sprites/hud/heart/container","gui/sprites/hud/heart/container_blinking","gui/sprites/hud/heart/container_hardcore","gui/sprites/hud/heart/container_hardcore_blinking","gui/sprites/hud/heart/frozen_full","gui/sprites/hud/heart/frozen_full_blinking","gui/sprites/hud/heart/frozen_half","gui/sprites/hud/heart/frozen_half_blinking","gui/sprites/hud/heart/frozen_hardcore_full","gui/sprites/hud/heart/frozen_hardcore_full_blinking","gui/sprites/hud/heart/frozen_hardcore_half","gui/sprites/hud/heart/frozen_hardcore_half_blinking","gui/sprites/hud/heart/full","gui/sprites/hud/heart/full_blinking","gui/sprites/hud/heart/half","gui/sprites/hud/heart/half_blinking","gui/sprites/hud/heart/hardcore_full","gui/sprites/hud/heart/hardcore_full_blinking","gui/sprites/hud/heart/hardcore_half","gui/sprites/hud/heart/hardcore_half_blinking","gui/sprites/hud/heart/poisoned_full","gui/sprites/hud/heart/poisoned_full_blinking","gui/sprites/hud/heart/poisoned_half","gui/sprites/hud/heart/poisoned_half_blinking","gui/sprites/hud/heart/poisoned_hardcore_full","gui/sprites/hud/heart/poisoned_hardcore_full_blinking","gui/sprites/hud/heart/poisoned_hardcore_half","gui/sprites/hud/heart/poisoned_hardcore_half_blinking","gui/sprites/hud/heart/vehicle_container","gui/sprites/hud/heart/vehicle_full","gui/sprites/hud/heart/vehicle_half","gui/sprites/hud/heart/withered_full","gui/sprites/hud/heart/withered_full_blinking","gui/sprites/hud/heart/withered_half","gui/sprites/hud/heart/withered_half_blinking","gui/sprites/hud/heart/withered_hardcore_full","gui/sprites/hud/heart/withered_hardcore_full_blinking","gui/sprites/hud/heart/withered_hardcore_half","gui/sprites/hud/heart/withered_hardcore_half_blinking","gui/sprites/hud/locator_bar_dot/bowtie","gui/sprites/hud/locator_bar_dot/default_0","gui/sprites/hud/locator_bar_dot/default_1","gui/sprites/hud/locator_bar_dot/default_2","gui/sprites/hud/locator_bar_dot/default_3","gui/sprites/icon/accessibility","gui/sprites/icon/chat_modified","gui/sprites/icon/checkmark","gui/sprites/icon/draft_report","gui/sprites/icon/info","gui/sprites/icon/invite","gui/sprites/icon/language","gui/sprites/icon/link","gui/sprites/icon/link_highlighted","gui/sprites/icon/music_notes","gui/sprites/icon/music_notes.png","gui/sprites/icon/new_realm","gui/sprites/icon/news","gui/sprites/icon/ping_1","gui/sprites/icon/ping_2","gui/sprites/icon/ping_3","gui/sprites/icon/ping_4","gui/sprites/icon/ping_5","gui/sprites/icon/ping_unknown","gui/sprites/icon/search","gui/sprites/icon/trial_available","gui/sprites/icon/trial_available.png","gui/sprites/icon/unseen_notification","gui/sprites/icon/video_link","gui/sprites/icon/video_link_highlighted","gui/sprites/notification/1","gui/sprites/notification/2","gui/sprites/notification/3","gui/sprites/notification/4","gui/sprites/notification/5","gui/sprites/notification/more","gui/sprites/pending_invite/accept","gui/sprites/pending_invite/accept_highlighted","gui/sprites/pending_invite/reject","gui/sprites/pending_invite/reject_highlighted","gui/sprites/player_list/make_operator","gui/sprites/player_list/remove_operator","gui/sprites/player_list/remove_player","gui/sprites/popup/background","gui/sprites/popup/background.png","gui/sprites/realm_status/closed","gui/sprites/realm_status/expired","gui/sprites/realm_status/expires_soon","gui/sprites/realm_status/expires_soon.png","gui/sprites/realm_status/open","gui/sprites/recipe_book/button","gui/sprites/recipe_book/button_highlighted","gui/sprites/recipe_book/crafting_overlay","gui/sprites/recipe_book/crafting_overlay_disabled","gui/sprites/recipe_book/crafting_overlay_disabled_highlighted","gui/sprites/recipe_book/crafting_overlay_highlighted","gui/sprites/recipe_book/filter_disabled","gui/sprites/recipe_book/filter_disabled_highlighted","gui/sprites/recipe_book/filter_enabled","gui/sprites/recipe_book/filter_enabled_highlighted","gui/sprites/recipe_book/furnace_filter_disabled","gui/sprites/recipe_book/furnace_filter_disabled_highlighted","gui/sprites/recipe_book/furnace_filter_enabled","gui/sprites/recipe_book/furnace_filter_enabled_highlighted","gui/sprites/recipe_book/furnace_overlay","gui/sprites/recipe_book/furnace_overlay_disabled","gui/sprites/recipe_book/furnace_overlay_disabled_highlighted","gui/sprites/recipe_book/furnace_overlay_highlighted","gui/sprites/recipe_book/overlay_recipe","gui/sprites/recipe_book/overlay_recipe.png","gui/sprites/recipe_book/page_backward","gui/sprites/recipe_book/page_backward_highlighted","gui/sprites/recipe_book/page_forward","gui/sprites/recipe_book/page_forward_highlighted","gui/sprites/recipe_book/slot_craftable","gui/sprites/recipe_book/slot_many_craftable","gui/sprites/recipe_book/slot_many_uncraftable","gui/sprites/recipe_book/slot_uncraftable","gui/sprites/recipe_book/tab","gui/sprites/recipe_book/tab_selected","gui/sprites/server_list/incompatible","gui/sprites/server_list/join","gui/sprites/server_list/join_highlighted","gui/sprites/server_list/move_down","gui/sprites/server_list/move_down_highlighted","gui/sprites/server_list/move_up","gui/sprites/server_list/move_up_highlighted","gui/sprites/server_list/ping_1","gui/sprites/server_list/ping_2","gui/sprites/server_list/ping_3","gui/sprites/server_list/ping_4","gui/sprites/server_list/ping_5","gui/sprites/server_list/pinging_1","gui/sprites/server_list/pinging_2","gui/sprites/server_list/pinging_3","gui/sprites/server_list/pinging_4","gui/sprites/server_list/pinging_5","gui/sprites/server_list/unreachable","gui/sprites/social_interactions/background","gui/sprites/social_interactions/background.png","gui/sprites/social_interactions/mute_button","gui/sprites/social_interactions/mute_button_highlighted","gui/sprites/social_interactions/report_button","gui/sprites/social_interactions/report_button_disabled","gui/sprites/social_interactions/report_button_highlighted","gui/sprites/social_interactions/unmute_button","gui/sprites/social_interactions/unmute_button_highlighted","gui/sprites/spectator/close","gui/sprites/spectator/scroll_left","gui/sprites/spectator/scroll_right","gui/sprites/spectator/teleport_to_player","gui/sprites/spectator/teleport_to_team","gui/sprites/statistics/block_mined","gui/sprites/statistics/header","gui/sprites/statistics/item_broken","gui/sprites/statistics/item_crafted","gui/sprites/statistics/item_dropped","gui/sprites/statistics/item_picked_up","gui/sprites/statistics/item_used","gui/sprites/statistics/sort_down","gui/sprites/statistics/sort_up","gui/sprites/toast/advancement","gui/sprites/toast/mouse","gui/sprites/toast/movement_keys","gui/sprites/toast/now_playing","gui/sprites/toast/now_playing.png","gui/sprites/toast/recipe","gui/sprites/toast/recipe_book","gui/sprites/toast/right_click","gui/sprites/toast/social_interactions","gui/sprites/toast/system","gui/sprites/toast/system.png","gui/sprites/toast/tree","gui/sprites/toast/tutorial","gui/sprites/toast/tutorial.png","gui/sprites/toast/wooden_planks","gui/sprites/tooltip/background","gui/sprites/tooltip/background.png","gui/sprites/tooltip/frame","gui/sprites/tooltip/frame.png","gui/sprites/transferable_list/move_down","gui/sprites/transferable_list/move_down_highlighted","gui/sprites/transferable_list/move_up","gui/sprites/transferable_list/move_up_highlighted","gui/sprites/transferable_list/select","gui/sprites/transferable_list/select_highlighted","gui/sprites/transferable_list/unselect","gui/sprites/transferable_list/unselect_highlighted","gui/sprites/widget/button","gui/sprites/widget/button.png","gui/sprites/widget/button_disabled","gui/sprites/widget/button_disabled.png","gui/sprites/widget/button_highlighted","gui/sprites/widget/button_highlighted.png","gui/sprites/widget/checkbox","gui/sprites/widget/checkbox_highlighted","gui/sprites/widget/checkbox_selected","gui/sprites/widget/checkbox_selected_highlighted","gui/sprites/widget/cross_button","gui/sprites/widget/cross_button_highlighted","gui/sprites/widget/locked_button","gui/sprites/widget/locked_button_disabled","gui/sprites/widget/locked_button_highlighted","gui/sprites/widget/page_backward","gui/sprites/widget/page_backward_highlighted","gui/sprites/widget/page_forward","gui/sprites/widget/page_forward_highlighted","gui/sprites/widget/scroller","gui/sprites/widget/scroller.png","gui/sprites/widget/scroller_background","gui/sprites/widget/scroller_background.png","gui/sprites/widget/slider","gui/sprites/widget/slider.png","gui/sprites/widget/slider_handle","gui/sprites/widget/slider_handle.png","gui/sprites/widget/slider_handle_highlighted","gui/sprites/widget/slider_handle_highlighted.png","gui/sprites/widget/slider_highlighted","gui/sprites/widget/slider_highlighted.png","gui/sprites/widget/slot_frame","gui/sprites/widget/tab","gui/sprites/widget/tab.png","gui/sprites/widget/tab_highlighted","gui/sprites/widget/tab_highlighted.png","gui/sprites/widget/tab_selected","gui/sprites/widget/tab_selected.png","gui/sprites/widget/tab_selected_highlighted","gui/sprites/widget/tab_selected_highlighted.png","gui/sprites/widget/text_field","gui/sprites/widget/text_field.png","gui/sprites/widget/text_field_highlighted","gui/sprites/widget/text_field_highlighted.png","gui/sprites/widget/unlocked_button","gui/sprites/widget/unlocked_button_disabled","gui/sprites/widget/unlocked_button_highlighted","gui/sprites/world_list/error","gui/sprites/world_list/error_highlighted","gui/sprites/world_list/join","gui/sprites/world_list/join_highlighted","gui/sprites/world_list/marked_join","gui/sprites/world_list/marked_join_highlighted","gui/sprites/world_list/warning","gui/sprites/world_list/warning_highlighted","gui/title/edition","gui/title/minceraft","gui/title/minecraft","gui/title/mojangstudios","gui/title/realms","gui/title/background/panorama_0","gui/title/background/panorama_1","gui/title/background/panorama_2","gui/title/background/panorama_3","gui/title/background/panorama_4","gui/title/background/panorama_5","gui/title/background/panorama_overlay","item/acacia_boat","item/acacia_chest_boat","item/acacia_door","item/acacia_hanging_sign","item/acacia_sign","item/allay_spawn_egg","item/amethyst_shard","item/angler_pottery_sherd","item/apple","item/archer_pottery_sherd","item/armadillo_scute","item/armadillo_spawn_egg","item/armor_stand","item/arms_up_pottery_sherd","item/arrow","item/axolotl_bucket","item/axolotl_spawn_egg","item/baked_potato","item/bamboo","item/bamboo_chest_raft","item/bamboo_door","item/bamboo_hanging_sign","item/bamboo_raft","item/bamboo_sign","item/barrier","item/bat_spawn_egg","item/bee_spawn_egg","item/beef","item/beetroot","item/beetroot_seeds","item/beetroot_soup","item/bell","item/birch_boat","item/birch_chest_boat","item/birch_door","item/birch_hanging_sign","item/birch_sign","item/black_bundle","item/black_bundle_open_back","item/black_bundle_open_front","item/black_candle","item/black_dye","item/black_harness","item/blade_pottery_sherd","item/blaze_powder","item/blaze_rod","item/blaze_spawn_egg","item/blue_bundle","item/blue_bundle_open_back","item/blue_bundle_open_front","item/blue_candle","item/blue_dye","item/blue_egg","item/blue_harness","item/bogged_spawn_egg","item/bolt_armor_trim_smithing_template","item/bone","item/bone_meal","item/book","item/bordure_indented_banner_pattern","item/bow","item/bow_pulling_0","item/bow_pulling_1","item/bow_pulling_2","item/bowl","item/bread","item/breeze_rod","item/breeze_spawn_egg","item/brewer_pottery_sherd","item/brewing_stand","item/brick","item/brown_bundle","item/brown_bundle_open_back","item/brown_bundle_open_front","item/brown_candle","item/brown_dye","item/brown_egg","item/brown_harness","item/brush","item/bucket","item/bundle","item/bundle_open_back","item/bundle_open_front","item/burn_pottery_sherd","item/cake","item/camel_spawn_egg","item/campfire","item/candle","item/carrot","item/carrot_on_a_stick","item/cat_spawn_egg","item/cauldron","item/cave_spider_spawn_egg","item/chainmail_boots","item/chainmail_chestplate","item/chainmail_helmet","item/chainmail_leggings","item/charcoal","item/cherry_boat","item/cherry_chest_boat","item/cherry_door","item/cherry_hanging_sign","item/cherry_sign","item/chest_minecart","item/chicken","item/chicken_spawn_egg","item/chorus_fruit","item/clay_ball","item/clock_00","item/clock_01","item/clock_02","item/clock_03","item/clock_04","item/clock_05","item/clock_06","item/clock_07","item/clock_08","item/clock_09","item/clock_10","item/clock_11","item/clock_12","item/clock_13","item/clock_14","item/clock_15","item/clock_16","item/clock_17","item/clock_18","item/clock_19","item/clock_20","item/clock_21","item/clock_22","item/clock_23","item/clock_24","item/clock_25","item/clock_26","item/clock_27","item/clock_28","item/clock_29","item/clock_30","item/clock_31","item/clock_32","item/clock_33","item/clock_34","item/clock_35","item/clock_36","item/clock_37","item/clock_38","item/clock_39","item/clock_40","item/clock_41","item/clock_42","item/clock_43","item/clock_44","item/clock_45","item/clock_46","item/clock_47","item/clock_48","item/clock_49","item/clock_50","item/clock_51","item/clock_52","item/clock_53","item/clock_54","item/clock_55","item/clock_56","item/clock_57","item/clock_58","item/clock_59","item/clock_60","item/clock_61","item/clock_62","item/clock_63","item/coal","item/coast_armor_trim_smithing_template","item/cocoa_beans","item/cod","item/cod_bucket","item/cod_spawn_egg","item/command_block_minecart","item/comparator","item/compass_00","item/compass_01","item/compass_02","item/compass_03","item/compass_04","item/compass_05","item/compass_06","item/compass_07","item/compass_08","item/compass_09","item/compass_10","item/compass_11","item/compass_12","item/compass_13","item/compass_14","item/compass_15","item/compass_16","item/compass_17","item/compass_18","item/compass_19","item/compass_20","item/compass_21","item/compass_22","item/compass_23","item/compass_24","item/compass_25","item/compass_26","item/compass_27","item/compass_28","item/compass_29","item/compass_30","item/compass_31","item/cooked_beef","item/cooked_chicken","item/cooked_cod","item/cooked_mutton","item/cooked_porkchop","item/cooked_rabbit","item/cooked_salmon","item/cookie","item/copper_axe","item/copper_boots","item/copper_chain","item/copper_chestplate","item/copper_door","item/copper_golem_spawn_egg","item/copper_helmet","item/copper_hoe","item/copper_horse_armor","item/copper_ingot","item/copper_lantern","item/copper_leggings","item/copper_nugget","item/copper_pickaxe","item/copper_shovel","item/copper_sword","item/cow_spawn_egg","item/creaking_spawn_egg","item/creeper_banner_pattern","item/creeper_spawn_egg","item/crimson_door","item/crimson_hanging_sign","item/crimson_sign","item/crossbow_arrow","item/crossbow_firework","item/crossbow_pulling_0","item/crossbow_pulling_1","item/crossbow_pulling_2","item/crossbow_standby","item/cyan_bundle","item/cyan_bundle_open_back","item/cyan_bundle_open_front","item/cyan_candle","item/cyan_dye","item/cyan_harness","item/danger_pottery_sherd","item/dark_oak_boat","item/dark_oak_chest_boat","item/dark_oak_door","item/dark_oak_hanging_sign","item/dark_oak_sign","item/diamond","item/diamond_axe","item/diamond_boots","item/diamond_chestplate","item/diamond_helmet","item/diamond_hoe","item/diamond_horse_armor","item/diamond_leggings","item/diamond_pickaxe","item/diamond_shovel","item/diamond_sword","item/disc_fragment_5","item/dolphin_spawn_egg","item/donkey_spawn_egg","item/dragon_breath","item/dried_kelp","item/drowned_spawn_egg","item/dune_armor_trim_smithing_template","item/echo_shard","item/egg","item/elder_guardian_spawn_egg","item/elytra","item/elytra_broken","item/emerald","item/enchanted_book","item/end_crystal","item/ender_dragon_spawn_egg","item/ender_eye","item/ender_pearl","item/enderman_spawn_egg","item/endermite_spawn_egg","item/evoker_spawn_egg","item/experience_bottle","item/explorer_pottery_sherd","item/exposed_copper_chain","item/exposed_copper_door","item/exposed_copper_lantern","item/eye_armor_trim_smithing_template","item/feather","item/fermented_spider_eye","item/field_masoned_banner_pattern","item/filled_map","item/filled_map_markings","item/fire_charge","item/firefly_bush","item/firework_rocket","item/firework_star","item/firework_star_overlay","item/fishing_rod","item/fishing_rod_cast","item/flint","item/flint_and_steel","item/flow_armor_trim_smithing_template","item/flow_banner_pattern","item/flow_pottery_sherd","item/flower_banner_pattern","item/flower_pot","item/fox_spawn_egg","item/friend_pottery_sherd","item/frog_spawn_egg","item/furnace_minecart","item/ghast_spawn_egg","item/ghast_tear","item/glass_bottle","item/glistering_melon_slice","item/globe_banner_pattern","item/glow_berries","item/glow_ink_sac","item/glow_item_frame","item/glow_squid_spawn_egg","item/glowstone_dust","item/goat_horn","item/goat_spawn_egg","item/gold_ingot","item/gold_nugget","item/golden_apple","item/golden_axe","item/golden_boots","item/golden_carrot","item/golden_chestplate","item/golden_helmet","item/golden_hoe","item/golden_horse_armor","item/golden_leggings","item/golden_pickaxe","item/golden_shovel","item/golden_sword","item/gray_bundle","item/gray_bundle_open_back","item/gray_bundle_open_front","item/gray_candle","item/gray_dye","item/gray_harness","item/green_bundle","item/green_bundle_open_back","item/green_bundle_open_front","item/green_candle","item/green_dye","item/green_harness","item/guardian_spawn_egg","item/gunpowder","item/guster_banner_pattern","item/guster_pottery_sherd","item/happy_ghast_spawn_egg","item/heart_of_the_sea","item/heart_pottery_sherd","item/heartbreak_pottery_sherd","item/hoglin_spawn_egg","item/honey_bottle","item/honeycomb","item/hopper","item/hopper_minecart","item/horse_spawn_egg","item/host_armor_trim_smithing_template","item/howl_pottery_sherd","item/husk_spawn_egg","item/ink_sac","item/iron_axe","item/iron_boots","item/iron_chain","item/iron_chestplate","item/iron_door","item/iron_golem_spawn_egg","item/iron_helmet","item/iron_hoe","item/iron_horse_armor","item/iron_ingot","item/iron_leggings","item/iron_nugget","item/iron_pickaxe","item/iron_shovel","item/iron_sword","item/item_frame","item/jungle_boat","item/jungle_chest_boat","item/jungle_door","item/jungle_hanging_sign","item/jungle_sign","item/kelp","item/knowledge_book","item/lantern","item/lapis_lazuli","item/lava_bucket","item/lead","item/leaf_litter","item/leather","item/leather_boots","item/leather_boots_overlay","item/leather_chestplate","item/leather_chestplate_overlay","item/leather_helmet","item/leather_helmet_overlay","item/leather_horse_armor","item/leather_leggings","item/leather_leggings_overlay","item/light","item/light_00","item/light_01","item/light_02","item/light_03","item/light_04","item/light_05","item/light_06","item/light_07","item/light_08","item/light_09","item/light_10","item/light_11","item/light_12","item/light_13","item/light_14","item/light_15","item/light_blue_bundle","item/light_blue_bundle_open_back","item/light_blue_bundle_open_front","item/light_blue_candle","item/light_blue_dye","item/light_blue_harness","item/light_gray_bundle","item/light_gray_bundle_open_back","item/light_gray_bundle_open_front","item/light_gray_candle","item/light_gray_dye","item/light_gray_harness","item/lime_bundle","item/lime_bundle_open_back","item/lime_bundle_open_front","item/lime_candle","item/lime_dye","item/lime_harness","item/lingering_potion","item/llama_spawn_egg","item/mace","item/magenta_bundle","item/magenta_bundle_open_back","item/magenta_bundle_open_front","item/magenta_candle","item/magenta_dye","item/magenta_harness","item/magma_cream","item/magma_cube_spawn_egg","item/mangrove_boat","item/mangrove_chest_boat","item/mangrove_door","item/mangrove_hanging_sign","item/mangrove_propagule","item/mangrove_sign","item/map","item/melon_seeds","item/melon_slice","item/milk_bucket","item/minecart","item/miner_pottery_sherd","item/mojang_banner_pattern","item/mooshroom_spawn_egg","item/mourner_pottery_sherd","item/mule_spawn_egg","item/mushroom_stew","item/music_disc_11","item/music_disc_13","item/music_disc_5","item/music_disc_blocks","item/music_disc_cat","item/music_disc_chirp","item/music_disc_creator","item/music_disc_creator_music_box","item/music_disc_far","item/music_disc_lava_chicken","item/music_disc_mall","item/music_disc_mellohi","item/music_disc_otherside","item/music_disc_pigstep","item/music_disc_precipice","item/music_disc_relic","item/music_disc_stal","item/music_disc_strad","item/music_disc_tears","item/music_disc_wait","item/music_disc_ward","item/mutton","item/name_tag","item/nautilus_shell","item/nether_brick","item/nether_sprouts","item/nether_star","item/nether_wart","item/netherite_axe","item/netherite_boots","item/netherite_chestplate","item/netherite_helmet","item/netherite_hoe","item/netherite_ingot","item/netherite_leggings","item/netherite_pickaxe","item/netherite_scrap","item/netherite_shovel","item/netherite_sword","item/netherite_upgrade_smithing_template","item/oak_boat","item/oak_chest_boat","item/oak_door","item/oak_hanging_sign","item/oak_sign","item/ocelot_spawn_egg","item/ominous_bottle","item/ominous_trial_key","item/orange_bundle","item/orange_bundle_open_back","item/orange_bundle_open_front","item/orange_candle","item/orange_dye","item/orange_harness","item/oxidized_copper_chain","item/oxidized_copper_door","item/oxidized_copper_lantern","item/painting","item/pale_oak_boat","item/pale_oak_chest_boat","item/pale_oak_door","item/pale_oak_hanging_sign","item/pale_oak_sign","item/panda_spawn_egg","item/paper","item/parrot_spawn_egg","item/phantom_membrane","item/phantom_spawn_egg","item/pig_spawn_egg","item/piglin_banner_pattern","item/piglin_brute_spawn_egg","item/piglin_spawn_egg","item/pillager_spawn_egg","item/pink_bundle","item/pink_bundle_open_back","item/pink_bundle_open_front","item/pink_candle","item/pink_dye","item/pink_harness","item/pink_petals","item/pitcher_plant","item/pitcher_pod","item/plenty_pottery_sherd","item/pointed_dripstone","item/poisonous_potato","item/polar_bear_spawn_egg","item/popped_chorus_fruit","item/porkchop","item/potato","item/potion","item/potion_overlay","item/powder_snow_bucket","item/prismarine_crystals","item/prismarine_shard","item/prize_pottery_sherd","item/pufferfish","item/pufferfish_bucket","item/pufferfish_spawn_egg","item/pumpkin_pie","item/pumpkin_seeds","item/purple_bundle","item/purple_bundle_open_back","item/purple_bundle_open_front","item/purple_candle","item/purple_dye","item/purple_harness","item/quartz","item/rabbit","item/rabbit_foot","item/rabbit_hide","item/rabbit_spawn_egg","item/rabbit_stew","item/raiser_armor_trim_smithing_template","item/ravager_spawn_egg","item/raw_copper","item/raw_gold","item/raw_iron","item/recovery_compass_00","item/recovery_compass_01","item/recovery_compass_02","item/recovery_compass_03","item/recovery_compass_04","item/recovery_compass_05","item/recovery_compass_06","item/recovery_compass_07","item/recovery_compass_08","item/recovery_compass_09","item/recovery_compass_10","item/recovery_compass_11","item/recovery_compass_12","item/recovery_compass_13","item/recovery_compass_14","item/recovery_compass_15","item/recovery_compass_16","item/recovery_compass_17","item/recovery_compass_18","item/recovery_compass_19","item/recovery_compass_20","item/recovery_compass_21","item/recovery_compass_22","item/recovery_compass_23","item/recovery_compass_24","item/recovery_compass_25","item/recovery_compass_26","item/recovery_compass_27","item/recovery_compass_28","item/recovery_compass_29","item/recovery_compass_30","item/recovery_compass_31","item/red_bundle","item/red_bundle_open_back","item/red_bundle_open_front","item/red_candle","item/red_dye","item/red_harness","item/redstone","item/repeater","item/resin_brick","item/resin_clump","item/rib_armor_trim_smithing_template","item/rotten_flesh","item/saddle","item/salmon","item/salmon_bucket","item/salmon_spawn_egg","item/scrape_pottery_sherd","item/sea_pickle","item/seagrass","item/sentry_armor_trim_smithing_template","item/shaper_armor_trim_smithing_template","item/sheaf_pottery_sherd","item/shears","item/sheep_spawn_egg","item/shelter_pottery_sherd","item/shulker_shell","item/shulker_spawn_egg","item/silence_armor_trim_smithing_template","item/silverfish_spawn_egg","item/skeleton_horse_spawn_egg","item/skeleton_spawn_egg","item/skull_banner_pattern","item/skull_pottery_sherd","item/slime_ball","item/slime_spawn_egg","item/sniffer_egg","item/sniffer_spawn_egg","item/snort_pottery_sherd","item/snout_armor_trim_smithing_template","item/snow_golem_spawn_egg","item/snowball","item/soul_campfire","item/soul_lantern","item/spectral_arrow","item/spider_eye","item/spider_spawn_egg","item/spire_armor_trim_smithing_template","item/splash_potion","item/spruce_boat","item/spruce_chest_boat","item/spruce_door","item/spruce_hanging_sign","item/spruce_sign","item/spyglass","item/spyglass_model","item/squid_spawn_egg","item/stick","item/stone_axe","item/stone_hoe","item/stone_pickaxe","item/stone_shovel","item/stone_sword","item/stray_spawn_egg","item/strider_spawn_egg","item/string","item/structure_void","item/sugar","item/sugar_cane","item/suspicious_stew","item/sweet_berries","item/tadpole_bucket","item/tadpole_spawn_egg","item/tide_armor_trim_smithing_template","item/tipped_arrow_base","item/tipped_arrow_head","item/tnt_minecart","item/torchflower_seeds","item/totem_of_undying","item/trader_llama_spawn_egg","item/trial_key","item/trident","item/tropical_fish","item/tropical_fish_bucket","item/tropical_fish_spawn_egg","item/turtle_egg","item/turtle_helmet","item/turtle_scute","item/turtle_spawn_egg","item/vex_armor_trim_smithing_template","item/vex_spawn_egg","item/villager_spawn_egg","item/vindicator_spawn_egg","item/wandering_trader_spawn_egg","item/ward_armor_trim_smithing_template","item/warden_spawn_egg","item/warped_door","item/warped_fungus_on_a_stick","item/warped_hanging_sign","item/warped_sign","item/water_bucket","item/wayfinder_armor_trim_smithing_template","item/weathered_copper_chain","item/weathered_copper_door","item/weathered_copper_lantern","item/wheat","item/wheat_seeds","item/white_bundle","item/white_bundle_open_back","item/white_bundle_open_front","item/white_candle","item/white_dye","item/white_harness","item/wild_armor_trim_smithing_template","item/wildflowers","item/wind_charge","item/witch_spawn_egg","item/wither_skeleton_spawn_egg","item/wither_spawn_egg","item/wolf_armor","item/wolf_armor_overlay","item/wolf_spawn_egg","item/wooden_axe","item/wooden_hoe","item/wooden_pickaxe","item/wooden_shovel","item/wooden_sword","item/writable_book","item/written_book","item/yellow_bundle","item/yellow_bundle_open_back","item/yellow_bundle_open_front","item/yellow_candle","item/yellow_dye","item/yellow_harness","item/zoglin_spawn_egg","item/zombie_horse_spawn_egg","item/zombie_spawn_egg","item/zombie_villager_spawn_egg","item/zombified_piglin_spawn_egg","map/map_background","map/map_background_checkerboard","map/decorations/black_banner","map/decorations/blue_banner","map/decorations/blue_marker","map/decorations/brown_banner","map/decorations/cyan_banner","map/decorations/desert_village","map/decorations/frame","map/decorations/gray_banner","map/decorations/green_banner","map/decorations/jungle_temple","map/decorations/light_blue_banner","map/decorations/light_gray_banner","map/decorations/lime_banner","map/decorations/magenta_banner","map/decorations/ocean_monument","map/decorations/orange_banner","map/decorations/pink_banner","map/decorations/plains_village","map/decorations/player","map/decorations/player_off_limits","map/decorations/player_off_map","map/decorations/purple_banner","map/decorations/red_banner","map/decorations/red_marker","map/decorations/red_x","map/decorations/savanna_village","map/decorations/snowy_village","map/decorations/swamp_hut","map/decorations/taiga_village","map/decorations/target_point","map/decorations/target_x","map/decorations/trial_chambers","map/decorations/white_banner","map/decorations/woodland_mansion","map/decorations/yellow_banner","misc/credits_vignette","misc/credits_vignette.png","misc/enchanted_glint_armor","misc/enchanted_glint_armor.png","misc/enchanted_glint_item","misc/enchanted_glint_item.png","misc/forcefield","misc/nausea","misc/nausea.png","misc/powder_snow_outline","misc/pumpkinblur","misc/pumpkinblur.png","misc/shadow","misc/shadow.png","misc/spyglass_scope","misc/underwater","misc/unknown_pack","misc/unknown_server","misc/vignette","misc/vignette.png","mob_effect/absorption","mob_effect/bad_omen","mob_effect/blindness","mob_effect/conduit_power","mob_effect/darkness","mob_effect/dolphins_grace","mob_effect/fire_resistance","mob_effect/glowing","mob_effect/haste","mob_effect/health_boost","mob_effect/hero_of_the_village","mob_effect/hunger","mob_effect/infested","mob_effect/instant_damage","mob_effect/instant_health","mob_effect/invisibility","mob_effect/jump_boost","mob_effect/levitation","mob_effect/luck","mob_effect/mining_fatigue","mob_effect/nausea","mob_effect/night_vision","mob_effect/oozing","mob_effect/poison","mob_effect/raid_omen","mob_effect/regeneration","mob_effect/resistance","mob_effect/saturation","mob_effect/slow_falling","mob_effect/slowness","mob_effect/speed","mob_effect/strength","mob_effect/trial_omen","mob_effect/unluck","mob_effect/water_breathing","mob_effect/weakness","mob_effect/weaving","mob_effect/wind_charged","mob_effect/wither","painting/alban","painting/aztec","painting/aztec2","painting/back","painting/backyard","painting/baroque","painting/bomb","painting/bouquet","painting/burning_skull","painting/bust","painting/cavebird","painting/changing","painting/cotan","painting/courbet","painting/creebet","painting/dennis","painting/donkey_kong","painting/earth","painting/endboss","painting/fern","painting/fighters","painting/finding","painting/fire","painting/graham","painting/humble","painting/kebab","painting/lowmist","painting/match","painting/meditative","painting/orb","painting/owlemons","painting/passage","painting/pigscene","painting/plant","painting/pointer","painting/pond","painting/pool","painting/prairie_ride","painting/sea","painting/skeleton","painting/skull_and_roses","painting/stage","painting/sunflowers","painting/sunset","painting/tides","painting/unpacked","painting/void","painting/wanderer","painting/wasteland","painting/water","painting/wind","painting/wither","particle/angry","particle/big_smoke_0","particle/big_smoke_1","particle/big_smoke_10","particle/big_smoke_11","particle/big_smoke_2","particle/big_smoke_3","particle/big_smoke_4","particle/big_smoke_5","particle/big_smoke_6","particle/big_smoke_7","particle/big_smoke_8","particle/big_smoke_9","particle/bubble","particle/bubble_pop_0","particle/bubble_pop_1","particle/bubble_pop_2","particle/bubble_pop_3","particle/bubble_pop_4","particle/cherry_0","particle/cherry_1","particle/cherry_10","particle/cherry_11","particle/cherry_2","particle/cherry_3","particle/cherry_4","particle/cherry_5","particle/cherry_6","particle/cherry_7","particle/cherry_8","particle/cherry_9","particle/copper_fire_flame","particle/critical_hit","particle/damage","particle/drip_fall","particle/drip_hang","particle/drip_land","particle/effect_0","particle/effect_1","particle/effect_2","particle/effect_3","particle/effect_4","particle/effect_5","particle/effect_6","particle/effect_7","particle/enchanted_hit","particle/explosion_0","particle/explosion_1","particle/explosion_10","particle/explosion_11","particle/explosion_12","particle/explosion_13","particle/explosion_14","particle/explosion_15","particle/explosion_2","particle/explosion_3","particle/explosion_4","particle/explosion_5","particle/explosion_6","particle/explosion_7","particle/explosion_8","particle/explosion_9","particle/firefly","particle/flame","particle/flash","particle/generic_0","particle/generic_1","particle/generic_2","particle/generic_3","particle/generic_4","particle/generic_5","particle/generic_6","particle/generic_7","particle/glint","particle/glitter_0","particle/glitter_1","particle/glitter_2","particle/glitter_3","particle/glitter_4","particle/glitter_5","particle/glitter_6","particle/glitter_7","particle/glow","particle/goldheart_0","particle/goldheart_1","particle/goldheart_2","particle/gust_0","particle/gust_1","particle/gust_10","particle/gust_11","particle/gust_2","particle/gust_3","particle/gust_4","particle/gust_5","particle/gust_6","particle/gust_7","particle/gust_8","particle/gust_9","particle/heart","particle/infested","particle/lava","particle/leaf_0","particle/leaf_1","particle/leaf_10","particle/leaf_11","particle/leaf_2","particle/leaf_3","particle/leaf_4","particle/leaf_5","particle/leaf_6","particle/leaf_7","particle/leaf_8","particle/leaf_9","particle/nautilus","particle/note","particle/ominous_spawning","particle/pale_oak_0","particle/pale_oak_1","particle/pale_oak_10","particle/pale_oak_11","particle/pale_oak_2","particle/pale_oak_3","particle/pale_oak_4","particle/pale_oak_5","particle/pale_oak_6","particle/pale_oak_7","particle/pale_oak_8","particle/pale_oak_9","particle/raid_omen","particle/sculk_charge_0","particle/sculk_charge_1","particle/sculk_charge_2","particle/sculk_charge_3","particle/sculk_charge_4","particle/sculk_charge_5","particle/sculk_charge_6","particle/sculk_charge_pop_0","particle/sculk_charge_pop_1","particle/sculk_charge_pop_2","particle/sculk_charge_pop_3","particle/sculk_soul_0","particle/sculk_soul_1","particle/sculk_soul_10","particle/sculk_soul_2","particle/sculk_soul_3","particle/sculk_soul_4","particle/sculk_soul_5","particle/sculk_soul_6","particle/sculk_soul_7","particle/sculk_soul_8","particle/sculk_soul_9","particle/sga_a","particle/sga_b","particle/sga_c","particle/sga_d","particle/sga_e","particle/sga_f","particle/sga_g","particle/sga_h","particle/sga_i","particle/sga_j","particle/sga_k","particle/sga_l","particle/sga_m","particle/sga_n","particle/sga_o","particle/sga_p","particle/sga_q","particle/sga_r","particle/sga_s","particle/sga_t","particle/sga_u","particle/sga_v","particle/sga_w","particle/sga_x","particle/sga_y","particle/sga_z","particle/shriek","particle/small_gust_0","particle/small_gust_1","particle/small_gust_2","particle/small_gust_3","particle/small_gust_4","particle/small_gust_5","particle/small_gust_6","particle/sonic_boom_0","particle/sonic_boom_1","particle/sonic_boom_10","particle/sonic_boom_11","particle/sonic_boom_12","particle/sonic_boom_13","particle/sonic_boom_14","particle/sonic_boom_15","particle/sonic_boom_2","particle/sonic_boom_3","particle/sonic_boom_4","particle/sonic_boom_5","particle/sonic_boom_6","particle/sonic_boom_7","particle/sonic_boom_8","particle/sonic_boom_9","particle/soul_0","particle/soul_1","particle/soul_10","particle/soul_2","particle/soul_3","particle/soul_4","particle/soul_5","particle/soul_6","particle/soul_7","particle/soul_8","particle/soul_9","particle/soul_fire_flame","particle/spark_0","particle/spark_1","particle/spark_2","particle/spark_3","particle/spark_4","particle/spark_5","particle/spark_6","particle/spark_7","particle/spell_0","particle/spell_1","particle/spell_2","particle/spell_3","particle/spell_4","particle/spell_5","particle/spell_6","particle/spell_7","particle/splash_0","particle/splash_1","particle/splash_2","particle/splash_3","particle/sweep_0","particle/sweep_1","particle/sweep_2","particle/sweep_3","particle/sweep_4","particle/sweep_5","particle/sweep_6","particle/sweep_7","particle/trial_omen","particle/trial_spawner_detection_0","particle/trial_spawner_detection_1","particle/trial_spawner_detection_2","particle/trial_spawner_detection_3","particle/trial_spawner_detection_4","particle/trial_spawner_detection_ominous_0","particle/trial_spawner_detection_ominous_1","particle/trial_spawner_detection_ominous_2","particle/trial_spawner_detection_ominous_3","particle/trial_spawner_detection_ominous_4","particle/vault_connection","particle/vibration","particle/vibration.png","trims/color_palettes/amethyst","trims/color_palettes/copper","trims/color_palettes/copper_darker","trims/color_palettes/diamond","trims/color_palettes/diamond_darker","trims/color_palettes/emerald","trims/color_palettes/gold","trims/color_palettes/gold_darker","trims/color_palettes/iron","trims/color_palettes/iron_darker","trims/color_palettes/lapis","trims/color_palettes/netherite","trims/color_palettes/netherite_darker","trims/color_palettes/quartz","trims/color_palettes/redstone","trims/color_palettes/resin","trims/color_palettes/trim_palette","trims/entity/humanoid/bolt","trims/entity/humanoid/coast","trims/entity/humanoid/dune","trims/entity/humanoid/eye","trims/entity/humanoid/flow","trims/entity/humanoid/host","trims/entity/humanoid/raiser","trims/entity/humanoid/rib","trims/entity/humanoid/sentry","trims/entity/humanoid/shaper","trims/entity/humanoid/silence","trims/entity/humanoid/snout","trims/entity/humanoid/spire","trims/entity/humanoid/tide","trims/entity/humanoid/vex","trims/entity/humanoid/ward","trims/entity/humanoid/wayfinder","trims/entity/humanoid/wild","trims/entity/humanoid_leggings/bolt","trims/entity/humanoid_leggings/coast","trims/entity/humanoid_leggings/dune","trims/entity/humanoid_leggings/eye","trims/entity/humanoid_leggings/flow","trims/entity/humanoid_leggings/host","trims/entity/humanoid_leggings/raiser","trims/entity/humanoid_leggings/rib","trims/entity/humanoid_leggings/sentry","trims/entity/humanoid_leggings/shaper","trims/entity/humanoid_leggings/silence","trims/entity/humanoid_leggings/snout","trims/entity/humanoid_leggings/spire","trims/entity/humanoid_leggings/tide","trims/entity/humanoid_leggings/vex","trims/entity/humanoid_leggings/ward","trims/entity/humanoid_leggings/wayfinder","trims/entity/humanoid_leggings/wild","trims/items/boots_trim","trims/items/chestplate_trim","trims/items/helmet_trim","trims/items/leggings_trim"] \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/trims/_list.json b/common-files/src/main/resources/internal/textures/trims/_list.json deleted file mode 100644 index c69c06142..000000000 --- a/common-files/src/main/resources/internal/textures/trims/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["color_palettes","entity","items"],"files":[]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/trims/color_palettes/_list.json b/common-files/src/main/resources/internal/textures/trims/color_palettes/_list.json deleted file mode 100644 index 9f9fcb8d2..000000000 --- a/common-files/src/main/resources/internal/textures/trims/color_palettes/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["amethyst.png","copper.png","copper_darker.png","diamond.png","diamond_darker.png","emerald.png","gold.png","gold_darker.png","iron.png","iron_darker.png","lapis.png","netherite.png","netherite_darker.png","quartz.png","redstone.png","resin.png","trim_palette.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/trims/entity/_list.json b/common-files/src/main/resources/internal/textures/trims/entity/_list.json deleted file mode 100644 index 8a6bf51b7..000000000 --- a/common-files/src/main/resources/internal/textures/trims/entity/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":["humanoid","humanoid_leggings"],"files":[]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/trims/entity/humanoid/_list.json b/common-files/src/main/resources/internal/textures/trims/entity/humanoid/_list.json deleted file mode 100644 index 55d694706..000000000 --- a/common-files/src/main/resources/internal/textures/trims/entity/humanoid/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bolt.png","coast.png","dune.png","eye.png","flow.png","host.png","raiser.png","rib.png","sentry.png","shaper.png","silence.png","snout.png","spire.png","tide.png","vex.png","ward.png","wayfinder.png","wild.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/trims/entity/humanoid_leggings/_list.json b/common-files/src/main/resources/internal/textures/trims/entity/humanoid_leggings/_list.json deleted file mode 100644 index 55d694706..000000000 --- a/common-files/src/main/resources/internal/textures/trims/entity/humanoid_leggings/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["bolt.png","coast.png","dune.png","eye.png","flow.png","host.png","raiser.png","rib.png","sentry.png","shaper.png","silence.png","snout.png","spire.png","tide.png","vex.png","ward.png","wayfinder.png","wild.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/textures/trims/items/_list.json b/common-files/src/main/resources/internal/textures/trims/items/_list.json deleted file mode 100644 index e5cf69a14..000000000 --- a/common-files/src/main/resources/internal/textures/trims/items/_list.json +++ /dev/null @@ -1 +0,0 @@ -{"directories":[],"files":["boots_trim.png","chestplate_trim.png","helmet_trim.png","leggings_trim.png"]} \ No newline at end of file diff --git a/common-files/src/main/resources/internal/models/item/legacy/_all.json b/common-files/src/main/resources/legacy_internal/models/item/_all.json similarity index 100% rename from common-files/src/main/resources/internal/models/item/legacy/_all.json rename to common-files/src/main/resources/legacy_internal/models/item/_all.json diff --git a/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java b/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java index ea8991311..2856b3ae2 100644 --- a/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java +++ b/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java @@ -66,6 +66,7 @@ public abstract class AbstractPackManager implements PackManager { public static final Map PRESET_ITEMS = new HashMap<>(); public static final Set VANILLA_TEXTURES = new HashSet<>(); public static final Set VANILLA_MODELS = new HashSet<>(); + public static final Set VANILLA_SOUNDS = new HashSet<>(); public static final String NEW_TRIM_MATERIAL = "custom"; public static final Set ALLOWED_VANILLA_EQUIPMENT = Set.of("chainmail", "diamond", "gold", "iron", "netherite"); private static final byte[] EMPTY_1X1_IMAGE; @@ -121,20 +122,26 @@ public abstract class AbstractPackManager implements PackManager { } private void initInternalData() { - loadInternalData("internal/models/item/legacy/_all.json", PRESET_LEGACY_MODELS_ITEM::put); - loadInternalData("internal/models/item/_all.json", PRESET_MODERN_MODELS_ITEM::put); - loadInternalData("internal/models/block/_all.json", PRESET_MODELS_BLOCK::put); - loadModernItemModel("internal/items/_all.json", PRESET_ITEMS::put); - - loadInternalList("models", "block/", VANILLA_MODELS::add); - loadInternalList("models", "item/", VANILLA_MODELS::add); - loadInternalList("models", "item/legacy/", key -> VANILLA_MODELS.add(Key.of(key.namespace(), "item/" + key.value().substring(12)))); - loadInternalList("textures", "", VANILLA_TEXTURES::add); + loadInternalData("legacy_internal/models/item/_all.json", ((key, jsonObject) -> { + PRESET_LEGACY_MODELS_ITEM.put(key, jsonObject); + VANILLA_MODELS.add(Key.of(key.namespace(), "item/" + key.value())); + })); + loadInternalData("internal/models/item/_all.json", ((key, jsonObject) -> { + PRESET_MODERN_MODELS_ITEM.put(key, jsonObject); + VANILLA_MODELS.add(Key.of(key.namespace(), "item/" + key.value())); + })); + loadInternalData("internal/models/block/_all.json", ((key, jsonObject) -> { + PRESET_MODELS_BLOCK.put(key, jsonObject); + VANILLA_MODELS.add(Key.of(key.namespace(), "block/" + key.value())); + })); + loadModernItemModel("internal/items/_all.json", (PRESET_ITEMS::put)); VANILLA_MODELS.add(Key.of("minecraft", "builtin/entity")); VANILLA_MODELS.add(Key.of("minecraft", "item/player_head")); for (int i = 0; i < 256; i++) { VANILLA_TEXTURES.add(Key.of("minecraft", "font/unicode_page_" + String.format("%02x", i))); } + loadInternalList("internal/textures/processed.json", VANILLA_TEXTURES::add); + loadInternalList("internal/sounds/processed.json", VANILLA_SOUNDS::add); } private void loadModernItemModel(String path, BiConsumer callback) { @@ -167,25 +174,18 @@ public abstract class AbstractPackManager implements PackManager { } } - private void loadInternalList(String type, String prefix, Consumer callback) { - try (InputStream inputStream = this.plugin.resourceStream("internal/" + type + "/" + prefix + "_list.json")) { + private void loadInternalList(String path, Consumer callback) { + try (InputStream inputStream = this.plugin.resourceStream(path)) { if (inputStream != null) { - JsonObject listJson = JsonParser.parseReader(new InputStreamReader(inputStream)).getAsJsonObject(); - JsonArray fileList = listJson.getAsJsonArray("files"); - for (JsonElement element : fileList) { - if (element instanceof JsonPrimitive primitive) { - callback.accept(Key.of("minecraft", prefix + FileUtils.pathWithoutExtension(primitive.getAsString()))); - } - } - JsonArray directoryList = listJson.getAsJsonArray("directories"); - for (JsonElement element : directoryList) { - if (element instanceof JsonPrimitive primitive) { - loadInternalList(type, prefix + primitive.getAsString() + "/", callback); + JsonArray listJson = JsonParser.parseReader(new InputStreamReader(inputStream)).getAsJsonArray(); + for (JsonElement element : listJson) { + if (element instanceof JsonPrimitive primitiveJson) { + callback.accept(Key.of("minecraft", primitiveJson.getAsString())); } } } } catch (IOException e) { - this.plugin.logger().warn("Failed to load internal _list.json" + prefix, e); + this.plugin.logger().warn("Failed to load " + path, e); } } diff --git a/core/src/main/java/net/momirealms/craftengine/core/util/FileUtils.java b/core/src/main/java/net/momirealms/craftengine/core/util/FileUtils.java index b6f3dfdb2..d576f0acc 100644 --- a/core/src/main/java/net/momirealms/craftengine/core/util/FileUtils.java +++ b/core/src/main/java/net/momirealms/craftengine/core/util/FileUtils.java @@ -7,8 +7,10 @@ import java.io.IOException; import java.nio.file.FileVisitOption; import java.nio.file.Files; import java.nio.file.Path; +import java.nio.file.StandardCopyOption; import java.util.Comparator; import java.util.List; +import java.util.Locale; import java.util.stream.Stream; public class FileUtils { @@ -89,4 +91,40 @@ public class FileUtils { } return folders; } + + public static void copyFilesByExtension(Path sourceDir, Path targetDir, String fileExtension, boolean preserveStructure) throws IOException { + if (!Files.exists(sourceDir)) { + return; + } + + if (!Files.isDirectory(sourceDir)) { + return; + } + + // 确保目标目录存在 + Files.createDirectories(targetDir); + String extensionPattern = fileExtension.startsWith(".") ? fileExtension : "." + fileExtension; + try (Stream paths = Files.walk(sourceDir)) { + paths.filter(Files::isRegularFile) + .filter(path -> path.toString().toLowerCase(Locale.ROOT).endsWith(extensionPattern.toLowerCase())) + .forEach(sourceFile -> { + try { + Path targetFile; + if (preserveStructure) { + // 保持目录结构 + targetFile = targetDir.resolve(sourceDir.relativize(sourceFile)); + } else { + // 不保持目录结构,所有文件都放在目标目录根下 + targetFile = targetDir.resolve(sourceFile.getFileName()); + } + // 确保目标文件的父目录存在 + Files.createDirectories(targetFile.getParent()); + // 复制文件,如果已存在则替换 + Files.copy(sourceFile, targetFile, StandardCopyOption.REPLACE_EXISTING); + } catch (IOException e) { + throw new RuntimeException("Failed to copy file: " + sourceFile, e); + } + }); + } + } } diff --git a/gradle.properties b/gradle.properties index 80e69d49b..844f0762e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -50,7 +50,7 @@ byte_buddy_version=1.17.8 ahocorasick_version=0.6.3 snake_yaml_version=2.5 anti_grief_version=1.0.3 -nms_helper_version=1.0.118 +nms_helper_version=1.0.119 evalex_version=3.5.0 reactive_streams_version=1.0.4 amazon_awssdk_version=2.34.5 From 4cdd92325aca1221d216d8c779ad507c512edf0a Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Tue, 21 Oct 2025 02:18:29 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9F=B3=E9=A2=91?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=AA=8C=E8=AF=81=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../item/recipe/RecipeEventListener.java | 1 - .../src/main/resources/translations/en.yml | 1 + .../core/pack/AbstractPackManager.java | 41 +++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/item/recipe/RecipeEventListener.java b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/item/recipe/RecipeEventListener.java index 569d0f065..8982c869e 100644 --- a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/item/recipe/RecipeEventListener.java +++ b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/item/recipe/RecipeEventListener.java @@ -40,7 +40,6 @@ import org.bukkit.inventory.view.AnvilView; import org.jetbrains.annotations.Nullable; import java.util.ArrayList; -import java.util.HashMap; import java.util.List; import java.util.Optional; diff --git a/common-files/src/main/resources/translations/en.yml b/common-files/src/main/resources/translations/en.yml index 4ce3ef428..7ebdaae1c 100644 --- a/common-files/src/main/resources/translations/en.yml +++ b/common-files/src/main/resources/translations/en.yml @@ -484,6 +484,7 @@ warning.config.resource_pack.generation.missing_item_model: "Item 'Block state '' is missing model file: ''" warning.config.resource_pack.generation.missing_parent_model: "Model '' cannot find parent model: ''" warning.config.resource_pack.generation.missing_equipment_texture: "Equipment '' is missing texture ''" +warning.config.resource_pack.generation.missing_sound: "Sound event '' is missing ogg file ''" warning.config.resource_pack.generation.texture_not_in_atlas: "Texture '' is not listed in the atlas. You need to add the texture path to the atlas or enable 'fix-atlas' option in config.yml." warning.config.resource_pack.invalid_overlay_format: "Issue found in config.yml at 'resource-pack.overlay-format' - Invalid overlay format ''. Overlay format must contain the placeholder '{version}'." warning.config.equipment.duplicate: "Issue found in file - Duplicated equipment ''. Please check if there is the same configuration in other files." diff --git a/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java b/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java index 2856b3ae2..1a3b57fdc 100644 --- a/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java +++ b/core/src/main/java/net/momirealms/craftengine/core/pack/AbstractPackManager.java @@ -865,6 +865,7 @@ public abstract class AbstractPackManager implements PackManager { Multimap modelToBlocks = ArrayListMultimap.create(); // 模型到方块的映射 Multimap imageToModels = ArrayListMultimap.create(); // 纹理到模型的映射 Multimap imageToEquipments = ArrayListMultimap.create(); // 纹理到盔甲的映射 + Multimap oggToSoundEvents = ArrayListMultimap.create(); // 音频到声音的映射 Set collectedModels = new HashSet<>(); Set texturesInAtlas = new HashSet<>(); @@ -1022,6 +1023,33 @@ public abstract class AbstractPackManager implements PackManager { plugin.logger().warn("Failed to validate equipments", e); } } + + Path soundsPath = namespacePath.resolve("sounds.json"); + if (Files.exists(soundsPath)) { + try { + JsonObject soundsJson = GsonHelper.readJsonFile(soundsPath).getAsJsonObject(); + for (Map.Entry soundEventEntry : soundsJson.entrySet()) { + Key soundKey = Key.of(namespace, soundEventEntry.getKey()); + if (soundEventEntry.getValue() instanceof JsonObject soundEventObj) { + JsonArray soundArray = soundEventObj.getAsJsonArray("sounds"); + if (soundArray != null) { + for (JsonElement sound : soundArray) { + if (sound instanceof JsonPrimitive primitive) { + if (primitive.isString()) { + oggToSoundEvents.put(Key.of(primitive.getAsString()), soundKey); + } + } else if (sound instanceof JsonObject soundObj && soundObj.has("name")) { + String name = soundObj.get("name").getAsString(); + oggToSoundEvents.put(Key.of(name), soundKey); + } + } + } + } + } + } catch (IOException | JsonParseException e) { + plugin.logger().warn("Failed to validate sounds.json", e); + } + } } } @@ -1051,6 +1079,19 @@ public abstract class AbstractPackManager implements PackManager { TranslationManager.instance().log("warning.config.resource_pack.generation.missing_equipment_texture", entry.getValue().stream().distinct().toList().toString(), imagePath); } + // 验证sounds的ogg文件是否存在 + label: for (Map.Entry> entry : oggToSoundEvents.asMap().entrySet()) { + Key key = entry.getKey(); + if (VANILLA_SOUNDS.contains(key)) continue; + String oggPath = "assets/" + key.namespace() + "/sounds/" + key.value() + ".ogg"; + for (Path rootPath : rootPaths) { + if (Files.exists(rootPath.resolve(oggPath))) { + continue label; + } + } + TranslationManager.instance().log("warning.config.resource_pack.generation.missing_sound", entry.getValue().stream().distinct().toList().toString(), oggPath); + } + // 验证物品模型是否存在,验证的同时去收集贴图 label: for (Map.Entry> entry : modelToItems.asMap().entrySet()) { Key modelResourceLocation = entry.getKey(); From 747d5b098a76fa999ea5708c1754a7b5a532d50a Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Tue, 21 Oct 2025 02:18:49 +0800 Subject: [PATCH 3/3] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 844f0762e..20392544d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Project settings # Rule: [major update].[feature update].[bug fix] -project_version=0.0.64.17 +project_version=0.0.64.18 config_version=49 lang_version=35 project_group=net.momirealms