mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-06-08 02:25: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
97
assets/minecraft/textures/models/block/birch_door_top.json
Normal file
97
assets/minecraft/textures/models/block/birch_door_top.json
Normal file
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"parent": "block/door_top",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/birch_door_top",
|
||||
"side": "block/birch_door_side",
|
||||
"all": "block/birch_door_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0,0,0],
|
||||
"to": [3,16,2],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [2,0,0,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,14],
|
||||
"to": [3,16,16],
|
||||
"faces": {
|
||||
"up": {
|
||||
"uv": [8,14,11,16],
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [16,0,14,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,14,2],
|
||||
"to": [3,16,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"uv": [14,0,2,2],
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [14,0,2,2],
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1,0,2],
|
||||
"to": [2,16,14],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#all"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue