1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 15:36:03 +00:00
PixelPerfectionCE/assets/minecraft/textures/models/block/iron_bars_cap_alt.json
Diab Neiroukh ca8d4aeecf Add missing textures and models from Chorus' Version
This also helps in preparing for the Nether Update (1.16). Textures were
optimised using OptiPNG by:

optipng -o7 -nx

followed by a second run with the defaults.
2020-06-25 13:31:04 +01:00

23 lines
No EOL
907 B
JSON

{
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"ambientocclusion": false,
"textures": {
"particle": "block/block/block/iron_bars",
"0": "block/iron_bars"
},
"elements": [
{
"name": "Cube",
"from": [ 7.0, 0.0, 7.0 ],
"to": [ 9.0, 16.0, 8.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] },
"east": { "texture": "#0", "uv": [ 8.0, 0.0, 9.0, 16.0 ] },
"south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] },
"west": { "texture": "#0", "uv": [ 7.0, 0.0, 8.0, 16.0 ] },
"up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] },
"down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }
}
}
]
}