mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
26 lines
789 B
JSON
26 lines
789 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 },
|
||
|
"down": { "uv": [ 0, 8, 16, 0 ], "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" },
|
||
|
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#overlay" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|