Crash when adding cover to machine on an unvalkyried heavens ship
Homssu opened this issue ยท 2 comments
GregTech CEu Version
2.5.0-beta
Modpack Used
No response
Addons Installed
No response
Environment
Singleplayer
Side Crashed
Client
New Worlds
Yes
Steps to Reproduce
- Build a platform in the air
- Add a physics infuser
- Place down an LV macerator
- Assemble the ship
- Try to add a cover to the LV macerator
- Crash
Crash Report
https://pastebin.com/ZyZiV2Em
https://pastebin.com/P53P7frb
Additional Information
Unvalkyried Heavens version 1.0.9
Why would it return null?
Valkyrien simply transforms the raycast vector from world pos to ship pos:
It only transforms the target position though, so in reality you get a very long vector from player at -100 -600 to ship at 5120000 0...
This should be fixed as of #1507.