Repurposed Structures (Forge)

Repurposed Structures (Forge)

21M Downloads

Structures spawning in end in BYG biomes

celsiusqc opened this issue ยท 4 comments

commented

1.18,2
image
image
image

commented

Problematic tag found. This is in byg and is putting the wrong biomes into c:in_nether tag
https://github.com/AOCAWOL/BYG/blob/1.18.X/Common/src/main/resources/data/c/tags/worldgen/biome/in_nether.json

You can make a small datapack to fix this as a workaround until they update.

commented

Those nether structures from RS can only spawn in nether tagged biomes. To be specific, following the Nether City, It uses this tag #repurposed_structures:has_structure/cities/nether for biomes to spawn in:

And that tag is pulling values from #repurposed_structures:collections/nether:

And that tag looks like this. See how it is pulling biomes from nether tags?
https://github.com/TelepathicGrunt/RepurposedStructures/blob/latest-released/src/main/resources/data/repurposed_structures/tags/worldgen/biome/collections/nether.json

This does not look like an RS issue. Rather, a datapack or another mod is inappropriately tagging their end biomes in the nether biome tags. Or the nether biomes are actually spawning in the end (use F3 to see exactly what biome those structures are spawning in to know what biomes are for some reason nether tagged). Once you check what that biome is, you can let me know so i can tell the owner to recheck their biome tags and tag their biomes properly.

commented

it is fixed

commented

Latest byg is said to have fixed this issue. Please give it a try and let me know if the issue persists.