add massive item

This commit is contained in:
2021-04-25 13:38:00 +08:00
parent 5908788ab0
commit b05bfd9d54
411 changed files with 2763 additions and 61 deletions

View File

@ -36,6 +36,7 @@ public class ItemsManager {
public static final Item WHITE_IRON_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item IRON_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item STARSILVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NOCTILUCOUS_JADE = new Item(new FabricItemSettings().group(ITEM_GROUP));
// ==================== weapon enhancement
public static final Item MYSTIC_ENHANCEMENT_ORE = new Item(new FabricItemSettings().group(ITEM_GROUP));
@ -50,6 +51,212 @@ public class ItemsManager {
public static final Item RADDISH = new SeedItem(BlocksManager.RADDISH, new FabricItemSettings().group(ITEM_GROUP).food((new FoodComponent.Builder()).hunger(1).saturationModifier(0.3F).build()));
public static final Item RICE_SEED = new SeedItem(BlocksManager.RICE, new FabricItemSettings().group(ITEM_GROUP));
public static final Item CALLA_LILY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item COR_LAPIS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DANDELION_SEED = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item JUEYUN_CHILI = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SMALL_LAMP_GRASS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MINT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PEPPER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FLOUR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SWEET_FLOWER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SMOKED_FOWL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BERRY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item ALMOND = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SNAPDRAGON = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TOFU = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MATSUTAKE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHRIMP_MEAT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CREAM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CRAB = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHEESE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PINECONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item JAM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SALT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BUTTER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item HAM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BACON = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SAUSAGE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FROG = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item ELECTRO_CRYSTAL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LIZARD_TAIL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_FLOWER_COROLLA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FLAMING_FLOWER_STAMEN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BUTTERFLY_WINGS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CRYSTAL_CORE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CRAB_ROE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LOACH_PEARL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BAMBOO_SHOOT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LUMINESCENT_SPINE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHILLED_MEAT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item STRANGE_TOOTH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VITALIZED_DRAGONTOOTH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item HORSETAIL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DUST_OF_AZOTH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NORTHLANDER_SWORD_BILLET = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NORTHLANDER_CLAYMORE_BILLET = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NORTHLANDER_POLEARM_BILLET = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NORTHLANDER_BOW_BILLET = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NORTHLANDER_CATALYST_BILLET = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SUNSETTIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CECILIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GLAZE_LILY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILANEMO_MUSHROOM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SILK_FLOWER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VALBERRY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item WINDWHEEL_ASTER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item WOLFHOOK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item QINGXIN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item STARCONCH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BRILLIANT_DIAMOND_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BRILLIANT_DIAMOND_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BRILLIANT_DIAMOND_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BRILLIANT_DIAMOND_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item AGNIDUS_AGATE_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item AGNIDUS_AGATE_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item AGNIDUS_AGATE_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item AGNIDUS_AGATE_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VARUNADA_LAZURITE_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VARUNADA_LAZURITE_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VARUNADA_LAZURITE_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VARUNADA_LAZURITE_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAJRADA_AMETHYST_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAJRADA_AMETHYST_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAJRADA_AMETHYST_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAJRADA_AMETHYST_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHIVADA_JADE_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHIVADA_JADE_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHIVADA_JADE_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHIVADA_JADE_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAYUDA_TURQUOISE_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAYUDA_TURQUOISE_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAYUDA_TURQUOISE_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item VAYUDA_TURQUOISE_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PRITHIVA_TOPAZ_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PRITHIVA_TOPAZ_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PRITHIVA_TOPAZ_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PRITHIVA_TOPAZ_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NAGADUS_EMERALD_SLIVER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NAGADUS_EMERALD_FRAGMENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NAGADUS_EMERALD_CHUNK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item NAGADUS_EMERALD_GEMSTONE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item EVERFLAME_SEED = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CLEANSING_HEART = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LIGHTNING_PRISM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item HOARFROST_CORE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item HURRICANE_SEED = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BASALT_PILLAR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item JUVENILE_JADE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CRYSTALLINE_BLOOM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DREAM_SOLVENT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SLIME_CONDENSATE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SLIME_SECRETIONS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SLIME_CONCENTRATE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DAMAGED_MASK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item STAINED_MASK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item OMINOUS_MASK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DIVINING_SCROLL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SEALED_SCROLL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FORBIDDEN_CURSE_SCROLL = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FIRM_ARROWHEAD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHARP_ARROWHEAD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item WEATHERED_ARROWHEAD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item RECRUITS_INSIGNIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SERGEANTS_INSIGNIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LIEUTENANTS_INSIGNIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TREASURE_HOARDER_INSIGNIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SILVER_RAVEN_INSIGNIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GOLDEN_RAVEN_INSIGNIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item WHOPPERFLOWER_NECTAR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHIMMERING_NECTAR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item ENERGY_NECTAR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GLOOMY_STATUETTE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DARK_STATUETTE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DEATHLY_STATUETTE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TEACHINGS_OF_BALLAD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GUIDE_TO_BALLAD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILOSOPHIES_OF_BALLAD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TEACHINGS_OF_DILIGENCE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GUIDE_TO_DILIGENCE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILOSOPHIES_OF_DILIGENCE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TEACHINGS_OF_FREEDOM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GUIDE_TO_FREEDOM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILOSOPHIES_OF_FREEDOM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TEACHINGS_OF_GOLD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GUIDE_TO_GOLD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILOSOPHIES_OF_GOLD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TEACHINGS_OF_PROSPERITY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GUIDE_TO_PROSPERITY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILOSOPHIES_OF_PROSPERITY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TEACHINGS_OF_RESISTANCE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GUIDE_TO_RESISTANCE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PHILOSOPHIES_OF_RESISTANCE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DVALINS_PLUME = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DVALINS_CLAW = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DVALINS_SIGH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TAIL_OF_BOREAS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item RING_OF_BOREAS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SPIRIT_LOCKET_OF_BOREAS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TUSK_OF_MONOCEROS_CAELI = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHARD_OF_A_FOUL_LEGACY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHADOW_OF_THE_WARRIOR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DRAGON_LORDS_CROWN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BLOODJADE_BRANCH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GILDED_SCALE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CROWN_OF_INSIGHT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item TILE_OF_DECARABIANS_TOWER = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DEBRIS_OF_DECARABIANS_CITY = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FRAGMENT_OF_DECARABIANS_EPIC = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SCATTERED_PIECE_OF_DECARABIANS_DREAM = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LUMINOUS_SANDS_FROM_GUYUN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LUSTROUS_STONE_FROM_GUYUN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item RELIC_FROM_GUYUN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DIVINE_BODY_FROM_GUYUN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BOREAL_WOLFS_MILK_TOOTH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BOREAL_WOLFS_CRACKED_TOOTH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BOREAL_WOLFS_BROKEN_FANG = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BOREAL_WOLFS_NOSTALGIA = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_VEILED_LEAD_ELIXIR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_VEILED_MERCURY_ELIXIR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_VEILED_GOLD_ELIXIR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_VEILED_PRIMO_ELIXIR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FETTERS_OF_THE_DANDELION_GLADIATOR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHAINS_OF_THE_DANDELION_GLADIATOR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item SHACKLES_OF_THE_DANDELION_GLADIATOR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DREAM_OF_THE_DANDELION_GLADIATOR = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item GRAIN_OF_AEROSIDERITE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item PIECE_OF_AEROSIDERITE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BIT_OF_AEROSIDERITE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHUNK_OF_AEROSIDERITE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item HEAVY_HORN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BLACK_BRONZE_HORN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item BLACK_CRYSTAL_HORN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DEAD_LEY_LINE_BRANCH = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item DEAD_LEY_LINE_LEAVES = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item LEY_LINE_SPROUT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHAOS_DEVICE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHAOS_CIRCUIT = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item CHAOS_CORE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_GRASS_POLLEN = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_GRASS = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item MIST_GRASS_WICK = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item HUNTERS_SACRIFICIAL_KNIFE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item AGENTS_SACRIFICIAL_KNIFE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item INSPECTORS_SACRIFICIAL_KNIFE = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FRAGILE_BONE_SHARD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item STURDY_BONE_SHARD = new Item(new FabricItemSettings().group(ITEM_GROUP));
public static final Item FOSSILIZED_BONE_SHARD = new Item(new FabricItemSettings().group(ITEM_GROUP));
// register func
public static void registerCompostableItem(float levelIncreaseChance, ItemConvertible item) {
ITEM_TO_LEVEL_INCREASE_CHANCE.put(item.asItem(), levelIncreaseChance);
}
@ -69,6 +276,8 @@ public class ItemsManager {
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "white_iron_chunk"), WHITE_IRON_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "iron_chunk"), IRON_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "starsilver"), STARSILVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "noctilucous_jade"), NOCTILUCOUS_JADE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "cor_lapis"), COR_LAPIS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mystic_enhancement_ore"), MYSTIC_ENHANCEMENT_ORE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "fine_enhancement_ore"), FINE_ENHANCEMENT_ORE);
@ -98,5 +307,208 @@ public class ItemsManager {
registerCompostableItem(0.65f, CABBAGE);
registerCompostableItem(0.65f, RADDISH);
registerCompostableItem(0.3f, RICE_SEED);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "calla_lily"), CALLA_LILY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dandelion_seed"), DANDELION_SEED);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "jueyun_chili"), JUEYUN_CHILI);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "small_lamp_grass"), SMALL_LAMP_GRASS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mint"), MINT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "pepper"), PEPPER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "flour"), FLOUR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sweet_flower"), SWEET_FLOWER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "smoked_fowl"), SMOKED_FOWL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "berry"), BERRY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "almond"), ALMOND);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "snapdragon"), SNAPDRAGON);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "tofu"), TOFU);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "matsutake"), MATSUTAKE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shrimp_meat"), SHRIMP_MEAT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "cream"), CREAM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "crab"), CRAB);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "cheese"), CHEESE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "pinecone"), PINECONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "jam"), JAM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "salt"), SALT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "butter"), BUTTER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "ham"), HAM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "bacon"), BACON);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sausage"), SAUSAGE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "frog"), FROG);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "electro_crystal"), ELECTRO_CRYSTAL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "lizard_tail"), LIZARD_TAIL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_flower_corolla"), MIST_FLOWER_COROLLA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "flaming_flower_stamen"), FLAMING_FLOWER_STAMEN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "butterfly_wings"), BUTTERFLY_WINGS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "crystal_core"), CRYSTAL_CORE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "crab_roe"), CRAB_ROE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "loach_pearl"), LOACH_PEARL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "bamboo_shoot"), BAMBOO_SHOOT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "luminescent_spine"), LUMINESCENT_SPINE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "chilled_meat"), CHILLED_MEAT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "strange_tooth"), STRANGE_TOOTH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vitalized_dragontooth"), VITALIZED_DRAGONTOOTH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "horsetail"), HORSETAIL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dust_of_azoth"), DUST_OF_AZOTH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "northlander_sword_billet"), NORTHLANDER_SWORD_BILLET);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "northlander_claymore_billet"), NORTHLANDER_CLAYMORE_BILLET);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "northlander_polearm_billet"), NORTHLANDER_POLEARM_BILLET);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "northlander_bow_billet"), NORTHLANDER_BOW_BILLET);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "northlander_catalyst_billet"), NORTHLANDER_CATALYST_BILLET);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sunsettia"), SUNSETTIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "cecilia"), CECILIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "glaze_lily"), GLAZE_LILY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philanemo_mushroom"), PHILANEMO_MUSHROOM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "silk_flower"), SILK_FLOWER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "valberry"), VALBERRY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "windwheel_aster"), WINDWHEEL_ASTER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "wolfhook"), WOLFHOOK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "qingxin"), QINGXIN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "starconch"), STARCONCH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "brilliant_diamond_sliver"), BRILLIANT_DIAMOND_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "brilliant_diamond_fragment"), BRILLIANT_DIAMOND_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "brilliant_diamond_chunk"), BRILLIANT_DIAMOND_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "brilliant_diamond_gemstone"), BRILLIANT_DIAMOND_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "agnidus_agate_sliver"), AGNIDUS_AGATE_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "agnidus_agate_fragment"), AGNIDUS_AGATE_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "agnidus_agate_chunk"), AGNIDUS_AGATE_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "agnidus_agate_gemstone"), AGNIDUS_AGATE_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "varunada_lazurite_sliver"), VARUNADA_LAZURITE_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "varunada_lazurite_fragment"), VARUNADA_LAZURITE_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "varunada_lazurite_chunk"), VARUNADA_LAZURITE_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "varunada_lazurite_gemstone"), VARUNADA_LAZURITE_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vajrada_amethyst_sliver"), VAJRADA_AMETHYST_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vajrada_amethyst_fragment"), VAJRADA_AMETHYST_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vajrada_amethyst_chunk"), VAJRADA_AMETHYST_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vajrada_amethyst_gemstone"), VAJRADA_AMETHYST_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shivada_jade_sliver"), SHIVADA_JADE_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shivada_jade_fragment"), SHIVADA_JADE_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shivada_jade_chunk"), SHIVADA_JADE_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shivada_jade_gemstone"), SHIVADA_JADE_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vayuda_turquoise_sliver"), VAYUDA_TURQUOISE_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vayuda_turquoise_fragment"), VAYUDA_TURQUOISE_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vayuda_turquoise_chunk"), VAYUDA_TURQUOISE_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "vayuda_turquoise_gemstone"), VAYUDA_TURQUOISE_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "prithiva_topaz_sliver"), PRITHIVA_TOPAZ_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "prithiva_topaz_fragment"), PRITHIVA_TOPAZ_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "prithiva_topaz_chunk"), PRITHIVA_TOPAZ_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "prithiva_topaz_gemstone"), PRITHIVA_TOPAZ_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "nagadus_emerald_sliver"), NAGADUS_EMERALD_SLIVER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "nagadus_emerald_fragment"), NAGADUS_EMERALD_FRAGMENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "nagadus_emerald_chunk"), NAGADUS_EMERALD_CHUNK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "nagadus_emerald_gemstone"), NAGADUS_EMERALD_GEMSTONE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "everflame_seed"), EVERFLAME_SEED);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "cleansing_heart"), CLEANSING_HEART);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "lightning_prism"), LIGHTNING_PRISM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "hoarfrost_core"), HOARFROST_CORE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "hurricane_seed"), HURRICANE_SEED);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "basalt_pillar"), BASALT_PILLAR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "juvenile_jade"), JUVENILE_JADE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "crystalline_bloom"), CRYSTALLINE_BLOOM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dream_solvent"), DREAM_SOLVENT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "slime_condensate"), SLIME_CONDENSATE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "slime_secretions"), SLIME_SECRETIONS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "slime_concentrate"), SLIME_CONCENTRATE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "damaged_mask"), DAMAGED_MASK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "stained_mask"), STAINED_MASK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "ominous_mask"), OMINOUS_MASK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "divining_scroll"), DIVINING_SCROLL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sealed_scroll"), SEALED_SCROLL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "forbidden_curse_scroll"), FORBIDDEN_CURSE_SCROLL);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "firm_arrowhead"), FIRM_ARROWHEAD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sharp_arrowhead"), SHARP_ARROWHEAD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "weathered_arrowhead"), WEATHERED_ARROWHEAD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "recruits_insignia"), RECRUITS_INSIGNIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sergeants_insignia"), SERGEANTS_INSIGNIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "lieutenants_insignia"), LIEUTENANTS_INSIGNIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "treasure_hoarder_insignia"), TREASURE_HOARDER_INSIGNIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "silver_raven_insignia"), SILVER_RAVEN_INSIGNIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "golden_raven_insignia"), GOLDEN_RAVEN_INSIGNIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "whopperflower_nectar"), WHOPPERFLOWER_NECTAR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shimmering_nectar"), SHIMMERING_NECTAR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "energy_nectar"), ENERGY_NECTAR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "gloomy_statuette"), GLOOMY_STATUETTE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dark_statuette"), DARK_STATUETTE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "deathly_statuette"), DEATHLY_STATUETTE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "teachings_of_ballad"), TEACHINGS_OF_BALLAD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "guide_to_ballad"), GUIDE_TO_BALLAD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philosophies_of_ballad"), PHILOSOPHIES_OF_BALLAD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "teachings_of_diligence"), TEACHINGS_OF_DILIGENCE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "guide_to_diligence"), GUIDE_TO_DILIGENCE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philosophies_of_diligence"), PHILOSOPHIES_OF_DILIGENCE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "teachings_of_freedom"), TEACHINGS_OF_FREEDOM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "guide_to_freedom"), GUIDE_TO_FREEDOM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philosophies_of_freedom"), PHILOSOPHIES_OF_FREEDOM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "teachings_of_gold"), TEACHINGS_OF_GOLD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "guide_to_gold"), GUIDE_TO_GOLD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philosophies_of_gold"), PHILOSOPHIES_OF_GOLD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "teachings_of_prosperity"), TEACHINGS_OF_PROSPERITY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "guide_to_prosperity"), GUIDE_TO_PROSPERITY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philosophies_of_prosperity"), PHILOSOPHIES_OF_PROSPERITY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "teachings_of_resistance"), TEACHINGS_OF_RESISTANCE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "guide_to_resistance"), GUIDE_TO_RESISTANCE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "philosophies_of_resistance"), PHILOSOPHIES_OF_RESISTANCE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dvalins_plume"), DVALINS_PLUME);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dvalins_claw"), DVALINS_CLAW);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dvalins_sigh"), DVALINS_SIGH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "tail_of_boreas"), TAIL_OF_BOREAS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "ring_of_boreas"), RING_OF_BOREAS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "spirit_locket_of_boreas"), SPIRIT_LOCKET_OF_BOREAS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "tusk_of_monoceros_caeli"), TUSK_OF_MONOCEROS_CAELI);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shard_of_a_foul_legacy"), SHARD_OF_A_FOUL_LEGACY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shadow_of_the_warrior"), SHADOW_OF_THE_WARRIOR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dragon_lords_crown"), DRAGON_LORDS_CROWN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "bloodjade_branch"), BLOODJADE_BRANCH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "gilded_scale"), GILDED_SCALE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "crown_of_insight"), CROWN_OF_INSIGHT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "tile_of_decarabians_tower"), TILE_OF_DECARABIANS_TOWER);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "debris_of_decarabians_city"), DEBRIS_OF_DECARABIANS_CITY);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "fragment_of_decarabians_epic"), FRAGMENT_OF_DECARABIANS_EPIC);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "scattered_piece_of_decarabians_dream"), SCATTERED_PIECE_OF_DECARABIANS_DREAM);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "luminous_sands_from_guyun"), LUMINOUS_SANDS_FROM_GUYUN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "lustrous_stone_from_guyun"), LUSTROUS_STONE_FROM_GUYUN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "relic_from_guyun"), RELIC_FROM_GUYUN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "divine_body_from_guyun"), DIVINE_BODY_FROM_GUYUN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "boreal_wolfs_milk_tooth"), BOREAL_WOLFS_MILK_TOOTH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "boreal_wolfs_cracked_tooth"), BOREAL_WOLFS_CRACKED_TOOTH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "boreal_wolfs_broken_fang"), BOREAL_WOLFS_BROKEN_FANG);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "boreal_wolfs_nostalgia"), BOREAL_WOLFS_NOSTALGIA);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_veiled_lead_elixir"), MIST_VEILED_LEAD_ELIXIR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_veiled_mercury_elixir"), MIST_VEILED_MERCURY_ELIXIR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_veiled_gold_elixir"), MIST_VEILED_GOLD_ELIXIR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_veiled_primo_elixir"), MIST_VEILED_PRIMO_ELIXIR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "fetters_of_the_dandelion_gladiator"), FETTERS_OF_THE_DANDELION_GLADIATOR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "chains_of_the_dandelion_gladiator"), CHAINS_OF_THE_DANDELION_GLADIATOR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "shackles_of_the_dandelion_gladiator"), SHACKLES_OF_THE_DANDELION_GLADIATOR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dream_of_the_dandelion_gladiator"), DREAM_OF_THE_DANDELION_GLADIATOR);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "grain_of_aerosiderite"), GRAIN_OF_AEROSIDERITE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "piece_of_aerosiderite"), PIECE_OF_AEROSIDERITE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "bit_of_aerosiderite"), BIT_OF_AEROSIDERITE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "chunk_of_aerosiderite"), CHUNK_OF_AEROSIDERITE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "heavy_horn"), HEAVY_HORN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "black_bronze_horn"), BLACK_BRONZE_HORN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "black_crystal_horn"), BLACK_CRYSTAL_HORN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dead_ley_line_branch"), DEAD_LEY_LINE_BRANCH);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "dead_ley_line_leaves"), DEAD_LEY_LINE_LEAVES);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "ley_line_sprout"), LEY_LINE_SPROUT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "chaos_device"), CHAOS_DEVICE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "chaos_circuit"), CHAOS_CIRCUIT);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "chaos_core"), CHAOS_CORE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_grass_pollen"), MIST_GRASS_POLLEN);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_grass"), MIST_GRASS);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "mist_grass_wick"), MIST_GRASS_WICK);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "hunters_sacrificial_knife"), HUNTERS_SACRIFICIAL_KNIFE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "agents_sacrificial_knife"), AGENTS_SACRIFICIAL_KNIFE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "inspectors_sacrificial_knife"), INSPECTORS_SACRIFICIAL_KNIFE);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "fragile_bone_shard"), FRAGILE_BONE_SHARD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "sturdy_bone_shard"), STURDY_BONE_SHARD);
Registry.register(Registry.ITEM, new Identifier("teyvatcraft", "fossilized_bone_shard"), FOSSILIZED_BONE_SHARD);
}
}

