mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-31 23:35: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
|
@ -0,0 +1,44 @@
|
|||
{ "parent": "block/block",
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 135, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 90, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.5, 0.5, 0.5 ]
|
||||
}
|
||||
},
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#wall"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, 0, 4 ],
|
||||
"to": [ 12, 16, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" },
|
||||
"south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" },
|
||||
"west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" },
|
||||
"east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }
|
||||
},
|
||||
"__comment": "Center post"
|
||||
},
|
||||
{ "from": [ 5, 0, 0 ],
|
||||
"to": [ 11, 13, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" },
|
||||
"up": { "uv": [ 5, 0, 11, 16 ], "texture": "#top" },
|
||||
"north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" },
|
||||
"south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" },
|
||||
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }
|
||||
},
|
||||
"__comment": "Full wall"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue