Structures' Compass

Structures' Compass

5M Downloads

End City dimension location is in Overworld instead of The End

mrjqr opened this issue ยท 3 comments

commented

Minecraft version 1.18.2
Fabric API 0.50.0
Structures Compass v1.4.1

when looking for end cities it says its dimension is in the overworld and when I'm in the end it says wrong dimension

Screenshot 2022-04-12 135849

commented

Notes for dev:

  • Fabric Version:
println(Registry.STRUCTURE_FEATURE.entrySet)
println(serverWorld.registryManager.get(Registry.CONFIGURED_STRUCTURE_FEATURE_KEY).entrySet)
  • Forge Version:
System.out.println(ForgeRegistries.STRUCTURE_FEATURES.getEntries());
System.out.println(serverWorld.registryAccess()
    .registryOrThrow(Registry.CONFIGURED_STRUCTURE_FEATURE_REGISTRY).entrySet());

Output:

$> ResourceKey[minecraft:worldgen/structure_feature / minecraft:endcity]
$> ResourceKey[minecraft:worldgen/configured_structure_feature / minecraft:end_city]
commented

@mrjqr A new version has been released on CurseForge, please check it out.

commented

It's working now, thank you so much for fixing it!