This commit is contained in:
paulevsGitch 2021-01-11 09:43:31 +03:00
parent 2511122d50
commit 53b34857be
4 changed files with 40 additions and 15 deletions

View file

@ -1,6 +1,20 @@
{
"parent": "minecraft:block/template_wall_post",
"textures": {
"wall": "betterend:block/%parent%"
}
}
"textures": {
"wall": "betterend:block/%parent%",
"particle": "#wall"
},
"elements": [
{ "from": [ 4, -0.01, 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"
}
]
}