1
0
mirror of https://github.com/Adam-Ant/modpack_spring_17 synced 2024-07-06 05:36:10 +00:00

Forestry config first pass

This commit is contained in:
Adam Dodman 2017-05-08 20:11:42 +01:00
parent d956d210e7
commit 459e6375d0
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}
}