2025-01-20 11:24:16 -08:00

29 lines
691 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "blocks/redstone_dust_cross",
"cross": "blocks/redstone_dust_cross",
"crossoverlay": "blocks/redstone_dust_cross_overlay",
"line": "blocks/redstone_dust_line",
"lineoverlay": "blocks/redstone_dust_line_overlay"
},
"elements": [
{
"from": [5, 0.25, 0],
"to": [16, 0.25, 16],
"shade": false,
"faces": {
"up": { "uv": [5, 0, 16, 16], "texture": "#cross", "tintindex": 0 }
}
},
{
"from": [5, 0.25, 0],
"to": [16, 0.25, 16],
"shade": false,
"faces": {
"up": { "uv": [5, 0, 16, 16], "texture": "#crossoverlay" }
}
}
]
}