mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-06 15:36:03 +00:00
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.
119 lines
No EOL
2.9 KiB
JSON
119 lines
No EOL
2.9 KiB
JSON
{
|
|
"parent": "block/block",
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"top": "block/anvil_top",
|
|
"body": "block/anvil_base",
|
|
"side": "block/anvil_side"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [2,0,2],
|
|
"to": [14,3,14],
|
|
"faces": {
|
|
"up": {
|
|
"texture": "#body"
|
|
},
|
|
"down": {
|
|
"texture": "#body"
|
|
},
|
|
"west": {
|
|
"texture": "#side"
|
|
},
|
|
"east": {
|
|
"texture": "#side"
|
|
},
|
|
"north": {
|
|
"texture": "#side"
|
|
},
|
|
"south": {
|
|
"texture": "#side"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"from": [3,3,3],
|
|
"to": [13,5,13],
|
|
"faces": {
|
|
"up": {
|
|
"texture": "#body"
|
|
},
|
|
"west": {
|
|
"texture": "#side"
|
|
},
|
|
"east": {
|
|
"texture": "#side"
|
|
},
|
|
"north": {
|
|
"texture": "#side"
|
|
},
|
|
"south": {
|
|
"texture": "#side"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"from": [3,11,0],
|
|
"to": [13,16,16],
|
|
"faces": {
|
|
"up": {
|
|
"texture": "#top"
|
|
},
|
|
"down": {
|
|
"texture": "#body"
|
|
},
|
|
"west": {
|
|
"texture": "#side"
|
|
},
|
|
"east": {
|
|
"texture": "#side"
|
|
},
|
|
"north": {
|
|
"texture": "#side"
|
|
},
|
|
"south": {
|
|
"texture": "#side"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"from": [5,5,4],
|
|
"to": [11,10,12],
|
|
"faces": {
|
|
"west": {
|
|
"texture": "#side"
|
|
},
|
|
"east": {
|
|
"texture": "#side"
|
|
},
|
|
"north": {
|
|
"texture": "#side"
|
|
},
|
|
"south": {
|
|
"texture": "#side"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"from": [4,10,1],
|
|
"to": [12,12,15],
|
|
"faces": {
|
|
"down": {
|
|
"texture": "#body"
|
|
},
|
|
"west": {
|
|
"texture": "#side"
|
|
},
|
|
"east": {
|
|
"texture": "#side"
|
|
},
|
|
"north": {
|
|
"texture": "#side"
|
|
},
|
|
"south": {
|
|
"texture": "#side"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |