You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
22
assets/minecraft/models/block/cake_slice4.json
Normal file
22
assets/minecraft/models/block/cake_slice4.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/cake_side",
|
||||
"bottom": "block/cake_bottom",
|
||||
"top": "block/cake_top",
|
||||
"side": "block/cake_side",
|
||||
"inside": "block/cake_inner"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 9, 0, 1 ],
|
||||
"to": [ 15, 8, 15 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#bottom", "cullface": "down" },
|
||||
"up": { "texture": "#top" },
|
||||
"north": { "texture": "#side" },
|
||||
"south": { "texture": "#side" },
|
||||
"west": { "texture": "#inside" },
|
||||
"east": { "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user