[Change] Increase distance between enternal portals (#232)

This commit is contained in:
Frank 2023-06-18 18:40:30 +02:00
parent f0d6c9e0ef
commit c9814c59f7

View file

@ -63,7 +63,7 @@ public class EndStructures {
public static final BCLStructure<EternalPortalStructure> ETERNAL_PORTAL = BCLStructureBuilder
.start(BetterEnd.makeID("eternal_portal"), EternalPortalStructure::new)
.step(Decoration.RAW_GENERATION)
.randomPlacement(16, 6)
.randomPlacement(40, 12)
.build();
public static final BCLStructure<GiantIceStarStructure> GIANT_ICE_STAR = BCLStructureBuilder
.start(BetterEnd.makeID("giant_ice_star"), GiantIceStarStructure::new)