[Change] Increase distance between enternal portals (#232)
This commit is contained in:
parent
f0d6c9e0ef
commit
c9814c59f7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class EndStructures {
|
||||||
public static final BCLStructure<EternalPortalStructure> ETERNAL_PORTAL = BCLStructureBuilder
|
public static final BCLStructure<EternalPortalStructure> ETERNAL_PORTAL = BCLStructureBuilder
|
||||||
.start(BetterEnd.makeID("eternal_portal"), EternalPortalStructure::new)
|
.start(BetterEnd.makeID("eternal_portal"), EternalPortalStructure::new)
|
||||||
.step(Decoration.RAW_GENERATION)
|
.step(Decoration.RAW_GENERATION)
|
||||||
.randomPlacement(16, 6)
|
.randomPlacement(40, 12)
|
||||||
.build();
|
.build();
|
||||||
public static final BCLStructure<GiantIceStarStructure> GIANT_ICE_STAR = BCLStructureBuilder
|
public static final BCLStructure<GiantIceStarStructure> GIANT_ICE_STAR = BCLStructureBuilder
|
||||||
.start(BetterEnd.makeID("giant_ice_star"), GiantIceStarStructure::new)
|
.start(BetterEnd.makeID("giant_ice_star"), GiantIceStarStructure::new)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue