Small fix
This commit is contained in:
parent
3c1f518f22
commit
ef0cb759d4
5 changed files with 31 additions and 30 deletions
|
@ -114,7 +114,7 @@ public class EndFeature {
|
|||
return new EndFeature(name, feature, GenerationStep.Feature.RAW_GENERATION, configured);
|
||||
}
|
||||
|
||||
public static EndFeature makeOverworldIsland(String name, Feature<DefaultFeatureConfig> feature) {
|
||||
public static EndFeature makeFetureConfigured(String name, Feature<DefaultFeatureConfig> feature) {
|
||||
ConfiguredFeature<?, ?> configured = feature.configure(FeatureConfig.DEFAULT);
|
||||
return new EndFeature(name, feature, GenerationStep.Feature.RAW_GENERATION, configured);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue