but due to a lack of understanding of code i can't figure out why
here's the crash report
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 25/10/15 12:39 AM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class rebelkeithy.mods.aquaculture.enchantments.EnchantmentMagnetic and class fox.spiteful.forbidden.enchantments.EnchantmentConsuming Enchantment ID:69
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentFishingPole.<init>(EnchantmentFishingPole.java:14)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentMagnetic.<init>(EnchantmentMagnetic.java:11)
at rebelkeithy.mods.aquaculture.enchantments.AquacultureEnchants.init(AquacultureEnchants.java:27)
at rebelkeithy.mods.aquaculture.Aquaculture.load(Aquaculture.java:45)
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:532)
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.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentFishingPole.<init>(EnchantmentFishingPole.java:14)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentMagnetic.<init>(EnchantmentMagnetic.java:11)
at rebelkeithy.mods.aquaculture.enchantments.AquacultureEnchants.init(AquacultureEnchants.java:27)
at rebelkeithy.mods.aquaculture.Aquaculture.load(Aquaculture.java:45)
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:532)
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.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
apologies but after going through the crash report with a fine tooth comb which i didn't at the beginning i have found the problem was conflicting enchantment ids if any one saw this im sorry for wasting your time
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
so i crash when i load up the game from what i can tell the mod causing it is the latest version of aqua culture found here
http://www.curse.com/mc-mods/minecraft/aquaculture#t1:description
but due to a lack of understanding of code i can't figure out why
here's the crash report
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 25/10/15 12:39 AM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class rebelkeithy.mods.aquaculture.enchantments.EnchantmentMagnetic and class fox.spiteful.forbidden.enchantments.EnchantmentConsuming Enchantment ID:69
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentFishingPole.<init>(EnchantmentFishingPole.java:14)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentMagnetic.<init>(EnchantmentMagnetic.java:11)
at rebelkeithy.mods.aquaculture.enchantments.AquacultureEnchants.init(AquacultureEnchants.java:27)
at rebelkeithy.mods.aquaculture.Aquaculture.load(Aquaculture.java:45)
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:532)
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.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentFishingPole.<init>(EnchantmentFishingPole.java:14)
at rebelkeithy.mods.aquaculture.enchantments.EnchantmentMagnetic.<init>(EnchantmentMagnetic.java:11)
at rebelkeithy.mods.aquaculture.enchantments.AquacultureEnchants.init(AquacultureEnchants.java:27)
at rebelkeithy.mods.aquaculture.Aquaculture.load(Aquaculture.java:45)
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:532)
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.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 266400424 bytes (254 MB) / 689594368 bytes (657 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
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 107 mods loaded, 107 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCHI CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHI MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
UCHI NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHI OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI adventurersamulets{1.7.10-1.5.0c} [Adventurer's Amulets] (AdventurersAmulets-1.7.10-1.5.0c.jar)
UCHI AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHE Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.15.jar)
UCHI archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar)
UCHI Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
UCHI AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCHI Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHI BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar)
UCHI BiblioCraft{1.11.1} [BiblioCraft] (BiblioCraft[v1.11.1][MC1.7.10].jar)
UCHI Mantle{1.7.10-0.3.2.jenkins188} [Mantle] (Mantle-1.7.10-0.3.2a.jar)
UCHI Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1387-universal.jar)
UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHI Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
UCHI brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar)
UCHI CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHI BuildCraft|Core{7.1.7} [BuildCraft] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Builders{7.1.7} [BC Builders] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Transport{7.1.7} [BC Transport] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Energy{7.1.7} [BC Energy] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Silicon{7.1.7} [BC Silicon] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Robotics{7.1.7} [BC Robotics] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Factory{7.1.7} [BC Factory] (buildcraft-7.1.7.jar)
UCHI BuildCraft|Compat{7.1.1} [BuildCraft Compat] (buildcraft-compat-7.1.1.jar)
UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHI ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHI chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHI CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
UCHI D3Core{1.1.0.29} [D3Core] (D3Core-1.7.10-1.1.0.29.jar)
UCHI menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
UCHI DescriptionTags{1.0} [Description Tags] (DescriptionTags-1.0-1.7.10.jar)
UCHI DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHI DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHI Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHI exnihilo{1.38-46} [Ex Nihilo] (Ex-Nihilo-1.38-46.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
UCHI ExtraUtilities{1.2.10} [Extra Utilities] (extrautilities-1.2.10.jar)
UCHI MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHI Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHI ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHI FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHI ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHI GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
UCHI Growthcraft{2.2.2} [Growthcraft] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Cellar{2.2.2} [Growthcraft Cellar] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Apples{2.2.2} [Growthcraft Apples] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Bamboo{2.2.2} [Growthcraft Bamboo] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Bees{2.2.2} [Growthcraft Bees] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Fishtrap{2.2.2} [Growthcraft Fishtrap] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Grapes{2.2.2} [Growthcraft Grapes] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Hops{2.2.2} [Growthcraft Hops] (growthcraft-2.2.2-complete.jar)
UCHI Growthcraft|Rice{2.2.2} [Growthcraft Rice] (growthcraft-2.2.2-complete.jar)
UCHI inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHI JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHI journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHI malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
UCHI malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10.jar)
UCHI NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHI NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHI NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHI NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHI NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHI NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHI neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
UCHI notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHI OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCHI OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCHI plantmegapack{4.27} [Plant Mega Pack] (plantmegapack-4.27-1.7.10-1448.jar)
UCHI quiverchevsky{b100} [QuiverBow] (QuiverBow_1.7.10_b100.zip)
UCHI RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHI ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHI Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
UCHI AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHI soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
UCHI SpiceOfLife{1.2.4} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.4.jar)
UCHI Talismans 2{1.1.6} [Talismans 2] (Talismans2-1.7.10-1.1.6.jar)
UCHI ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
UCHI thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHI TravellersGear{1.16.4} [Traveller's Gear] (TravellersGear-1.7.10-1.16.4.jar)
UCHI WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHI witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHI denseores{1.0} [Dense Ores] (denseores-1.4.2.jar)
UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.09' Renderer: 'GeForce GT 640/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.3-303
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.09, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
if more info is needed i can add more but can some one help please
apologies but after going through the crash report with a fine tooth comb which i didn't at the beginning
i have found the problem was conflicting enchantment ids if any one saw this im sorry for wasting your time