Fixes
This commit is contained in:
parent
b13da60a35
commit
4ddeb92680
2 changed files with 52 additions and 52 deletions
|
@ -48,7 +48,7 @@ public class EndStructures {
|
|||
}*/
|
||||
}
|
||||
|
||||
private static void addStructure(EndStructureFeature feature, Collection<Supplier<ConfiguredStructureFeature<?, ?>>> collection) {
|
||||
protected static void addStructure(EndStructureFeature feature, Collection<Supplier<ConfiguredStructureFeature<?, ?>>> collection) {
|
||||
collection.add(() -> { return feature.getFeatureConfigured(); });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue