Fixed Umbran Wood slabs
This commit is contained in:
parent
abe54ad1ca
commit
51a9f21f6c
5 changed files with 17 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
"variants": {
|
||||
"variant=sacred_oak": { "model": "biomesoplenty:sacred_oak_planks" },
|
||||
"variant=cherry": { "model": "biomesoplenty:cherry_planks" },
|
||||
"variant=dark": { "model": "biomesoplenty:dark_planks" },
|
||||
"variant=umbran": { "model": "biomesoplenty:umbran_planks" },
|
||||
"variant=fir": { "model": "biomesoplenty:fir_planks" },
|
||||
"variant=ethereal": { "model": "biomesoplenty:ethereal_planks" },
|
||||
"variant=magic": { "model": "biomesoplenty:magic_planks" },
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"parent": "block/half_slab",
|
||||
"textures": {
|
||||
"bottom": "biomesoplenty:blocks/dark_planks",
|
||||
"top": "biomesoplenty:blocks/dark_planks",
|
||||
"side": "biomesoplenty:blocks/dark_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/half_slab",
|
||||
"textures": {
|
||||
"bottom": "biomesoplenty:blocks/umbran_planks",
|
||||
"top": "biomesoplenty:blocks/umbran_planks",
|
||||
"side": "biomesoplenty:blocks/umbran_planks"
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"parent": "block/upper_slab",
|
||||
"textures": {
|
||||
"bottom": "biomesoplenty:blocks/dark_planks",
|
||||
"top": "biomesoplenty:blocks/dark_planks",
|
||||
"side": "biomesoplenty:blocks/dark_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/upper_slab",
|
||||
"textures": {
|
||||
"bottom": "biomesoplenty:blocks/umbran_planks",
|
||||
"top": "biomesoplenty:blocks/umbran_planks",
|
||||
"side": "biomesoplenty:blocks/umbran_planks"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue