Add SteamWar Texture pack for pack version 9
This commit is contained in:
23
9/assets/minecraft/models/item/cauldron.json
Normal file
23
9/assets/minecraft/models/item/cauldron.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/cauldron"
|
||||
},
|
||||
"overrides":
|
||||
[
|
||||
{
|
||||
"predicate":
|
||||
{
|
||||
"custom_model_data":1
|
||||
},
|
||||
"model": "item/cauldron/1"
|
||||
},
|
||||
{
|
||||
"predicate":
|
||||
{
|
||||
"custom_model_data":2
|
||||
},
|
||||
"model": "item/cauldron/2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user