AlexModGuy / Rats

The Rats Mod for Minecraft
https://minecraft.curseforge.com/projects/rats
GNU Lesser General Public License v3.0
66 stars 49 forks source link

Enabling ratlantis breaks LOD rendering in Distant Horizons #880

Closed johalun closed 1 month ago

johalun commented 3 months ago

Similarly as The Graveyard https://github.com/finallion/The-Graveyard-FORGE/issues/116 , Rats mod break LOD rendering with the server side fork of Distant Horizons when Ratlantis is enabled. The behavior is the same as with The Graveyard, it causes a lot of "unhandled messages" warnings in the chat.

To test

  1. install server side fork of Distant Horizons on server and client (link in DH discord)
  2. delete / move and existing world folder to ensure datapack changes apply
  3. enable ratlantis datapack
  4. see warning messages in chat and no LOD are being rendered on the client (although I think they are generated on the server)

vs

  1. delete or move world on the server so datapack changes take affect
  2. disable ratlantis datapack
  3. join world and see LODs generate and render

System

johalun commented 1 month ago

This is fixed in Distant Horizons serverside branch