You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
68
assets/minecraft/models/block/template_redstone_torch.json
Normal file
68
assets/minecraft/models/block/template_redstone_torch.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#torch"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 10, 9 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch", "cullface": "down" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" },
|
||||
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" },
|
||||
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" },
|
||||
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" },
|
||||
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 6.5, 7.5, 6.5 ],
|
||||
"to": [ 9.5, 7.5, 9.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 8, 5, 9, 6 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 6.5, 10.5, 6.5 ],
|
||||
"to": [ 9.5, 10.5, 9.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 5, 8, 6 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 6.5, 7.5, 6.5 ],
|
||||
"to": [ 9.5, 10.5, 6.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"south": { "uv": [ 9, 6, 10, 7 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 9.5, 7.5, 6.5 ],
|
||||
"to": [ 9.5, 10.5, 9.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 6, 7, 7, 8 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 6.5, 7.5, 9.5 ],
|
||||
"to": [ 9.5, 10.5, 9.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 6, 6, 7, 7 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 6.5, 7.5, 6.5 ],
|
||||
"to": [ 6.5, 10.5, 9.5 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"east": { "uv": [ 9, 7, 10, 8 ], "texture": "#torch" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user