diff --git a/src/main/resources/assets/cherry/models/block/cherry_fence_inventory.json b/src/main/resources/assets/cherry/models/block/cherry_fence_inventory.json new file mode 100644 index 0000000..c101230 --- /dev/null +++ b/src/main/resources/assets/cherry/models/block/cherry_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/oak_planks" + } + } \ No newline at end of file diff --git a/src/main/resources/assets/cherry/models/block/cherry_fence_post.json b/src/main/resources/assets/cherry/models/block/cherry_fence_post.json new file mode 100644 index 0000000..aa0d7d9 --- /dev/null +++ b/src/main/resources/assets/cherry/models/block/cherry_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/oak_planks" + } + } \ No newline at end of file diff --git a/src/main/resources/assets/cherry/models/block/cherry_fence_side.json b/src/main/resources/assets/cherry/models/block/cherry_fence_side.json new file mode 100644 index 0000000..e12680b --- /dev/null +++ b/src/main/resources/assets/cherry/models/block/cherry_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/oak_planks" + } + } \ No newline at end of file