GlowstoneWire/bin/main/assets/glowstonedust/models/block/glowstone_dust_side.json

26 lines
819 B
JSON
Raw Normal View History

2021-04-27 22:00:20 +00:00
{
"ambientocclusion": false,
"textures": {
"particle": "glowstonedust:block/glowstone_dust_dot",
"overlay": "glowstonedust:block/glowstone_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" }
}
}
]
}