farming/farming.conf_example

36 lines
859 B
Plaintext
Raw Normal View History

2017-04-28 10:40:57 -07: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
farming.carrot = true
farming.potato = true
farming.tomato = true
farming.cucumber = true
farming.corn = true
farming.coffee = true
farming.melon = true
farming.pumpkin = true
farming.cocoa = true
farming.raspberry = true
farming.blueberry = true
farming.rhubarb = true
farming.beans = true
farming.grapes = true
farming.barley = true
2017-08-31 04:14:54 -07:00
farming.chili = true
2017-04-28 10:40:57 -07:00
farming.hemp = true
farming.onion = true
farming.garlic = true
farming.pepper = true
2018-02-08 03:13:25 -08:00
farming.pineapple = true
2018-03-21 03:51:12 -07:00
farming.peas = true
2018-04-30 05:28:33 -07:00
farming.beetroot = true
farming.grains = true
2017-08-14 10:42:03 -07:00
-- rarety of crops on map, default is 0.001 (higher number = more crops)
farming.rarety = 0.002