Realistic Terrain Generation

Realistic Terrain Generation

9M Downloads

Mystcraft compatability

DracoScythem opened this issue ยท 7 comments

commented

Would it be possible to have a RTG specific Page/Symbol to allow Mystcraft to generate worlds using rtgs world-generator? (As far as my knowledge goes the Mystcraft API should allow such additions)

It would be extremely cool to have the option to have any kind of overworld, but still being able to get a RTG based world :)

commented

I've had a quick look at Mystcraft's API but couldn't see how I could actually create a page that would generate a world that uses the RTG world generator.

If you can find an open-source example of this being done by another mod, that would be a huge help. If it's possible, I'd be open to adding RTG-generated biomes to Mystcraft.

commented

My MystcrafttoCC mod generates pages that use and control the CC generator in Mystcraft Ages. However, RTG is dimension-naive and there might have to be a lot of changes for it to work in other dimensions.

commented

With other words zeno is on it :p

commented

This would be nice to do at some point.

commented

Indeed. I took a look at it though, and it might be more complex than I thought. RTG has its own chunk generator and we'd have to make sure Mystcraft could play nice with it. Mystcraft does refer to the chunk manager indirectly, so it might work, but there's a potential for some serious additional work.

This should stay open, I think, but more as a long-term goal.

commented

I'm thinking this could be closed, as it is planned for v2, but will probably never happen in 1.7

commented

Yeah, I agree. From what I understand about what would be involved in order to get this to work, I don't think it's worth attempting for 1.7.10