mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-29 06:15:55 +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
41
assets/minecraft/textures/models/block/ladder.json
Normal file
41
assets/minecraft/textures/models/block/ladder.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"__createdwith": "opl's Model Maker",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/ladder",
|
||||
"texture": "block/ladder"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 0, 15.2],
|
||||
"to": [16, 16, 15.2],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16],"texture": "#texture"},
|
||||
"south": {"uv": [0, 0, 16, 16],"texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 12, 14.5],
|
||||
"to": [15, 14, 15.5],
|
||||
"faces": {
|
||||
"up": {"uv": [1, 2, 15, 3],"texture": "#texture"},
|
||||
"down": {"uv": [1, 3, 15, 4],"texture": "#texture"},
|
||||
"west": {"uv": [14, 2, 15, 4],"texture": "#texture"},
|
||||
"east": {"uv": [14, 2, 15, 4],"texture": "#texture"},
|
||||
"north": {"texture": "#texture"},
|
||||
"south": {"texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 4, 14.5],
|
||||
"to": [15, 6, 15.5],
|
||||
"faces": {
|
||||
"up": {"uv": [1, 10, 15, 11],"texture": "#texture"},
|
||||
"down": {"uv": [1, 11, 15, 12],"texture": "#texture"},
|
||||
"west": {"uv": [14, 10, 15, 12],"texture": "#texture"},
|
||||
"east": {"uv": [14, 10, 15, 12],"texture": "#texture"},
|
||||
"north": {"texture": "#texture"},
|
||||
"south": {"texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue