1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-05 06:56:03 +00:00
PixelPerfectionCE/assets/minecraft/textures/models/block/cactus/cactus.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

133 lines
No EOL
2.3 KiB
JSON

{
"__createdwith": "opl's Model Maker",
"ambientocclusion": false,
"textures": {
"particle": "block/cactus_side",
"side": "block/cactus_side",
"bottom": "block/cactus_bottom",
"top": "block/cactus_top"
},
"elements": [{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {
"uv": [0, 0, 16, 16],
"texture": "#top"
},
"down": {
"uv": [0, 0, 16, 16],
"texture": "#bottom"
}
}
}, {
"from": [0, 0, 1],
"to": [16, 16, 15],
"faces": {
"north": {
"uv": [0, 0, 16, 16],
"texture": "#side"
},
"south": {
"uv": [0, 0, 16, 16],
"texture": "#side"
}
}
}, {
"from": [1, 0, 0],
"to": [15, 16, 16],
"faces": {
"west": {
"uv": [0, 0, 16, 16],
"texture": "#side"
},
"east": {
"uv": [0, 0, 16, 16],
"texture": "#side"
}
}
}, {
"from": [-3, 2, -3],
"to": [3, 7, 2],
"faces": {
"up": {
"uv": [4, 6, 10, 11],
"texture": "#top"
},
"down": {
"uv": [4, 5, 10, 10],
"texture": "#top"
},
"west": {
"uv": [9, 7, 14, 13],
"texture": "#side"
},
"east": {
"uv": [10, 2, 15, 7],
"texture": "#side"
},
"north": {
"uv": [5, 7, 11, 12],
"texture": "#side"
},
"south": {
"uv": [4, 2, 9, 7],
"texture": "#side"
}
}
}, {
"from": [-4, 5, -5],
"to": [1, 12, 0],
"faces": {
"up": {
"uv": [4, 5, 10, 11],
"texture": "#top"
},
"down": {
"uv": [9, 7, 15, 13],
"texture": "#top"
},
"west": {
"uv": [2, 2, 8, 10],
"texture": "#side"
},
"east": {
"uv": [3, 8, 9, 16],
"texture": "#side"
},
"north": {
"uv": [6, 2, 12, 10],
"texture": "#side"
},
"south": {
"uv": [8, 7, 14, 15],
"texture": "#side"
}
}
}, {
"from": [-3, 11, -4],
"to": [0, 14, -1],
"faces": {
"up": {
"uv": [5, 3, 8, 6],
"texture": "#top"
},
"west": {
"uv": [5, 1, 8, 4],
"texture": "#side"
},
"east": {
"uv": [1, 13, 4, 16],
"texture": "#side"
},
"north": {
"uv": [2, 1, 5, 4],
"texture": "#side"
},
"south": {
"uv": [9, 13, 12, 16],
"texture": "#side"
}
}
}]
}