Ether Grove prototype
This commit is contained in:
parent
46450a1bc8
commit
0fffaad9f0
12 changed files with 173 additions and 22 deletions
|
@ -18,6 +18,14 @@ public class Integrations {
|
|||
});
|
||||
}
|
||||
|
||||
public static void addBiomes() {
|
||||
INTEGRATIONS.forEach((integration) -> {
|
||||
if (integration.modIsInstalled()) {
|
||||
integration.addBiomes();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private static ModIntegration register(ModIntegration integration) {
|
||||
INTEGRATIONS.add(integration);
|
||||
return integration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue