From 34f61731fa90275d479d8cd76943bc71e816445e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 28 Apr 2017 18:40:57 +0100 Subject: Added farming.conf setting file check --- farming.conf_example | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 farming.conf_example (limited to 'farming.conf_example') 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 -- cgit v1.2.3