---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 04.08.2014 15:22
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID 3218 to the Fluid 'ender' but this Fluid has already been linked to BlockID 2018. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
at net.minecraftforge.fluids.BlockFluidBase.<init>(BlockFluidBase.java:62)
at net.minecraftforge.fluids.BlockFluidFinite.<init>(BlockFluidFinite.java:23)
at tconstruct.blocks.LiquidMetalFinite.<init>(LiquidMetalFinite.java:23)
at tconstruct.common.TContent.registerBlocks(TContent.java:695)
at tconstruct.common.TContent.<init>(TContent.java:287)
at tconstruct.TConstruct.preInit(TConstruct.java:95)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.RuntimeException: A mod has attempted to assign BlockID 3218 to the Fluid 'ender' but this Fluid has already been linked to BlockID 2018. Configure your mods to prevent this from happening.
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
The Meaning of Life, the Universe, and Everything.
Location:
Newtown, Powys, Wales
Join Date:
12/7/2013
Posts:
472
Location:
Newtown, Powys, UK
Minecraft:
BernardisGood
Member Details
I guessing you have more than one mod installed?
Well two of them aren't working together... We'll call them mod A & mod B.
Basically, Minecraft starts loading mods, etc. it loads mod B first, mod B gives object (we'll call it C) C the id number of 2018, then (I guessing now...) mod A gets loaded up, Minecraft decides that object C in mod B is the same as object D in mod A, mod A says that it should have the id number of 3218.
Of course, Minecraft doesn't know that these two objects are actually different, and.... Crashes...
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
IdFix minus is known to not work in quite a lot of situations. It's not really recommended to use it. Especially since the OP's problem is the reverse of typical ID conflicts. He as two mods trying to assign two different ID numbers to the same fluid block. Here they need to have the same ID.
The most likely mods involved here are Tinker's Construct and Thermal Expansion. Actually as I check these mods verison numbers, the OP is using quite outdated versions of these mods. This ID conflict never happens with their latest versions.
The easiest way to fix it would probably be updating these mods and deleting their config files so they regenerate.
Thanks, I was just guess...
There is one problem with updating though, Mr. Know-It-All
Will he be able to update? He's playing on 1.6.4 so the other mods work (i know i do)
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
Even worse. Idfix is equally as unreliable as Idfix Minus and uses a worse, more error prone method of changing block/item IDs. Also they're made by the same author, who himself notes Idfix has known conflicts with certain mods that don't occur with Idfix Minus.
A problem with updates? Let's see.
The OP has:
CofHCore version 2.0.0.b8a
Thermal Expansion 3.0.0.b8a
Tinker's Construct 1.6.4 1.5.0d
The most recent stable versions for MC 1.6.4 are:
CofHCore 2.0.0.5
Thermal Expansion 3.0.0.7
Tinker's Construct 1.6.4 1.5.5.7 (TiCon has also an experimental version with completely new features).
Nope, I see no problem with updating.
Several other mods from the OPs list are similarly outdated.
EDIT: Scratch that, almost all the mods on OPs modlist are outdated.
Thanks, I'll let you handle it from here...
(Your Still a Mr. Know-It-All)
Rollback Post to RevisionRollBack
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 04.08.2014 15:22
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID 3218 to the Fluid 'ender' but this Fluid has already been linked to BlockID 2018. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
at net.minecraftforge.fluids.BlockFluidBase.<init>(BlockFluidBase.java:62)
at net.minecraftforge.fluids.BlockFluidFinite.<init>(BlockFluidFinite.java:23)
at tconstruct.blocks.LiquidMetalFinite.<init>(LiquidMetalFinite.java:23)
at tconstruct.common.TContent.registerBlocks(TContent.java:695)
at tconstruct.common.TContent.<init>(TContent.java:287)
at tconstruct.TConstruct.preInit(TConstruct.java:95)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.RuntimeException: A mod has attempted to assign BlockID 3218 to the Fluid 'ender' but this Fluid has already been linked to BlockID 2018. Configure your mods to prevent this from happening.
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 115884592 bytes (110 MB) / 262148096 bytes (250 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 31 mods loaded, 31 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv13.c} [Applied Energistics] (appeng-rv13-c-mc162.jar) Unloaded->Constructed->Pre-initialized
betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.45.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized
CoFHCore{2.0.0.b8a} [CoFH Core] (CoFHCore-2.0.0.b8a.jar) Unloaded->Constructed->Pre-initialized
CoFHLoot{2.0.0.b8a} [CoFH Loot] (CoFHCore-2.0.0.b8a.jar) Unloaded->Constructed->Pre-initialized
CoFHMasquerade{2.0.0.b8a} [CoFH Masquerade] (CoFHCore-2.0.0.b8a.jar) Unloaded->Constructed->Pre-initialized
CoFHSocial{2.0.0.b8a} [CoFH Social] (CoFHCore-2.0.0.b8a.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{2.0.0.b8a} [CoFH World] (CoFHCore-2.0.0.b8a.jar) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
ThermalExpansion{3.0.0.b8} [Thermal Expansion] (ThermalExpansion-3.0.0.b8.jar) Unloaded->Constructed->Pre-initialized
DartCraft{Beta 0.2.15} [DartCraft] (DartCraft_Beta_0.2.15.jar) Unloaded->Constructed->Pre-initialized
numina{0.1.0-45} [Numina] (Numina-1.6.2-0.1.0-45.jar) Unloaded->Constructed->Pre-initialized
powersuits{0.9.0-76} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-76.jar) Unloaded->Constructed->Pre-initialized
mod_SmartMoving{14.5} [Smart Moving] (Smart_Moving_Universal_for_Forge.zip) Unloaded->Constructed->Pre-initialized
mod_SmartRender{1.1} [Smart Render] (Smart_Moving_Universal_for_Forge.zip) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.0d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Errored
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatMineFactoryReloaded{0.2} [TConstruct Compat: MFR] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Errored
TConstruct|NotEnoughItems{0.1} [TConstruct Compat: NEI] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Errored
TConstruct Environment: Sane and ready for action. Bugs may be reported.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWell two of them aren't working together... We'll call them mod A & mod B.
Basically, Minecraft starts loading mods, etc. it loads mod B first, mod B gives object (we'll call it C) C the id number of 2018, then (I guessing now...) mod A gets loaded up, Minecraft decides that object C in mod B is the same as object D in mod A, mod A says that it should have the id number of 3218.
Of course, Minecraft doesn't know that these two objects are actually different, and.... Crashes...
Can you give me a list of the mods you are using?
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumGo here: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1291014-idfix-and-idfix-minus-mods-for-resolving-id
And download Idfix.
Should work...
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAnd it didn't work...
Can I have a list of the mods your using then?
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThanks, I was just guess...
There is one problem with updating though, Mr. Know-It-All
Will he be able to update? He's playing on 1.6.4 so the other mods work (i know i do)
EDIT: Btw, I said Idfix NOT Idfix Minus!
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThanks, I'll let you handle it from here...
(Your Still a Mr. Know-It-All)
Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature and hope it never happens. ~EnderDude124
Without boundaries some people lack the ability to function because deciding what they want to do prevents them from doing anything. ~Mike Ridolfi