Fixes
This commit is contained in:
parent
2511122d50
commit
53b34857be
4 changed files with 40 additions and 15 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue