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.
 
 
 
 
 
 

21 lines
700 B

{
"parent": "block/block",
"textures": {
"all": "zcm_comalterlite:blocks/sensor_iron",
"particle": "zcm_comalterlite:blocks/sensor_iron"
},
"elements": [
{
"from": [4, 4, 4],
"to": [12, 12, 12],
"faces": {
"down": {"texture": "#all", "tintindex": 0, "cullface": "down"},
"up": {"texture": "#all", "tintindex": 0, "cullface": "up"},
"north": {"texture": "#all", "tintindex": 0, "cullface": "north"},
"south": {"texture": "#all", "tintindex": 0, "cullface": "south"},
"west": {"texture": "#all", "tintindex": 0, "cullface": "west"},
"east": {"texture": "#all", "tintindex": 0, "cullface": "east"}
}
}
]
}