Nexan-s_Custom_Resources/assets/minecraft/models/item/amethyst_shard.json

11 lines
396 B
JSON
Raw Permalink Normal View History

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/amethyst_shard"
},
"overrides": [
{ "predicate": {"custom_model_data": 1}, "model": "custom:item/amethyst_shard_blue"},
{ "predicate": {"custom_model_data": 2}, "model": "custom:item/amethyst_shard_silver"},
{ "predicate": {"custom_model_data": 3}, "model": "custom:item/amethyst_shard_gold"}
]
}