upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
|
|
|
|
--[[
|
|
|
|
Farming settings can be changed here and kept inside mod folder
|
|
|
|
even after the mod has been updated, or you can place inside
|
|
|
|
world folder for map specific settings.
|
|
|
|
--]]
|
|
|
|
|
|
|
|
-- true to enable crop/food in-game and on mapgen set spawn rarety
|
2023-06-06 11:28:47 -04:00
|
|
|
farming.asparagus = 0.002
|
|
|
|
farming.eggplant = 0.002
|
|
|
|
farming.spinach = 0.002
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
farming.carrot = 0.001
|
|
|
|
farming.potato = 0.001
|
|
|
|
farming.tomato = 0.001
|
|
|
|
farming.cucumber = 0.001
|
|
|
|
farming.corn = 0.001
|
|
|
|
farming.coffee = 0.001
|
|
|
|
farming.melon = 0.001
|
|
|
|
farming.pumpkin = 0.001
|
|
|
|
farming.cocoa = true -- true or false only
|
|
|
|
farming.raspberry = 0.001
|
|
|
|
farming.blueberry = 0.001
|
|
|
|
farming.rhubarb = 0.001
|
|
|
|
farming.beans = 0.001
|
|
|
|
farming.grapes = 0.001
|
|
|
|
farming.barley = true -- true or false only
|
|
|
|
farming.chili = 0.003
|
|
|
|
farming.hemp = 0.003
|
|
|
|
farming.garlic = 0.001
|
|
|
|
farming.onion = 0.001
|
|
|
|
farming.pepper = 0.002
|
|
|
|
farming.pineapple = 0.001
|
|
|
|
farming.peas = 0.001
|
|
|
|
farming.beetroot = 0.001
|
|
|
|
farming.mint = 0.005
|
|
|
|
farming.cabbage = 0.001
|
|
|
|
farming.blackberry = 0.002
|
|
|
|
farming.lettuce = 0.001
|
|
|
|
farming.soy = 0.001
|
|
|
|
farming.vanilla = 0.001
|
|
|
|
farming.artichoke = 0.001
|
|
|
|
farming.parsley = 0.002
|
|
|
|
farming.sunflower = 0.001
|
2023-06-06 11:28:47 -04:00
|
|
|
farming.ginger = 0.002
|
|
|
|
farming.strawberry = not minetest.get_modpath("ethereal") and 0.002
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
farming.grains = true -- true or false only
|
|
|
|
farming.rice = true
|
|
|
|
|
|
|
|
-- default minimum and maximum light levels crops need to grow
|
|
|
|
farming.min_light = 12
|
|
|
|
farming.max_light = 15
|