View File

@ -14,6 +14,8 @@
"item.teyvatcraft.white_iron_chunk": "White Iron Chunk",
"item.teyvatcraft.iron_chunk": "Iron Chunk",
"item.teyvatcraft.starsilver": "Starsilver",
"item.teyvatcraft.cor_lapis": "Cor Lapis",
"item.teyvatcraft.noctilucous_jade": "Noctilucous Jade",
"item.teyvatcraft.mystic_enhancement_ore": "Mystic Enhancement Ore",
"item.teyvatcraft.fine_enhancement_ore": "Fine Enhancement Ore",
@ -37,5 +39,208 @@
"item.teyvatcraft.onion": "Onion",
"item.teyvatcraft.cabbage": "Cabbage",
"item.teyvatcraft.raddish": "Raddish",
"item.teyvatcraft.rice_seed": "Rice Seed"
"item.teyvatcraft.rice_seed": "Rice Seed",
"item.teyvatcraft.calla_lily": "Calla Lily",
"item.teyvatcraft.dandelion_seed": "Dandelion Seed",
"item.teyvatcraft.jueyun_chili": "Jueyun Chili",
"item.teyvatcraft.small_lamp_grass": "Small Lamp Grass",
"item.teyvatcraft.mint": "Mint",
"item.teyvatcraft.pepper": "Pepper",
"item.teyvatcraft.flour": "Flour",
"item.teyvatcraft.sweet_flower": "Sweet Flower",
"item.teyvatcraft.smoked_fowl": "Smoked Fowl",
"item.teyvatcraft.berry": "Berry",
"item.teyvatcraft.almond": "Almond",
"item.teyvatcraft.snapdragon": "Snapdragon",
"item.teyvatcraft.tofu": "Tofu",
"item.teyvatcraft.matsutake": "Matsutake",
"item.teyvatcraft.shrimp_meat": "Shrimp Meat",
"item.teyvatcraft.cream": "Cream",
"item.teyvatcraft.crab": "Crab",
"item.teyvatcraft.cheese": "Cheese",
"item.teyvatcraft.pinecone": "Pinecone",
"item.teyvatcraft.jam": "Jam",
"item.teyvatcraft.salt": "Salt",
"item.teyvatcraft.butter": "Butter",
"item.teyvatcraft.ham": "Ham",
"item.teyvatcraft.bacon": "Bacon",
"item.teyvatcraft.sausage": "Sausage",
"item.teyvatcraft.frog": "Frog",
"item.teyvatcraft.electro_crystal": "Electro Crystal",
"item.teyvatcraft.lizard_tail": "Lizard Tail",
"item.teyvatcraft.mist_flower_corolla": "Mist Flower Corolla",
"item.teyvatcraft.flaming_flower_stamen": "Flaming Flower Stamen",
"item.teyvatcraft.butterfly_wings": "Butterfly Wings",
"item.teyvatcraft.crystal_core": "Crystal Core",
"item.teyvatcraft.crab_roe": "Crab Roe",
"item.teyvatcraft.loach_pearl": "Loach Pearl",
"item.teyvatcraft.bamboo_shoot": "Bamboo Shoot",
"item.teyvatcraft.luminescent_spine": "Luminescent Spine",
"item.teyvatcraft.chilled_meat": "Chilled Meat",
"item.teyvatcraft.strange_tooth": "Strange Tooth",
"item.teyvatcraft.vitalized_dragontooth": "Vitalized Dragontooth",
"item.teyvatcraft.horsetail": "Horsetail",
"item.teyvatcraft.dust_of_azoth": "Dust of Azoth",
"item.teyvatcraft.northlander_sword_billet": "Northlander Sword Billet",
"item.teyvatcraft.northlander_claymore_billet": "Northlander Claymore Billet",
"item.teyvatcraft.northlander_polearm_billet": "Northlander Polearm Billet",
"item.teyvatcraft.northlander_bow_billet": "Northlander Bow Billet",
"item.teyvatcraft.northlander_catalyst_billet": "Northlander Catalyst Billet",
"item.teyvatcraft.sunsettia": "Sunsettia",
"item.teyvatcraft.cecilia": "Cecilia",
"item.teyvatcraft.glaze_lily": "Glaze Lily",
"item.teyvatcraft.philanemo_mushroom": "Philanemo Mushroom",
"item.teyvatcraft.silk_flower": "Silk Flower",
"item.teyvatcraft.valberry": "Valberry",
"item.teyvatcraft.windwheel_aster": "Windwheel Aster",
"item.teyvatcraft.wolfhook": "Wolfhook",
"item.teyvatcraft.qingxin": "Qingxin",
"item.teyvatcraft.starconch": "Starconch",
"item.teyvatcraft.brilliant_diamond_sliver": "Brilliant Diamond Sliver",
"item.teyvatcraft.brilliant_diamond_fragment": "Brilliant Diamond Fragment",
"item.teyvatcraft.brilliant_diamond_chunk": "Brilliant Diamond Chunk",
"item.teyvatcraft.brilliant_diamond_gemstone": "Brilliant Diamond Gemstone",
"item.teyvatcraft.agnidus_agate_sliver": "Agnidus Agate Sliver",
"item.teyvatcraft.agnidus_agate_fragment": "Agnidus Agate Fragment",
"item.teyvatcraft.agnidus_agate_chunk": "Agnidus Agate Chunk",
"item.teyvatcraft.agnidus_agate_gemstone": "Agnidus Agate Gemstone",
"item.teyvatcraft.varunada_lazurite_sliver": "Varunada Lazurite Sliver",
"item.teyvatcraft.varunada_lazurite_fragment": "Varunada Lazurite Fragment",
"item.teyvatcraft.varunada_lazurite_chunk": "Varunada Lazurite Chunk",
"item.teyvatcraft.varunada_lazurite_gemstone": "Varunada Lazurite Gemstone",
"item.teyvatcraft.vajrada_amethyst_sliver": "Vajrada Amethyst Sliver",
"item.teyvatcraft.vajrada_amethyst_fragment": "Vajrada Amethyst Fragment",
"item.teyvatcraft.vajrada_amethyst_chunk": "Vajrada Amethyst Chunk",
"item.teyvatcraft.vajrada_amethyst_gemstone": "Vajrada Amethyst Gemstone",
"item.teyvatcraft.shivada_jade_sliver": "Shivada Jade Sliver",
"item.teyvatcraft.shivada_jade_fragment": "Shivada Jade Fragment",
"item.teyvatcraft.shivada_jade_chunk": "Shivada Jade Chunk",
"item.teyvatcraft.shivada_jade_gemstone": "Shivada Jade Gemstone",
"item.teyvatcraft.vayuda_turquoise_sliver": "Vayuda Turquoise Sliver",
"item.teyvatcraft.vayuda_turquoise_fragment": "Vayuda Turquoise Fragment",
"item.teyvatcraft.vayuda_turquoise_chunk": "Vayuda Turquoise Chunk",
"item.teyvatcraft.vayuda_turquoise_gemstone": "Vayuda Turquoise Gemstone",
"item.teyvatcraft.prithiva_topaz_sliver": "Prithiva Topaz Sliver",
"item.teyvatcraft.prithiva_topaz_fragment": "Prithiva Topaz Fragment",
"item.teyvatcraft.prithiva_topaz_chunk": "Prithiva Topaz Chunk",
"item.teyvatcraft.prithiva_topaz_gemstone": "Prithiva Topaz Gemstone",
"item.teyvatcraft.nagadus_emerald_sliver": "Nagadus Emerald Sliver",
"item.teyvatcraft.nagadus_emerald_fragment": "Nagadus Emerald Fragment",
"item.teyvatcraft.nagadus_emerald_chunk": "Nagadus Emerald Chunk",
"item.teyvatcraft.nagadus_emerald_gemstone": "Nagadus Emerald Gemstone",
"item.teyvatcraft.everflame_seed": "Everflame Seed",
"item.teyvatcraft.cleansing_heart": "Cleansing Heart",
"item.teyvatcraft.lightning_prism": "Lightning Prism",
"item.teyvatcraft.hoarfrost_core": "Hoarfrost Core",
"item.teyvatcraft.hurricane_seed": "Hurricane Seed",
"item.teyvatcraft.basalt_pillar": "Basalt Pillar",
"item.teyvatcraft.juvenile_jade": "Juvenile Jade",
"item.teyvatcraft.crystalline_bloom": "Crystalline Bloom",
"item.teyvatcraft.dream_solvent": "Dream Solvent",
"item.teyvatcraft.slime_condensate": "Slime Condensate",
"item.teyvatcraft.slime_secretions": "Slime Secretions",
"item.teyvatcraft.slime_concentrate": "Slime Concentrate",
"item.teyvatcraft.damaged_mask": "Damaged Mask",
"item.teyvatcraft.stained_mask": "Stained Mask",
"item.teyvatcraft.ominous_mask": "Ominous Mask",
"item.teyvatcraft.divining_scroll": "Divining Scroll",
"item.teyvatcraft.sealed_scroll": "Sealed Scroll",
"item.teyvatcraft.forbidden_curse_scroll": "Forbidden Curse Scroll",
"item.teyvatcraft.firm_arrowhead": "Firm Arrowhead",
"item.teyvatcraft.sharp_arrowhead": "Sharp Arrowhead",
"item.teyvatcraft.weathered_arrowhead": "Weathered Arrowhead",
"item.teyvatcraft.recruits_insignia": "Recruit's Insignia",
"item.teyvatcraft.sergeants_insignia": "Sergeant's Insignia",
"item.teyvatcraft.lieutenants_insignia": "Lieutenant's Insignia",
"item.teyvatcraft.treasure_hoarder_insignia": "Treasure Hoarder Insignia",
"item.teyvatcraft.silver_raven_insignia": "Silver Raven Insignia",
"item.teyvatcraft.golden_raven_insignia": "Golden Raven Insignia",
"item.teyvatcraft.whopperflower_nectar": "Whopperflower Nectar",
"item.teyvatcraft.shimmering_nectar": "Shimmering Nectar",
"item.teyvatcraft.energy_nectar": "Energy Nectar",
"item.teyvatcraft.gloomy_statuette": "Gloomy Statuette",
"item.teyvatcraft.dark_statuette": "Dark Statuette",
"item.teyvatcraft.deathly_statuette": "Deathly Statuette",
"item.teyvatcraft.teachings_of_ballad": "Teachings of Ballad",
"item.teyvatcraft.guide_to_ballad": "Guide to Ballad",
"item.teyvatcraft.philosophies_of_ballad": "Philosophies of Ballad",
"item.teyvatcraft.teachings_of_diligence": "Teachings of Diligence",
"item.teyvatcraft.guide_to_diligence": "Guide to Diligence",
"item.teyvatcraft.philosophies_of_diligence": "Philosophies of Diligence",
"item.teyvatcraft.teachings_of_freedom": "Teachings of Freedom",
"item.teyvatcraft.guide_to_freedom": "Guide to Freedom",
"item.teyvatcraft.philosophies_of_freedom": "Philosophies of Freedom",
"item.teyvatcraft.teachings_of_gold": "Teachings of Gold",
"item.teyvatcraft.guide_to_gold": "Guide to Gold",
"item.teyvatcraft.philosophies_of_gold": "Philosophies of Gold",
"item.teyvatcraft.teachings_of_prosperity": "Teachings of Prosperity",
"item.teyvatcraft.guide_to_prosperity": "Guide to Prosperity",
"item.teyvatcraft.philosophies_of_prosperity": "Philosophies of Prosperity",
"item.teyvatcraft.teachings_of_resistance": "Teachings of Resistance",
"item.teyvatcraft.guide_to_resistance": "Guide to Resistance",
"item.teyvatcraft.philosophies_of_resistance": "Philosophies of Resistance",
"item.teyvatcraft.dvalins_plume": "Dvalin's Plume",
"item.teyvatcraft.dvalins_claw": "Dvalin's Claw",
"item.teyvatcraft.dvalins_sigh": "Dvalin's Sigh",
"item.teyvatcraft.tail_of_boreas": "Tail of Boreas",
"item.teyvatcraft.ring_of_boreas": "Ring of Boreas",
"item.teyvatcraft.spirit_locket_of_boreas": "Spirit Locket of Boreas",
"item.teyvatcraft.tusk_of_monoceros_caeli": "Tusk of Monoceros Caeli",
"item.teyvatcraft.shard_of_a_foul_legacy": "Shard of a Foul Legacy",
"item.teyvatcraft.shadow_of_the_warrior": "Shadow of the Warrior",
"item.teyvatcraft.dragon_lords_crown": "Dragon Lord's Crown",
"item.teyvatcraft.bloodjade_branch": "Bloodjade Branch",
"item.teyvatcraft.gilded_scale": "Gilded Scale",
"item.teyvatcraft.crown_of_insight": "Crown of Insight",
"item.teyvatcraft.tile_of_decarabians_tower": "Tile of Decarabian's Tower",
"item.teyvatcraft.debris_of_decarabians_city": "Debris of Decarabian's City",
"item.teyvatcraft.fragment_of_decarabians_epic": "Fragment of Decarabian's Epic",
"item.teyvatcraft.scattered_piece_of_decarabians_dream": "Scattered Piece of Decarabian's Dream",
"item.teyvatcraft.luminous_sands_from_guyun": "Luminous Sands from Guyun",
"item.teyvatcraft.lustrous_stone_from_guyun": "Lustrous Stone from Guyun",
"item.teyvatcraft.relic_from_guyun": "Relic from Guyun",
"item.teyvatcraft.divine_body_from_guyun": "Divine Body from Guyun",
"item.teyvatcraft.boreal_wolfs_milk_tooth": "Boreal Wolf's Milk Tooth",
"item.teyvatcraft.boreal_wolfs_cracked_tooth": "Boreal Wolf's Cracked Tooth",
"item.teyvatcraft.boreal_wolfs_broken_fang": "Boreal Wolf's Broken Fang",
"item.teyvatcraft.boreal_wolfs_nostalgia": "Boreal Wolf's Nostalgia",
"item.teyvatcraft.mist_veiled_lead_elixir": "Mist Veiled Lead Elixir",
"item.teyvatcraft.mist_veiled_mercury_elixir": "Mist Veiled Mercury Elixir",
"item.teyvatcraft.mist_veiled_gold_elixir": "Mist Veiled Gold Elixir",
"item.teyvatcraft.mist_veiled_primo_elixir": "Mist Veiled Primo Elixir",
"item.teyvatcraft.fetters_of_the_dandelion_gladiator": "Fetters of the Dandelion Gladiator",
"item.teyvatcraft.chains_of_the_dandelion_gladiator": "Chains of the Dandelion Gladiator",
"item.teyvatcraft.shackles_of_the_dandelion_gladiator": "Shackles of the Dandelion Gladiator",
"item.teyvatcraft.dream_of_the_dandelion_gladiator": "Dream of the Dandelion Gladiator",
"item.teyvatcraft.grain_of_aerosiderite": "Grain of Aerosiderite",
"item.teyvatcraft.piece_of_aerosiderite": "Piece of Aerosiderite",
"item.teyvatcraft.bit_of_aerosiderite": "Bit of Aerosiderite",
"item.teyvatcraft.chunk_of_aerosiderite": "Chunk of Aerosiderite",
"item.teyvatcraft.heavy_horn": "Heavy Horn",
"item.teyvatcraft.black_bronze_horn": "Black Bronze Horn",
"item.teyvatcraft.black_crystal_horn": "Black Crystal Horn",
"item.teyvatcraft.dead_ley_line_branch": "Dead Ley Line Branch",
"item.teyvatcraft.dead_ley_line_leaves": "Dead Ley Line Leaves",
"item.teyvatcraft.ley_line_sprout": "Ley Line Sprout",
"item.teyvatcraft.chaos_device": "Chaos Device",
"item.teyvatcraft.chaos_circuit": "Chaos Circuit",
"item.teyvatcraft.chaos_core": "Chaos Core",
"item.teyvatcraft.mist_grass_pollen": "Mist Grass Pollen",
"item.teyvatcraft.mist_grass": "Mist Grass",
"item.teyvatcraft.mist_grass_wick": "Mist Grass Wick",
"item.teyvatcraft.hunters_sacrificial_knife": "Hunter's Sacrificial Knife",
"item.teyvatcraft.agents_sacrificial_knife": "Agent's Sacrificial Knife",
"item.teyvatcraft.inspectors_sacrificial_knife": "Inspector's Sacrificial Knife",
"item.teyvatcraft.fragile_bone_shard": "Fragile Bone Shard",
"item.teyvatcraft.sturdy_bone_shard": "Sturdy Bone Shard",
"item.teyvatcraft.fossilized_bone_shard": "Fossilized Bone Shard"
}

