Core - Add ResourcePackImporter.cs

This commit is contained in:
miku-666
2025-12-02 19:20:35 +01:00
parent 440dadec35
commit 8a8c4330fd
28 changed files with 3384 additions and 126 deletions

View File

@@ -257,7 +257,7 @@
"sugar_cane": "reeds",
"repeater": "repeater_off",
"chiseled_sandstone": "sandstone_carved",
"sandstone": "sandstone_normal",
"sandstone": "sandstone_side",
"cut_sandstone": "sandstone_smooth",
"acacia_sapling": "sapling_acacia",
"birch_sapling": "sapling_birch",

View File

@@ -10,6 +10,13 @@
"book_normal": "book",
"chainmail_boots": "bootsChain",
"leather_boots": "bootsCloth",
"crossbow_standby": "crossbow",
"crossbow_pulling_0": "crossbow_pull_0",
"crossbow_pulling_1": "crossbow_pull_1",
"crossbow_pulling_2": "crossbow_pull_2",
"campfire": "campfire_carried",
"leather_boots_overlay": "bootsCloth_overlay",
"diamond_boots": "bootsDiamond",
"golden_boots": "bootsGold",
@@ -52,6 +59,7 @@
"armor_stand": "wooden_armorstand",
"oak_sign": "sign",
"clock_00": "clock",
"clock_0000": "clock",
"compass_00": "compass",
"dye_powder_black": "dyePowder_black",
"dye_powder_blue": "dyePowder_blue",
@@ -125,7 +133,9 @@
"cod_bucket": "bucketFish",
"salmon_bucket": "bucketSalmon",
"pufferfish": "fish_pufferfish_raw",
"pufferfish_bucket": "bucketPuffer",
"tropical_fish": "fish_clownfish_raw",
"tropical_fish_bucket": "bucketTropical",
"fish_cod_raw": "fishRaw",
"cooked_cod": "fishCooked",
"minecart_normal": "minecart",
@@ -153,7 +163,7 @@
"porkchop": "porkchopRaw",
"map": "map_empty",
"filled_map_markings": "map_filled_markings",
"filled_map": "map",
"filled_map": "map_filled",
"glass_bottle": "glassBottle",
"dragon_breath": "dragonFireball",
"glistering_melon_slice": "speckledMelon",