added cherry fence missing models

This commit is contained in:
Justin Parsell 2021-03-18 00:09:02 -04:00
parent 4d37a62a34
commit 138c8abb6f
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "minecraft:block/oak_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "minecraft:block/oak_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "minecraft:block/oak_planks"
}
}