Hevea sapling texture + JSON
This commit is contained in:
parent
b1e237400c
commit
cd1b6438b5
5 changed files with 32 additions and 0 deletions
BIN
graphics/hevea_sapling.xcf
Normal file
BIN
graphics/hevea_sapling.xcf
Normal file
Binary file not shown.
|
@ -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" }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:block/cross",
|
||||||
|
"textures": {
|
||||||
|
"cross": "mmm:blocks/materials/sapling/hevea"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "mmm:blocks/materials/sapling/hevea"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 458 B |
Reference in a new issue