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
694 B
21 lines
694 B
{
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"all": "zcm_alterlite:blocks/sensor_iron",
|
|
"particle": "zcm_alterlite: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"}
|
|
}
|
|
}
|
|
]
|
|
} |