Skip to content

Commit

Permalink
fix duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasualix committed Dec 20, 2023
1 parent 679a13c commit 71b09c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public static void registerStructures(Register<Structure<?>> event)
setupStructure(PAINTED_MOUNTAIN, new StructureSeparationSettings(3, 2, 12890));
setupStructure(ETERNAL_PORTAL, new StructureSeparationSettings(16, 6, 1289052454));
setupStructure(GIANT_ICE_STAR, new StructureSeparationSettings(16, 8, 128954));

ModStructurePieces.registerAllPieces();
}

public static <F extends Structure<?>> void setupStructure(F structure, StructureSeparationSettings structureSeparationSettings) {
Expand Down

0 comments on commit 71b09c9

Please sign in to comment.