Ether Grove prototype
This commit is contained in:
parent
46450a1bc8
commit
0fffaad9f0
12 changed files with 173 additions and 22 deletions
|
@ -2,6 +2,8 @@ package ru.betterend.integration.byg;
|
|||
|
||||
import ru.betterend.integration.Integrations;
|
||||
import ru.betterend.integration.ModIntegration;
|
||||
import ru.betterend.integration.byg.biomes.BYGBiomes;
|
||||
import ru.betterend.integration.byg.features.BYGFeatures;
|
||||
import ru.betterend.registry.EndTags;
|
||||
import ru.betterend.util.TagHelper;
|
||||
|
||||
|
@ -17,4 +19,9 @@ public class BYGIntegration extends ModIntegration {
|
|||
BYGFeatures.register();
|
||||
BYGBiomes.register();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addBiomes() {
|
||||
BYGBiomes.addBiomes();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue