SmileycorpMC / The-Hordes

Minecraft mod which adds zombie infection and mob invasions
GNU Lesser General Public License v2.1
0 stars 5 forks source link

Hordes wont spawn #135

Open Levinschlonglong opened 1 month ago

Levinschlonglong commented 1 month ago

Im trying to make a modpack with zombie and parasites but the Hordes wont just spawn. Im on the 1.20.1 and i tried everything like deleting hordes and reinstalled it and also looking into the config but not even on day 0 they want to spawn. I dont even have the settings on to manually spawn them. Here are my config settings:

["Horde Event"]

How do players get notified of a horde event. 0: Off, 1: Chat, 2:Action Bar, 3:Title

eventNotifyMode = 2
#How long in ticks does the horde notification appear? (Only applies to modes 2 and 3)
eventNotifyDuration = 60
#Play a sound when a horde wave spawns.
hordeSpawnSound = true
#Colour of horde notification messages in the rgb format.
hordeMessageColour = [135, 0, 0]
#Whether the sky and moon should be tinted on a horde night
hordeEventTintsSky = true
#Colour of horde notification messages in the rgb format.
hordeEventSkyColour = [102, 0, 0]
#Colour of horde notification messages in the rgb format.
hordeEventMoonColour = [193, 57, 15]

[Infection]

Tint the player's screen and display other visual effects if they are infected.

playerInfectionVisuals = true
#Play a sound when the player becomes infected?
playerInfectSound = true
#Play a sound when infection gets prevented?
infectionProtectSound = false
#Show a tooltip on items that can cure infection?
cureTooltip = true
#Show a tooltip on items that give infection immunity?
immunityTooltip = true
#Show a tooltip on wearable items that grant some protection against infection?
wearableProtectionTooltip = true
#Colour tint for zombie players.
zombiePlayerColour = [121, 156, 101]
#Colour tint for drowned players.
drownedPlayerColour = [144, 255, 255]
#Colour tint for husk players.
huskPlayerColour = [193, 168, 5]

["Horde Event"]

Set to false to completely disable the horde event and anything relating to it.

enableHordeEvent = true
#Set to true to disable natural horde spawns (hordes can only be spawned with commands).
hordesCommandOnly = false
#Amount of mobs to spawn per wave.
spawnAmount = 25
#Multiplier by which the spawn amount increases by each time the event naturally spawns. (Set to 1 to disable scaling.)
hordeSpawnMultiplier = 1.05
#Time in ticks the event lasts for
hordeSpawnDuration = 6000
#Time in ticks between spawns for the horde spawn event.
hordeSpawnInterval = 1000
#What time of day does the horde event start? eg 18000 is midnight with default day length.
hordeStartTime = 18000
#Amount of days between horde spawns.
hordeSpawnDays = 10
#Amount of days a horde event can be randomly delayed by
hordeSpawnVariation = 0
#Max cap for the number of entities that can exist from the horde at once.
hordeSpawnMax = 160
#Length of a day (use only if you have another day that changes the length of the day/night cycle) Default is 24000
dayLength = 24000
#How many ticks does the horde pathing ai take before recalculating? (Increase this if you are having server slowdown during horde events.)
hordePathingInterval = 10
#How fast do horde mobs move towards their tracked player?
hordeEntitySpeed = 1.0
#Set to true to enable the horde spawning on the first day. (Game day 0)
spawnFirstDay = false
#Set to false to disable the use of beds during a horde event.
canSleepDuringHorde = false
#How much should the size of each horde scale down by when multiple players are near each other?
hordeMultiplayerScaling = 0.8
#Do the daylight cycle (and active horde events get paused while there are no players online.).
pauseEventServer = true
#Are horde events tracked by player play time instead of world time.
hordeEventByPlayerTime = true
#How many ticks after a hordes scheduled time can it start?
hordeStartBuffer = 1200
#How many attempts should horde events make to avoid spawning mobs in light areas or outside their spawn type.
hordeSpawnChecks = 25

[Infection]

Set to false to completely disable mob infection and anything related to it.

enableMobInfection = true
#Can villagers be infected.
infectVillagers = true
#Chance for a villager to get infected, a value of 1 or higher makes it guaranteed
villagerInfectChance = 0.85
#Can players be infected.
infectPlayers = true
#Whether later levels of infected should slightly slow movement speed? 
infectSlowness = true
#Whether later levels of infected should deplete hunger quicker? 
infectHunger = true
#Chance for a player to get infected, a value of 1 or higher makes it guaranteed
playerInfectChance = 0.75
#How long do each of the 4 effect phases last for before the next phase is activated?
ticksForEffectStage = 6000
#Do players who die to infection spawn a zombie?
infectionSpawnsZombiePlayers = true
#Do entities on the infectionEntities list automatically target entities on the infectionConversionList
infectionEntitiesAggroConversions = true
#What factor should the infection potion effect timer be multiplied by for each cured infection? (Resets on death, set to 1 to disable scaling)
effectStageTickReduction = 0.95

[Misc]

Whether zombies and drowned burn in sunlight.

zombiesBurn = false
#Whether skeletons and strays burn in sunlight.
skeletonsBurn = false
#Whether zombie villagers have vanilla curing mechanics or not
zombieVillagersCanBeCured = false
#Whether piglins and hoglins automatically convert to zombies in the overworld
piglinsHoglinsConvert = false
#Whether zombie horses are aggressive or not.
aggressiveZombieHorses = true
#Whether zombie horses burn in sunlight.
zombieHorsesBurn = false
#Whether skeleton horses burn in sunlight.
skeletonHorsesBurn = false
#Whether unmounted horses are scared of zombies.
zombiesScareHorses = true
#Whether zombie piglins are hostile by default
zombiePiglinsHostile = true
#Whether piglins kill zombie mobs
piglinsHuntZombies = true
#Whether piglins use cures they find and keep in their inventory to heal infection.
piglinsCureThemself = true
#Whether illagers kill zombie mobs
illagersHuntZombies = true
#Whether zoglins are agressive towards other undead mobs
zoglinsAttackUndead = false
#Whether zoglins are agressive towards non-undead monsters
zoglinsAttackMobs = true

[Misc."Zombie Players"]
    #Whether to use zombie players as graves all the time. (Even if infection is disabled)
    zombieGraves = false
    #Whether to spawn drowned players when a player dies underwater instead of a zombie player. (Whether the zombie is spawned from infection or zombieGraves being true)
    drownedPlayers = true
    #Whether to spawn husk players when a player dies in a desert biome instead of a zombie player. (Whether the zombie is spawned from infection or zombieGraves being true)
    huskPlayers = true
    #Whether zombie players, drowned players and husk players should be immune to fire damage
    zombiePlayersFireImmune = false
    #Whether zombie players and drowned players burn in sunlight.
    zombiePlayersBurn = false
    #Whether zombie players, drowned players and husk players are immune to all damage from non player sources.
    zombiePlayersOnlyHurtByPlayers = false
    #Whether zombie players, drowned players and husk players store items dropped by the player that spawned them.
    zombiePlayersStoreItems = true
Levinschlonglong commented 1 month ago

https://www.mediafire.com/folder/kjowiaf4k2y2s/New_World_(7) This is the world i tried it in