Fixed sacred oak fence models (for reference in updating the others)

This commit is contained in:
Adubbz 2016-03-17 11:29:41 +11:00
parent d9f7241a4e
commit 32dfd94a4e
6 changed files with 16 additions and 43 deletions

View file

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:sacred_oak_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:sacred_oak_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:sacred_oak_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:sacred_oak_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:sacred_oak_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:sacred_oak_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:sacred_oak_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:sacred_oak_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:sacred_oak_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:sacred_oak_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:sacred_oak_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:sacred_oak_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:sacred_oak_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:sacred_oak_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:sacred_oak_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:sacred_oak_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:sacred_oak_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:sacred_oak_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:sacred_oak_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:sacred_oak_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:sacred_oak_fence_side", "y": 270, "uvlock": true }
}
]
}

View file

@ -1,6 +0,0 @@
{
"parent": "block/fence_ne",
"textures": {
"texture": "biomesoplenty:blocks/sacred_oak_planks"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "block/fence_ns",
"textures": {
"texture": "biomesoplenty:blocks/sacred_oak_planks"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "block/fence_nse",
"textures": {
"texture": "biomesoplenty:blocks/sacred_oak_planks"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "block/fence_nsew",
"textures": {
"texture": "biomesoplenty:blocks/sacred_oak_planks"
}
}

View file

@ -1,5 +1,5 @@
{
"parent": "block/fence_n",
"parent": "block/fence_side",
"textures": {
"texture": "biomesoplenty:blocks/sacred_oak_planks"
}