
Game crash when teleport in Nether or TheEnd with TFC installed
Proxwian opened this issue ยท 3 comments
Version
1.20.1-0.6.0
Crash Report
https://github.com/AlmostReliable/morejs/files/14269407/latest.log
Log
https://github.com/AlmostReliable/morejs/files/14269407/latest.log
Additional Context
Yes
Modifications
Did the crash happen in singleplayer or on a server?
Both
This submission has been automatically marked as abandoned because it has not had recent activity. It will be closed in 3 days. If you want to prevent that, leave a new comment.
TFC overhauls a lot of the worldgen and from what I see they trying to access ChunkDataProvider
which is a class from TFC and nothing from vanilla minecraft.
Seems like it happens when they spawn ErosionFeature
. I assume it's something in the end or nether?
You should create an issue at the TFC github.
Are you using the MoreJSEvents.structureAfterPlace
event? If yes, can you post your scripts please.