Interacting with Armorer in Mining Dimension crashes server
mimi-min opened this issue ยท 3 comments
Describe the bug
When we interact with the Armorer in the mining dimension, the server crashes
To Reproduce
Steps to reproduce the behavior:
- Go to Mining Dimension
- Right-click on Armorer
Expected behavior
A shop menu to open up
Screenshots
If applicable, add screenshots to help explain your problem.
Debugging
Console log: https://pastebin.com/RJq8jj1c
Crash log; https://pastebin.com/YZH0QEhB
Is the issue happening in combination with other mods? (If yes, please provide a full list)
List is in crash log.
Additional context
I haven't checked other NPCs yet, but it's happened twice.
Can confirm, it happens with NPCs in other dimensions as well.
I just run some additional tests with my mod pack and it seems that the issue is not related to this mod at all.
I was able to trade and level the NPC fine, regardless of the miningRemoveLootChest option, so I assume that this is an issue with some of the mods which modify the trading of the villager NPCs.
Thanks for the report. I assume that the Armorer is consider as kind of loot chest which are automatically cleared inside the mining dimension.
You could solve this issue by setting the "miningRemoveLootChest" option to false
inside the lobby-common.toml
config file and restart the server.
If you send me the related mod link, I will try implement a patch to skip these entities for this option.
Can confirm, it happens with NPCs in other dimensions as well.
If this happens with other NPCs in other dimension as well, it seems not related to this mod.
The mod is only adjusting the spawn and entities in the mining dimension, but not for the other dimension like the over-world or so.