Ultimate Pack ID conflicts

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

Mark Wascher Jr

New Member
Jul 29, 2019
24
0
0
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.
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)

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
I:DirtBlockID=200

# Basic block for terrain generation, needs to be less than 256
I:GrassBlockID=201
I:ItemID=8772
I:LeafBlockID=700
I:LogBlockID=701
I:planksBlockID=703

# Basic block for terrain generation, needs to be less than 256
I:StoneBlockID=202
I:TallGrassBlockID=702
I:WyvernLairBiomeID=207
I:WyvernLairDimensionID=-17
}
 

Velotican

New Member
Jul 29, 2019
799
0
0
I'm not at my A-Game today but here goes nothing:

Code:
derp withdrawn

If this doesn't work, I derped and forgot which IDs are taken in FTB's default configs. :)
 

Mark Wascher Jr

New Member
Jul 29, 2019
24
0
0
I'm not at my A-Game today but here goes nothing:

Code:
####################
# custom-id-settings
####################
 
custom-id-settings {
# Basic block for terrain generation, needs to be less than 256
I:DirtBlockID=180
 
# Basic block for terrain generation, needs to be less than 256
I:GrassBlockID=181
I:ItemID=8772
I:LeafBlockID=1604
I:LogBlockID=1601
I:planksBlockID=1603
 
# Basic block for terrain generation, needs to be less than 256
I:StoneBlockID=182
I:TallGrassBlockID=1602
I:WyvernLairBiomeID=207
I:WyvernLairDimensionID=-17
}

If this doesn't work, I derped and forgot which IDs are taken in FTB's default configs. :)

It is now saying there is a conflict with ID 1604 with Thaumcraft.
 

13552

New Member
Jul 29, 2019
75
0
0
Which version of Mo Creatures are you using? I'm using v4.5.1 with MCPC+ & FTB Ultimate, works fine for me.

But my config file looks different than yours, it only has the "general" section and the only ID setting is "I:ItemID=8772" This config was ported from an older pack though.
 

Velotican

New Member
Jul 29, 2019
799
0
0
I thought I'd screw up something there. It's literally a matter of fiddling with the IDs until it doesn't clash.

Code:
####################
# custom-id-settings
####################
 
custom-id-settings {
# Basic block for terrain generation, needs to be less than 256
I:DirtBlockID=180
 
# Basic block for terrain generation, needs to be less than 256
I:GrassBlockID=181
I:ItemID=8772
I:LeafBlockID=1904
I:LogBlockID=1901
I:planksBlockID=1903
 
# Basic block for terrain generation, needs to be less than 256
I:StoneBlockID=182
I:TallGrassBlockID=1902
I:WyvernLairBiomeID=207
I:WyvernLairDimensionID=-17
}