You've already forked minecraft-assets
Create/Update assets for version 24w05b
This commit is contained in:
25
assets/minecraft/models/block/redstone_dust_side.json
Normal file
25
assets/minecraft/models/block/redstone_dust_side.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/redstone_dust_dot",
|
||||
"overlay": "block/redstone_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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user