mcl_tomato: fix missing description for seeds.
This commit is contained in:
parent
2270ce3bc3
commit
ccd8aeb5e8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ mcl_vegan.register_plant_items(modname, "tomato", {
|
||||||
seed = "seeds",
|
seed = "seeds",
|
||||||
descriptions = {
|
descriptions = {
|
||||||
base = "Tomato",
|
base = "Tomato",
|
||||||
|
seed = "Tomato Seeds",
|
||||||
},
|
},
|
||||||
food_strength = 2.0,
|
food_strength = 2.0,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue