TelepathicGrunt / UltraAmplifiedDimension-Forge

A crazy mod for Java Edition Minecraft that adds a dimension with insane world gen to provide a more challenging and epic world!
https://www.curseforge.com/minecraft/mc-mods/ultra-amplified-mod
GNU Lesser General Public License v3.0
10 stars 2 forks source link

Some chunks aren't cleared correctly #3

Closed Insane96 closed 4 years ago

Insane96 commented 5 years ago

2019-11-08_13 00 45

TelepathicGrunt commented 5 years ago

This bug has been around for a while due to the cave generation using a heavily modified version of the Vanilla Ravine code. I'll try and take another stab at trying to figure out what is causing this bug.

Insane96 commented 5 years ago

Yeah iirc this happens with vanilla ravines too

Il Ven 8 Nov 2019, 14:16 TelepathicGrunt notifications@github.com ha scritto:

This bug has been around for a while due to the cave generation using a heavily modified version of the Vanilla Ravine code. I'll try and take another stab at trying to figure out what is causing this bug.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TelepathicGrunt/UltraAmplifiedMod/issues/3?email_source=notifications&email_token=ABW2FUDCRT24W5Y4H5MVYR3QSVRBTA5CNFSM4JKWPNI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDRW25Y#issuecomment-551775607, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABW2FUCQAXKSWZ37TBRPLKLQSVRBTANCNFSM4JKWPNIQ .

TelepathicGrunt commented 4 years ago

This bug has been resolved in V.6.11.1 which is now released! :)

The issue was due to how the ravine code carves out the ledges on the walls. To fix this, Cave Cavities now generate more as a giant cylinder rather than trying to make walls that vary in directions which causes the legacy ravine code to freak out.