Integrations prototype
This commit is contained in:
parent
26e9f79def
commit
eadeba4593
7 changed files with 110 additions and 2 deletions
|
@ -0,0 +1,14 @@
|
|||
package ru.betterend.integration.byg;
|
||||
|
||||
import ru.betterend.integration.ModIntegration;
|
||||
|
||||
public class BYGIntegration extends ModIntegration {
|
||||
public BYGIntegration() {
|
||||
super("byg");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void register() {
|
||||
BYGBiomes.register();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue