BloodMagic/src/main/resources/assets/bloodmagic/blockstates/item/itempotionflask.json

18 lines
395 B
JSON
Raw Normal View History

2017-01-02 08:19:44 +00:00
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"normal": {
"textures": {
"layer0": "bloodmagic:items/PotionFlask_underlay",
"layer1": "bloodmagic:items/PotionFlask_outline",
"layer2": "bloodmagic:items/PotionFlask_overlay"
}
}
}
}
}