Hey guys, now I have the mod BuildCraft installed and there's some mod that wants to access the oil in Buildcraft and I'm not sure witch one it is or if it's a common issue, so please take a look and see if you can help me, Thank you. Help is Appreciated Sorry if this is in the wrong section.
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2/21/14 11:34 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 3962 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:136)
at buildcraft.BuildCraftEnergy.preInit(BuildCraftEnergy.java:163)
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 3962 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2/21/14 11:34 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 3962 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:136)
at buildcraft.BuildCraftEnergy.preInit(BuildCraftEnergy.java:163)
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 3962 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
... 39 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_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 356925512 bytes (340 MB) / 1064304640 bytes (1015 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G
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_C6 80 mods loaded, 80 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
BetterSprinting{v11} [Better Sprinting (core)] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems_1.61.5.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
battlegear2{1.0.4.7} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.7 (1).jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.1.5} [Damage Indicators] (1.6.4_DamageIndicatorsv2.9.1.5.zip) Unloaded->Constructed->Pre-initialized
bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.zip) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v4.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev4.3.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
TreeCapitator{Forge 1.6.4.r02} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r02.Universal.jar) Unloaded->Constructed->Pre-initialized
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded->Constructed->Pre-initialized
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
Grinder{2.0.0} [Grinder] (AttachableGrinder2.0.0.zip) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
Breeds{1.6.4 v5} [ModBreeds] (BetterBreeds 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized
bleach{F1.0.4} [LittleBreadLoaf's Bleach Mod] (Bleach Mod F1.0.4.zip) 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->Errored
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
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroAI-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
SGCraft{0.1.0build67} [Delta-SGCraft-Reloaded] (Delta-SGCraft-Reloaded-0.1.0-forge9.11.1.933-snapshot-67.jar) Unloaded->Constructed->Pre-initialized
ThebombzenAPI{2.2.0} [ThebombzenAPI] (ThebombzenAPI-v2.2.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
EnchantView{3.12.0} [EnchantView] (EnchantView-v3.12.0-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) 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
TrailMix{2.0.0} [TrailMix] (files^TrailMix2.0.0.zip) Unloaded->Constructed->Pre-initialized
FlansMod{4.0} [Flans Mod] (FlansMod-4.0.jar) Unloaded->Constructed->Pre-initialized
FoodPlus{2.7-PRE} [§bFood Plus] (Food Plus MOD 2.7-PRE.zip) Unloaded->Constructed->Pre-initialized
IC2{2.0.357-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.357-experimental.jar) Unloaded->Constructed->Pre-initialized
GalacticraftCore{2.0.2} [Galacticraft Core] (Galacticraft-1.6.4-2.0.2.814.jar) Unloaded->Constructed->Pre-initialized
GalacticraftMars{2.0.2} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.2.814.jar) Unloaded->Constructed->Pre-initialized
mod_Gammabright{v2.0.2 for MC 1.6.4} [mod_Gammabright] (Gammabright-v2.0.2-[MC-1.6.4-Forge].zip) Unloaded->Constructed->Pre-initialized
Glacia{6.1} [Glacia] (Glacia_6.1.jar) Unloaded->Constructed->Pre-initialized
golemworld{@[email protected]} [Golem World] (GolemWorld.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
mcheli{0.5.1} [mcheli] (mcheli) Unloaded->Constructed->Pre-initialized
meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized
MobAmputation{2.0.1} [MobAmputation] (MobAmputation2.0.1.zip) Unloaded->Constructed->Pre-initialized
mochickens{1.2.1} [Mo' Chickens] (moChickens1.6.4V1.3.zip) Unloaded->Constructed->Pre-initialized
mochickensitems{1.3} [Mo' Chickens Items] (moChickens1.6.4V1.3Items.zip) Unloaded->Constructed->Pre-initialized
mochickensmobs{1.3} [Mo' Chickens Mobs] (moChickens1.6.4V1.3Mobs.zip) 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
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.1} [PortalGun] (PortalGun2.0.1.zip) Unloaded->Constructed->Pre-initialized
rpginventorymod{1.6.4} [RPG Inventory Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
RPGMS{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
RPGPlusPlus{RpgInv8.4} [Subarakis RPG++ mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
RPGRB{RpgInv8.4} [Rogue and BeastMaster Patch] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory_1.6.4_v3_Complete.zip) Unloaded->Constructed->Pre-initialized
shipwreck_winslow{1.6.0} [Shipwrecks!] (Shipwrecks_v1.6.0_1.6.X.zip) Unloaded->Constructed->Pre-initialized
SlimevoidLib{2.0.3.1} [Slimevoid Library] (SlimevoidLib-Universal-v2.0.3.1_(MC1.6.4).zip) Unloaded->Constructed->Pre-initialized
Sync{2.0.0} [Sync] (Sync2.0.0.zip) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.0d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized
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->Pre-initialized
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->Pre-initialized
Thaumcraft{4.1.0} [Thaumcraft] (Thaumcraft4.1.0.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
AIBlock{v1.0} [AIBlock] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
WeatherMod{1.58} [Weather and Tornadoes] (Weather-v1.58-Mod-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized
WirelessRedstoneCore{1.7.1.4} [Wireless Redstone] (WirelessRedstoneCore-Universal-v1.7.1.4_MC1.6.zip) Unloaded->Constructed->Pre-initialized
WirelessCamouflager{1.0} [Wireless Redstone - Wireless Camouflager] (WirelessRedstone_Camouflager-Universal-v1.0_MC1.6.zip) Unloaded->Constructed->Pre-initialized
WirelessRemote{2.1} [Wireless Redstone - Wireless Remote] (WirelessRemote-Universal-v2.1_MC1.6.zip) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Sane and ready for action. Bugs may be reported.