Tomato - Wild tomato appearance
Also reduced chance of wild tomato making fruits
This commit is contained in:
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
|
@ -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" } }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -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 |
Reference in a new issue