Lake fixes
This commit is contained in:
parent
b89afced36
commit
8dc7137ab4
4 changed files with 12 additions and 7 deletions
|
@ -6,7 +6,7 @@ import ru.betterend.world.features.StoneSpiralFeature;
|
|||
|
||||
public class FeatureRegistry {
|
||||
public static final EndFeature STONE_SPIRAL = new EndFeature("stone_spiral", new StoneSpiralFeature(), 2);
|
||||
public static final EndFeature END_LAKE = new EndFeature("end_lake", new EndLakeFeature());
|
||||
public static final EndFeature END_LAKE = EndFeature.MakeRawGenFeature("end_lake", new EndLakeFeature(), 100);
|
||||
|
||||
public static void register() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue