Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1.3 KiB

{
"multipart": [
{
"when": {"subtype": "subtype0"},
"apply": {"model": "oak_fence_post"}
},
{
"when": {"north": "true", "subtype": "subtype0"},
"apply": {"model": "oak_fence_side", "uvlock": true}
},
{
"when": {"east": "true", "subtype": "subtype0"},
"apply": {"model": "oak_fence_side", "y": 90, "uvlock": true}
},
{
"when": {"south": "true", "subtype": "subtype0"},
"apply": {"model": "oak_fence_side", "y": 180, "uvlock": true}
},
{
"when": {"west": "true", "subtype": "subtype0"},
"apply": {"model": "oak_fence_side", "y": 270, "uvlock": true}
},
{
"when": {"subtype": "subtype1"},
"apply": {"model": "birch_fence_post"}
},
{
"when": {"north": "true", "subtype": "subtype1"},
"apply": {"model": "birch_fence_side", "uvlock": true}
},
{
"when": {"east": "true", "subtype": "subtype1"},
"apply": {"model": "birch_fence_side", "y": 90, "uvlock": true}
},
{
"when": {"south": "true", "subtype": "subtype1"},
"apply": {"model": "birch_fence_side", "y": 180, "uvlock": true}
},
{
"when": {"west": "true", "subtype": "subtype1"},
"apply": {"model": "birch_fence_side", "y": 270, "uvlock": true}
}
]
}