Was an pretty much similar thread/crash like this in September.
The mod likely does not use the Forge automatic ID assigning system and so it is trying to assign Entity ID 3000 for which is invalid; possible reason is due to a vanilla Minecraft bug with Entity IDs past 127+. Forge's ID system works around this and makes life worth living, but some mod author(s)' refuse to live easy or make lives of others easier.
In all, that is the culprit mod causing this. Check the config for it and see if it has any ID section in which you can change the ID for what is trying to use Entity ID 3000. Otherwise will need to well remove it.
entity {
B:"Show the health bar above the entitys head?"=true
I:"The distance the player can see the mobs health"=10
I:"The starting 'Entity List ID'"=3000
I:"The starting ID for the mobs (only gets greater the more mobs this mod has registered)"=350
I:"The starting ID for the projectiles (only gets greater the more projectiles this mod has registered)"=230
}
Seeing how i don't want to break this mod, what exactly should i change to use the mod without any problems?
This is from the magic launcher, without essence of the gods.
Are you sure it is removed? As I just made an 1.8 Forge 1556 instance here with only 3 mods.
Essence of the Gods 1.0.0
NEI
CodeChickenCore
And end up with exact same crash. It must have not been removed.
That means the mod is broken and should report this crash to the mod author.
</div> <- these div tags do not even belong here, fix your forum web code.
<div>THIS IS NOT A FULL CRASH, IT IS AN LOG SNIPPET</div>
<div>---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
Contact their authors BEFORE contacting forge
// Why is it breaking
Time: 11/9/15 11:26 PM
Description: Initializing game
java.lang.IllegalArgumentException: Attempted to register a entity with invalid ID: 3000 Name: robot Class: class net.essence.entity.mob.vanilla.EntityRobot
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:122)
at net.slayer.api.SlayerAPI.registerMob(SlayerAPI.java:108)
at net.essence.util.EntityRegistry.init(EntityRegistry.java:40)
at net.essence.proxy.CommonProxy.preInit(CommonProxy.java:49)
at net.essence.Essence.preInit(Essence.java:34)
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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:553)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:413)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://pastebin.com/i08jp4eL
My mods
Instant Massive Structures
Animal Bikes
CodeChickenCore
CustomNPCs
Enchanting Plus
Essence of the Gods
Joypad
Loot ++
Lucky Blocks
Night Lucky Block
Spiral Lucky Block
Rainbow Lucky Block
Omega Lucky Block
More Enchantments
Not Enough Items
Essence of the Gods (SlayerAPI)
Was an pretty much similar thread/crash like this in September.
The mod likely does not use the Forge automatic ID assigning system and so it is trying to assign Entity ID 3000 for which is invalid; possible reason is due to a vanilla Minecraft bug with Entity IDs past 127+. Forge's ID system works around this and makes life worth living, but some mod author(s)' refuse to live easy or make lives of others easier.
In all, that is the culprit mod causing this. Check the config for it and see if it has any ID section in which you can change the ID for what is trying to use Entity ID 3000. Otherwise will need to well remove it.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI found this in the entity part of the .cfg file.
entity {
B:"Show the health bar above the entitys head?"=true
I:"The distance the player can see the mobs health"=10
I:"The starting 'Entity List ID'"=3000
I:"The starting ID for the mobs (only gets greater the more mobs this mod has registered)"=350
I:"The starting ID for the projectiles (only gets greater the more projectiles this mod has registered)"=230
}
Seeing how i don't want to break this mod, what exactly should i change to use the mod without any problems?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNevermind, its not EOTG. I took the mod out but i still got the crash.
Can you post new crash log? To see if any changes now that it is removed.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://pastebin.com/CZ7jirjL
This is from the magic launcher, without essence of the gods.
Are you sure it is removed? As I just made an 1.8 Forge 1556 instance here with only 3 mods.
Essence of the Gods 1.0.0
NEI
CodeChickenCore
And end up with exact same crash. It must have not been removed.
That means the mod is broken and should report this crash to the mod author.
Definitely without EOTG...
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIts just that some things aren't recognized as mods in the magic launcher even though they are activated in game.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAs it turns out, More Enchantments was the culprit all along. Thank you for your contributions.