You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
52
assets/minecraft/models/block/pedestal.json
Normal file
52
assets/minecraft/models/block/pedestal.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"0": "block/pedestal",
|
||||
"particle": "block/amber_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"east": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"south": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"west": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"up": {"uv": [8, 8, 16, 16], "texture": "#0", "cullface": "up"},
|
||||
"down": {"uv": [0, 8, 8, 16], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 2],
|
||||
"to": [14, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [9, 1, 15, 7], "texture": "#0"},
|
||||
"east": {"uv": [9, 1, 15, 7], "texture": "#0"},
|
||||
"south": {"uv": [9, 1, 15, 7], "texture": "#0"},
|
||||
"west": {"uv": [9, 1, 15, 7], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"east": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"south": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"west": {"uv": [8, 0, 16, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 8, 8, 16], "texture": "#0"},
|
||||
"down": {"uv": [0, 8, 8, 16], "texture": "#0", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 16.5, 0],
|
||||
"to": [16, 16.5, 16],
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 8, 8], "texture": "#0", "cullface": "up"},
|
||||
"down": {"uv": [0, 8, 8, 0], "texture": "#0", "cullface": "up"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user