Hi, I've been trying to download the old Crazy Craft 3.0 mudpack by Atlantic Craft but at step 5 of the forge loader the launcher crashes and I don't know how to fix it. Any help would be greatly appreciated! Warning, however, I have between 75 and 80 mods. Also I'm not tech savvy so I may not be able to do some of the more complicated solutions but I will try! Here's the crash report:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 1/11/18 11:34 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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)
Caused by: java.lang.ExceptionInInitializerError
at com.whammich.sstow.SSTheOldWays.init(SSTheOldWays.java:40)
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.GeneratedMethodAccessor2.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.initializeMods(Loader.java:737)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id! class com.whammich.sstow.enchantment.EnchantmentSoulStealer and class com.chocolate.chocolateQuest.magic.EnchantmentMagicDefense Enchantment ID:52
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at com.whammich.sstow.enchantment.EnchantmentSoulStealer.<init>(EnchantmentSoulStealer.java:8)
at com.whammich.sstow.utils.Register.<clinit>(Register.java:42)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Not certain, but you could try resolving this and see if it loads:
Duplicate enchantment id! class com.whammich.sstow.enchantment.EnchantmentSoulStealer and class com.chocolate.chocolateQuest.magic.EnchantmentMagicDefense Enchantment ID:52
One of those enchantment ID's needs to be something other than 52.
I removed that mod but at this point my launcher just stops at step 5 when it says "Loading- Initializing mods Phase 3" is there anything else that could be wrong?
I removed that mod but at this point my launcher just stops at step 5 when it says "Loading- Initializing mods Phase 3" is there anything else that could be wrong?
Try backing up all your configs (if you've customized them in any way), then delete the config folder in your .minecraft folder, and see if it loads. If not, you might have to play the "remove some mods and try again" game... by taking out all your mods and adding them back a few at a time until it stops loading. Then you'll know where the problem is for sure.
Hi, I've been trying to download the old Crazy Craft 3.0 mudpack by Atlantic Craft but at step 5 of the forge loader the launcher crashes and I don't know how to fix it. Any help would be greatly appreciated! Warning, however, I have between 75 and 80 mods. Also I'm not tech savvy so I may not be able to do some of the more complicated solutions but I will try! Here's the crash report:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 1/11/18 11:34 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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)
Caused by: java.lang.ExceptionInInitializerError
at com.whammich.sstow.SSTheOldWays.init(SSTheOldWays.java:40)
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.GeneratedMethodAccessor2.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.initializeMods(Loader.java:737)
... 10 more
Caused by: java.lang.IllegalArgumentException: Duplicate enchantment id! class com.whammich.sstow.enchantment.EnchantmentSoulStealer and class com.chocolate.chocolateQuest.magic.EnchantmentMagicDefense Enchantment ID:52
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at com.whammich.sstow.enchantment.EnchantmentSoulStealer.<init>(EnchantmentSoulStealer.java:8)
at com.whammich.sstow.utils.Register.<clinit>(Register.java:42)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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: 333125544 bytes (317 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
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 79 mods loaded, 78 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.1566-1.7.10.jar)
UCHI Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHI MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
UCHI TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCHI YoutuberStructures{1.0} [Youtuber Structures] ([1.7.10]YoutuberStructures.jar)
UCHI ActuallyAdditions{1.7.10-r21} [Actually Additions] (Actually-Additions-Mod-1.7.10.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles.jar)
UCHI surpriseeggs{1.0.6} [Surprise Eggs] (Adventure Backpack.jar)
UCHI adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (Adventure Backpack.jar)
UCHE animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
UCHI AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI.jar)
UCHI armourersWorkshop{1.7.10-0.33.0.84} [Armourer's Workshop] (Armourer's Workshop.jar)
UCHI asielib{0.2.7} [asielib] (asielib.jar)
UCHI bdlib{1.9.4.109} [BD Lib] (BdLib-1.7.10.jar)
UCHI chocolateQuest{1.0} [Chocolate Quest] (Better-Dungeons-Mod-1.7.10.jar)
UCHI BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft.jar)
UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1826-universal.jar)
UCHI bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10.jar)
UCHI BrandonsCore{1.0.0.12} [Brandon's Core] (Brandons-Core-1.7.10.jar)
UCHI bspkrsCore{6.16} [bspkrsCore] (bspkrsCore-1.7.10.jar)
UCHI camping{2.1} [The Camping Mod 2] (Camping-Mod-1.7.10.jar)
UCHI CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks.jar)
UCHI cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
UCHI cosmeticarmorreworked{1.7.10-v5b} [CosmeticArmorReworked] (Cosmetic-Armor-Reworked-Mod-1.7.10.jar)
UCHI craftguide{1.6.9.0} [CraftGuide] (CraftGuide-1.6.9.0-1.7.10-forge.jar)
UCHI DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHI darkcore{0.3} [Dark Core] (darkcore-0.3-58 (1).jar)
UCHI props{2.0.2} [Decocraft] (Decocraft.jar)
UCHI doorsoplenty{0.1} [Doors O' Plenty] (Doors-O-Plenty-Mod-1.7.10.jar)
UCHI dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar)
UCHI DungeonTactics{DT0.8.2} [DungeonTactics] (Dungeon-Tactics-Mod-1.7.10.jar)
UCHI DynamicLights{1.3.9a} [Dynamic Lights] (Dynamic-Lights-Mod-1.7.10.jar)
UCHI eplus{3.0.2-d} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.10.jar)
UCHI EE3{0.3.507} [Equivalent Exchange 3] (Equivalent Exchange 3.jar)
UCHI FoodPlus{3.2rS} [§bFood Plus] (FoodPlus.jar)
UCHI iChunUtil{4.2.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
UCHI GraviGun{4.0.0-beta} [GraviGun] (GravityGun.jar)
UCHI grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHI Hats{4.0.1} [Hats] (Hats.jar)
UCHI InventoryPets{1.1.2a} [Inventory Pets] (Inventory Pets.jar)
UCHI IronChest{6.0.60.741} [Iron Chest] (Iron Chest.jar)
UCHI pacman{1.0.7} [Killer Pacman] (Killer Pacman.jar)
UCHI lootbags{2.0.17} [Loot Bags] (LootBags-Mod-1.7.10.jar)
UCHI lucky{5.1.0} [Lucky Block] (LuckyBlock.jar)
UCHI malisiscore{1.7.10-0.14.3} [MalisisCore] (MalisisCore-1.7.10.jar)
UCHI malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (MalisisDoors-Mod-1.7.10.jar)
UCHI mcheli{0.10.6} [MC Helicopter] (MC Helicopter.zip)
UCHI battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (Mine & Blade Battlegear 2 - Bullseye.jar)
UCHI MobProperties{0.4.0} [Mob Properties] (Mob Properties.jar)
UCHI mobcages{1.0} [Mob Cages] (MobCages-Mod-1.7.10.jar)
UCHI Morph{0.9.3} [Morph] (Morphing-Mod-1.7.10.jar)
UCHI cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfish's Furniture Mod.jar)
UCHI MutantCreatures{1.4.8} [Mutant Creatures] (Mutant Creatures.jar)
UCHI origin{3.3.0} [Origin] (Origin.jar)
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHI pandorasbox{2.0.1} [Pandora's Box] (Pandora's Box.jar)
UCHI pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCHI PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)
UCHI Railcraft{9.6.1.0} [Railcraft] (Railcraft.jar)
UCHI Roguelike{1.5.0} [Roguelike Dungeons] (Roguelike-Dungeons-Mod-1.7.10.jar)
UCHI rftl{1.7.10} [Rotten Flesh to Leather] (Rotten-Flesh-to-Leather-Mod-1.7.10.jar)
UCHI SaintsCore{0.8} [Saintscore] (Saintscore.jar)
UCHI securitycraft{v1.7.4.1} [SecurityCraft] (SecurityCraft.jar)
UCHI SonarCore{1.1.3} [SonarCore] (Sonar-Core-1.7.10.jar)
UCHE SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (Soul Shards- The Old Ways.jar)
UCHI statues{2.1.3} [Statues] (Statues.jar)
UCHI sus{4.1.2} [Superheroes Unlimited Mod] (Superheroes Mod.jar)
UCHI TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-220 (1).jar)
UCHI OreSpawn{1.7.10.20.3} [OreSpawn] (The OreSpawn Mod.zip)
UCHI secretroomsmod{4.7.1} [The SecretRoomsMod] (The SecretRoomsMod.jar)
UCHI TrailMix{4.0.0} [TrailMix] (TrailMix.jar)
UCHI transformers{${version}} [Transformers Mod] (Transformers-1.7.10-0.5.7.jar)
UCHI Treecapitator{1.7.10} [Treecapitator] (Tree-Capitator-Mod-1.7.10.jar)
UCHI vampirism{0.7.9} [Vampirism] (Vampirism-1.7.10-0.7.9.jar)
UCHI weepingangels{3.3.2} [Weeping Angels] (Weeping Angels.jar)
UCHI witchery{0.24.1} [Witchery] (Witchery.jar)
UCHI XaeroMinimap{1.12.8} [Xaero's Minimap] (Xaeros_Minimap_1.12.8_Forge_1.7.10.jar)
UD asielibcore{} [AsieLib CoreMod] (minecraft.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13447 Compatibility Profile Context 16.300.2701.0' Renderer: 'AMD Radeon(TM) R5 Graphics'
List of loaded APIs:
* ActuallyAdditionsAPI (3) from Actually-Additions-Mod-1.7.10.jar
* appliedenergistics2|API (rv2) from tardismod-1.7.10-0.99-220 (1).jar
* armourersWorkshopAPI (1.7.10-10.13.0.1208) from Armourer's Workshop.jar
* BattlePlayer (0.1) from Mine & Blade Battlegear 2 - Bullseye.jar
* Baubles|API (1.0.1.10) from Baubles.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1826-universal.jar
* BuildCraftAPI|core (1.0) from Railcraft.jar
* BuildCraftAPI|items (1.0) from Railcraft.jar
* BuildCraftAPI|statements (1.0) from Railcraft.jar
* BuildCraftAPI|tiles (1.1) from Railcraft.jar
* BuildCraftAPI|tools (1.0) from Railcraft.jar
* BuildCraftAPI|transport (4.0) from Railcraft.jar
* CoFHAPI (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|block (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|core (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|energy (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|inventory (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|item (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|tileentity (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CoFHAPI|transport (1.7.10R1.1.0) from Sonar-Core-1.7.10.jar
* CSLib|API (1.0) from Decocraft.jar
* DualWield (0.1) from Mine & Blade Battlegear 2 - Bullseye.jar
* EE3-API|array (1.2) from Equivalent Exchange 3.jar
* EE3-API|core (1.2) from Equivalent Exchange 3.jar
* EE3-API|event (1.2) from Equivalent Exchange 3.jar
* EE3-API|exchange (1.2) from Equivalent Exchange 3.jar
* EE3-API|knowledge (1.2) from Equivalent Exchange 3.jar
* EE3-API|recipe (1.2) from Equivalent Exchange 3.jar
* EE3-API|util (1.2) from Equivalent Exchange 3.jar
* Heraldry (alpha) from Mine & Blade Battlegear 2 - Bullseye.jar
* IC2API (1.0) from Sonar-Core-1.7.10.jar
* Quiver (0.2) from Mine & Blade Battlegear 2 - Bullseye.jar
* RailcraftAPI|bore (1.0.0) from Railcraft.jar
* RailcraftAPI|carts (1.3.1) from Railcraft.jar
* RailcraftAPI|core (1.3.0) from Railcraft.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft.jar
* RailcraftAPI|events (1.0.0) from Railcraft.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft.jar
* RailcraftAPI|items (1.0.0) from Railcraft.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft.jar
* RailcraftAPI|signals (1.3.0) from Railcraft.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft.jar
* Shield (0.1) from Mine & Blade Battlegear 2 - Bullseye.jar
* Thaumcraft|API (4.2.2.0) from Railcraft.jar
* Weapons (0.1) from Mine & Blade Battlegear 2 - Bullseye.jar
Not certain, but you could try resolving this and see if it loads:
Duplicate enchantment id! class com.whammich.sstow.enchantment.EnchantmentSoulStealer and class com.chocolate.chocolateQuest.magic.EnchantmentMagicDefense Enchantment ID:52
One of those enchantment ID's needs to be something other than 52.
the solution of syndicate25 is good, but i don't know if you can do it, if not then try to remove this mod
I removed that mod but at this point my launcher just stops at step 5 when it says "Loading- Initializing mods Phase 3" is there anything else that could be wrong?
Try backing up all your configs (if you've customized them in any way), then delete the config folder in your .minecraft folder, and see if it loads. If not, you might have to play the "remove some mods and try again" game... by taking out all your mods and adding them back a few at a time until it stops loading. Then you'll know where the problem is for sure.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThis mod is also in error:
UCHE animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."