trying to render the crucible
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"normal": { "model": "forgecraft:crucibleshut" }
|
||||
"normal": { "model": "forgecraft:crucibleshut" },
|
||||
"inventory": { "model": "forgecraft:item/itemnbtcrucible" }
|
||||
}
|
||||
}
|
||||
@@ -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"}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:block/crucibleshut",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/stone_slab_hot",
|
||||
"texture": "forgecraft:blocks/stone_slab_hot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "forgecraft:block/crucibleshut"
|
||||
}
|
||||
Reference in New Issue
Block a user