Global features should be registered globally
This commit is contained in:
parent
6410088aaa
commit
28d4523c57
4 changed files with 3 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue