Fixed walls, removed old models

This commit is contained in:
paulevsGitch 2021-01-11 11:47:16 +03:00
parent 8f8a3e08e7
commit 82808682c8
49 changed files with 6 additions and 908 deletions

View file

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