Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Emeralds are still generated in the world.

Tsyklop opened this issue ยท 12 comments

commented

Emeralds are still generated in the world.

The config file generation is off.

RTG 0.0.15

commented

Thanks for reporting this.

I think I know why it's still happening - should be fixed in the next release.

commented

This should be fixed in 94ee4a8.

Here's a snapshot if you want to test it out: https://goo.gl/GikRGk

commented

I put snapshot. Now we have to find the biome which generated emeralds.

commented

I don't notice emeralds in those biomes in which they are generated in 0.0.15

commented

Emeralds only generate in the vanilla Extreme Hills biome, and only if "Generate Emerald Ore"=true

commented

i find emerals in Alps biome. And i turn off this option in config file.

commented

Thanks for testing it out.

It looks like BOP generates emeralds when it decorates its biomes... currently I'm only listening for when emeralds are generated during chunk population.

In order to prevent emeralds from generating in modded biomes, I will either need to listen for biome decoration events (which would cause additional lag if emeralds were disabled), or I would need to manually decorate every modded biome (which I'm actually planning to do eventually).

Not sure when this one will get fixed for modded biomes, but I'll leave this issue open and update it when progress has been made.

commented
commented

@whichonespink44 Okay. I wait.

commented
commented

@Tsyklop Sorry, I posted that mainly for my own reference... I'm working on this issue now, and it should be resolved in the next release.

commented

This has been fixed in the 0.1.0 branch.

@Tsyklop Thanks for all your help with testing this - much appreciated.