mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +00:00
Forestry config first pass
This commit is contained in:
parent
d956d210e7
commit
459e6375d0
@ -40,4 +40,6 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
|||||||
* Eleccore:
|
* Eleccore:
|
||||||
* Enable fireworks (yay!)
|
* Enable fireworks (yay!)
|
||||||
* Move durability tooltips to shift only
|
* Move durability tooltips to shift only
|
||||||
|
* Forstry:
|
||||||
|
* Beekeeping Easy mode
|
||||||
|
* Disable copper and tin WorldGen
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
beekeeping {
|
beekeeping {
|
||||||
# Change the beekeeping mode. [default: NORMAL] [valid: [EASY, NORMAL, HARD, HARDCORE, INSANE]]
|
# 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]
|
# Percent chance of a second princess drop, for limited/skyblock maps. [range: 0.0 ~ 100.0, default: 0.0]
|
||||||
S:second.princess=0.0
|
S:second.princess=0.0
|
||||||
|
@ -154,10 +154,10 @@ world {
|
|||||||
B:apatite=true
|
B:apatite=true
|
||||||
|
|
||||||
# Generates copper ore blocks in the world. [default: 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]
|
# Generates tin ore blocks in the world. [default: true]
|
||||||
B:tin=true
|
B:tin=false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user