peytonplayz585-shadow-3.0/desktopRuntime/resources/assets/minecraft/models/block/redstone_ne.json

27 lines
811 B
JSON
Raw Normal View History

2023-08-26 14:31:51 -07:00
{
"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, 11 ],
"shade": false,
"faces": {
"up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 }
}
},
{ "from": [ 5, 0.25, 0 ],
"to": [ 16, 0.25, 11 ],
"shade": false,
"faces": {
"up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" }
}
}
]
}