Features fixes

This commit is contained in:
paulevsGitch 2020-09-23 16:05:38 +03:00
parent 35d8c14d20
commit 89ddb7cf33
5 changed files with 22 additions and 8 deletions

View file

@ -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() {}
}