Crash When atempting to Ride Weedwood boat
Shibva opened this issue · 3 comments
Versions
Betweenlands version:
TheBetweenlands-3.7.2-universal.jar
Forge version:
Singleplayer or Multiplayer:
SinglePlayer
Installed mods:
Crash report should show issue
Link to full crash log
https://gist.github.com/SteamDoge9000/63fbb7210d9dead03cb505b5b2668da9
Description of the problem
How to reproduce:
- place boat on black ice (just where it was)
- get in after adding lantern upgrade
Expected result:
Render player riding the boat in third person
Actual result:
Game crash
Pictures:
Additional Files:
Apparently something with Nuclear Tech Reloaded is causing this issue. It’s also fixed in-dev on their side, according to GoryMoon. So nothing to do with BL really. For now you could remove that mod or perhaps try not to use rowboats.
It expected to always have a RenderPlayer when a player is being rendered, this mod replaces it with something that doesn't extend RenderPlayer. I didn't consider mods would try to replace the player model entirely, though I suppose that probably makes it easier to work with. Next update for NTM is only a couple days out in any case, so I guess wait until then.