1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-08 04:39: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,10 @@
{
"variants": {
"": [
{ "model": "block/cut_sandstone" },
{ "model": "block/sandstone/cut/normal/1" },
{ "model": "block/sandstone/cut/normal/2" },
{ "model": "block/sandstone/cut/normal/3" }
]
}
}

View file

@ -0,0 +1,22 @@
{
"variants": {
"type=bottom": [
{ "model": "block/cut_sandstone_slab" },
{ "model": "block/cut_sandstone/cut/normal/slab/l1" },
{ "model": "block/cut_sandstone/cut/normal/slab/l2" },
{ "model": "block/cut_sandstone/cut/normal/slab/l3" }
],
"type=top": [
{ "model": "block/cut_sandstone_slab_top" },
{ "model": "block/cut_sandstone/cut/normal/slab/u1" },
{ "model": "block/cut_sandstone/cut/normal/slab/u2" },
{ "model": "block/cut_sandstone/cut/normal/slab/u3" }
],
"type=double": [
{ "model": "block/cut_sandstone" },
{ "model": "block/cut_sandstone/cut/normal/1" },
{ "model": "block/cut_sandstone/cut/normal/2" },
{ "model": "block/cut_sandstone/cut/normal/3" }
]
}
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "block/nether_gold_ore" },
{ "model": "block/ore/nether_gold/1"}
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "block/netherrack" },
{ "model": "block/netherrack", "y": 90 },
{ "model": "block/netherrack", "y": 180 },
{ "model": "block/netherrack", "y": 90 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "block/polished_blackstone_bricks", "weight": 30 },
{ "model": "block/polished_blackstone_bricks/1", "weight": 15 },
{ "model": "block/polished_blackstone_bricks/2", "weight": 10 }
]
}
}