delvr / Farseek

A Scala API for Minecraft mods.
https://minecraft.curseforge.com/projects/farseek
20 stars 4 forks source link

[v2.4] Random "broken" chunks when using OTG v8.2 #52

Closed Tiscan76 closed 4 years ago

Tiscan76 commented 4 years ago

After installing the latest Farseek-version i noticed something odd. Whenever I port to a new location in an unexplored world, there will be a single chunk that isn't generated correctly. It's either directly at the position you port to or very close to it. Here is an example:

broken_chunk

I tested this on a clean modpack with only JourneyMap, OTG v8.2, BiomeBundle v6.1, Farseek v2.4 and Streams 0.4.7 installed.

I also tested it on a different pack with a lot more mods installed and the same thing happened after upgrading to the latest Farseek version.

All you got to do to recreate this is creating a new OTG/BB world and then just /tp ~1000 ~ ~1000 a few times. For me it happens on pretty much every single teleport.

PG85 commented 4 years ago

Hey @Tiscan76 , thanks for reporting this. We've had similar bugs reported for OTG, so I suspect this is an OTG issue. Feel free to open a new issue on the OTG git, also please test with the latest OTG dev version from the OTG discord, v8.3_r4 may have fixed this.

Tiscan76 commented 4 years ago

I did some testing and it looks like it's really an OTG-issue. I'll open a new issue over there and provide some additional informations.

Sorry for bothering you, @delvr