mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Make it work actually
This commit is contained in:
parent
ff741068c2
commit
f71e4d741b
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue