New Structures for end village

This commit is contained in:
Frank 2023-06-14 13:14:54 +02:00
parent 3454b4e801
commit 6585eabb7e
14 changed files with 56 additions and 10 deletions

View file

@ -40,13 +40,13 @@ public class EndStructures {
public static final BCLStructure<MegaLakeStructure> MEGALAKE = BCLStructureBuilder
.start(BetterEnd.makeID("megalake"), MegaLakeStructure::new)
.step(Decoration.RAW_GENERATION)
.step(Decoration.LAKES)
.randomPlacement(4, 1)
.build();
public static final BCLStructure<MegaLakeSmallStructure> MEGALAKE_SMALL = BCLStructureBuilder
.start(BetterEnd.makeID("megalake_small"), MegaLakeSmallStructure::new)
.step(Decoration.RAW_GENERATION)
.step(Decoration.LAKES)
.randomPlacement(4, 1)
.build();