Lootr crashes with byg on a player entering a 1.12.2 server
Xplodin opened this issue · 6 comments
crash-2023-04-04_06.51.00-server.txt
suspected mods are byg and lootr
Not much else besides it loads, then once a player enters, they crash the entire server
Assigning to @embeddedt. This looks like a standard MCreator conflict issue.
EDIT: The original version of BYG was made in MCreator. It's possible that it's just going to be completely incompatible with Lootr, as a warning, but I'm not sure.
Ill remove byg serverside for now, although it works perfect in singleplayer.
I never knew byg was mcreator until today.
I'm not sure if it's really possible to fix this; after deobfuscating the stacktrace it appears that BYG's block simply throws a NPE when you call destroyBlock
with its position; that doesn't seem like something unreasonable to do from our end.
In theory 0.6.0 will fix this, but I can't reproduce the issue locally so I will need you to try it.