Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Ore generation in mountains

whichonespink44 opened this issue ยท 11 comments

commented

Hmmz didn't know they were empty... must be at a specific altitude but that's logic cause most ore doesn't generate higher then 90 orso.

Need to lookup the ore stats first cause I think copper and coal is the only 60+ ore (vanilla ore)

commented

Yes, if we're going to implement this one, we need to do it for vanilla ores only, and we should stick to whatever the vanilla rules are for ore gen at certain heights as the default, and then maybe let users customize it to whatever they want. So maybe something like...

[default: 1]
oreIronMinHeight=1
[default: 63]
oreIronMaxHeight=63

What you reckon?

commented

Yes something like that and yes keep it locked but I would say coal can be to 255 for all I care

commented

Another requested feature... "Ore X can only generate in these biomes: "

commented

I think I already changed this for vanilla :p

commented

Btw if you want to support all ore giving mods that's gonna be a Shit load hahaha

commented

It should be easy enough to add a disable/enable flag as well, just in case.

commented

there would need to be a way to disable this option as it could interfere with world gen of cofhcore if you are using cofhcore to handle your ore gen.

commented

it will not interfere it will just make it that coal and iron are seen at higher altitudes

commented

I've decided not to implement this feature as it falls outside the scope of what RTG is trying to do. If users want this functionality, they will need to find another mod to use alongside RTG (e.g. Custom Ore Generation).