Global features should be registered globally

This commit is contained in:
Aleksey 2020-10-16 23:03:30 +03:00
parent 6410088aaa
commit 28d4523c57
4 changed files with 3 additions and 11 deletions

View file

@ -20,7 +20,7 @@ import ru.betterend.world.features.VineFeature;
public class FeatureRegistry {
public final static List<EndFeature> globalFeatures = Lists.newArrayList();
private final static List<EndFeature> globalFeatures = Lists.newArrayList();
// Trees //
public static final EndFeature MOSSY_GLOWSHROOM = new EndFeature("mossy_glowshroom", new MossyGlowshroomFeature(), 3);