Bewitchment (Legacy)

Bewitchment (Legacy)

8M Downloads

Crash on startup

craftyrhenvar opened this issue ยท 4 comments

commented

Not sure if this is an issue with Bewitchment or another mod i have installed, but i get this crash on generating a new world.

Expected Behaviour
No crash

Actual Behaviour
Crashing

Steps to Reproduce
Load world

Version of Minecraft, Bewitchment, Forge, Patchouli, LLibrary and Baubles used
Bewitchment - 0.0.19.47
Forge - 14.23.5.2838
Patchoui - 1.0-19
Llibrary - 1.7.19
Baubles - 1.5.2

Screenshots encouraged
Logs, in the event of a crash
https://pastebin.com/ZpCrP3yd

crash-2019-05-28_17.55.10-server.txt

If this is a question, developer commentary, or a suggestion, ignore this template

commented

Update: Seems to be that changing "I:silver_min_vein=1" in the config to "I:silver_min_vein=0" causes the crash.

commented

And this why you don't allow rand.nextInt(0) :P

This is fixed in the rewrite, but for now, if you're trying to disable silver spawns, set the max and min height to 1, that'll cause it to attempt generating on bedrock and fail.

commented

Thanks for the tip, and the quick reply :)

commented

No problem :D