I added Tinkers' Construct to my minecraft mods and then it crashed. Can someone teach me how to fix this?
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 3/18/14 7:32 PM
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 3217 to the Fluid 'blood' but this Fluid has already been linked to BlockID 3853. 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.BlockFluidClassic.<init>(BlockFluidClassic.java:27)
at tconstruct.blocks.TConstructFluid.<init>(TConstructFluid.java:19)
at tconstruct.blocks.BloodBlock.<init>(BloodBlock.java:16)
at tconstruct.common.TContent.registerBlocks(TContent.java:640)
at tconstruct.common.TContent.<init>(TContent.java:311)
at tconstruct.TConstruct.preInit(TConstruct.java:91)
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 3217 to the Fluid 'blood' but this Fluid has already been linked to BlockID 3853. Configure your mods to prevent this from happening.
... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 3/18/14 7:32 PM
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 3217 to the Fluid 'blood' but this Fluid has already been linked to BlockID 3853. 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.BlockFluidClassic.<init>(BlockFluidClassic.java:27)
at tconstruct.blocks.TConstructFluid.<init>(TConstructFluid.java:19)
at tconstruct.blocks.BloodBlock.<init>(BloodBlock.java:16)
at tconstruct.common.TContent.registerBlocks(TContent.java:640)
at tconstruct.common.TContent.<init>(TContent.java:311)
at tconstruct.TConstruct.preInit(TConstruct.java:91)
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 3217 to the Fluid 'blood' but this Fluid has already been linked to BlockID 3853. Configure your mods to prevent this from happening.
... 44 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 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4557956176 bytes (4346 MB) / 5145034752 bytes (4906 MB) up to 5145034752 bytes (4906 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120M -Xms5120M
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 Optifine OptiFine_1.6.4_HD_U_C8 70 mods loaded, 70 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
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.4.2} [Mine & Blade Battlegear 2 - Warcry] (1.6.4-MB_Battlegear2-Warcry-1.0.4.2.jar) Unloaded->Constructed->Pre-initialized
SC0_SpaceCore{0.5.0} [SpaceCore] ([1.6.4]_SpaceCore_0.5.0.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
SC0_UsefulPets{1.1.5} [Useful Pets] ([1.6.4]UsefulPets1.1.5.zip) Unloaded->Constructed->Pre-initialized
cfm{3.2.8} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2.8(1.6.4).zip) Unloaded->Constructed->Pre-initialized
Backpack{1.26.29} [Backpack] (backpack-1.26.29-1.6.x.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
BackTools{2.0.1} [BackTools] (BackTools2.0.1.zip) Unloaded->Constructed->Pre-initialized
BasicArmour{1.5} [Basic Armour Mod] (Basic Armor mod 1.6 (v1.5).zip) Unloaded->Constructed->Pre-initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
QuiverMod{1.6.2} [Better Archery] (Better_Archery_1.6.3_for_1.6.4.zip) Unloaded->Constructed->Pre-initialized
BetterDungeons{2.4} [Chocolate quest] (BetterDungeons207.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized
dimdoors{1.6.4R2.1.2RC1} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-307.jar) Unloaded->Constructed->Pre-initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
evilcraft{0.2.3b} [EvilCraft] (EvilCraft-1.6.4-0.2.3b-36.jar) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.15.7} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.15.7.jar) Unloaded->Constructed->Pre-initialized
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (files^GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
Torched{2.0.0} [Torched] (files^Torched2.0.0.zip) Unloaded->Constructed->Pre-initialized
TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.1} [PortalGun] (filespg^PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
FoodPlus{2.7-PRE} [§bFood Plus] (Food Plus MOD 2.7-PRE.zip) Unloaded->Constructed->Pre-initialized
GalacticraftCore{2.0.11} [Galacticraft Core] (Galacticraft-1.6.4-2.0.11.978.jar) Unloaded->Constructed->Pre-initialized
GalacticraftMars{2.0.11} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.11.978.jar) Unloaded->Constructed->Pre-initialized
GraveStone{2.7.0} [GraveStone] (GraveStone_2.7.1.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.4-1.2.16.jar) Unloaded->Constructed->Pre-initialized
Lantern{1.63} [Lanterns and Flashlights Mod] (Lanterns and Flashlights(1.63).zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.2.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
Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
NetherX{1.2.2} [NetherX] (NetherX 1.2 for MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized
oreregen{1.0.2 (build 4)} [Ore Regen] (oreregen-universal-1.0.2-4.jar) Unloaded->Constructed->Pre-initialized
OreSpawn{164.14} [OreSpawn] (orespawn164v14.zip) Unloaded->Constructed->Pre-initialized
plantmegapack{2.20} [Plant Mega Pack] (PlantMegaPack_2.20.zip) Unloaded->Constructed->Pre-initialized
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed->Pre-initialized
Shatter{2.0.2} [Shatter] (Shatter2.0.2.zip) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.4dev} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.4d5.jar) Unloaded->Constructed->Errored
telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
ThirstMod{1.7.6} [Thirst Mod] (thirstmod-1.7.7.zip) Unloaded->Constructed->Pre-initialized
Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumRead your logs.