Salandora / SophisticatedBackpacks

Sophisticated backpacks is yet another minecraft backpack mod this time with backpack you can place in world, color in different color combinations, upgrade with more inventory and enhance with many functional upgrades.
https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks-unofficial-fabric-port
GNU General Public License v3.0
15 stars 4 forks source link

java.lang.RuntimeException: We are asking a region for a chunk out of bound #24

Closed McBlob closed 1 week ago

McBlob commented 2 weeks ago

java.lang.RuntimeException: We are asking a region for a chunk out of bound

To Reproduce Load structure from repurposed structures skeleton with backpack spawn crash crash-2024-06-16_17.15.52-server.txt

Versions 1.20.1 fabric

I don't know anything about minecraft modding but i think it has something to do with the spawning of skeletons in the dungeon and the spawning of skeletons with backpacks or something. This was a huge modpack so it also could be something else

Salandora commented 2 weeks ago

Yeah you're absolutely correct. I'll fix the bug in the upcoming major feature update.

Until then you can set entityBackpackAdditions equipWithArmor to false in the sophisticatedbackpacks-server.toml This will prevent skeletons from spawning with Armor pieces in addition to backpacks. (Which is the part that crashes your game)

McBlob commented 2 weeks ago

Changing the config fixed the crash. Thanks!

Salandora commented 2 weeks ago

I would like to keep the bug report open for now cause the actual bug is not yet fixed. This helps keeping track of what I still need to fix for the next release.

Salandora commented 1 week ago

Fix is out.