minecraft-assets/assets/minecraft/models/block/slime.json

31 lines
1.3 KiB
JSON

{ "parent": "block/block",
"textures": {
"particle": "blocks/slime",
"texture": "blocks/slime"
},
"elements": [
{ "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" }
}
},
{ "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" }
}
}
]
}