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