I have A LOT of mods and Im not sure which ones are being a problem but every time I try to open minecraft it crashes. here's the crash report
please help
Time: 2/23/14 9:50 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 4095 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:340)
at dan200.quantum.shared.BlockQuantumOre.<init>(BlockQuantumOre.java:39)
at dan200.quantum.shared.QuantumCraftProxyCommon.registerItems(QuantumCraftProxyCommon.java:100)
at dan200.quantum.shared.QuantumCraftProxyCommon.preLoad(QuantumCraftProxyCommon.java:64)
at dan200.QuantumCraft.preInit(QuantumCraft.java:254)
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:494)
at sun.reflect.GeneratedMethodAccessor3.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:314)
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:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
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:314)
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:103)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
It seems that you have an Block ID conflict between Moss in Biomes O' Plenty and Quantum Ore in QuantumCraft. They are both trying to use the Block ID 4095. The solution is to edit the config file for one of the mods to change the block ID.
The config files are found in the config folder in your minecraft folder. Inside the config folder, you will find many files with .cfg extensions. Find either QuantumCraft.cfg orBiomesOPlenty.cfg. Look in it for a like like this this:
I:(something)=4095
Change the 4095 to another number and try running Minecraft again. If it gives you a similar error (java.lang.IllegalArgumentException: Slot (some number) is already occupied by (some block or item) when adding (another block or item)) do these steps again for the block that is causing this second error. If you get some other error after doing this, post the crash log that you get.
"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." -RainbowGirl
To post a comment, please login or register a new account.
please help
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2/23/14 9:50 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 4095 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:340)
at dan200.quantum.shared.BlockQuantumOre.<init>(BlockQuantumOre.java:39)
at dan200.quantum.shared.QuantumCraftProxyCommon.registerItems(QuantumCraftProxyCommon.java:100)
at dan200.quantum.shared.QuantumCraftProxyCommon.preLoad(QuantumCraftProxyCommon.java:64)
at dan200.QuantumCraft.preInit(QuantumCraft.java:254)
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:494)
at sun.reflect.GeneratedMethodAccessor3.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:314)
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:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
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:314)
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:103)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 346333248 bytes (330 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
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 v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 Optifine OptiFine_1.5.2_HD_U_D3 125 mods loaded, 125 mods active
mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.8.7.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
CoFHFramework{1.5.2.5} [CoFH Framework] (coremods) Unloaded->Constructed->Pre-initialized
InfiniBows{1.0.0 build 10} [Infinity Bow Fix] (coremods) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
OmniumCore{Beta-84} [CCM Core] (coremods) Unloaded->Constructed->Pre-initialized
PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized
CoFHCore{1.5.2.5} [CoFHCore] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{1.5.2.5} [CoFHWorld] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized
denLib{3.0.14} [denLib] (denLib-1.5.2-3.0.14.jar) Unloaded->Constructed->Pre-initialized
CreeperCollateral{2.0.3} [CreeperCollateral] (CreeperCollateral-1.5.2-2.0.3.jar) Unloaded->Constructed->Pre-initialized
nucleum_omnium{Beta-84} [Nucleum Omnium] (Nucleum-Omnium-Beta-84.jar) Unloaded->Constructed->Pre-initialized
nucleum_world{Beta-84} [Nucleum World] (Nucleum-Omnium-Beta-84.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{3.7.2} [BuildCraft] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{3.7.2} [BC Energy] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{3.7.2} [BC Transport] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized
Additional-Buildcraft-Objects{1.0.6.154} [Additional Buildcraft Objects] (AdditionalBuildcraftObjects-1.0.6.154.jar) Unloaded->Constructed->Pre-initialized
ThermalExpansion{2.4.6.0} [Thermal Expansion] (ThermalExpansion-2.4.6.0.jar) Unloaded->Constructed->Pre-initialized
IC2{1.116.364-lf} [IndustrialCraft 2] (industrialcraft-2_1.116.364-lf.jar) Unloaded->Constructed->Pre-initialized
AdvancedPowerManagement{1.2.68-IC2-1.115} [Advanced Power Management] (AdvancedPowerManagement-1.2.68.jar) Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel{3.3.7} [Advanced Solar Panels] (AdvancedSolarPanels-3.3.7.zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{3.7.2} [BC Silicon] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{3.7.2} [BC Builders] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{3.7.2} [BC Factory] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.5.1R2.6.4} [MineFactory Reloaded] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv12.a} [Applied Energistics] (appeng-rv12-a-mc15x.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.3.3} [BiblioCraft] (BiblioCraft-1.3.3.zip) Unloaded->Constructed->Pre-initialized
Natura{2.1.4} [Natura] (Natura_1.5.1_2.1.4.jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{0.5.9.2} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.9.2-1.5.2.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{0.1} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods-BOP-1.0.zip) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.4} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
Forestry{2.2.8.4} [Forestry for Minecraft] (forestry-A-2.2.8.4.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{0.1} [BiblioWoods Forestry Edition] (BiblioWoods-Forestry-1.0.zip) Unloaded->Constructed->Pre-initialized
BinnieCore{1.7.0b} [Binnie Core] (binnie-mods-1.7.0b.jar) Unloaded->Constructed->Pre-initialized
ExtraBees{1.7.0b} [Extra Bees] (binnie-mods-1.7.0b.jar) Unloaded->Constructed->Pre-initialized
ExtraTrees{1.7.0b} [Extra Trees] (binnie-mods-1.7.0b.jar) Unloaded->Constructed->Pre-initialized
ChargePads{2.7.1} [Charge Pads] (ChargePads-2.7.0.89.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.2.14} [ChickenChunks] (ChickenChunks 1.3.2.14.jar) Unloaded->Constructed->Pre-initialized
CompactSolars{4.2.0.52} [Compact Solar Arrays] (compactsolars-universal-1.5.2-4.2.0.52.zip) Unloaded->Constructed->Pre-initialized
ComputerCraft{1.53} [ComputerCraft] (ComputerCraft-1.53.zip) Unloaded->Constructed->Pre-initialized
CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft-1.53.zip) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.2.16} [EnderStorage] (EnderStorage 1.4.2.16.jar) Unloaded->Constructed->Pre-initialized
factorization{0.8.01} [Factorization] (Factorization-0.8.01.jar) Unloaded->Constructed->Pre-initialized
IronChest{5.2.8.446} [Iron Chest] (ironchest-universal-1.5.2-5.2.8.446.zip) Unloaded->Constructed->Pre-initialized
mmmPowersuits{0.7.0-534} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.7.0-534.jar) Unloaded->Constructed->Pre-initialized
Railcraft{7.3.0.0} [Railcraft] (Railcraft_1.5.2-7.3.0.0.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.5.2_1.4.2.1} [Tinkers' Construct] (TConstruct_1.5.2_1.4.2.1.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{3.0.5h1} [Thaumcraft] (Thaumcraft3.0.5h.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.18.2} [The Twilight Forest] (twilightforest-1.18.2.zip) Unloaded->Constructed->Pre-initialized
DartCraft{Beta 0.1.20} [DartCraft] (DartCraft Beta 0.1.20.jar) Unloaded->Constructed->Pre-initialized
deathTimer{1.0-Build.11} [Death Timer] (DeathTimer-Beta-11.jar) Unloaded->Constructed->Pre-initialized
DenPipes-Forestry{1.0.4} [DenPipes-Forestry] (DenPipes-Forestry-1.5.2-1.0.4.jar) Unloaded->Constructed->Pre-initialized
DenPipes-Emerald{1.0.2} [DenPipes-Emerald] (DenPipes-Emerald-1.5.2-1.0.2.jar) Unloaded->Constructed->Pre-initialized
DenPipes{2.0.7} [DenPipes] (DenPipes-2.0.7.jar) Unloaded->Constructed->Pre-initialized
DimDoors{1.5.2R1.4.1RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.4.1RC1-194.zip) Unloaded->Constructed->Pre-initialized
eplus{1.15.5} [Enchanting Plus] (EnchantingPlus-1.15.5.jar) Unloaded->Constructed->Pre-initialized
EE3{pre1h (build 16)} [Equivalent Exchange 3] (EquivalentExchange3-pre1h-16.jar) Unloaded->Constructed->Pre-initialized
ExtraUtilities{0.2.4e} [Extra Utilities] (extrautils - 0.2.4f.zip) Unloaded->Constructed->Pre-initialized
factorization.misc{0.8.01} [Factorization Miscellaneous Nonsense] (Factorization-0.8.01.jar) Unloaded->Constructed->Pre-initialized
factorization.dimensionalSlice{0.8.01} [Factorization Dimensional Slices] (Factorization-0.8.01.jar) Unloaded->Constructed->Pre-initialized
flatsigns{1.3.1} [Flat Signs] (flatsigns-1.5.2-universal-1.3.2.14.jar) Unloaded->Constructed->Pre-initialized
CCMultipart{1.0.0.114} [Forge Multipart] (ForgeMultipart-universal-1.5.2-1.0.0.114.jar) Unloaded->Constructed->Pre-initialized
CCMicroblock{1.0.0.114} [Forge Microblocks] (ForgeMultipart-universal-1.5.2-1.0.0.114.jar) Unloaded->Constructed->Pre-initialized
McMultipart{1.0.0.114} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.5.2-1.0.0.114.jar) Unloaded->Constructed->Pre-initialized
GateCopy{3.0.2} [GateCopy] (GateCopy-3.0.2.jar) Unloaded->Constructed->Pre-initialized
GraviSuite{1.9.3} [Gravitation Suite] (GraviSuite-1.9.3.zip) Unloaded->Constructed->Pre-initialized
iChunUtil{1.0.1} [iChunUtil] (iChunUtil-1.0.1.zip) Unloaded->Constructed->Pre-initialized
GraviGun{1.5.1} [GraviGun] (GravityGun-1.5.1.zip) Unloaded->Constructed->Pre-initialized
MFFS{3.1.0} [Modular Force Field System] (MFFS_Cal_v3.1.0.175.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{1.0.8} [Thaumic Tinkerer] (Thaumic Tinkerer [1.0.8].zip) Unloaded->Constructed->Pre-initialized
GregTech_Addon{MC151} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized
Hats{1.3.3} [Hats] (Hats-1.3.3.zip) Unloaded->Constructed->Pre-initialized
HatStand{1.2.1} [HatStand] (HatStand-1.2.1.zip) Unloaded->Constructed->Pre-initialized
IC2NuclearControl{1.5.1c} [Nuclear Control] (IC2NuclearControl-1.5.1c.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized
LogisticsPipes|Main{0.7.3.ftb.631} [Logistics Pipes] (LogisticsPipes-MC1.5.2-0.7.3.ftb.631.jar) Unloaded->Constructed->Pre-initialized
MagicBees{2.1.1} [Magic Bees] (magicbees-2.1.1.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.5.1R2.6.4} [MFR Compat: Atum] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.5.1R2.6.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.4} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.5.1R2.6.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.5.1R2.6.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.5.1R2.6.4} [MFR Compat: IC2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.5.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.5.00.zip) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatPams{1.5.1R2.6.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.5.1R2.6.4} [MFR Compat: RP2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
SoulShards{1.0.16} [Soul Shards] (SoulShards-1.0.36-universal-srg.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.4} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MFReloaded|CompatThaumcraft{1.5.1R2.6.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.5.1R2.6.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized
MiscPeripherals{3.3} [MiscPeripherals] (miscperipherals-3.3e.jar) Unloaded->Constructed->Pre-initialized
ModularForceFieldSystem{2.3.0.1.28} [Modular ForceField System V2] (ModularForceFieldSystem-2.3.0.1.28.jar) Unloaded->Constructed->Pre-initialized
Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.5.1_2.1.4.jar) Unloaded->Constructed->Pre-initialized
NEIAddons{1.8.1.r27} [NEI Addons] (neiaddons-1.5.2-1.8.1.r27.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|AE{1.8.1.r27} [NEI Addons: Applied Energistics] (neiaddons-1.5.2-1.8.1.r27.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.8.1.r27} [NEI Addons: Crafting Tables] (neiaddons-1.5.2-1.8.1.r27.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExtraBees{1.8.1.r27} [NEI Addons: Extra Bees] (neiaddons-1.5.2-1.8.1.r27.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.8.1.r27} [NEI Addons: Forestry] (neiaddons-1.5.2-1.8.1.r27.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|MiscPeripherals{1.8.1.r27} [NEI Addons: Misc Peripherals] (neiaddons-1.5.2-1.8.1.r27.jar) Unloaded->Constructed->Pre-initialized
NEIPlugins{1.0.9.3} [NEI Plugins] (NEIPlugins-1.0.9.3.jar) Unloaded->Constructed->Pre-initialized
NetherOres{1.5.1R2.1.5} [Nether Ores] (NetherOres-2.1.5-75.jar) Unloaded->Constructed->Pre-initialized
ObsidiPlates{1.5.0} [Obsidian Pressure Plates] (obsidiplates-1.5.2-universal-1.5.0.13.jar) Unloaded->Constructed->Pre-initialized
OpenPeripheral{0.1.9} [OpenPeripheral] (OpenPeripheral-0.1.9.jar) Unloaded->Constructed->Pre-initialized
PluginsforForestry{3.0.17} [PluginsforForestry] (PluginsforForestry-1.5.2-3.0.17.jar) Unloaded->Constructed->Pre-initialized
PortalGun{1.5.2} [PortalGun] (PortalGun1.5.2.zip) Unloaded->Constructed->Pre-initialized
PowerConverters{1.5.1R2.3.1} [Power Converters] (PowerConverters-2.3.1-58.jar) Unloaded->Constructed->Pre-initialized
QuantumCraft{1.01} [qCraft] (qCraft1.01.zip) Unloaded->Constructed->Errored
StevesCarts{2.0.0.a122} [Steve's Carts] (StevesCarts2.0.0.a122.zip) Unloaded->Constructed->Pre-initialized
switches{1.1.1} [Switches] (switches-1.5.2-universal-1.1.1.20.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.5.2_1.4.2.1.jar) Unloaded->Constructed->Pre-initialized
Translocator{1.1.0.4} [Translocator] (Translocator 1.1.0.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4} [WR-CBE Core] (WR-CBE Core 1.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4} [WR-CBE Addons] (WR-CBE Addons 1.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.0.2} [WR-CBE Logic] (WR-CBE Logic 1.4.0.2.jar) Unloaded->Constructed->Pre-initialized
OmniTools{3.1.6.0} [OmniTools] (OmniTools-3.1.6.0.jar) Unloaded->Constructed->Pre-initialized
LWJGL: 2.4.2
Ope
The config files are found in the config folder in your minecraft folder. Inside the config folder, you will find many files with .cfg extensions. Find either QuantumCraft.cfg orBiomesOPlenty.cfg. Look in it for a like like this this:
I:(something)=4095
Change the 4095 to another number and try running Minecraft again. If it gives you a similar error (java.lang.IllegalArgumentException: Slot (some number) is already occupied by (some block or item) when adding (another block or item)) do these steps again for the block that is causing this second error. If you get some other error after doing this, post the crash log that you get.
Links to Mods: EndPlus | Deeper Caves | FarLands
"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." -RainbowGirl