Tons of change

removed problematic delights and butcher
removed abyssal sovereign
disabled man & deeplings for now until controls are made
removed trevor giants in lieu of pehkui giant scaling mod
removed lunar events
removed shadows in the dark for overspawning and not doing anything

added ghast resourcepack
added incontrol for mob controls
added spore infection
added hateflesh dimension

generated configs and modified some
This commit is contained in:
2025-05-22 20:20:46 -05:00
parent 29cc6bc573
commit b1fcdbaec1
51 changed files with 1775 additions and 367 deletions

View File

@ -1,15 +1,15 @@
[Spawning]
#This controls whether all boss versions will require specific weather conditions to spawn. Without this, they will appear much more frequently.
"Bosses require weather?" = true
"Bosses require weather?" = false
#Do you want the boss and clone versions to spawn naturally, or only from summoning structures?
"Boss natural spawning" = true
#Bosses and variant spawns are rare by default. 1=twice as common. 2=default rarity. 3=twice as rare. 4=three times rarer. Avoid decimal and negative numbers.
"Boss rarity" = 2.0
"Boss rarity" = 1.0
#This controls whether the stalker bosses (spider moth, scorpioid bloodluster, draconic voidlasher, tormentor) are included in general. Set to false if you only want the other mobs, and the bosses will become unable to be spawned in any way.
"Boss inclusion" = true
#Controls the spawnrate of ALL non-boss mobs in this mod, including minibosses and all regular arthropods. Default multiplier value is 5. You could more than double the ArPhEx spawnrates by setting it to 2 or 1. Lower values = more spawns (minimum value is 1). No maximum rarity. Avoid decimal and negative numbers.
"Non-boss global spawnrates" = 5.0
"Non-boss global spawnrates" = 2.0
#ArPhEx has an additional spawning system that gives a 1 in (10) chance to spawn a random ArPhEx mob each time the natural spawn triggers. This system allows ArPhEx mobs to spawn in non-vanilla overworld biomes, while still accounting for mob rarity. Default number is 10, meaning it has a 1 in 10 chance to spawn each time. Setting it to 0 disables the additional spawning system entirely. Avoid decimal and negative numbers.
"Random-system spawn rates" = 10.0
"All entities enabled/disabled" = true
@ -20,11 +20,11 @@
#Specifically disables the Tormentor boss entirely. It will be unable to be spawned in any form if this is enabled.
"Disable Tormentor" = false
#Disabled by default. If enabled, most mobs will become able to spawn in any dimension, including dimensions from other mods - may cause issues with some mod dimensions.
"Spawn in other dimensions" = false
"Spawn in other dimensions" = true
#By default, the Tormentor can spawn naturally once you defeat the first three bosses. At this point, you probably won't be ready yet to fight it, and so will be forced to seal it and locate a crawling portal (all intentional). Set to false to prevent this, and ensure the Tormentor can only spawn from being summoned. The earlier - Boss natural spawning - config option has the same effect, but also controls other bosses.
"Tormentor initial natural spawning" = true
#Do you want to massively amplify all ArPhEx spawns futher on top of the existing spawns? Enabling this will drastically amplfy random-system overworld spawns from the mod, and even add crawling dimension mobs like the spider ambusher into the overworld. Even the non-overworld bosses will spawn rarely in the overworld, except for the Tormentor (this must be summoned manually). Minibosses will spawn commonly. Perfect for fast-paced, intense gameplay!
"Insanity Mode" = false
"Insanity Mode" = true
[Difficulty]
#By default, the stalker bosses have hundreds of health points. Choose true to decrease their maximum to just 60 health. Avoid decimal and negative numbers.