Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

WorldGen Problem With Futurepack

wisabel opened this issue ยท 4 comments

commented
  • Forge version:10.13.4.1614
  • RTG version:1.7.10-1.1.1.6
Issue Description:

Maybe there is no love between RTG and Futurepack

Steps to reproduce the issue: (If it's easily reproducible.)

Generate new terrain

Extra Information:

crash-report here
https://pastebin.com/K2ackhugm/

commented

Fixed in 34ca1be

commented

Thanks.

So it looks like Futurepack is calling the loadChunk method, which RTG's chunk generator has implemented:

    public Chunk loadChunk(int par1, int par2)
    {
        if (1>0) throw new RuntimeException();
        return provideChunk(par1, par2);
    }

But it looks like some debug code forgot to be removed... I'll have a chat with the rest of the team and see what we can do.

Thanks for bringing this to our attention.

commented

Can you post the crash report again? The link above isn't working.