forked from mtcontrib/farming
tweak crop levels on map, add strawberry if ethereal mod not active
This commit is contained in:
@ -38,6 +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.grains = true -- true or false only
|
||||
farming.rice = true
|
||||
|
||||
|
Reference in New Issue
Block a user