Fence Gate pattern

This commit is contained in:
Aleksey 2020-10-14 10:55:01 +03:00
parent 1dc48360dc
commit 7d0363483c
7 changed files with 146 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate",
"textures": {
"texture": "betterend:block/%parent%"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_open",
"textures": {
"texture": "betterend:block/%parent%"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall",
"textures": {
"texture": "betterend:block/%parent%"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"texture": "betterend:block/%parent%"
}
}