Tweak voor-kia modpack config

In a nutshell:

- Apotheosis
  - Don't clutter the world with super tall reed
  - Don't ruin spawners - it's nice to build buildings in more
    locations
- Ice and fire
  - *Really* tone down the griefing and amount of spawns
- Iron furnaces
  - *Hopefully* disable the annoying update chat messages
- Quark
  - Disable matrix enchanting so that apotheosis works
This commit is contained in:
Tristan Daniël Maat 2021-04-25 05:26:41 +01:00
parent 7ad729f2ca
commit 70e5b6206e
Signed by: tlater
GPG key ID: 49670FD774E43268
6 changed files with 55 additions and 29 deletions

View file

@ -2,13 +2,13 @@
general {
# The max height a stack of bamboo may grow to. Vanilla is 16. [range: 1 ~ 255, default: 32]
I:"Bamboo Height"=32
I:"Bamboo Height"=16
# The max height a stack of cacti may grow to. Vanilla is 3. [range: 1 ~ 255, default: 5]
I:"Cactus Height"=5
# The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255]
I:"Reed Height"=255
I:"Reed Height"=5
}

View file

@ -8,7 +8,7 @@ general {
I:"Spawner Silk Damage"=100
# The level of silk touch needed to harvest a spawner. Set to -1 to disable, 0 to always drop. The enchantment module can increase the max level of silk touch. [range: -1 ~ 127, default: 1]
I:"Spawner Silk Level"=1
I:"Spawner Silk Level"=-1
}