mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-28 13:55:55 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
23
assets/minecraft/models/block/redstone_side_alt.json
Normal file
23
assets/minecraft/models/block/redstone_side_alt.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/redstone_dust_dot",
|
||||
"overlay": "block/redstone_dust_overlay"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0.25, 8 ],
|
||||
"to": [ 16, 0.25, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0.25, 8 ],
|
||||
"to": [ 16, 0.25, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue