Ivis vine & moss

This commit is contained in:
paulevsGitch 2020-12-20 13:44:51 +03:00
parent 9231618094
commit a5ba8a3985
20 changed files with 399 additions and 0 deletions

View file

@ -13,6 +13,7 @@ public class BYGIntegration extends ModIntegration {
@Override
public void register() {
TagHelper.addTags(Integrations.BYG.getBlock("ivis_phylium"), EndTags.END_GROUND, EndTags.GEN_TERRAIN);
BYGBlocks.register();
BYGFeatures.register();
BYGBiomes.register();
}