Can't run EasyCrafting Mod on FTB Unleashed 1.1.3

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Matt Calder

New Member
Jul 29, 2019
60
0
0
Hi,

I installed Lepko's EasyCrafting Mod today into my FTB Unleashed pack. I used the version for MC 1.5.2 and placed it into the correct mods folder. But whenever I try run the game it crashes with the following error:
2013-09-15 14:02:44 [INFO] [STDERR] java.lang.IllegalArgumentException: Slot 2500 is already occupied by net.lepko.easycrafting.block.BlockEasyCraftingTable@15f986f6 when adding extrautils.block.BlockAngelBlock@310b8bbf
2013-09-15 14:02:44 [INFO] [STDERR] at net.minecraft.block.Block.<init>(Block.java:340)
2013-09-15 14:02:44 [INFO] [STDERR] at extrautils.block.BlockAngelBlock.<init>(BlockAngelBlock.java:16)
2013-09-15 14:02:44 [INFO] [STDERR] at extrautils.ExtraUtils.load(ExtraUtils.java:415)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-09-15 14:02:44 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-09-15 14:02:44 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-09-15 14:02:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-09-15 14:02:44 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-09-15 14:02:44 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-09-15 14:02:44 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
2013-09-15 14:02:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-09-15 14:02:44 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-09-15 14:02:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-09-15 14:02:44 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
This is what is known as a BlockID conflict. You can easily tell by this part, 'Slot xxx is already occupied by'. Check out this guide on how to fix them, you may have more than one. Good luck. Please feel free to post if you still have problems. Do however, please, use pastebin.com to post logs so we can see it fully and it does not take up the whole thread. Look here for more info about logs.
 

Matt Calder

New Member
Jul 29, 2019
60
0
0
A
This is what is known as a BlockID conflict. You can easily tell by this part, 'Slot xxx is already occupied by'. Check out this guide on how to fix them, you may have more than one. Good luck. Please feel free to post if you still have problems. Do however, please, use pastebin.com to post logs so we can see it fully and it does not take up the whole thread. Look here for more info about logs.
Ah thank you very much and I will start using pastebin. Thanks again.
 
Status
Not open for further replies.