Move Forge init message to MinecraftForge.initalize
This commit is contained in:
parent
65ddfd49af
commit
96be8c4f19
1 changed files with 0 additions and 2 deletions
|
@ -223,8 +223,6 @@ public class ForgeHooks
|
|||
grassList.add(new GrassEntry(Block.plantRed, 0, 10));
|
||||
seedList.add(new SeedEntry(new ItemStack(Item.seeds), 10));
|
||||
initTools();
|
||||
System.out.printf("MinecraftForge v%s Initialized\n", ForgeVersion.getVersion());
|
||||
FMLLog.info("MinecraftForge v%s Initialized", ForgeVersion.getVersion());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue