Dungeon Crawl Loot Replaced
marcellonovak opened this issue ยท 6 comments
The dungeon crawl mod (https://www.curseforge.com/minecraft/mc-mods/dungeon-crawl) generates chests without custom loot in them
can confirm this is happening with dungeon crawl on NeoForge as well latest version of both mods on cf as of today
It's taken me a little while to get to this, but from what I can gather looking through the code, the issue seems to be that the customPersistentData
is being discarded during conversion. I'm not sure if that will be the entire fix, but I'll include something in the next 1.20 release for Forge simply for testing purposes.
Unfortunately, the NeoForge/1.20.4/1.20.6 versions are quite a bit behind the main branch and will take a bit more effort.
Can you specify what version of Minecraft you're having this issue with, along with what version of Lootr?
@marcellonovak I believe this should be fixed with the latest release for 1.19.
@Saereth As above, this should be fixed for the 1.18.2, 1.19 and 1.20 releases. Unfortunately, with the 1.20.4 -> 1.20.6 release, I'm not entirely sure what I'm going to do with 1.20.4 releases -- as there's already a huge chunk of code that I still have to port.