Features fixes
This commit is contained in:
parent
35d8c14d20
commit
89ddb7cf33
5 changed files with 22 additions and 8 deletions
|
@ -4,7 +4,7 @@ import ru.betterend.world.features.EndFeature;
|
|||
import ru.betterend.world.features.StoneSpiralFeature;
|
||||
|
||||
public class FeatureRegistry {
|
||||
public static final EndFeature STONE_SPIRAL = new EndFeature("stone_spiral", new StoneSpiralFeature());
|
||||
public static final EndFeature STONE_SPIRAL = new EndFeature("stone_spiral", new StoneSpiralFeature(), 2);
|
||||
|
||||
public static void register() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue