Carpet

Carpet

2M Downloads

Crash when exploring world

shouxd opened this issue ยท 4 comments

commented
commented

How do you know it is caused by Carpet and not any other mod?

commented

A kind mod from Fabric discord server explained to me that net.minecraft.server.MinecraftServer.handler$bhp000$modifiedRunLoop. modifiedRunLoop is a method in Carpet

commented

yes, but that is a main server loop - so all crashlogs will have that. I am more concern about the actual function that crashed. Will check if that's carpet responsible for it

commented

method tickChunk on ServerWorld class (calling directly the randing) does not belong to carpet, check probably some other mods.
Also carpet doesn't have any calls to nextInt that could be wrongly bounded