Structure Essentials[Forge/Fabric]

Structure Essentials[Forge/Fabric]

43M Downloads

[Bug]: Sentry Laboratory and Bronze Dungeon Structure overlap from Ancient Aether

NotShaung opened this issue ยท 2 comments

commented

Describe the bug you're experiencing

I have Structure Essentials and Ancient Aether installed and it cause these 2 structure (Bronze Dungeon and Sentry Laboratory) overlapped.

overlapped one
Image

normal one
Bronze Dungeon
Image
Sentry Laboratory
Image

Reproducability

Have Structure Essentials and Aether mod, Ancient Aether(addon) installed.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.20.1 Forge 47.3.0

Modloader version

Forge

Logs

https://gist.github.com/NotShaung/e38f1da98a6952657a973e509168f24b

commented

Image
Ye the addon incorrectly uses the same salt as the original aether dungeon, which will cause the structures to spawn at the same place.
Structure essentials probably just allowed the addon's dungeon to spawn in the same biome, it doesnt change the spawning itself.

If you want to prevent the overlap you can either fix the salt to a unique value as it should be, or enable the minimum distance in structuressentials configs to prevent overlaps(it is disable by default)

commented

Got it, thank you for your reply!
I realized I can use datapack to fix the issue.