Doomlike Dungeons

Doomlike Dungeons

40M Downloads

Loot Error (I think)

TheUnnamedPlayerOfficial opened this issue ยท 2 comments

commented

crash-2025-02-20_13.41.55-server.txt

Hello, this mod appears to be having some sort of issue with chest loot generation. I have attached the log file.
I deleted this mod and I was able to walk into the region that was crashing the game, so I believe it is this mod after about an hour of troubleshooting.
I remember seeing something about this on the curseforge website, but I think giving the full log would give more information for this (at least for when you fix your hard drive, that sucks by the way)

commented

There, it should be fixed now. I think something with the new world gen from "Caves and Cliffs" (with the underground biomes) is catching block placement and substituting the block with one for its biome decorations (just a guess, but this wasn't a problem in 1.12.2). As a result, the chest it expect is not a chest and doesn't have the code to act like a chest and have an inventory. It then crashes because it is trying to put loot in a non-chest. The bug but with spawners was crashing in an earlier version.

Anyway, it should be fixed now in 2.1.1; the mod will check to see if it really has chest code before actually placing loot.

commented

Very good! Thank you!