27 lines
837 B
JSON
27 lines
837 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, 5 ],
|
||
|
"to": [ 11, 0.25, 11 ],
|
||
|
"shade": false,
|
||
|
"faces": {
|
||
|
"up": { "uv": [ 5, 5, 11, 11 ], "texture": "#cross", "tintindex": 0 }
|
||
|
}
|
||
|
},
|
||
|
{ "from": [ 5, 0.25, 5 ],
|
||
|
"to": [ 11, 0.25, 11 ],
|
||
|
"shade": false,
|
||
|
"faces": {
|
||
|
"up": { "uv": [ 5, 5, 11, 11 ], "texture": "#crossoverlay" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|