Structure generation replacing End Portal Frames.
Opened this issue ยท 2 comments
I don't know if it's intended or its a bug, but the structure generator ignores some important blocks. It wouldn't matter if it were some village or another structure type, but this is a really game-breaking feature.
What happpens:
End portal frames replaced by Roguelike Dungeon generator
What should happen:
The generator should run before vanilla minecraft structure generator or, if it's really have to run after, it needs to see when replace or not the vanilla generation blocks or structures
How to reproduce:
- Create new world
- Set Generate Structures: ON
- Allows Cheats: Yes
- Gamemode: Creative
- Seed: -8913466909937400889
- In the world, execute this: /tp @p 438 24 1721
- See how end portal frames gets replaced by some other blocks.
Note: This happens even if you select World Type Large Biomes. In Amplified at that specific location does not happen.
it may even be wise to check the distance to the nearest stronghold spawn point while filtering potential dungeon locations. I believe that's a thing I can do, which will avoid the whole situation while allowing vanilla strongholds to remain untouched.