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.
 
 
 
 
 
 

41 lines
1.2 KiB

{
"multipart": [
{
"when": {"subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_post"}
},
{
"when": {"north": true, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_side"}
},
{
"when": {"east": true, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_side", "y": 90}
},
{
"when": {"south": true, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_side_alt"}
},
{
"when": {"west": true, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_side_alt", "y": 90}
},
{
"when": {"north": false, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_noside"}
},
{
"when": {"east": false, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_noside_alt"}
},
{
"when": {"south": false, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_noside_alt", "y": 90}
},
{
"when": {"west": false, "subtype": "subtype0"},
"apply": {"model": "zcm_comalterlite:altglass_pane_noside", "y": 270}
}
]
}