Leaves, partial
Logic is hopefully there, rendering is incorrect (it needs a color handler). Also, shit is going to happen w.r.t. "fancy graphics".
This commit is contained in:
parent
74dc1e1ff5
commit
a90bd955fb
9 changed files with 180 additions and 10 deletions
src/resources/assets/mmm
blockstates/materials/leaves
models
textures/blocks/materials/leaves
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"check_decay=false,decayable=false": { "model": "mmm:materials/leaves/hevea" } ,
|
||||
"check_decay=false,decayable=true": { "model": "mmm:materials/leaves/hevea" } ,
|
||||
"check_decay=true,decayable=false": { "model": "mmm:materials/leaves/hevea" } ,
|
||||
"check_decay=true,decayable=true": { "model": "mmm:materials/leaves/hevea" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/leaves",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/leaves/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/leaves/hevea"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 603 B |
Reference in a new issue