PG85 / OpenTerrainGenerator

Minecraft Terrain Generator for Bukkit/Spigot/Forge
MIT License
199 stars 83 forks source link

[Bug]: Problem with fog display #992

Open Quenteez opened 1 year ago

Quenteez commented 1 year ago

Is there an existing issue for this?

Current Behavior

So. I have tested several builds and I can tell you this:

  1. Forge + Optifine = fog works
  2. Forge = fog does not work
  3. Fabric = fog does not work
  4. Fabric + Optifine + OptiFabric = fog does not work
  5. Fabric + Sodium = fog does not work

I understand that there is no official version for Fabric, but I created it myself using patchwork-patcher. I don't need the full functionality of the mod, I use it only for visual on the client. All visual settings work except for fog, which I find strange. Moreover, from the output above, we see that the problem is not only with Fabric, but also with Forge without Optifine.

Expected Behavior

Fog display on the Forge client without Optifine.

Which platforms have you reproduced this issue using?

Forge Multiplayer, Spigot/Paper

OTG Version

OTG 1.16.5 0.1.10

Platform Version

Paper 1.16.5

Steps To Reproduce

  1. Install the mod for the Forge client
  2. Do not install Optifine or delete it if it is in the mods folder
  3. Launch the client
  4. Install the plugin on the Spigot/Paper server
  5. Create a biome with the "fog density" parameter above 0.4 (to see the effect)
  6. Start the server and generate a map with this biome
  7. Connect to the server

Log file

I have nothing to provide you with, since receiving packages from the plugin is not logged on the client. And on the server in the console it is written about sending them. However, considering that the rest of the visual settings work correctly, and on both Forge and Fabric clients, the packets are sent correctly and in full.

Anything else?

No response