Edit textures to be: JSON 复制 "textures": { "default": "textures/items/custom_chestplate.png", "dyed": "textures/items/custom_chestplate_grayscale.tga" }, Add scripts: JSON 复制 "scripts": { "pre_animation": [ "variable.is_dyed = query.armor_color_slot(1, 0) != 0.0 || ...
It's possible to customize or create items in Minecraft, just like you can create custom blocks and entities.This tutorial shows you how to create the structure and files needed for the add-on packs for different items. Different types of items require different files, depending on what ...