add strawberry rarity to farming.conf_example

This commit is contained in:
tenplus1 2022-09-10 08:46:07 +01:00
parent c945100237
commit 1ba1b848dc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ farming.vanilla = 0.001
farming.artichoke = 0.001
farming.parsley = 0.002
farming.sunflower = 0.001
farming.strawberry = minetest.get_modpath("ethereal") and nil or 0.002
farming.strawberry = not minetest.get_modpath("ethereal") and 0.002
farming.grains = true -- true or false only
farming.rice = true