mcl_tomato: fix missing description for seeds.

This commit is contained in:
trans_soup 2023-07-17 23:52:35 +02:00
parent 2270ce3bc3
commit ccd8aeb5e8
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ mcl_vegan.register_plant_items(modname, "tomato", {
seed = "seeds",
descriptions = {
base = "Tomato",
seed = "Tomato Seeds",
},
food_strength = 2.0,
})