trying to render the crucible

This commit is contained in:
Mohammad-Ali Minaie
2018-02-25 14:51:23 -05:00
parent 30dba0752e
commit 0d7b17305e
7 changed files with 27 additions and 25 deletions

View File

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

View File

@@ -0,0 +1,7 @@
{
"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"}
]
}

View File

@@ -1,8 +1,7 @@
{
"forge_marker":1,
"parent": "forgecraft:block/crucibleshut",
"textures": {
"particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab"
},
"parent": "forgecraft:block/crucibleshut"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "forgecraft:block/crucibleshut",
"textures": {
"particle": "forgecraft:blocks/stone_slab_hot",
"texture": "forgecraft:blocks/stone_slab_hot"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "forgecraft:block/crucibleshut"
}