fixed rendering issue with placing crucible again aslo it wont change color

This commit is contained in:
Mohammad-Ali Minaie
2018-02-25 16:20:26 -05:00
parent ebad0995ef
commit 4bb3b25286
5 changed files with 28 additions and 21 deletions

View File

@@ -7,7 +7,6 @@
}
},
"variants": {
"normal": { "model": "forgecraft:crucibleshut" },
"inventory": { "model": "forgecraft:item/itemnbtcrucible" }
"normal": { "model": "forgecraft:crucibleshut" }
}
}

View File

@@ -1,8 +1,13 @@
{
"forge_marker":1,
"parent": "forgecraft:block/crucibleshut",
"textures": {
"particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab"
},
"parent": "forgecraft:block/crucibleshut"
}
"overrides": [
{"predicate": {"type": 0.0},"model": "forgecraft:item/nbtcrucible/nbtcrucible_0"},
{"predicate": {"type": 0.1},"model": "forgecraft:item/nbtcrucible/nbtcrucible_1"}
]
}