You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameter name: minValue
at Terraria.Utilities.UnifiedRandom.Next(Int32 minValue, Int32 maxValue)
at Terraria.WorldGen.<>c.<generateWorld>b__261_27(GenerationProgress progress)
at Terraria.GameContent.Generation.PassLegacy.Apply(GenerationProgress progress)
at Terraria.World.Generation.WorldGenerator.GenerateWorld(GenerationProgress progress)
at Terraria.WorldGen.generateWorld(Int32 seed, GenerationProgress customProgressObject)
at Terraria.WorldGen.do_worldGenCallBack(Object threadContext)
at Terraria.WorldGen.worldGenCallBack(Object threadContext)
OS: Windows 10
TerraCustom: 0.5.3.1
Terraria: 1.3.5.3
tModLoader: 0.10.1.5
Mods enabled: WorldGen Previewer
myConfig
Suggestion:
if (minValue >= maxValue) { minValue = Maxvalue - 1; }
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: