mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-08 16:21:52 +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.
11 lines
324 B
JSON
11 lines
324 B
JSON
{
|
|
"parent": "block/grass_top_extra",
|
|
"textures": {
|
|
"particle": "block/dirt",
|
|
"bottom": "block/dirt",
|
|
"top": "block/grass_block_top",
|
|
"topextra": "block/grass_block_top_extra1",
|
|
"side": "block/grass_block_side",
|
|
"overlay": "block/grass_block_side_overlay"
|
|
}
|
|
}
|