View File

@ -14,6 +14,8 @@
"item.teyvatcraft.white_iron_chunk": "白铁块",
"item.teyvatcraft.iron_chunk": "铁块",
"item.teyvatcraft.starsilver": "星银矿石",
"item.teyvatcraft.noctilucous_jade": "夜泊石",
"item.teyvatcraft.cor_lapis": "石珀",
"item.teyvatcraft.mystic_enhancement_ore": "精锻用魔矿",
"item.teyvatcraft.fine_enhancement_ore": "精锻用良矿",
@ -25,17 +27,219 @@
"block.teyvatcraft.iron_chunk_ore": "铁块原矿",
"block.teyvatcraft.starsilver_ore": "星银矿石原矿",
"block.teyvatcraft.rice": "Rice",
"block.teyvatcraft.tomato": "Tomato",
"block.teyvatcraft.onion": "Onion",
"block.teyvatcraft.cabbage": "Cabbage",
"block.teyvatcraft.raddish": "Raddish",
"block.teyvatcraft.rice_seed": "Rice Seed",
"block.teyvatcraft.rice": "稻米",
"block.teyvatcraft.tomato": "番茄",
"block.teyvatcraft.onion": "洋葱",
"block.teyvatcraft.cabbage": "卷心菜",
"block.teyvatcraft.raddish": "白萝卜",
"item.teyvatcraft.rice": "稻米",
"item.teyvatcraft.tomato": "番茄",
"item.teyvatcraft.onion": "洋葱",
"item.teyvatcraft.cabbage": "卷心菜",
"item.teyvatcraft.raddish": "白萝卜",
"item.teyvatcraft.rice_seed": "稻米种子",
"item.teyvatcraft.calla_lily": "嘟嘟莲",
"item.teyvatcraft.dandelion_seed": "蒲公英籽",
"item.teyvatcraft.jueyun_chili": "绝云椒椒",
"item.teyvatcraft.small_lamp_grass": "小灯草",
"item.teyvatcraft.mint": "薄荷",
"item.teyvatcraft.pepper": "胡椒",
"item.teyvatcraft.flour": "面粉",
"item.teyvatcraft.sweet_flower": "甜甜花",
"item.teyvatcraft.smoked_fowl": "熏禽肉",
"item.teyvatcraft.berry": "树莓",
"item.teyvatcraft.almond": "杏仁",
"item.teyvatcraft.snapdragon": "金鱼草",
"item.teyvatcraft.tofu": "豆腐",
"item.teyvatcraft.matsutake": "松茸",
"item.teyvatcraft.shrimp_meat": "虾仁",
"item.teyvatcraft.cream": "奶油",
"item.teyvatcraft.crab": "螃蟹",
"item.teyvatcraft.cheese": "奶酪",
"item.teyvatcraft.pinecone": "松果",
"item.teyvatcraft.jam": "果酱",
"item.teyvatcraft.salt": "盐",
"item.teyvatcraft.butter": "黄油",
"item.teyvatcraft.ham": "火腿",
"item.teyvatcraft.bacon": "培根",
"item.teyvatcraft.sausage": "香肠",
"item.teyvatcraft.frog": "青蛙",
"item.teyvatcraft.electro_crystal": "电气水晶",
"item.teyvatcraft.lizard_tail": "蜥蜴尾巴",
"item.teyvatcraft.mist_flower_corolla": "冰雾花花朵",
"item.teyvatcraft.flaming_flower_stamen": "烈焰花花蕊",
"item.teyvatcraft.butterfly_wings": "蝴蝶翅膀",
"item.teyvatcraft.crystal_core": "晶核",
"item.teyvatcraft.crab_roe": "蟹黄",
"item.teyvatcraft.loach_pearl": "鳅鳅宝玉",
"item.teyvatcraft.bamboo_shoot": "竹笋",
"item.teyvatcraft.luminescent_spine": "发光髓",
"item.teyvatcraft.chilled_meat": "「冷鲜肉」",
"item.teyvatcraft.strange_tooth": "奇异的「牙齿」",
"item.teyvatcraft.vitalized_dragontooth": "汲取了生命力的龙牙",
"item.teyvatcraft.horsetail": "马尾",
"item.teyvatcraft.dust_of_azoth": "嬗变之尘",
"item.teyvatcraft.northlander_sword_billet": "北陆单手剑原胚",
"item.teyvatcraft.northlander_claymore_billet": "北陆双手剑原胚",
"item.teyvatcraft.northlander_polearm_billet": "北陆长柄武器原胚",
"item.teyvatcraft.northlander_bow_billet": "北陆弓原胚",
"item.teyvatcraft.northlander_catalyst_billet": "北陆法器原胚",
"item.teyvatcraft.sunsettia": "日落果",
"item.teyvatcraft.cecilia": "塞西莉亚花",
"item.teyvatcraft.glaze_lily": "琉璃百合",
"item.teyvatcraft.philanemo_mushroom": "慕风蘑菇",
"item.teyvatcraft.silk_flower": "霓裳花",
"item.teyvatcraft.valberry": "落落莓",
"item.teyvatcraft.windwheel_aster": "风车菊",
"item.teyvatcraft.wolfhook": "钩钩果",
"item.teyvatcraft.qingxin": "清心",
"item.teyvatcraft.starconch": "星螺",
"item.teyvatcraft.brilliant_diamond_sliver": "璀璨原钻碎屑",
"item.teyvatcraft.brilliant_diamond_fragment": "璀璨原钻断片",
"item.teyvatcraft.brilliant_diamond_chunk": "璀璨原钻块",
"item.teyvatcraft.brilliant_diamond_gemstone": "璀璨原钻",
"item.teyvatcraft.agnidus_agate_sliver": "燃愿玛瑙碎屑",
"item.teyvatcraft.agnidus_agate_fragment": "燃愿玛瑙断片",
"item.teyvatcraft.agnidus_agate_chunk": "燃愿玛瑙块",
"item.teyvatcraft.agnidus_agate_gemstone": "燃愿玛瑙",
"item.teyvatcraft.varunada_lazurite_sliver": "涤净青金碎屑",
"item.teyvatcraft.varunada_lazurite_fragment": "涤净青金断片",
"item.teyvatcraft.varunada_lazurite_chunk": "涤净青金块",
"item.teyvatcraft.varunada_lazurite_gemstone": "涤净青金",
"item.teyvatcraft.vajrada_amethyst_sliver": "最胜紫晶碎屑",
"item.teyvatcraft.vajrada_amethyst_fragment": "最胜紫晶断片",
"item.teyvatcraft.vajrada_amethyst_chunk": "最胜紫晶块",
"item.teyvatcraft.vajrada_amethyst_gemstone": "最胜紫晶",
"item.teyvatcraft.shivada_jade_sliver": "哀叙冰玉碎屑",
"item.teyvatcraft.shivada_jade_fragment": "哀叙冰玉断片",
"item.teyvatcraft.shivada_jade_chunk": "哀叙冰玉块",
"item.teyvatcraft.shivada_jade_gemstone": "哀叙冰玉",
"item.teyvatcraft.vayuda_turquoise_sliver": "自在松石碎屑",
"item.teyvatcraft.vayuda_turquoise_fragment": "自在松石断片",
"item.teyvatcraft.vayuda_turquoise_chunk": "自在松石块",
"item.teyvatcraft.vayuda_turquoise_gemstone": "自在松石",
"item.teyvatcraft.prithiva_topaz_sliver": "坚牢黄玉碎屑",
"item.teyvatcraft.prithiva_topaz_fragment": "坚牢黄玉断片",
"item.teyvatcraft.prithiva_topaz_chunk": "坚牢黄玉块",
"item.teyvatcraft.prithiva_topaz_gemstone": "坚牢黄玉",
"item.teyvatcraft.nagadus_emerald_sliver": "生长碧翡碎屑",
"item.teyvatcraft.nagadus_emerald_fragment": "生长碧翡断片",
"item.teyvatcraft.nagadus_emerald_chunk": "生长碧翡块",
"item.teyvatcraft.nagadus_emerald_gemstone": "生长碧翡",
"item.teyvatcraft.everflame_seed": "常燃火种",
"item.teyvatcraft.cleansing_heart": "净水之心",
"item.teyvatcraft.lightning_prism": "雷光棱镜",
"item.teyvatcraft.hoarfrost_core": "极寒之核",
"item.teyvatcraft.hurricane_seed": "飓风之种",
"item.teyvatcraft.basalt_pillar": "玄岩之塔",
"item.teyvatcraft.juvenile_jade": "未熟之玉",
"item.teyvatcraft.crystalline_bloom": "晶凝之华",
"item.teyvatcraft.dream_solvent": "异梦溶媒",
"item.teyvatcraft.slime_condensate": "史莱姆凝液",
"item.teyvatcraft.slime_secretions": "史莱姆清",
"item.teyvatcraft.slime_concentrate": "史莱姆原浆",
"item.teyvatcraft.damaged_mask": "破损的面具",
"item.teyvatcraft.stained_mask": "污秽的面具",
"item.teyvatcraft.ominous_mask": "不祥的面具",
"item.teyvatcraft.divining_scroll": "导能绘卷",
"item.teyvatcraft.sealed_scroll": "封魔绘卷",
"item.teyvatcraft.forbidden_curse_scroll": "禁咒绘卷",
"item.teyvatcraft.firm_arrowhead": "牢固的箭簇",
"item.teyvatcraft.sharp_arrowhead": "锐利的箭簇",
"item.teyvatcraft.weathered_arrowhead": "历战的箭簇",
"item.teyvatcraft.recruits_insignia": "新兵的徽记",
"item.teyvatcraft.sergeants_insignia": "士官的徽记",
"item.teyvatcraft.lieutenants_insignia": "尉官的徽记",
"item.teyvatcraft.treasure_hoarder_insignia": "寻宝鸦印",
"item.teyvatcraft.silver_raven_insignia": "藏银鸦印",
"item.teyvatcraft.golden_raven_insignia": "攫金鸦印",
"item.teyvatcraft.whopperflower_nectar": "骗骗花蜜",
"item.teyvatcraft.shimmering_nectar": "微光花蜜",
"item.teyvatcraft.energy_nectar": "原素花蜜",
"item.teyvatcraft.gloomy_statuette": "晦暗刻像",
"item.teyvatcraft.dark_statuette": "夤夜刻像",
"item.teyvatcraft.deathly_statuette": "幽邃刻像",
"item.teyvatcraft.teachings_of_ballad": "「诗文」的教导",
"item.teyvatcraft.guide_to_ballad": "「诗文」的指引",
"item.teyvatcraft.philosophies_of_ballad": "「诗文」的哲学",
"item.teyvatcraft.teachings_of_diligence": "「勤劳」的教导",
"item.teyvatcraft.guide_to_diligence": "「勤劳」的指引",
"item.teyvatcraft.philosophies_of_diligence": "「勤劳」的哲学",
"item.teyvatcraft.teachings_of_freedom": "「自由」的教导",
"item.teyvatcraft.guide_to_freedom": "「自由」的指引",
"item.teyvatcraft.philosophies_of_freedom": "「自由」的哲学",
"item.teyvatcraft.teachings_of_gold": "「黄金」的教导",
"item.teyvatcraft.guide_to_gold": "「黄金」的指引",
"item.teyvatcraft.philosophies_of_gold": "「黄金」的哲学",
"item.teyvatcraft.teachings_of_prosperity": "「繁荣」的教导",
"item.teyvatcraft.guide_to_prosperity": "「繁荣」的指引",
"item.teyvatcraft.philosophies_of_prosperity": "「繁荣」的哲学",
"item.teyvatcraft.teachings_of_resistance": "「抗争」的教导",
"item.teyvatcraft.guide_to_resistance": "「抗争」的指引",
"item.teyvatcraft.philosophies_of_resistance": "「抗争」的哲学",
"item.teyvatcraft.dvalins_plume": "东风之翎",
"item.teyvatcraft.dvalins_claw": "东风之爪",
"item.teyvatcraft.dvalins_sigh": "东风的吐息",
"item.teyvatcraft.tail_of_boreas": "北风之尾",
"item.teyvatcraft.ring_of_boreas": "北风之环",
"item.teyvatcraft.spirit_locket_of_boreas": "北风的魂匣",
"item.teyvatcraft.tusk_of_monoceros_caeli": "吞天之鲸·只角",
"item.teyvatcraft.shard_of_a_foul_legacy": "魔王之刃·残片",
"item.teyvatcraft.shadow_of_the_warrior": "武炼之魂·孤影",
"item.teyvatcraft.dragon_lords_crown": "龙王之冕",
"item.teyvatcraft.bloodjade_branch": "血玉之枝",
"item.teyvatcraft.gilded_scale": "鎏金之鳞",
"item.teyvatcraft.crown_of_insight": "智识之冕",
"item.teyvatcraft.tile_of_decarabians_tower": "高塔孤王的破瓦",
"item.teyvatcraft.debris_of_decarabians_city": "高塔孤王的残垣",
"item.teyvatcraft.fragment_of_decarabians_epic": "高塔孤王的断片",
"item.teyvatcraft.scattered_piece_of_decarabians_dream": "高塔孤王的碎梦",
"item.teyvatcraft.luminous_sands_from_guyun": "孤云寒林的光砂",
"item.teyvatcraft.lustrous_stone_from_guyun": "孤云寒林的辉岩",
"item.teyvatcraft.relic_from_guyun": "孤云寒林的圣骸",
"item.teyvatcraft.divine_body_from_guyun": "孤云寒林的神体",
"item.teyvatcraft.boreal_wolfs_milk_tooth": "凛风奔狼的始龀",
"item.teyvatcraft.boreal_wolfs_cracked_tooth": "凛风奔狼的裂齿",
"item.teyvatcraft.boreal_wolfs_broken_fang": "凛风奔狼的断牙",
"item.teyvatcraft.boreal_wolfs_nostalgia": "凛风奔狼的怀乡",
"item.teyvatcraft.mist_veiled_lead_elixir": "雾海云间的铅丹",
"item.teyvatcraft.mist_veiled_mercury_elixir": "雾海云间的汞丹",
"item.teyvatcraft.mist_veiled_gold_elixir": "雾海云间的金丹",
"item.teyvatcraft.mist_veiled_primo_elixir": "雾海云间的转还",
"item.teyvatcraft.fetters_of_the_dandelion_gladiator": "狮牙斗士的枷锁",
"item.teyvatcraft.chains_of_the_dandelion_gladiator": "狮牙斗士的铁链",
"item.teyvatcraft.shackles_of_the_dandelion_gladiator": "狮牙斗士的镣铐",
"item.teyvatcraft.dream_of_the_dandelion_gladiator": "狮牙斗士的理想",
"item.teyvatcraft.grain_of_aerosiderite": "漆黑陨铁的一粒",
"item.teyvatcraft.piece_of_aerosiderite": "漆黑陨铁的一片",
"item.teyvatcraft.bit_of_aerosiderite": "漆黑陨铁的一角",
"item.teyvatcraft.chunk_of_aerosiderite": "漆黑陨铁的一块",
"item.teyvatcraft.heavy_horn": "沉重号角",
"item.teyvatcraft.black_bronze_horn": "黑铜号角",
"item.teyvatcraft.black_crystal_horn": "黑晶号角",
"item.teyvatcraft.dead_ley_line_branch": "地脉的旧枝",
"item.teyvatcraft.dead_ley_line_leaves": "地脉的枯叶",
"item.teyvatcraft.ley_line_sprout": "地脉的新芽",
"item.teyvatcraft.chaos_device": "混沌装置",
"item.teyvatcraft.chaos_circuit": "混沌回路",
"item.teyvatcraft.chaos_core": "混沌炉心",
"item.teyvatcraft.mist_grass_pollen": "雾虚花粉",
"item.teyvatcraft.mist_grass": "雾虚草囊",
"item.teyvatcraft.mist_grass_wick": "雾虚灯芯",
"item.teyvatcraft.hunters_sacrificial_knife": "猎兵祭刀",
"item.teyvatcraft.agents_sacrificial_knife": "特工祭刀",
"item.teyvatcraft.inspectors_sacrificial_knife": "督察长祭刀",
"item.teyvatcraft.fragile_bone_shard": "脆弱的骨片",
"item.teyvatcraft.sturdy_bone_shard": "结实的骨片",
"item.teyvatcraft.fossilized_bone_shard": "石化的骨片"
"item.teyvatcraft.rice": "Rice",
"item.teyvatcraft.tomato": "Tomato",
"item.teyvatcraft.onion": "Onion",
"item.teyvatcraft.cabbage": "Cabbage",
"item.teyvatcraft.raddish": "Raddish",
"item.teyvatcraft.rice_seed": "Rice Seed"
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/agents_sacrificial_knife"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/agnidus_agate_chunk"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/agnidus_agate_fragment"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/agnidus_agate_gemstone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/agnidus_agate_sliver"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/almond"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/bacon"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/bamboo_shoot"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/basalt_pillar"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/berry"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/bit_of_aerosiderite"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/black_bronze_horn"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/black_crystal_horn"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/bloodjade_branch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/boreal_wolfs_broken_fang"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/boreal_wolfs_cracked_tooth"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/boreal_wolfs_milk_tooth"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/boreal_wolfs_nostalgia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/brilliant_diamond_chunk"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/brilliant_diamond_fragment"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/brilliant_diamond_gemstone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/brilliant_diamond_sliver"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/butter"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/butterfly_wings"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "teyvatcraft:item/cabbage"
}
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/cabbage"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/calla_lily"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/cecilia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/chains_of_the_dandelion_gladiator"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/chaos_circuit"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/chaos_core"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/chaos_device"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/cheese"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/chilled_meat"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/chunk_of_aerosiderite"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/cleansing_heart"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/cor_lapis"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/crab"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/crab_roe"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/cream"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/crown_of_insight"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "teyvatcraft:item/crystal_chunk"
}
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/crystal_chunk"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/crystal_core"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/crystalline_bloom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/damaged_mask"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dandelion_seed"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dark_statuette"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dead_ley_line_branch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dead_ley_line_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/deathly_statuette"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/debris_of_decarabians_city"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/divine_body_from_guyun"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/divining_scroll"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dragon_lords_crown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dream_of_the_dandelion_gladiator"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dream_solvent"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dust_of_azoth"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dvalins_claw"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dvalins_plume"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/dvalins_sigh"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/electro_crystal"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/energy_nectar"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/everflame_seed"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/fetters_of_the_dandelion_gladiator"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/firm_arrowhead"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/flaming_flower_stamen"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/flour"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/forbidden_curse_scroll"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/fossilized_bone_shard"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/fragile_bone_shard"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/fragment_of_decarabians_epic"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/frog"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/gilded_scale"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/glaze_lily"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/gloomy_statuette"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/golden_raven_insignia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/grain_of_aerosiderite"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/guide_to_ballad"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/guide_to_diligence"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/guide_to_freedom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/guide_to_gold"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/guide_to_prosperity"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/guide_to_resistance"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/ham"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/heavy_horn"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/hoarfrost_core"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/horsetail"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/hunters_sacrificial_knife"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/hurricane_seed"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/inspectors_sacrificial_knife"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "teyvatcraft:item/iron_chunk"
}
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/iron_chunk"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/jam"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/jueyun_chili"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/juvenile_jade"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/ley_line_sprout"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/lieutenants_insignia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/lightning_prism"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "teyvatcraft:item/lizard_tail"
}
}

Some files were not shown because too many files have changed in this diff Show More