Im trying to set up a server using the Ultimate pack but I would like to add MOCreatures. It's giving me a ID conflict. Wanted to know if anyone had any suggestions on how to fix it.
Here is a copy of the crash report.
here is a copy of the section from the config file from MOCreatures
Here is a copy of the crash report.
java.lang.IllegalArgumentException: Slot 200 is already occupied by thaumcraft.common.world.BlockCustomOre@516cbb42 when adding drzhark.mocreatures.block.MoCBlockDirt@397a13d1
at amq.<init>(Block.java:326)
at amq.<init>(Block.java:359)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:17)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:687)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:378)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
at amq.<init>(Block.java:326)
at amq.<init>(Block.java:359)
at drzhark.mocreatures.block.MoCBlock.<init>(MoCBlock.java:22)
at drzhark.mocreatures.block.MoCBlockDirt.<init>(MoCBlockDirt.java:17)
at drzhark.mocreatures.MoCreatures.InitItems(MoCreatures.java:687)
at drzhark.mocreatures.MoCreatures.load(MoCreatures.java:378)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
here is a copy of the section from the config file from MOCreatures
####################
# custom-id-settings
####################
custom-id-settings {
# Basic block for terrain generation, needs to be less than 256
IirtBlockID=200
# Basic block for terrain generation, needs to be less than 256
I:GrassBlockID=201
I:ItemID=8772
I:LeafBlockID=700
I:LogBlockID=701
IlanksBlockID=703
# Basic block for terrain generation, needs to be less than 256
I:StoneBlockID=202
I:TallGrassBlockID=702
I:WyvernLairBiomeID=207
I:WyvernLairDimensionID=-17
}
# custom-id-settings
####################
custom-id-settings {
# Basic block for terrain generation, needs to be less than 256
IirtBlockID=200
# Basic block for terrain generation, needs to be less than 256
I:GrassBlockID=201
I:ItemID=8772
I:LeafBlockID=700
I:LogBlockID=701
IlanksBlockID=703
# Basic block for terrain generation, needs to be less than 256
I:StoneBlockID=202
I:TallGrassBlockID=702
I:WyvernLairBiomeID=207
I:WyvernLairDimensionID=-17
}