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.
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"parent": "block/anvil",
|
|
"textures": {
|
|
"particle": "block/anvil_base",
|
|
"body": "block/anvil_base",
|
|
"side": "block/anvil_side",
|
|
"top": "block/anvil_top"
|
|
}
|
|
}
|