WunderFunct / WFCaveOverhaul

WF's Cave Overhaul
GNU General Public License v2.0
2 stars 0 forks source link

Support for ReTerraForged (https://github.com/racoonman2/ReTerraForged) #3

Open MagmaBro123 opened 8 months ago

MagmaBro123 commented 8 months ago

Title.

Fork of TerraForged for newer MC versions.

WunderFunct commented 8 months ago

Thanks. I'll test against this mod when working on the next update for WF's Cave Overhaul (ETA Friday if everything goes well).

FeeeeK commented 3 months ago

@WunderFunct Is there any news? Judging by what the RTF author wrote in discord, there is no compatibility yet: image image

Also, RTF allows changing the height and depth of the world, so hard-coded checks for this will not pass.

WunderFunct commented 3 months ago

Reopening this issue.

I'm working on a series of compat patches right now. I haven't confirmed the new CO update for RTF, but 1.3.3 for forge is currently live and has a series of changes which could (emphasis on could) patch these issues.

I've changed how the overworld is detected; it's no longer checking based on the height/depth/etc of the world but rather if the NoiseGeneratorSettings in the current chunk are the same as the overworld's. The patch is working with ad astra. Also, I've added something in the configs to re-enable default worldgen: it's the large caverns option and is off by default.

I'll check whether or not the new CO update works with RTF + a number of other mods. I haven't done an in-depth check for RTF yet, but 1.3.x will be a series of compat patches with work on new 1.4 features frozen until the bulk of these compat issues are addressed.