You've already forked minecraft-assets
Create/Update assets for version 1.8.2
This commit is contained in:
40
assets/minecraft/models/block/redstone_une.json
Normal file
40
assets/minecraft/models/block/redstone_une.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "blocks/redstone_dust_cross",
|
||||
"cross": "blocks/redstone_dust_cross",
|
||||
"crossoverlay": "blocks/redstone_dust_cross_overlay",
|
||||
"line": "blocks/redstone_dust_line",
|
||||
"lineoverlay": "blocks/redstone_dust_line_overlay"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 0.25, 0 ],
|
||||
"to": [ 16, 0.25, 11 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 5, 0.25, 0 ],
|
||||
"to": [ 16, 0.25, 11 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 0.25 ],
|
||||
"to": [ 16, 16, 0.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 0.25 ],
|
||||
"to": [ 16, 16, 0.25 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user