Fixed wrong name

This commit is contained in:
Frank 2022-12-03 13:50:58 +01:00
parent fb00eceb19
commit 8626560681

View file

@ -93,7 +93,7 @@ public class BCLPlacedFeatureBuilder<F extends Feature<FC>, FC extends FeatureCo
return res;
}
public static void registerunbound(BootstapContext<PlacedFeature> bootstrapContext) {
public static void registerUnbound(BootstapContext<PlacedFeature> bootstrapContext) {
UNBOUND_FEATURES.forEach(u -> u.register(bootstrapContext));
UNBOUND_FEATURES.clear();
}