From 459e6375d0052f9398d73f36a2338ba04aafff51 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Mon, 8 May 2017 20:11:42 +0100 Subject: [PATCH] Forestry config first pass --- Readme.md | 4 +++- src/config/forestry/apiculture.cfg | 2 +- src/config/forestry/common.cfg | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 8166f65..3877d8c 100644 --- a/Readme.md +++ b/Readme.md @@ -40,4 +40,6 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu * Eleccore: * Enable fireworks (yay!) * Move durability tooltips to shift only - +* Forstry: + * Beekeeping Easy mode + * Disable copper and tin WorldGen diff --git a/src/config/forestry/apiculture.cfg b/src/config/forestry/apiculture.cfg index 192e9b8..752818b 100644 --- a/src/config/forestry/apiculture.cfg +++ b/src/config/forestry/apiculture.cfg @@ -4,7 +4,7 @@ beekeeping { # Change the beekeeping mode. [default: NORMAL] [valid: [EASY, NORMAL, HARD, HARDCORE, INSANE]] - S:mode=NORMAL + S:mode=EASY # Percent chance of a second princess drop, for limited/skyblock maps. [range: 0.0 ~ 100.0, default: 0.0] S:second.princess=0.0 diff --git a/src/config/forestry/common.cfg b/src/config/forestry/common.cfg index 8908d44..980a35b 100644 --- a/src/config/forestry/common.cfg +++ b/src/config/forestry/common.cfg @@ -154,10 +154,10 @@ world { B:apatite=true # Generates copper ore blocks in the world. [default: true] - B:copper=true + B:copper=false # Generates tin ore blocks in the world. [default: true] - B:tin=true + B:tin=false } }