You've already forked minecraft-assets
Create/Update assets for version 1.11
This commit is contained in:
24
assets/minecraft/models/block/redstone_dot.json
Normal file
24
assets/minecraft/models/block/redstone_dot.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "blocks/redstone_dust_dot",
|
||||
"line": "blocks/redstone_dust_dot",
|
||||
"overlay": "blocks/redstone_dust_overlay"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0.25, 0 ],
|
||||
"to": [ 16, 0.25, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0.25, 0 ],
|
||||
"to": [ 16, 0.25, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user