mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-06-01 07:45: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/iron_bars_post_ends.json
Normal file
23
assets/minecraft/models/block/iron_bars_post_ends.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/iron_bars",
|
||||
"edge": "block/iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0.001, 7 ],
|
||||
"to": [ 9, 0.001, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 7 ],
|
||||
"to": [ 9, 15.999, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue