You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
99
assets/minecraft/models/block/scaffolding_stable.json
Normal file
99
assets/minecraft/models/block/scaffolding_stable.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "block/scaffolding_top",
|
||||
"top": "block/scaffolding_top",
|
||||
"side": "block/scaffolding_side",
|
||||
"bottom": "block/scaffolding_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 15.99, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"down": { "texture": "#top", "uv": [0, 16, 16, 0] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [2, 16, 2],
|
||||
"faces": {
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"east": { "texture": "#side" },
|
||||
"south": { "texture": "#side" },
|
||||
"west": { "texture": "#side", "cullface": "west" },
|
||||
"down": { "texture": "#bottom", "cullface": "down" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 14],
|
||||
"to": [2, 16, 16],
|
||||
"faces": {
|
||||
"north": { "texture": "#side" },
|
||||
"east": { "texture": "#side" },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"west": { "texture": "#side", "cullface": "west" },
|
||||
"down": { "texture": "#bottom", "cullface": "down" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 0, 14],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": { "texture": "#side" },
|
||||
"east": { "texture": "#side", "cullface": "east" },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"west": { "texture": "#side" },
|
||||
"down": { "texture": "#bottom", "cullface": "down" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 0, 0],
|
||||
"to": [16, 16, 2],
|
||||
"faces": {
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"east": { "texture": "#side", "cullface": "east" },
|
||||
"south": { "texture": "#side" },
|
||||
"west": { "texture": "#side" },
|
||||
"down": { "texture": "#bottom", "cullface": "down" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 14, 0],
|
||||
"to": [14, 16, 2],
|
||||
"faces": {
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"south": { "texture": "#side", "uv": [2, 2, 14, 4] },
|
||||
"down": { "texture": "#bottom" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 14, 14],
|
||||
"to": [14, 16, 16],
|
||||
"faces": {
|
||||
"north": { "texture": "#side", "uv": [14, 0, 2, 2] },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"down": { "texture": "#bottom" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 14, 2],
|
||||
"to": [16, 16, 14],
|
||||
"faces": {
|
||||
"east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" },
|
||||
"west": { "texture": "#side", "uv": [14, 2, 2, 4] },
|
||||
"down": { "texture": "#bottom" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 2],
|
||||
"to": [2, 16, 14],
|
||||
"faces": {
|
||||
"east": { "texture": "#side" },
|
||||
"west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" },
|
||||
"down": { "texture": "#bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user