1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 07:26:04 +00:00
PixelPerfectionCE/assets/minecraft/models/block/redstone_side.json
2020-05-15 16:17:25 +02:00

23 lines
651 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/redstone_dust_dot",
"overlay": "block/redstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 8 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 8 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" }
}
}
]
}