diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-28 18:40:57 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-28 18:40:57 +0100 |
commit | 34f61731fa90275d479d8cd76943bc71e816445e (patch) | |
tree | 0c8e1e7401e34ff505d9c2012760367b35e6a710 /farming.conf_example | |
parent | bd3ac972e74b5d0851fa634b708bfd47e027ced5 (diff) |
Added farming.conf setting file check
Diffstat (limited to 'farming.conf_example')
-rw-r--r-- | farming.conf_example | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/farming.conf_example b/farming.conf_example new file mode 100644 index 0000000..696d007 --- /dev/null +++ b/farming.conf_example @@ -0,0 +1,27 @@ + +--[[ + 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.coffee = true +farming.melon = true +farming.sugar = 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 +farming.hemp = true +farming.donuts = true |