diff --git a/graphics/hevea_sapling.xcf b/graphics/hevea_sapling.xcf new file mode 100644 index 0000000..1e5ceff Binary files /dev/null and b/graphics/hevea_sapling.xcf differ diff --git a/src/resources/assets/mmm/blockstates/materials/sapling/hevea.json b/src/resources/assets/mmm/blockstates/materials/sapling/hevea.json new file mode 100644 index 0000000..19f8a8c --- /dev/null +++ b/src/resources/assets/mmm/blockstates/materials/sapling/hevea.json @@ -0,0 +1,20 @@ +{ + "variants": { + "stage=0": { "model": "mmm:materials/sapling/hevea" }, + "stage=1": { "model": "mmm:materials/sapling/hevea" }, + "stage=2": { "model": "mmm:materials/sapling/hevea" }, + "stage=3": { "model": "mmm:materials/sapling/hevea" }, + "stage=4": { "model": "mmm:materials/sapling/hevea" }, + "stage=5": { "model": "mmm:materials/sapling/hevea" }, + "stage=6": { "model": "mmm:materials/sapling/hevea" }, + "stage=7": { "model": "mmm:materials/sapling/hevea" }, + "stage=8": { "model": "mmm:materials/sapling/hevea" }, + "stage=9": { "model": "mmm:materials/sapling/hevea" }, + "stage=10": { "model": "mmm:materials/sapling/hevea" }, + "stage=11": { "model": "mmm:materials/sapling/hevea" }, + "stage=12": { "model": "mmm:materials/sapling/hevea" }, + "stage=13": { "model": "mmm:materials/sapling/hevea" }, + "stage=14": { "model": "mmm:materials/sapling/hevea" }, + "stage=15": { "model": "mmm:materials/sapling/hevea" } + } +} \ No newline at end of file diff --git a/src/resources/assets/mmm/models/block/materials/sapling/hevea.json b/src/resources/assets/mmm/models/block/materials/sapling/hevea.json new file mode 100644 index 0000000..460c77a --- /dev/null +++ b/src/resources/assets/mmm/models/block/materials/sapling/hevea.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "mmm:blocks/materials/sapling/hevea" + } +} diff --git a/src/resources/assets/mmm/models/item/materials/sapling/hevea.json b/src/resources/assets/mmm/models/item/materials/sapling/hevea.json new file mode 100644 index 0000000..885b1f5 --- /dev/null +++ b/src/resources/assets/mmm/models/item/materials/sapling/hevea.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "mmm:blocks/materials/sapling/hevea" + } +} \ No newline at end of file diff --git a/src/resources/assets/mmm/textures/blocks/materials/sapling/hevea.png b/src/resources/assets/mmm/textures/blocks/materials/sapling/hevea.png new file mode 100644 index 0000000..c8b02aa Binary files /dev/null and b/src/resources/assets/mmm/textures/blocks/materials/sapling/hevea.png differ