You've already forked minecraft-assets
Create/Update assets for version 18w45a
This commit is contained in:
72
assets/minecraft/models/block/bell_ceiling.json
Normal file
72
assets/minecraft/models/block/bell_ceiling.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/bell_bottom",
|
||||
"bottom": "block/bell_bottom",
|
||||
"side": "block/bell_side",
|
||||
"top": "block/bell_top",
|
||||
"bar": "block/dark_oak_planks",
|
||||
"post": "block/oak_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 0, 12, 6 ],
|
||||
"to": [ 2, 16, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"north": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"south": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"west": { "uv": [ 0, 0, 4, 4 ], "texture": "#post" },
|
||||
"east": { "uv": [ 0, 0, 4, 4 ], "texture": "#post" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 1, 13, 7 ],
|
||||
"to": [ 15, 15, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 2 ], "texture": "#bar" },
|
||||
"up": { "uv": [ 0, 0, 16, 2 ], "texture": "#bar" },
|
||||
"north": { "uv": [ 0, 0, 16, 2 ], "texture": "#bar" },
|
||||
"south": { "uv": [ 0, 0, 16, 2 ], "texture": "#bar" },
|
||||
"west": { "uv": [ 0, 2, 2, 4 ], "texture": "#bar" },
|
||||
"east": { "uv": [ 0, 2, 2, 4 ], "texture": "#bar" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 14, 12, 6 ],
|
||||
"to": [ 16, 16, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"north": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"south": { "uv": [ 0, 0, 2, 4 ], "texture": "#post" },
|
||||
"west": { "uv": [ 0, 0, 4, 4 ], "texture": "#post" },
|
||||
"east": { "uv": [ 0, 0, 4, 4 ], "texture": "#post" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 5, 6, 5 ],
|
||||
"to": [ 11, 13, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 7, 7 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 1, 1, 7, 7 ], "texture": "#top" },
|
||||
"north": { "uv": [ 1, 0, 7, 7 ], "texture": "#side" },
|
||||
"south": { "uv": [ 1, 0, 7, 7 ], "texture": "#side" },
|
||||
"west": { "uv": [ 1, 0, 7, 7 ], "texture": "#side" },
|
||||
"east": { "uv": [ 1, 0, 7, 7 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 4, 4, 4 ],
|
||||
"to": [ 12, 6, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 8, 8 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#top" },
|
||||
"north": { "uv": [ 0, 7, 8, 9 ], "texture": "#side" },
|
||||
"south": { "uv": [ 0, 7, 8, 9 ], "texture": "#side" },
|
||||
"west": { "uv": [ 0, 7, 8, 9 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 7, 8, 9 ], "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user