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:
Emmanuel BENOîT 2016-07-09 01:01:15 +02:00
parent 74dc1e1ff5
commit a90bd955fb
9 changed files with 180 additions and 10 deletions
src/resources/assets/mmm
blockstates/materials/leaves
models
block/materials/leaves
item/materials/leaves
textures/blocks/materials/leaves

View file

@ -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" }
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/leaves",
"textures": {
"all": "mmm:blocks/materials/leaves/hevea"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/materials/leaves/hevea"
}

Binary file not shown.

After

(image error) Size: 603 B