Mod integrations migration
This commit is contained in:
parent
d8fe6cd766
commit
fece745179
9 changed files with 16 additions and 40 deletions
|
@ -32,6 +32,7 @@ public class BYGIntegration extends ModIntegration implements EndBiomeIntegratio
|
|||
}
|
||||
BYGBlocks.register();
|
||||
BYGFeatures.register();
|
||||
BYGBiomes.register();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -78,9 +79,4 @@ public class BYGIntegration extends ModIntegration implements EndBiomeIntegratio
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void biomeRegister() {
|
||||
BYGBiomes.register();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue