Ether Grove prototype

This commit is contained in:
paulevsGitch 2020-12-26 14:08:53 +03:00
parent 46450a1bc8
commit 0fffaad9f0
12 changed files with 173 additions and 22 deletions

View file

@ -18,6 +18,8 @@ public abstract class ModIntegration {
public abstract void register();
public abstract void addBiomes();
public ModIntegration(String modID) {
this.modID = modID;
}