mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 09:59:20 +00:00
为1.21.7准备
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"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",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"resource": "minecraft:entity/banner_base"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "entity/banner/",
|
||||
"source": "entity/banner"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "entity/bed/",
|
||||
"source": "entity/bed"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "entity/chest/",
|
||||
"source": "entity/chest"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "entity/decorated_pot/",
|
||||
"source": "entity/decorated_pot"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
common-files/src/main/resources/internal/atlases/gui.json
Normal file
14
common-files/src/main/resources/internal/atlases/gui.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "",
|
||||
"source": "gui/sprites"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "mob_effect/",
|
||||
"source": "mob_effect"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "",
|
||||
"source": "map/decorations"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "",
|
||||
"source": "painting"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "",
|
||||
"source": "particle"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "entity/shulker/",
|
||||
"source": "entity/shulker"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "minecraft:directory",
|
||||
"prefix": "entity/signs/",
|
||||
"source": "entity/signs"
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -23696,6 +23696,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.lava_chicken": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/lava_chicken",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.mall": {
|
||||
"sounds": [
|
||||
{
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["block","colormap","effect","entity","environment","font","gui","item","map","misc","mob_effect","painting","particle","trims"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["dry_foliage.png","foliage.png","grass.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["dither.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["allay","armorstand","axolotl","banner","bear","bed","bee","bell","boat","breeze","camel","cat","chest","chest_boat","chicken","conduit","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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["allay.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["wood.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["axolotl_blue.png","axolotl_cyan.png","axolotl_gold.png","axolotl_lucy.png","axolotl_wild.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["polarbear.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["bee.png","bee_angry.png","bee_angry_nectar.png","bee_nectar.png","bee_stinger.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["bell_body.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["acacia.png","bamboo.png","birch.png","cherry.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["breeze.png","breeze_eyes.png","breeze_wind.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["camel.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["christmas.png","christmas_left.png","christmas_right.png","ender.png","normal.png","normal_left.png","normal_right.png","trapped.png","trapped_left.png","trapped_right.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["acacia.png","bamboo.png","birch.png","cherry.png","dark_oak.png","jungle.png","mangrove.png","oak.png","pale_oak.png","spruce.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["cold_chicken.png","temperate_chicken.png","warm_chicken.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["brown_mooshroom.png","cold_cow.png","red_mooshroom.png","temperate_cow.png","warm_cow.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["creaking.png","creaking_eyes.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["creeper.png","creeper_armor.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["end_crystal.png","end_crystal_beam.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["dragon.png","dragon_exploding.png","dragon_eyes.png","dragon_fireball.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["enderman.png","enderman_eyes.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["diamond.png","gold.png","iron.png","leather.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["chainmail.png","diamond.png","gold.png","iron.png","leather.png","leather_overlay.png","netherite.png","turtle_scute.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["chainmail.png","diamond.png","gold.png","iron.png","leather.png","leather_overlay.png","netherite.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["elytra.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["armadillo_scute.png","armadillo_scute_overlay.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["saddle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["fox.png","fox_sleep.png","snow_fox.png","snow_fox_sleep.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["cold_frog.png","temperate_frog.png","warm_frog.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["ghast.png","ghast_shooting.png","happy_ghast.png","happy_ghast_baby.png","happy_ghast_ropes.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["goat.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["hoglin.png","zoglin.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["evoker.png","evoker_fangs.png","illusioner.png","pillager.png","ravager.png","vex.png","vex_charging.png","vindicator.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["iron_golem.png","iron_golem_crackiness_high.png","iron_golem_crackiness_low.png","iron_golem_crackiness_medium.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["brown.png","creamy.png","gray.png","spit.png","white.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["aggressive_panda.png","brown_panda.png","lazy_panda.png","panda.png","playful_panda.png","weak_panda.png","worried_panda.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["parrot_blue.png","parrot_green.png","parrot_grey.png","parrot_red_blue.png","parrot_yellow_blue.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["cold_pig.png","temperate_pig.png","warm_pig.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["piglin.png","piglin_brute.png","zombified_piglin.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["slim","wide"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["alex.png","ari.png","efe.png","kai.png","makena.png","noor.png","steve.png","sunny.png","zuri.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["alex.png","ari.png","efe.png","kai.png","makena.png","noor.png","steve.png","sunny.png","zuri.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["arrow.png","spectral_arrow.png","tipped_arrow.png","wind_charge.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["black.png","brown.png","caerbannog.png","gold.png","salt.png","toast.png","white.png","white_splotched.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["sheep.png","sheep_wool.png","sheep_wool_undercoat.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["bogged.png","bogged_overlay.png","skeleton.png","stray.png","stray_overlay.png","wither_skeleton.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["magmacube.png","slime.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["sniffer.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["cave_spider.png","spider.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["glow_squid.png","squid.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["strider.png","strider_cold.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["tadpole.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["big_sea_turtle.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["profession","profession_level","type"],"files":["villager.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["diamond.png","emerald.png","gold.png","iron.png","stone.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["desert.png","desert.png.mcmeta","jungle.png","plains.png","savanna.png","snow.png","snow.png.mcmeta","swamp.png","taiga.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["warden.png","warden_bioluminescent_layer.png","warden_heart.png","warden_pulsating_spots_1.png","warden_pulsating_spots_2.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["wither.png","wither_armor.png","wither_invulnerable.png"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"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"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["drowned.png","drowned_outer_layer.png","husk.png","zombie.png"]}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user