You've already forked minecraft-assets
Create/Update assets for version 25w09a
This commit is contained in:
161
assets/minecraft/items/leather_boots.json
Normal file
161
assets/minecraft/items/leather_boots.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_quartz_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_iron_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_netherite_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_redstone_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_copper_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_gold_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_emerald_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_diamond_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_lapis_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_amethyst_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots_resin_trim",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/leather_boots",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:dye",
|
||||
"default": -6265536
|
||||
}
|
||||
]
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user