Terrain Control

Terrain Control

235k Downloads

Mojang created structures spawning everywhere

Opened this issue ยท 4 comments

commented

Hello.

The default minecraft structures (Like village, temple, igloo and even surface mineshaft and oceantemple etc.) are spawning in biomes where they are not supposed to and also when they are not supposed to in the #154 Build. The objects spawned in biomes even though my configs said they should not spawn. I also had noticed this in the #150 build but I had solved this issue by just removing the CustomObject(UseWorld) from every biomeconfig.

Here are some pictures of what I mean (Left is #154, Right #150):
(Note: I only let the biomes spawn structures like vanilla minecraft would. CustomObject(UseWorld) is also removed!)
http://imgur.com/a/qv9Gl

The Surfaceshafts (which should only spawn in the Mesa) however, are a problem in both versions:
http://imgur.com/BkDfXaf

Hope this helps.

EDIT: Example config: http://pastebin.com/zPfpGPuN

commented

I looked around through the commits and I think it probably has something to do with this one:
c85d73d
I have no experience with java so I don't know what is wrong myself. I don't know about the surface mineshafts though, since they were broken before that commit.

commented

I cannot reproduce this. As a first test, I set the amount of villages in the WorldConfig to a really high value, so that there are villages everywhere in the plains biome. However, in the roofed forest biome, there are as expected no villages:

image

Then I created a world with your biome config, again I saw no strange structures:

image

Could you create a ZIP file with the configs that reproduce this problem?

commented

Okay, for some reason I'm not even able to reproduce this problem myself. Even though I was able to yesterday. The villages and temple are no longer there and I couldn't find them anywhere else either (at least where they were not supposed to be).

The surface/mesa mineshafts are still there though

Here are the configs:
https://www.dropbox.com/s/agaj80mrj09u30b/TerrainControl.zip?dl=0
(for some reason it wouldn't let me upload a zip file to this comment.)

The seed is -1747477043061145549
you can find a mineshaft at the coordinates in the picture which I showed earlier.

commented

Build 156 should fix the mineshafts.