mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-14 09:32:43 +00:00
27 lines
848 B
JSON
27 lines
848 B
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"particle": "block/redstone_dust_dot",
|
||
|
"line": "block/redstone_dust_line0",
|
||
|
"overlay": "block/redstone_dust_overlay"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 0, 0, 0.25 ],
|
||
|
"to": [ 16, 16, 0.25 ],
|
||
|
"shade": false,
|
||
|
"faces": {
|
||
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
|
||
|
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 }
|
||
|
}
|
||
|
},
|
||
|
{ "from": [ 0, 0, 0.25 ],
|
||
|
"to": [ 16, 16, 0.25 ],
|
||
|
"shade": false,
|
||
|
"faces": {
|
||
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
|
||
|
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|