1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-08 16:21:52 +00:00
PixelPerfectionCE/assets/minecraft/textures/models/block/slime_block/3.json
Diab Neiroukh ca8d4aeecf 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.
2020-06-25 13:31:04 +01:00

30 lines
1.3 KiB
JSON

{
"textures": {
"particle": "block/slime_block3",
"texture": "block/slime_block3"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{ "from": [ 3, 3, 3 ],
"to": [ 13, 13, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }
}
}
]
}