Portal property (WIP)
This commit is contained in:
parent
ee4c4aed73
commit
269821dee8
4 changed files with 55 additions and 5 deletions
|
@ -42,6 +42,7 @@ public class BetterEnd implements ModInitializer {
|
|||
public static final Logger LOGGER = Logger.get();
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
EndPortals.loadPortals();
|
||||
EndSounds.register();
|
||||
EndItems.register();
|
||||
EndBlocks.register();
|
||||
|
@ -64,7 +65,6 @@ public class BetterEnd implements ModInitializer {
|
|||
Integrations.register();
|
||||
BonemealUtil.init();
|
||||
GeneratorOptions.init();
|
||||
EndPortals.loadPortals();
|
||||
|
||||
if (hasGuideBook()) {
|
||||
GuideBookItem.register();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue