AbyssalCraft

AbyssalCraft

20M Downloads

[1.12.2] Twilight Forest

MokahTGS opened this issue ยท 4 comments

commented

Description:

Getting a crash when entering the Twilight Forest. Crash log is calling out Abyssalcraft.

Crash report:

https://paste.dimdev.org/ulexazeqas.mccrash


Affected versions ("latest" is NOT a version):

  • Minecraft: 1.12.2
  • Forge: 2823
  • AbyssalCraft: AbyssalCraft-1.12.2-1.9.6

Full mod list: https://paste.dimdev.org/soxojaxuqa.md

commented

Can you check the config for AbyssalCraft regarding the Shoggoth Lair generation count (one for Swamp, one for Rivers)? It might be a negative number, and the random number generator cannot use a negative number.

commented

From the config:

# Generation chance of a Shoggoth Lair in river biomes. Higher numbers decrease the chance of a Lair generating, while lower numbers increase the chance.
# [range: 0 ~ 1000, default: 30]
I:"Shoggoth Lair Generation Chance: Rivers"=0

# Generation chance of a Shoggoth Lair in swamp biomes. Higher numbers decrease the chance of a Lair generating, while lower numbers increase the chance.
# [range: 0 ~ 1000, default: 30]
I:"Shoggoth Lair Generation Chance: Swamps"=30
commented

So switching the river generation back to 30 stopped the crash. It doesn't like 0.

commented

In that context, 0 is considered a negative number. A slight oversight on my end in regards to not taking into account that someone might set one of those options to 0.