mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-28 14:26:20 +02:00
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