1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 06:40:45 +02:00

tweak crop levels on map, add strawberry if ethereal mod not active

This commit is contained in:
tenplus1
2022-09-10 08:44:29 +01:00
parent 3e522de47e
commit c945100237
14 changed files with 117 additions and 19 deletions

View File

@ -659,6 +659,7 @@ farming.lettuce = 0.001
farming.artichoke = 0.001
farming.parsley = 0.002
farming.sunflower = 0.001
farming.strawberry = not minetest.get_modpath("ethereal") and 0.002
farming.grains = true
farming.rice = true
farming.rarety = 0.002
@ -734,6 +735,7 @@ ddoo("lettuce.lua", farming.lettuce)
ddoo("artichoke.lua", farming.artichoke)
ddoo("parsley.lua", farming.parsley)
ddoo("sunflower.lua", farming.sunflower)
ddoo("strawberry.lua", farming.strawberry)
dofile(farming.path .. "/food.lua")
dofile(farming.path .. "/mapgen.lua")