updated state doesn't seem to be working

This commit is contained in:
Mohammad-Ali Minaie
2018-03-10 23:21:12 -05:00
parent cadbe7e204
commit 117b3fd0f3
3 changed files with 10 additions and 3 deletions

View File

@@ -2,19 +2,20 @@
"forge_marker":1,
"variants": {
"normal": {
"model": "forgecraft:crucibleshut",
"active": {
"true": {
"textures": {
"particle": "forgecraft:blocks/stone_slab_hot",
"texture": "forgecraft:blocks/stone_slab_hot"
}
},
"model": "forgecraft:crucibleshut"
},
"false": {
"textures": {
"particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab"
}
},
"model": "forgecraft:crucibleshut"
}
}
}