Windows .exe ID Conflict [Mo' Creatures]A

  • 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.

TheAnythinger

New Member
Jul 29, 2019
2
0
0
As of adding the Mo' Creatures mod to my FTB Server running the Ultimate pack I experience an ID Conflict with Thaumcraft.


Exception in server tick loop

java.lang.IllegalArgumentException: Slot 200 is already occupied by thaumcraft.common.world.BlockCustomOre@eb0c97 when adding drzhark.mocreatures.block.MoCBlockDirt@187afd3


Now I have changed the MoCBlockDirt to look like so;


####################
# 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

# The starting ID used for MoCreatures items. Each item will increment this number by 1 for its ID.
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

}
As you can see I have changed the DirtBlock ID to 180 which I believe to be open, but I am still getting the same error when I try to start the server.
And help would be appreciated
Thanks.
PS. I had to put some spaces in the coding for this forum post to not allow smilies. Can't find the option to disable them completely but in the actual coding there is no space.
 
Status
Not open for further replies.