Ether Grove prototype
This commit is contained in:
parent
46450a1bc8
commit
0fffaad9f0
12 changed files with 173 additions and 22 deletions
|
@ -18,6 +18,8 @@ public abstract class ModIntegration {
|
|||
|
||||
public abstract void register();
|
||||
|
||||
public abstract void addBiomes();
|
||||
|
||||
public ModIntegration(String modID) {
|
||||
this.modID = modID;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue