diff --git a/src/resources/assets/mmm/blockstates/materials/planks/bamboo.json b/src/resources/assets/mmm/blockstates/materials/planks/bamboo.json new file mode 100644 index 0000000..2f63012 --- /dev/null +++ b/src/resources/assets/mmm/blockstates/materials/planks/bamboo.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mmm:materials/planks/bamboo" } + } +} diff --git a/src/resources/assets/mmm/models/block/materials/planks/bamboo.json b/src/resources/assets/mmm/models/block/materials/planks/bamboo.json new file mode 100644 index 0000000..9267656 --- /dev/null +++ b/src/resources/assets/mmm/models/block/materials/planks/bamboo.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "mmm:blocks/materials/planks/bamboo" + } +} \ No newline at end of file diff --git a/src/resources/assets/mmm/models/item/materials/planks/bamboo.json b/src/resources/assets/mmm/models/item/materials/planks/bamboo.json new file mode 100644 index 0000000..ef16ce6 --- /dev/null +++ b/src/resources/assets/mmm/models/item/materials/planks/bamboo.json @@ -0,0 +1,3 @@ +{ + "parent": "mmm:block/materials/planks/bamboo" +} \ No newline at end of file diff --git a/src/resources/assets/mmm/textures/blocks/materials/planks/bamboo.png b/src/resources/assets/mmm/textures/blocks/materials/planks/bamboo.png new file mode 100644 index 0000000..146e50e Binary files /dev/null and b/src/resources/assets/mmm/textures/blocks/materials/planks/bamboo.png differ