Fixed Umbran Wood slabs

This commit is contained in:
Matt Caughey 2016-01-20 20:09:58 -05:00
parent abe54ad1ca
commit 51a9f21f6c
5 changed files with 17 additions and 17 deletions

View file

@ -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" },

View file

@ -1,8 +0,0 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "biomesoplenty:blocks/dark_planks",
"top": "biomesoplenty:blocks/dark_planks",
"side": "biomesoplenty:blocks/dark_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "biomesoplenty:blocks/umbran_planks",
"top": "biomesoplenty:blocks/umbran_planks",
"side": "biomesoplenty:blocks/umbran_planks"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "biomesoplenty:blocks/dark_planks",
"top": "biomesoplenty:blocks/dark_planks",
"side": "biomesoplenty:blocks/dark_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "biomesoplenty:blocks/umbran_planks",
"top": "biomesoplenty:blocks/umbran_planks",
"side": "biomesoplenty:blocks/umbran_planks"
}
}