mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-05 03:09:13 +00:00
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.
This commit is contained in:
parent
39cd1d5cc1
commit
ca8d4aeecf
2481 changed files with 8413 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue