Skip to content

Commit

Permalink
fix: fixed GorgonTemple using the wrong biome tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBv committed Dec 22, 2023
1 parent cc99ce6 commit 884165d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static GorgonTempleStructure buildStructureConfig(BootstapContext<Structu

return new GorgonTempleStructure(
new Structure.StructureSettings(
context.lookup(Registries.BIOME).getOrThrow(IafBiomeTagGenerator.HAS_MAUSOLEUM),
context.lookup(Registries.BIOME).getOrThrow(IafBiomeTagGenerator.HAS_GORGON_TEMPLE),
new HashMap<>(),
GenerationStep.Decoration.SURFACE_STRUCTURES,
TerrainAdjustment.BEARD_THIN
Expand Down

0 comments on commit 884165d

Please sign in to comment.