When I added in forbidden magic my game crashes. Also simple achievements crashes.
I know in the crash report that I got a UCE for both the mods but I don't know why. Any help would be great!
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 12/5/16 7:40 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class fox.spiteful.forbidden.enchantments.EnchantmentEducational and class shukaro.artifice.enchant.EnchantmentInvisible Enchantment ID:70
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at fox.spiteful.forbidden.enchantments.EnchantmentEducational.<init>(EnchantmentEducational.java:9)
at fox.spiteful.forbidden.enchantments.DarkEnchantments.hex(DarkEnchantments.java:27)
at fox.spiteful.forbidden.Forbidden.prelude(Forbidden.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 fox.spiteful.forbidden.enchantments.EnchantmentEducational.<init>(EnchantmentEducational.java:9)
at fox.spiteful.forbidden.enchantments.DarkEnchantments.hex(DarkEnchantments.java:27)
at fox.spiteful.forbidden.Forbidden.prelude(Forbidden.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 285394192 bytes (272 MB) / 761626624 bytes (726 MB) up to 21461467136 bytes (20467 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx20G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:MaxPermSize=512M
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.1566 141 mods loaded, 136 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCH Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCH CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCH BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14 (2).jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1548-universal (1).jar)
UCH IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCH Forestry{4.2.11.59} [Forestry for Minecraft] (forestry_1.7.10-4.2.11.59.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCH Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7.10-1.1.5R-399.jar)
UCH BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCH ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCH ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14 (2).jar)
UCH CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCH DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCH DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCH DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCH EnderStorage{1.4.7.32} [EnderStorage] (EnderStorage-1.7.10-1.4.7.32-universal.jar)
UCH extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCE ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCH iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0 (2).jar)
UCH Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCH journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCH Mekanism{8.1.8} [Mekanism] (Mekanism-1.7.10-8.1.8.258.jar)
UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5 (3).jar)
UCH magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MekanismGenerators{8.1.8} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.8.258.jar)
UCH MekanismTools{8.1.8} [MekanismTools] (MekanismTools-1.7.10-8.1.8.258.jar)
UCH mfrmagiccropscompat{1.1} [MinefactoryReloaded & MagicalCrops extra compatibility] (minefactory-magicalcrops-compatibility-1.2.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCH ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCH ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8 (1).jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCH MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.7.10.jar)
UCH Mystcraft{0.11.0.00} [Mystcraft] (Mystcraft-Mod-1.7.10.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCH ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCH ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCH ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCE SimpleAchievements{MC1.7.10-1.1.0-21} [Simple Achievements] (SimpleAchievements-MC1.7.10-1.1.0-21.jar)
UCH tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
UCH thaumicenergistics{1.0.0.5-RV2} [Thaumic Energistics] (thaumicenergistics-1.0.0.5-RV2.jar)
UCH ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCH TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
UCH torchLevers{1.4} [Torch Levers] (Torch-Levers-Mod-1.7.10.jar)
UCH VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.86' Renderer: 'GeForce GTX 970/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
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.3-327
MineFactoryReloaded: -[1.7.10]2.8.1-174
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.2.0-171
EnderIO: No known problems detected.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.86, 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: [Sphax PureBDcraft 128x MC17 (1).zip, Sphax128x_BOP_Ver2.1.0.960.zip] 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)
Simple Achievements works fine when I have not modified the config to add my achievements. But, when I load the game with my achievements added in it crashes. It will work if I add in the achievements after my game has loaded and type in /flushAchievements to refresh the achievements except I need to keep adding in the achievements each time I log on but it is an extreme pain and my achievements reset each time I do this. If anyone could help that would be great, I would love to get this fixed.
I downloaded the version in the link and it crashed. However, before it only made it to phase 1 of loading mods and now it made it to phase 5, so it did load better than before.
I changed the potion IDs and updated Mystcraft - Rotarycraft works fine now, thanks!
I did find the incorrect format in the config and fixed it but now I get this crash. Apparently there is again something wrong with the format :(. I can't seem to find any incorrect format after reading the config several times too.
=== Introduction ===::1
Welcome to your new survival world. This book contains all the achievements which it will be your goal to complete. If you ever lose this book, there is a recipe for it on NEI. Now, time to begin with some basic survival.::1
=== Age of Survival ===::1
Chop trees until you obatain a stack of wood.::0
Mine coal.::0
Build a proper house.::0
Cook meat in an Iron furnace.::0
Sleep in a minecraft bed.::0
Eat rotten flesh by leaving it on a drying rack.::0
Install windows made from thickened/clear glass in your house.::0
Double ores using a grindstone.::0
Store any item in a better barrel.::0
Shear a sheep.::0
Grow 8 different trees from saplings.::0
Obtain at least 8 gunpowder from either a creeper or tele creeper.::0
Find and mine DIAMONDS!::0
Mine obsidian with a steel pickaxe.::0
Automate a cobblestone generator with a transfer node.::0
Equip a full set of any armour better than iron.::0
Get an ender pearl from an enderman. (Enderminies and ender dust from ender ore do NOT count).::0
Be strong enough to confidently face the night.::0
=== Farming Age ===::1
Grind wheat in a grindstone.::0
Turn bread into a toast sandwich.::0
Make a watering can.::0
Farm for at least 6 different crops.::0
Cultivate land with a Tinker's Construct mattock.::0
Plant minicio seeds and harvest for minicio essence.::0
Turn bog earth into peat.::0
Speed up the growth of a crop using fertiliser made from apatite.::0
Grow pumpkins, melons, carrots, potatoes, cocoa beans, cactus and sugar cane.::0
Grown at least 8 different seeds from Pam's Harvestcraft.::0
Put something in a presser.::0
Grow iron from iron seeds.::0
Grow diamonds from diamond seeds.::0
Wear a full set of Zivicio infused armour.::0
Automate a farm with a planter and harvester.::0
Automate a farm with a farming station.::0
Speed up crop growth with growth pulsers.::0
Use a sprinkler to speed up crop growth.::0
Farm 15 different plants from magical crops.::0
Automatically shear sheep and milk cows with either a rancher or autonomous activator.::0
Make a master infusion stone.::0
=== Age of the Blacksmith ===::1
Make a stencil table, part builder and tool station.::0
Make 12 different stencils.::0
Combine sand, gravel & clay to make grout.::0
Smelt the grout into seared bricks.::0
Use the seared bricks to make a smeltery.::0
Make every Tinker's Construct alloy in the smeltery.::0
Make an unbreakable Tinker's Construct tool.::0
Automatically feed your smeltery lava using either a pumping system, magma crucible/s, lava fabricators and fluiducts to carry the lava.::0
Produce clear glass and brownstone with the smeltery.::0
Use the smeltery to make edible blood.::0
Fuel the smeltery with blazing pyrotheum.::0
Make a silky jewel and lava crystal.::0
Make a full set of Manyullyn tools.::0
=== Age of Exploration ===::1
Build a portal to the Nether.::0
Find and collect at least 6 different spanwers using a diamond dolly, at least 4 must be blaze.::0
Discover a village.::0
Trade with a villager.::0
Build and travel in an airship.::0
Find 7 different generated structures.::0
Equip a backpack.::0
Find a Crimson Cult Outer Lands portal.::0
Obtain a silverwood sapling.::0
Find five nodes.::0
Go all the way up to a slime island.::0
Get a wither skull, necrotic bone, nether wart and diamonds from a nether fortress.::0
Travel to the Deep Dark.::0
Activate a division sigil and make a builder's wand.::0
Run a 150 x 150 (or larger) ender quarry in the deep dark with fortune 3 and efficiency 3.::0
Raid a Deep Dark fortress.::0
Travel in an airship with steam engines.::0
Travel to The End.::0
Fly with a jetpack.::0
Fly using angel rings.::0
Mine shiny ore.::0
Equip a rucksack/knapsack, traveller's gloves & belt and any heart canister.::0
Build a Mekanism and IC2 teleporter.::0
Find a tainted lands and magical forest biome.::0
=== Age of Machinery ===::1
Make a pulveriser.::0
Double ores using 5 different methods.::0
Automate pulverising and smelting.::0
Mine with a digital miner, ender quarry and quarry.::0
Pump lava from the nether and use it to power your base.::0
Generate power using 5 different ways.::0
Wirelessly transmit power.::0
Make a QED and craft something with it.::0
Power a QED with at least 20 ender-flux crystals.::0
Triple ores using a purification chamber, induction smelter and QED.::0
Quadriple ores with a chemical injection chamber.::0
Quintiple ores with a chemical dissolution chamber.::0
Automate Mekanism tier 4 ore processing.::0
Make a bedrockium ingot.::0
Make an unstable ingot.::0
Create 15 different alloys.::0
Build an actively cooled reactor with at least 24 fuel rods.::0
Build a passively cooled reactor with at least 24 fuel rods.::0
Cool several reactors with at least 9 fuel rods with resonant ender, gelid cryotheum, diamond blocks and ludicrite blocks.::0
Automatically kill withers.::0
Make the octuple compressed cobblestone.::0
=== Age of Computers ===::1
Mine certus quartz and charged certus quartz ore.::0
Grow a fluix crystal.::0
Find all the inscriber presses in meteors.::0
Make a basic ME system to store your things.::0
Give your ME system 32 channels.::0
Transfer items between drives with an ME IO port.::0
Protect your ME system with a security terminal.::0
Store your items in a 64k storage cell or better.::0
Wirelessly access your ME system.::0
Be able to deposit something in your ME system from anywhere.::0
Max out the wireless terminal with wireless boosters.::0
Make a quantum entangled singularity.::0
Put something at least 50 x 50 x 50 in spatial storage.::0
Use a quantum bridge to access your ME network inter-dimensionally.::0
Use a turtle to automate mob farming.::0
Use a turtle to mine and farm.::0
=== Age of NASA ===::1
Make a basic wafer.::0
Make an advanced wafer.::0
Power machines with at least 6 galacticraft advanced solar panels.::0
Compress steel, bronze and aluminium.::0
Craft the NASA workbench.::0
Equip a full set of oxygen gear including the frequency module.::0
Make a tier 1 rocket with 3 chests.::0
Plant a flag on the moon.::0
Set up a base on the moon.::0
Double ores with an electric arc furnace.::0
Obtain half a stack of meteoric iron ingots & a block of cheese.::0
Find the tier 2 rocket and moon buggy schematics in a moon dungeon.::0
Explore the moon in a buggy.::0
Make fuel from water and coal.::0
Travel to mars in a tier 2 rocket.::0
Set up a base on mars.::0
Find the tier 3 rocket & cargo rocket schematics.::0
Use a cargo rocket to transfer goods between planets.::0
Find the astro miner schematic.::0
Travel to the asteroids in a tier 3 rocket.::0
Mine 12 ilmenite ore with silk touch.::0
Use an astro miner to mine for you.::0
=== Age of the Eldritch ===::1
Obtain the Thaumonomicon by using a wand on a bookshelf.::0
Make a research table and arcane crafting table.::0
Make a deconstruction table.::0
Mine Amber (Thaumcraft), Cinnabar, and all 6 different shards.::0
Do research for 10 different things.::0
Obtain any sort of warp.::0
Make Thaumium and a balanced shard in a crucible.::0
Make a thaumometer and scan 5 nodes with it.::0
Discover all the aspects.::0
Make a full set of thaumaturge robes & goggles of revealing.::0
Make a full set of Thaumcraft tools (Sword of the Zephyr, Pickaxe of the Core, etc).::0
Build an arcane infusion altar.::0
Make a Thaumium golem and equip it with any 3 accessories.::0
Fill a Thaumium bossed silverwood staff with every aspect.::0
Make voidmetal.::0
Equip a full set of void thaumaturge armour.::0
Consume 1000 knowledge fragments.::0
Travel to the Outer Lands.::0
Defeat the boss and obtain a primodoral pearl.::0
=== Age of Witchcraft ===::1
Use anointing paste on a cauldron to make a witches cauldron.::0
Make a witches oven.::0
Grow the 7 different witchery crops.::0
Use mutandis to get the 6 different witchery plants.::0
Make an altar and a distillery.::0
Attach 3 fume funnels to a witches oven.::0
Make a kettle.::0
Cast any curse on someone.::0
Put a wither skull and arthana on an altar.::0
Create a drop of luck and brew of sleeping.::0
Travel to the dream dimension.::0
Make a dream weaver of nightmares.::0
Obtain mellifluous hunger.::0
Put 4 different poppets on a poppet shelf.::0
Summon and trade with a devil.::0
Get 10 spirits.::0
Summon a banshee and an owl.::0
Enslave a hobgoblin.::0
Use the hobgoblin to get koboldite dust.::0
Trade the koboldite dust for koboldite nuggets & ingots.::0
Make a hobgoblin worship a statue of you.::0
Do magic with a mystic branch.::0
Get altar power up to 12,000.::0
Bathe in a brew of the flowing spirit.::0
=== Age of Blood Magic ===::1
Make a blood altar and sacraficial orb.::0
Put a diamond in a blood altar to get a weak blood orb.::0
Put stone in a blood altar to get a blank slate.::0
Upgarde your blood altar to tier 2.::0
Make an apprentice blood orb with an emerald.::0
Upgrade your blood altar to tier 3.::0
Incorporate at least 8 total of 4 different types of runes in your blood altar.::0
Make any sigil.::0
Make a magician's blood orb.::0
Perform the ritual of the full spring, serenade of the nether and ritual of the green grove.::0
Make a bound blade with a ritual of binding.::0
Use the bound blade to get a weak blood shard.::0
Upgrade your blood altar to tier 4.::0
Make a master blood orb.::0
Brew with an alchemic chemistry set.::0
Make a flask with 4 different effects, at least two different effects must have redstone and glowstone.::0
Combine a ritual of magnetism with a ritual of the crusher to mine for you.::0
Max out a ritual of the crusher with diamond blocks.::0
Combine a well of suffering and a rite of regeneration to get an LP farm.::0
Make 10 different sigils.::0
Obtain a demon blood shard from a summoned elemental.::0
Build a tier 5 blood altar.::0
Make an archmage's blood orb.::0
Make a crystal cluster.::0
Build a tier 6 blood altar.::0
Make a transcendent blood orb.::0
Add at least 50 runes to your blood altar.::0
=== Age of the Naturist ===::1
Craft the Lexica Botania.::0
Collect all the 16 different mystical flowers.::0
Make a pure daisy with a petal apothecary.::0
Make Livingwood and Livingrock with a pure daisy.::0
Use the livingwood/rock and petals to make a wand of the forest, mana spreader and mana pool.::0
Generate mana with either a daybloom, nightshade or hydrongeas and store it in a mana pool.::0
Throw iron, diamonds and ender pearls into a mana pool to get manasteel, mana diamonds and mana pearls.::0
Make any rune with a runic altar.::0
Upgrade a mana pool by putting an alchemy catalyst underneath.::0
Generate mana with a rosa arcana, thermalily and entropinnyum.::0
Use an endoflame to generate mana.::0
Fuel furnaces with an exoflame.::0
Make a terrasteel ingot.::0
Open a portal to Alfheim.::0
Trade for elementium, dragonstone, dreamwood and pixie dust.::0
Upgrade to an elven mana spreader.::0
Upgrade your mana pool with a conjuration catalyst.::0
Get a terra shatterer to rank SS.::0
Create a bifrost bridge.::0
Upgrade to a fabulous mana pool.::0
Brew something with the botanical brewery.::0
Automate a pure daisy with only botania and vanilla.::0
Automate a farm or something mana related with botania/vanilla.::0
Use an orechid to make ores.::0
Perform the ritual of Gaia.::0
Perform the ritual of Gaia II.::0
Make a Gaia mana spreader.::0
=== Age of the Twilight ===::1
Travel to the twilight forest.::0
Make a magic map.::0
Kill the Naga.::0
Kill the Lich.::0
Kill the Minoshroom.::0
Kill the Hydra.::0
Kill the Phantom Knight.::0
Kill the Ur-Ghast.::0
Kill the Alpha Yeti.::0
Kill the Snow Queen.::0
Display your spoils from the twilight forest and bosses.::0
Display a full set of every obtainable piece of twilight forest armour.::0
Give every colour of wool to a questing ram.::0
Obtain the heart of every twilight forest magic tree.::0
=== Age of Travel ===::1
Research 30 unknown dimlets.::0
Create and travel to any type of RFTools dimension.::0
Build a dimension with floating land above the void.::0
Obtain 10 stacks of dimensional shards.::0
Infuse 3 machines to 100%.::0
Create a dimension with a dimlet either 5 or 6.::0
Create a dimension with diamond blocks.::0
Make 10 dimesions, at least half being over 4 with fluid orbs.::0
Create a custom dimension with an absorber.::0
Maintain a dimension costing over 150,000 rf/t.::0
Use a syringe to create a dimension with withers, ender dragons and any other hositle mob found in the nether or overworld.::0
Make a book binder and ink mixer.::0
Travel from point a to b with a linking book.::0
Create a dimension with at least 6 pages.::0
Travel inter-dimensionally using linking books.::0
Find crystal.::0
=== Age of Dragons ===::1
Obtain your first draconium ingot.::0
Make a draconic core.::0
Make a wyvern core.::0
Make a draconic chest.::0
Charge something with an energy infuser.::0
Stablize a mob spawner.::0
Upgrade the spawner with a wyvern core, enchanted golden apple, nether star and awakened core.::0
Build a tier 6 energy core.::0
Equip the draconic::1
Helmet::0
Chestplate::0
Leggings::0
Boots::0
Obtain the full set of tools::1
Sword::0
Pickaxe::0
Axe::0
Shovel::0
Hoe::0
Staff of Power::0
Perform the ritual to make awakened draconium blocks.::0
Perform the ritual to resurrect the ender dragon.::0
Obtain 5 dragon hearts.::0
Teleport with an enhanced charm of dislocation.::0
Kill a chaos dragon.::0
=== Endgame ===::1
Stabilise a division sigil.::0
Research everything in Thaumcraft.::0
Equip 10 red, yellow and green heart canisters.::0
Make a tinker's crossbow with a draw speed below at least 0.25 seconds.::0
Make a Tinker's cleaver do at least 40 damage.::0
Make a 16384k ME storage cell.::0
Automate farming, autocrafting, processing and storage of at least 24 of every magical crops seed.::0
Completely fill a deep storage unit.::0
Craft a high-voltage solar array.::0
Craft an infinity catalyst in a dire crafting table.::0
=== Finsihed ===::1
Completed all achievements.::0
I just fixed my simple achievements crash - I retyped the entire achievement list, constantly checking for mistakes and realised that I forgot in the old list to put a ::0 after one of the achievements. That sucks. But it's all good now, apart from one thing - Sometimes when I log in out of my world my game freezes and I get this crash:
It is a recent thing. It doesn't happen every time, and when the world is loading it happens when I click on the screen, but it does work if I leave it. When I log off, I don't touch anything and it still crashes (not all the time but it still sometimes happens
Hi,
When I added in forbidden magic my game crashes. Also simple achievements crashes.
I know in the crash report that I got a UCE for both the mods but I don't know why. Any help would be great!
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 12/5/16 7:40 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class fox.spiteful.forbidden.enchantments.EnchantmentEducational and class shukaro.artifice.enchant.EnchantmentInvisible Enchantment ID:70
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at fox.spiteful.forbidden.enchantments.EnchantmentEducational.<init>(EnchantmentEducational.java:9)
at fox.spiteful.forbidden.enchantments.DarkEnchantments.hex(DarkEnchantments.java:27)
at fox.spiteful.forbidden.Forbidden.prelude(Forbidden.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 fox.spiteful.forbidden.enchantments.EnchantmentEducational.<init>(EnchantmentEducational.java:9)
at fox.spiteful.forbidden.enchantments.DarkEnchantments.hex(DarkEnchantments.java:27)
at fox.spiteful.forbidden.Forbidden.prelude(Forbidden.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 285394192 bytes (272 MB) / 761626624 bytes (726 MB) up to 21461467136 bytes (20467 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx20G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:MaxPermSize=512M
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.1566 141 mods loaded, 136 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCH Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCH CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCH BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14 (2).jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1548-universal (1).jar)
UCH IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCH Forestry{4.2.11.59} [Forestry for Minecraft] (forestry_1.7.10-4.2.11.59.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCH Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7.10-1.1.5R-399.jar)
UCH BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCH ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCH ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14 (2).jar)
UCH BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14 (2).jar)
UCH CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCH DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCH DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCH DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCH DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCH EnderStorage{1.4.7.32} [EnderStorage] (EnderStorage-1.7.10-1.4.7.32-universal.jar)
UCH extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCE ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCH iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0 (2).jar)
UCH Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCH journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCH Mekanism{8.1.8} [Mekanism] (Mekanism-1.7.10-8.1.8.258.jar)
UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5 (3).jar)
UCH magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MekanismGenerators{8.1.8} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.8.258.jar)
UCH MekanismTools{8.1.8} [MekanismTools] (MekanismTools-1.7.10-8.1.8.258.jar)
UCH mfrmagiccropscompat{1.1} [MinefactoryReloaded & MagicalCrops extra compatibility] (minefactory-magicalcrops-compatibility-1.2.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCH ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCH ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8 (1).jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCH MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.7.10.jar)
UCH Mystcraft{0.11.0.00} [Mystcraft] (Mystcraft-Mod-1.7.10.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCH ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCH ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCH ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCE SimpleAchievements{MC1.7.10-1.1.0-21} [Simple Achievements] (SimpleAchievements-MC1.7.10-1.1.0-21.jar)
UCH tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
UCH thaumicenergistics{1.0.0.5-RV2} [Thaumic Energistics] (thaumicenergistics-1.0.0.5-RV2.jar)
UCH ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCH TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
UCH torchLevers{1.4} [Torch Levers] (Torch-Levers-Mod-1.7.10.jar)
UCH VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.86' Renderer: 'GeForce GTX 970/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
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.3-327
MineFactoryReloaded: -[1.7.10]2.8.1-174
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.2.0-171
EnderIO: No known problems detected.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.86, 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: [Sphax PureBDcraft 128x MC17 (1).zip, Sphax128x_BOP_Ver2.1.0.960.zip] 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)
[spoiler/]
Thanks!
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumcan you give paste bins of the logs?
Correct, and incorrect. you don't have to remove one.
go into the config files and change the duped enchantment ID. It is whichever enchantment is #70
Want to see the world's most gullible person? Click Here!
Thanks, I changed the IDs and forbidden magic is no longer an issue. My game still crashes with simple achievements though, here is my crash:
http://pastebin.com/JHd2j4e1
Simple Achievements works fine when I have not modified the config to add my achievements. But, when I load the game with my achievements added in it crashes. It will work if I add in the achievements after my game has loaded and type in /flushAchievements to refresh the achievements except I need to keep adding in the achievements each time I log on but it is an extreme pain and my achievements reset each time I do this. If anyone could help that would be great, I would love to get this fixed.
But thanks so much!
Ok, so I decided to add in rotary craft for some cool stuff and ore processing and now i got this crash report:
http://pastebin.com/uHi38ZRC
Again, I would very much appreciate help with the crash, that would be awesome - thanks!
I downloaded the version in the link and it crashed. However, before it only made it to phase 1 of loading mods and now it made it to phase 5, so it did load better than before.
http://pastebin.com/jm9Cqp6s
Also any help with simple achievements would be awesome, I really suck at reading crash reports and if the mod works that would be great.
I changed the potion IDs and updated Mystcraft - Rotarycraft works fine now, thanks!
I did find the incorrect format in the config and fixed it but now I get this crash. Apparently there is again something wrong with the format :(. I can't seem to find any incorrect format after reading the config several times too.
http://pastebin.com/PjcyjJEd
This is my config where I write the achievements:
=== Introduction ===::1
Welcome to your new survival world. This book contains all the achievements which it will be your goal to complete. If you ever lose this book, there is a recipe for it on NEI. Now, time to begin with some basic survival.::1
=== Age of Survival ===::1
Chop trees until you obatain a stack of wood.::0
Mine coal.::0
Build a proper house.::0
Cook meat in an Iron furnace.::0
Sleep in a minecraft bed.::0
Eat rotten flesh by leaving it on a drying rack.::0
Install windows made from thickened/clear glass in your house.::0
Double ores using a grindstone.::0
Store any item in a better barrel.::0
Shear a sheep.::0
Grow 8 different trees from saplings.::0
Obtain at least 8 gunpowder from either a creeper or tele creeper.::0
Find and mine DIAMONDS!::0
Mine obsidian with a steel pickaxe.::0
Automate a cobblestone generator with a transfer node.::0
Equip a full set of any armour better than iron.::0
Get an ender pearl from an enderman. (Enderminies and ender dust from ender ore do NOT count).::0
Be strong enough to confidently face the night.::0
=== Farming Age ===::1
Grind wheat in a grindstone.::0
Turn bread into a toast sandwich.::0
Make a watering can.::0
Farm for at least 6 different crops.::0
Cultivate land with a Tinker's Construct mattock.::0
Plant minicio seeds and harvest for minicio essence.::0
Turn bog earth into peat.::0
Speed up the growth of a crop using fertiliser made from apatite.::0
Grow pumpkins, melons, carrots, potatoes, cocoa beans, cactus and sugar cane.::0
Grown at least 8 different seeds from Pam's Harvestcraft.::0
Put something in a presser.::0
Grow iron from iron seeds.::0
Grow diamonds from diamond seeds.::0
Wear a full set of Zivicio infused armour.::0
Automate a farm with a planter and harvester.::0
Automate a farm with a farming station.::0
Speed up crop growth with growth pulsers.::0
Use a sprinkler to speed up crop growth.::0
Farm 15 different plants from magical crops.::0
Automatically shear sheep and milk cows with either a rancher or autonomous activator.::0
Make a master infusion stone.::0
=== Age of the Blacksmith ===::1
Make a stencil table, part builder and tool station.::0
Make 12 different stencils.::0
Combine sand, gravel & clay to make grout.::0
Smelt the grout into seared bricks.::0
Use the seared bricks to make a smeltery.::0
Make every Tinker's Construct alloy in the smeltery.::0
Make an unbreakable Tinker's Construct tool.::0
Automatically feed your smeltery lava using either a pumping system, magma crucible/s, lava fabricators and fluiducts to carry the lava.::0
Produce clear glass and brownstone with the smeltery.::0
Use the smeltery to make edible blood.::0
Fuel the smeltery with blazing pyrotheum.::0
Make a silky jewel and lava crystal.::0
Make a full set of Manyullyn tools.::0
=== Age of Exploration ===::1
Build a portal to the Nether.::0
Find and collect at least 6 different spanwers using a diamond dolly, at least 4 must be blaze.::0
Discover a village.::0
Trade with a villager.::0
Build and travel in an airship.::0
Find 7 different generated structures.::0
Equip a backpack.::0
Find a Crimson Cult Outer Lands portal.::0
Obtain a silverwood sapling.::0
Find five nodes.::0
Go all the way up to a slime island.::0
Get a wither skull, necrotic bone, nether wart and diamonds from a nether fortress.::0
Travel to the Deep Dark.::0
Activate a division sigil and make a builder's wand.::0
Run a 150 x 150 (or larger) ender quarry in the deep dark with fortune 3 and efficiency 3.::0
Raid a Deep Dark fortress.::0
Travel in an airship with steam engines.::0
Travel to The End.::0
Fly with a jetpack.::0
Fly using angel rings.::0
Mine shiny ore.::0
Equip a rucksack/knapsack, traveller's gloves & belt and any heart canister.::0
Build a Mekanism and IC2 teleporter.::0
Find a tainted lands and magical forest biome.::0
=== Age of Machinery ===::1
Make a pulveriser.::0
Double ores using 5 different methods.::0
Automate pulverising and smelting.::0
Mine with a digital miner, ender quarry and quarry.::0
Pump lava from the nether and use it to power your base.::0
Generate power using 5 different ways.::0
Wirelessly transmit power.::0
Make a QED and craft something with it.::0
Power a QED with at least 20 ender-flux crystals.::0
Triple ores using a purification chamber, induction smelter and QED.::0
Quadriple ores with a chemical injection chamber.::0
Quintiple ores with a chemical dissolution chamber.::0
Automate Mekanism tier 4 ore processing.::0
Make a bedrockium ingot.::0
Make an unstable ingot.::0
Create 15 different alloys.::0
Build an actively cooled reactor with at least 24 fuel rods.::0
Build a passively cooled reactor with at least 24 fuel rods.::0
Cool several reactors with at least 9 fuel rods with resonant ender, gelid cryotheum, diamond blocks and ludicrite blocks.::0
Automatically kill withers.::0
Make the octuple compressed cobblestone.::0
=== Age of Computers ===::1
Mine certus quartz and charged certus quartz ore.::0
Grow a fluix crystal.::0
Find all the inscriber presses in meteors.::0
Make a basic ME system to store your things.::0
Give your ME system 32 channels.::0
Transfer items between drives with an ME IO port.::0
Protect your ME system with a security terminal.::0
Store your items in a 64k storage cell or better.::0
Wirelessly access your ME system.::0
Be able to deposit something in your ME system from anywhere.::0
Max out the wireless terminal with wireless boosters.::0
Make a quantum entangled singularity.::0
Put something at least 50 x 50 x 50 in spatial storage.::0
Use a quantum bridge to access your ME network inter-dimensionally.::0
Use a turtle to automate mob farming.::0
Use a turtle to mine and farm.::0
=== Age of NASA ===::1
Make a basic wafer.::0
Make an advanced wafer.::0
Power machines with at least 6 galacticraft advanced solar panels.::0
Compress steel, bronze and aluminium.::0
Craft the NASA workbench.::0
Equip a full set of oxygen gear including the frequency module.::0
Make a tier 1 rocket with 3 chests.::0
Plant a flag on the moon.::0
Set up a base on the moon.::0
Double ores with an electric arc furnace.::0
Obtain half a stack of meteoric iron ingots & a block of cheese.::0
Find the tier 2 rocket and moon buggy schematics in a moon dungeon.::0
Explore the moon in a buggy.::0
Make fuel from water and coal.::0
Travel to mars in a tier 2 rocket.::0
Set up a base on mars.::0
Find the tier 3 rocket & cargo rocket schematics.::0
Use a cargo rocket to transfer goods between planets.::0
Find the astro miner schematic.::0
Travel to the asteroids in a tier 3 rocket.::0
Mine 12 ilmenite ore with silk touch.::0
Use an astro miner to mine for you.::0
=== Age of the Eldritch ===::1
Obtain the Thaumonomicon by using a wand on a bookshelf.::0
Make a research table and arcane crafting table.::0
Make a deconstruction table.::0
Mine Amber (Thaumcraft), Cinnabar, and all 6 different shards.::0
Do research for 10 different things.::0
Obtain any sort of warp.::0
Make Thaumium and a balanced shard in a crucible.::0
Make a thaumometer and scan 5 nodes with it.::0
Discover all the aspects.::0
Make a full set of thaumaturge robes & goggles of revealing.::0
Make a full set of Thaumcraft tools (Sword of the Zephyr, Pickaxe of the Core, etc).::0
Build an arcane infusion altar.::0
Make a Thaumium golem and equip it with any 3 accessories.::0
Fill a Thaumium bossed silverwood staff with every aspect.::0
Make voidmetal.::0
Equip a full set of void thaumaturge armour.::0
Consume 1000 knowledge fragments.::0
Travel to the Outer Lands.::0
Defeat the boss and obtain a primodoral pearl.::0
=== Age of Witchcraft ===::1
Use anointing paste on a cauldron to make a witches cauldron.::0
Make a witches oven.::0
Grow the 7 different witchery crops.::0
Use mutandis to get the 6 different witchery plants.::0
Make an altar and a distillery.::0
Attach 3 fume funnels to a witches oven.::0
Make a kettle.::0
Cast any curse on someone.::0
Put a wither skull and arthana on an altar.::0
Create a drop of luck and brew of sleeping.::0
Travel to the dream dimension.::0
Make a dream weaver of nightmares.::0
Obtain mellifluous hunger.::0
Put 4 different poppets on a poppet shelf.::0
Summon and trade with a devil.::0
Get 10 spirits.::0
Summon a banshee and an owl.::0
Enslave a hobgoblin.::0
Use the hobgoblin to get koboldite dust.::0
Trade the koboldite dust for koboldite nuggets & ingots.::0
Make a hobgoblin worship a statue of you.::0
Do magic with a mystic branch.::0
Get altar power up to 12,000.::0
Bathe in a brew of the flowing spirit.::0
=== Age of Blood Magic ===::1
Make a blood altar and sacraficial orb.::0
Put a diamond in a blood altar to get a weak blood orb.::0
Put stone in a blood altar to get a blank slate.::0
Upgarde your blood altar to tier 2.::0
Make an apprentice blood orb with an emerald.::0
Upgrade your blood altar to tier 3.::0
Incorporate at least 8 total of 4 different types of runes in your blood altar.::0
Make any sigil.::0
Make a magician's blood orb.::0
Perform the ritual of the full spring, serenade of the nether and ritual of the green grove.::0
Make a bound blade with a ritual of binding.::0
Use the bound blade to get a weak blood shard.::0
Upgrade your blood altar to tier 4.::0
Make a master blood orb.::0
Brew with an alchemic chemistry set.::0
Make a flask with 4 different effects, at least two different effects must have redstone and glowstone.::0
Combine a ritual of magnetism with a ritual of the crusher to mine for you.::0
Max out a ritual of the crusher with diamond blocks.::0
Combine a well of suffering and a rite of regeneration to get an LP farm.::0
Make 10 different sigils.::0
Obtain a demon blood shard from a summoned elemental.::0
Build a tier 5 blood altar.::0
Make an archmage's blood orb.::0
Make a crystal cluster.::0
Build a tier 6 blood altar.::0
Make a transcendent blood orb.::0
Add at least 50 runes to your blood altar.::0
=== Age of the Naturist ===::1
Craft the Lexica Botania.::0
Collect all the 16 different mystical flowers.::0
Make a pure daisy with a petal apothecary.::0
Make Livingwood and Livingrock with a pure daisy.::0
Use the livingwood/rock and petals to make a wand of the forest, mana spreader and mana pool.::0
Generate mana with either a daybloom, nightshade or hydrongeas and store it in a mana pool.::0
Throw iron, diamonds and ender pearls into a mana pool to get manasteel, mana diamonds and mana pearls.::0
Make any rune with a runic altar.::0
Upgrade a mana pool by putting an alchemy catalyst underneath.::0
Generate mana with a rosa arcana, thermalily and entropinnyum.::0
Use an endoflame to generate mana.::0
Fuel furnaces with an exoflame.::0
Make a terrasteel ingot.::0
Open a portal to Alfheim.::0
Trade for elementium, dragonstone, dreamwood and pixie dust.::0
Upgrade to an elven mana spreader.::0
Upgrade your mana pool with a conjuration catalyst.::0
Get a terra shatterer to rank SS.::0
Create a bifrost bridge.::0
Upgrade to a fabulous mana pool.::0
Brew something with the botanical brewery.::0
Automate a pure daisy with only botania and vanilla.::0
Automate a farm or something mana related with botania/vanilla.::0
Use an orechid to make ores.::0
Perform the ritual of Gaia.::0
Perform the ritual of Gaia II.::0
Make a Gaia mana spreader.::0
=== Age of the Twilight ===::1
Travel to the twilight forest.::0
Make a magic map.::0
Kill the Naga.::0
Kill the Lich.::0
Kill the Minoshroom.::0
Kill the Hydra.::0
Kill the Phantom Knight.::0
Kill the Ur-Ghast.::0
Kill the Alpha Yeti.::0
Kill the Snow Queen.::0
Display your spoils from the twilight forest and bosses.::0
Display a full set of every obtainable piece of twilight forest armour.::0
Give every colour of wool to a questing ram.::0
Obtain the heart of every twilight forest magic tree.::0
=== Age of Travel ===::1
Research 30 unknown dimlets.::0
Create and travel to any type of RFTools dimension.::0
Build a dimension with floating land above the void.::0
Obtain 10 stacks of dimensional shards.::0
Infuse 3 machines to 100%.::0
Create a dimension with a dimlet either 5 or 6.::0
Create a dimension with diamond blocks.::0
Make 10 dimesions, at least half being over 4 with fluid orbs.::0
Create a custom dimension with an absorber.::0
Maintain a dimension costing over 150,000 rf/t.::0
Use a syringe to create a dimension with withers, ender dragons and any other hositle mob found in the nether or overworld.::0
Make a book binder and ink mixer.::0
Travel from point a to b with a linking book.::0
Create a dimension with at least 6 pages.::0
Travel inter-dimensionally using linking books.::0
Find crystal.::0
=== Age of Dragons ===::1
Obtain your first draconium ingot.::0
Make a draconic core.::0
Make a wyvern core.::0
Make a draconic chest.::0
Charge something with an energy infuser.::0
Stablize a mob spawner.::0
Upgrade the spawner with a wyvern core, enchanted golden apple, nether star and awakened core.::0
Build a tier 6 energy core.::0
Equip the draconic::1
Helmet::0
Chestplate::0
Leggings::0
Boots::0
Obtain the full set of tools::1
Sword::0
Pickaxe::0
Axe::0
Shovel::0
Hoe::0
Staff of Power::0
Perform the ritual to make awakened draconium blocks.::0
Perform the ritual to resurrect the ender dragon.::0
Obtain 5 dragon hearts.::0
Teleport with an enhanced charm of dislocation.::0
Kill a chaos dragon.::0
=== Endgame ===::1
Stabilise a division sigil.::0
Research everything in Thaumcraft.::0
Equip 10 red, yellow and green heart canisters.::0
Make a tinker's crossbow with a draw speed below at least 0.25 seconds.::0
Make a Tinker's cleaver do at least 40 damage.::0
Make a 16384k ME storage cell.::0
Automate farming, autocrafting, processing and storage of at least 24 of every magical crops seed.::0
Completely fill a deep storage unit.::0
Craft a high-voltage solar array.::0
Craft an infinity catalyst in a dire crafting table.::0
=== Finsihed ===::1
Completed all achievements.::0
This is what's in my div config if it helps:
{
"0": {
"isAchievement": true,
"color": 0,
"colorChecked": 36880,
"align": "LEFT",
"shadow": false
},
"1": {
"isAchievement": false,
"color": 36880,
"colorChecked": 0,
"align": "CENTER",
"shadow": false
}
}
You have helped so much, you are a legend!
I just fixed my simple achievements crash - I retyped the entire achievement list, constantly checking for mistakes and realised that I forgot in the old list to put a ::0 after one of the achievements. That sucks. But it's all good now, apart from one thing - Sometimes when I log in out of my world my game freezes and I get this crash:
http://pastebin.com/tmWHjJKz
Please don't ask why I get so unlucky with crashes, I have no idea why XD
It is a recent thing. It doesn't happen every time, and when the world is loading it happens when I click on the screen, but it does work if I leave it. When I log off, I don't touch anything and it still crashes (not all the time but it still sometimes happens
My game also crashes as I just added in minetweaker for my own recipes. Looks like it's immersive engineering related?http://pastebin.com/pXxAsHvBIgnore this, kinda derped a bit. Updated minetweaker and it works now. Would be nice to know the reason of the other crash though.