Glitchfiend / TerraBlender

TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system.
https://www.curseforge.com/minecraft/mc-mods/terrablender
GNU Lesser General Public License v3.0
87 stars 28 forks source link

TBMultiNoiseBiomeSource doesn't add multi-noise debug info #32

Closed SmellyModder closed 2 years ago

SmellyModder commented 2 years ago

What's the issue you encountered?

When using F3 to open the debug overlay, there is normally data displayed about multi-noise as seen in MultiNoiseBiomeSource#addMultinoiseDebugInfo(), but no data gets shown when using Terrablender.

How can the issue be reproduced?

Simply open the debug overlay and notice the missing multi-noise information.

Logs

No response

Mod Version

1.18.1

Additional information

No response

Adubbz commented 2 years ago

This is fixed in 1.18.2 (we no longer replace MultiNoiseBiomeSource so Vanilla’s debug info is preserved)