From 128b7bd880c960c8934b088e04fc78033717ef85 Mon Sep 17 00:00:00 2001 From: ACGaming Date: Mon, 14 Jun 2021 17:33:34 +0000 Subject: [PATCH] Mutant Beasts config --- .../config/RolikMods/MutantBeasts_Config.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/overrides/config/RolikMods/MutantBeasts_Config.cfg diff --git a/src/overrides/config/RolikMods/MutantBeasts_Config.cfg b/src/overrides/config/RolikMods/MutantBeasts_Config.cfg new file mode 100644 index 0000000..63ccba2 --- /dev/null +++ b/src/overrides/config/RolikMods/MutantBeasts_Config.cfg @@ -0,0 +1,18 @@ +# Configuration file + +general { + B:_Enable_MutantCaveSpider=true + B:_Enable_MutantGolem=true + B:_Enable_MutantPigman=true + + # Enable Mutants in game + B:_Enable_MutantSpider=true + I:_M_MutantCaveSpider_Spawnrate=2 + I:_M_MutantGolem_Spawnrate=2 + I:_M_MutantPigman_Spawnrate=2 + + # Set Mutant spawnrates at your own risk! + I:_M_MutantSpider_Spawnrate=2 +} + +