You've already forked minecraft-assets
Create/Update assets for version 21w15a
This commit is contained in:
43
assets/minecraft/models/block/bell_floor.json
Normal file
43
assets/minecraft/models/block/bell_floor.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/bell_bottom",
|
||||
"bar": "block/dark_oak_planks",
|
||||
"post": "block/stone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 2, 13, 7 ],
|
||||
"to": [ 14, 15, 9 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" },
|
||||
"south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
|
||||
"up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
|
||||
"down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 14, 0, 6 ],
|
||||
"to": [ 16, 16, 10 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
|
||||
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
|
||||
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
|
||||
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
|
||||
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" },
|
||||
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 0, 0, 6 ],
|
||||
"to": [ 2, 16, 10 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
|
||||
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
|
||||
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
|
||||
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
|
||||
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" },
|
||||
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user