Lakes, fixes
This commit is contained in:
parent
2061a12aff
commit
c9326931d3
8 changed files with 191 additions and 24 deletions
|
@ -1,10 +1,12 @@
|
|||
package ru.betterend.registry;
|
||||
|
||||
import ru.betterend.world.features.EndFeature;
|
||||
import ru.betterend.world.features.EndLakeFeature;
|
||||
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 void register() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue