1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-06 19:59: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:
Diab Neiroukh 2020-06-25 13:30:33 +01:00
parent 39cd1d5cc1
commit ca8d4aeecf
2481 changed files with 8413 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks1",
"top": "blocks/bricks1",
"side": "blocks/bricks1"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick3",
"top": "blocks/brick3",
"side": "blocks/brick3"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick4",
"top": "blocks/brick4",
"side": "blocks/brick4"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick5",
"top": "blocks/brick5",
"side": "blocks/brick5"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick6",
"top": "blocks/brick6",
"side": "blocks/brick6"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick7",
"top": "blocks/brick7",
"side": "blocks/brick7"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks2",
"top": "blocks/bricks2",
"side": "blocks/bricks2"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks3",
"top": "blocks/bricks3",
"side": "blocks/bricks3"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks4",
"top": "blocks/bricks4",
"side": "blocks/bricks4"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks5",
"top": "blocks/bricks5",
"side": "blocks/bricks5"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks6",
"top": "blocks/bricks6",
"side": "blocks/bricks6"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/bricks7",
"top": "blocks/bricks7",
"side": "blocks/bricks7"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/bricks1",
"top": "blocks/bricks1",
"side": "blocks/bricks1"
}
}

View file

@ -0,0 +1,9 @@
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/bricks2",
"top": "blocks/bricks2",
"side": "blocks/bricks2"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick1",
"top": "blocks/brick1",
"side": "blocks/brick1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick2",
"top": "blocks/brick2",
"side": "blocks/brick2"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick3",
"top": "blocks/brick3",
"side": "blocks/brick3"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick4",
"top": "blocks/brick4",
"side": "blocks/brick4"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick5",
"top": "blocks/brick5",
"side": "blocks/brick5"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick6",
"top": "blocks/brick6",
"side": "blocks/brick6"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick7",
"top": "blocks/brick7",
"side": "blocks/brick7"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick1",
"top": "blocks/brick1",
"side": "blocks/brick1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick2",
"top": "blocks/brick2",
"side": "blocks/brick2"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick3",
"top": "blocks/brick3",
"side": "blocks/brick3"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick4",
"top": "blocks/brick4",
"side": "blocks/brick4"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick5",
"top": "blocks/brick5",
"side": "blocks/brick5"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick6",
"top": "blocks/brick6",
"side": "blocks/brick6"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "blocks/brick7",
"top": "blocks/brick7",
"side": "blocks/brick7"
}
}