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 are no spaces.
So, i was researching because im having the same problem, and came across this. This guy didnt have problems with ThaumCraft, but it was a Block ID conflict. So try out those IDs. And reload the Edited Mo Creatures. Let me know if this helped.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Exception in server tick loop
java.lang.IllegalArgumentException: Slot 200 is already occupied by [email protected] when adding [email protected]
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 are no spaces.
Firstly, Make sure you have the following mods for tekkit lite 1.4.7 and put them in their respective directories
folder < mod name
mods < CustomMobSpawner 1.11.zip
mods < DrZharks MoCreatures Mod v4.6.0.zip
coremods < GuiAPI-0.15.2-1.4.6.jar
http://www.minecraftforum.net/topic...ith-new-ogres-more-wyverns-crabs-and-roaches/
http://www.minecraftforum.net/topic/612536-151-guiapi-an-advanced-gui-toolkit/
http://www.minecraftforum.net/topic/1080677-151-custom-mob-spawner/
(run minecraft here to generate the configs, it will crash but create the configs)
change the custom-id-settings section in MoCProperties.cfg to look like this:
####################
# custom-id-settings
####################
custom-id-settings {
I
I:GrassBlockID=198
I:ItemID=8772
I:LeafBlockID=700
I:LogBlockID=701
I
I:StoneBlockID=199
I:TallGrassBlockID=702
I:WyvernLairBiomeID=207
I:WyvernLairDimensionID=-17
}
So, i was researching because im having the same problem, and came across this. This guy didnt have problems with ThaumCraft, but it was a Block ID conflict. So try out those IDs. And reload the Edited Mo Creatures. Let me know if this helped.