Make it work actually

This commit is contained in:
Ellpeck 2016-01-02 02:17:17 +01:00
parent ff741068c2
commit f71e4d741b

View file

@ -44,6 +44,7 @@ import de.ellpeck.actuallyadditions.update.UpdateChecker;
import de.ellpeck.actuallyadditions.util.FakePlayerUtil;
import de.ellpeck.actuallyadditions.util.ModUtil;
import de.ellpeck.actuallyadditions.util.Util;
import de.ellpeck.actuallyadditions.util.compat.minetweaker.MineTweaker;
import net.minecraft.init.Items;
import net.minecraft.server.MinecraftServer;
@ -105,6 +106,7 @@ public class ActuallyAdditions{
TreasureChestHandler.init();
LensNoneRecipeHandler.init();
InitForeignPaxels.init();
MineTweaker.init();
InitBooklet.init();
proxy.postInit(event);