theorbtwo / RoughlyEnoughResources

Creative Commons Zero v1.0 Universal
27 stars 21 forks source link

ecotones and RER soft-conflict #10

Open Animaly0 opened 4 years ago

Animaly0 commented 4 years ago

Playing on the modpack All of Fabric 3 (version 1.5.3), the rer overworld generation isn't available even if the nether one is available. After some research, there's no rer_worldgen.dat file in DIM1/data but there's one in DIM-1/data

Meridian117 commented 4 years ago

I am also having this issue with AOF3, however I'm wondering if it has anything to do with non-vanilla terrain generation maybe?

Meridian117 commented 4 years ago

Tested and Confirmed non-compatibility with overworld generation if you use the ecotones generator during world creation. Functions normally otherwise

theorbtwo commented 4 years ago

After a bit of a glance at ecotones' source, it may bypass the normal net.minecraft.world.gen.chunk.ChunkGenerator entirely, which would explain the problem. While this is a reasonable way to do the sort of thing that ecotones is trying to do, it is completely incompatable with how we do what RER is trying to do, sadly. We should either document this limitation, or attempt to mixin ChunkGenerator's caller instead.