Fix compile/model errors

This commit is contained in:
Nicholas Ignoffo 2017-01-02 02:07:52 -08:00
parent 78093631c5
commit e845332846
11 changed files with 25 additions and 18 deletions

View file

@ -5,13 +5,18 @@
"transform": "forge:default-item"
},
"variants": {
"type": {
"normal": {
"full": {
"true": {
"textures": {
"layer0": "bloodmagic:items/PotionFlask_underlay",
"layer1": "bloodmagic:items/PotionFlask_outline",
"layer2": "bloodmagic:items/PotionFlask_overlay"
}
},
"false": {
"textures": {
"layer0": "bloodmagic:items/PotionFlask_outline"
}
}
}
}