- remove redundant thing
- tweaks to feature injectors
This commit is contained in:
parent
b16d64a5c7
commit
d8766939ba
@ -106,7 +106,7 @@ public class TerraSetupFactory {
|
||||
modifiers.getPredicates().add(Matchers.sedimentDisks(), FeaturePredicate.DENY);
|
||||
modifiers.getPredicates().add(FeatureMatcher.of(Feature.MINESHAFT), new MinHeight(context.levels.waterY + 20));
|
||||
|
||||
return FeatureManager.create(context.world, SetupHooks.setup(modifiers, context.copy()));
|
||||
return FeatureManager.create(SetupHooks.setup(modifiers, context.copy()));
|
||||
}
|
||||
|
||||
public static SurfaceManager createSurfaceManager(TerraContext context) {
|
||||
|
Loading…
Reference in New Issue
Block a user