Divination Sigil no longer spams chat

This commit is contained in:
Nick 2015-10-30 16:54:59 -07:00
parent 09ff96fe03
commit 2bf78bc61c
9 changed files with 324 additions and 27 deletions

View file

@ -1,6 +1,7 @@
package WayofTime.alchemicalWizardry;
import WayofTime.alchemicalWizardry.api.util.helper.LogHelper;
import WayofTime.alchemicalWizardry.network.AlchemicalWizardryPacketHandler;
import WayofTime.alchemicalWizardry.registry.ModBlocks;
import WayofTime.alchemicalWizardry.registry.ModEntities;
import WayofTime.alchemicalWizardry.registry.ModItems;
@ -67,6 +68,8 @@ public class AlchemicalWizardry {
@Mod.EventHandler
public void init(FMLPreInitializationEvent event) {
AlchemicalWizardryPacketHandler.init();
proxy.init();
}