Skip to content

Commit

Permalink
A bit broken, might crash game
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Nov 22, 2019
1 parent 2f9e947 commit e08bf51
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public BetterAnimalsPlusMod() {
ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, BetterAnimalsPlusConfig.SERVER_CONFIG);
ModTriggers.register();

BetterAnimalsPlusConfig.setupConfig();

BetterAnimalsPlusMod.logger.log(Level.INFO, "Injecting super coyotes...");
}

Expand Down Expand Up @@ -123,7 +125,7 @@ protected IProjectile getProjectileEntity(World worldIn, IPosition position, Ite
}

private void loadComplete(final FMLLoadCompleteEvent event) {
BetterAnimalsPlusConfig.setupConfig();
BetterAnimalsPlusMod.logger.log(Level.INFO, "Finished crazy bird creation!");
}

@SubscribeEvent
Expand Down

0 comments on commit e08bf51

Please sign in to comment.