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.
 
 
 
 
 
 

25 lines
592 B

{
"multipart": [
{
"when": {"up": "true"},
"apply": {"model": "cobblestone_wall_post"}
},
{
"when": {"north": "true"},
"apply": {"model": "cobblestone_wall_side", "uvlock": true}
},
{
"when": {"east": "true"},
"apply": {"model": "cobblestone_wall_side", "y": 90, "uvlock": true}
},
{
"when": {"south": "true"},
"apply": {"model": "cobblestone_wall_side", "y": 180, "uvlock": true}
},
{
"when": {"west": "true"},
"apply": {"model": "cobblestone_wall_side", "y": 270, "uvlock": true}
}
]
}