You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
18
assets/minecraft/models/block/template_wall_side.json
Normal file
18
assets/minecraft/models/block/template_wall_side.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#wall"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 0, 0 ],
|
||||
"to": [ 11, 14, 8 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#wall", "cullface": "down" },
|
||||
"up": { "texture": "#wall" },
|
||||
"north": { "texture": "#wall", "cullface": "north" },
|
||||
"west": { "texture": "#wall" },
|
||||
"east": { "texture": "#wall" }
|
||||
},
|
||||
"__comment": "wall"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user