End portals storage

This commit is contained in:
paulevsGitch 2021-02-19 17:38:39 +03:00
parent fb7cee1889
commit ee4c4aed73
3 changed files with 118 additions and 0 deletions

View file

@ -27,6 +27,7 @@ import ru.betterend.registry.EndBlocks;
import ru.betterend.registry.EndEntities;
import ru.betterend.registry.EndFeatures;
import ru.betterend.registry.EndItems;
import ru.betterend.registry.EndPortals;
import ru.betterend.registry.EndSounds;
import ru.betterend.registry.EndStructures;
import ru.betterend.registry.EndTags;
@ -63,6 +64,7 @@ public class BetterEnd implements ModInitializer {
Integrations.register();
BonemealUtil.init();
GeneratorOptions.init();
EndPortals.loadPortals();
if (hasGuideBook()) {
GuideBookItem.register();