Tomato - Wild tomato appearance

Also reduced chance of wild tomato making fruits
This commit is contained in:
Emmanuel BENOîT 2016-07-20 11:55:45 +02:00
parent e082e6c28d
commit 007dd0d819
6 changed files with 23 additions and 4 deletions
src/resources/assets/mmm
blockstates/plant/block
models/item/plant/block
textures/blocks/plant/wild_tomato

View file

@ -0,0 +1,13 @@
{
"forge_marker": 1 ,
"defaults" : {
"model": "minecraft:cross"
} ,
"variants" : {
"fruits" : {
"true" : { "textures" : { "cross" : "mmm:blocks/plant/wild_tomato/with_fruits" } } ,
"false" : { "textures" : { "cross" : "mmm:blocks/plant/wild_tomato/without_fruits" } }
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:blocks/plant/wild_tomato/without_fruits"
}
}

Binary file not shown.

After

(image error) Size: 268 B

Binary file not shown.

After

(image error) Size: 255 B