1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-05 23:16:03 +00:00
PixelPerfectionCE/assets/minecraft/models/block/polished_blackstone_bricks/slab/l1.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

8 lines
223 B
JSON

{
"parent": "block/slab",
"textures": {
"bottom": "block/polished_blackstone_bricks1",
"top": "block/polished_blackstone_bricks1",
"side": "block/polished_blackstone_bricks1"
}
}