Fixed fence models

This commit is contained in:
Adubbz 2016-03-17 12:13:06 +11:00
parent 32dfd94a4e
commit 985f635d68
90 changed files with 240 additions and 645 deletions

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:cherry_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:cherry_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:cherry_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:cherry_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:cherry_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:cherry_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:cherry_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:cherry_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:cherry_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:cherry_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:cherry_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:cherry_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:cherry_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:cherry_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:cherry_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:cherry_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:cherry_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:cherry_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:cherry_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:cherry_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:cherry_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:ebony_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:ebony_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:ebony_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:ebony_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:ebony_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:ebony_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:ebony_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:ebony_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:ebony_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:ebony_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:ebony_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:ebony_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:ebony_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:ebony_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:ebony_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:ebony_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:ebony_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:ebony_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:ebony_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:ebony_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:ebony_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:ethereal_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:ethereal_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:ethereal_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:ethereal_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:ethereal_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:ethereal_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:ethereal_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:ethereal_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:ethereal_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:ethereal_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:ethereal_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:ethereal_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:ethereal_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:ethereal_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:ethereal_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:ethereal_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:ethereal_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:ethereal_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:ethereal_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:ethereal_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:ethereal_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:eucalyptus_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:eucalyptus_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:eucalyptus_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:eucalyptus_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:eucalyptus_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:eucalyptus_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:eucalyptus_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:eucalyptus_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:eucalyptus_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:eucalyptus_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:eucalyptus_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:eucalyptus_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:eucalyptus_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:eucalyptus_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:eucalyptus_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:eucalyptus_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:eucalyptus_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:eucalyptus_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:eucalyptus_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:eucalyptus_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:eucalyptus_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:fir_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:fir_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:fir_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:fir_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:fir_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:fir_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:fir_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:fir_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:fir_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:fir_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:fir_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:fir_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:fir_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:fir_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:fir_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:fir_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:fir_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:fir_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:fir_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:fir_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:fir_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:hellbark_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:hellbark_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:hellbark_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:hellbark_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:hellbark_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:hellbark_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:hellbark_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:hellbark_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:hellbark_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:hellbark_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:hellbark_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:hellbark_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:hellbark_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:hellbark_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:hellbark_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:hellbark_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:hellbark_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:hellbark_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:hellbark_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:hellbark_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:hellbark_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:jacaranda_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:jacaranda_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:jacaranda_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:jacaranda_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:jacaranda_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:jacaranda_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:jacaranda_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:jacaranda_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:jacaranda_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:jacaranda_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:jacaranda_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:jacaranda_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:jacaranda_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:jacaranda_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:jacaranda_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:jacaranda_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:jacaranda_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:jacaranda_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:jacaranda_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:jacaranda_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:jacaranda_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:magic_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:magic_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:magic_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:magic_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:magic_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:magic_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:magic_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:magic_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:magic_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:magic_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:magic_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:magic_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:magic_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:magic_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:magic_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:magic_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:magic_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:magic_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:magic_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:magic_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:magic_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:mahogany_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:mahogany_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:mahogany_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:mahogany_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:mahogany_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:mahogany_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:mahogany_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:mahogany_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:mahogany_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:mahogany_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:mahogany_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:mahogany_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:mahogany_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:mahogany_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:mahogany_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:mahogany_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:mahogany_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:mahogany_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:mahogany_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:mahogany_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:mahogany_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:mangrove_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:mangrove_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:mangrove_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:mangrove_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:mangrove_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:mangrove_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:mangrove_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:mangrove_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:mangrove_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:mangrove_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:mangrove_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:mangrove_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:mangrove_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:mangrove_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:mangrove_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:mangrove_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:mangrove_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:mangrove_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:mangrove_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:mangrove_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:mangrove_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:palm_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:palm_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:palm_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:palm_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:palm_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:palm_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:palm_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:palm_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:palm_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:palm_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:palm_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:palm_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:palm_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:palm_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:palm_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:palm_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:palm_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:palm_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:palm_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:palm_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:palm_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:pine_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:pine_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:pine_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:pine_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:pine_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:pine_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:pine_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:pine_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:pine_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:pine_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:pine_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:pine_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:pine_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:pine_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:pine_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:pine_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:pine_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:pine_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:pine_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:pine_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:pine_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:redwood_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:redwood_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:redwood_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:redwood_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:redwood_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:redwood_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:redwood_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:redwood_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:redwood_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:redwood_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:redwood_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:redwood_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:redwood_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:redwood_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:redwood_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:redwood_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:redwood_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:redwood_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:redwood_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:redwood_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:redwood_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:umbran_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:umbran_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:umbran_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:umbran_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:umbran_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:umbran_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:umbran_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:umbran_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:umbran_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:umbran_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:umbran_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:umbran_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:umbran_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:umbran_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:umbran_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:umbran_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:umbran_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:umbran_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:umbran_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:umbran_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:umbran_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -1,20 +1,17 @@
{
"variants": {
"east=false,north=false,south=false,west=false": { "model": "biomesoplenty:willow_fence_post" },
"east=false,north=true,south=false,west=false": { "model": "biomesoplenty:willow_fence_n", "uvlock": true },
"east=true,north=false,south=false,west=false": { "model": "biomesoplenty:willow_fence_n", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=false": { "model": "biomesoplenty:willow_fence_n", "y": 180, "uvlock": true },
"east=false,north=false,south=false,west=true": { "model": "biomesoplenty:willow_fence_n", "y": 270, "uvlock": true },
"east=true,north=true,south=false,west=false": { "model": "biomesoplenty:willow_fence_ne", "uvlock": true },
"east=true,north=false,south=true,west=false": { "model": "biomesoplenty:willow_fence_ne", "y": 90, "uvlock": true },
"east=false,north=false,south=true,west=true": { "model": "biomesoplenty:willow_fence_ne", "y": 180, "uvlock": true },
"east=false,north=true,south=false,west=true": { "model": "biomesoplenty:willow_fence_ne", "y": 270, "uvlock": true },
"east=false,north=true,south=true,west=false": { "model": "biomesoplenty:willow_fence_ns", "uvlock": true },
"east=true,north=false,south=false,west=true": { "model": "biomesoplenty:willow_fence_ns", "y": 90, "uvlock": true },
"east=true,north=true,south=true,west=false": { "model": "biomesoplenty:willow_fence_nse", "uvlock": true },
"east=true,north=false,south=true,west=true": { "model": "biomesoplenty:willow_fence_nse", "y": 90, "uvlock": true },
"east=false,north=true,south=true,west=true": { "model": "biomesoplenty:willow_fence_nse", "y": 180, "uvlock": true },
"east=true,north=true,south=false,west=true": { "model": "biomesoplenty:willow_fence_nse", "y": 270, "uvlock": true },
"east=true,north=true,south=true,west=true": { "model": "biomesoplenty:willow_fence_nsew", "uvlock": true }
"multipart": [
{ "apply": { "model": "biomesoplenty:willow_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:willow_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:willow_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:willow_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:willow_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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