Time: 1/11/14 6:44 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:113)
at darkhax.moreswords.enchantment.EnchantmentDecay.<init>(EnchantmentDecay.java:14)
at darkhax.moreswords.enchantment.EnchantmentList.init(EnchantmentList.java:36)
at darkhax.moreswords.MoreSwords.preInit(MoreSwords.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
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:113)
at darkhax.moreswords.enchantment.EnchantmentDecay.<init>(EnchantmentDecay.java:14)
at darkhax.moreswords.enchantment.EnchantmentList.init(EnchantmentList.java:36)
at darkhax.moreswords.MoreSwords.preInit(MoreSwords.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
See if you can change the enchant ids in one of the conflicting plugins' configs. Find one that isn't occupied, and use it. You will most likely also get many block/item id conflicts, which will also need to be resolved a similar way.
The Meaning of Life, the Universe, and Everything.
Join Date:
11/21/2012
Posts:
51
Minecraft:
lukazio
Member Details
I tried doing that but I can't seem to find which enchantment ID is conflicting with More Swords' Decay enchantment. By looking at the error report, do you know which mod is causing this? 'Cause I really need to know which mod causes this.
I tried doing that but I can't seem to find which enchantment ID is conflicting with More Swords' Decay enchantment. By looking at the error report, do you know which mod is causing this? 'Cause I really need to know which mod causes this.
Can you not modify the enchantment IDs for More Swords itself?
// Daisy, daisy...
Time: 1/11/14 6:44 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:113)
at darkhax.moreswords.enchantment.EnchantmentDecay.<init>(EnchantmentDecay.java:14)
at darkhax.moreswords.enchantment.EnchantmentList.init(EnchantmentList.java:36)
at darkhax.moreswords.MoreSwords.preInit(MoreSwords.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
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:113)
at darkhax.moreswords.enchantment.EnchantmentDecay.<init>(EnchantmentDecay.java:14)
at darkhax.moreswords.enchantment.EnchantmentList.init(EnchantmentList.java:36)
at darkhax.moreswords.MoreSwords.preInit(MoreSwords.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
Memory: 146577096 bytes (139 MB) / 308408320 bytes (294 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 75 mods loaded, 75 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.2} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.2.zip) Unloaded->Constructed->Pre-initialized
derpysquid{2.8.0} [The Derpy Squid Mod] (1.6.4 DerpySquid Latest.zip) Unloaded->Constructed->Pre-initialized
betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized
hawkeye{2.1} [Hawkeye Mod] ([1.6.4 Forge SMP] Hawkeye Mod.zip) Unloaded->Constructed->Pre-initialized
lionking{v1.13 for Minecraft 1.6.4} [The Lion King Mod] ([1.6.4] The Lion King Mod v1.13.zip) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized
GrimoireGaia2{1.8.1} [§2Grimoire of Gaia 2] ([1.6.4]GrimoireofGaia2(1.8.1b).zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized
cfm{3.2.7} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2.7(1.6.4).zip) Unloaded->Constructed->Pre-initialized
nohero_morehealth{4.5} [More Health Forge] ([Forge]More Health Enhanced 5.0 Universal (1).zip) Unloaded->Constructed->Pre-initialized
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.26.29} [Backpack] (backpack-1.26.29-1.6.x.jar) Unloaded->Constructed->Pre-initialized
basicgunsmod{2.1.0} [BasicGunsMod] (BasicGunsMod 1.6.4 v1.4.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Pre-initialized
candycraftmod{(Alpha)} [CandyCraft] (CandyCraft.zip) Unloaded->Constructed->Pre-initialized
card_magic{1.0} [Card Magic Mod] (Card_Magic_Mod_v1.0.zip) Unloaded->Constructed->Pre-initialized
CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized
CyanSwords{2.0 PreRelease} [Cyan Warrior Swords] (Cyan_Warrior_Swords_Mod_v.2.0_PreRelease.zip) Unloaded->Constructed->Pre-initialized
wonderfulwands{1.1.0} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.1.0.zip) Unloaded->Constructed->Pre-initialized
DeltaCore{1.0a} [DeltaCore] (DeltaCore[1.0a].jar) Unloaded->Constructed->Pre-initialized
dimdoors{$VERSION$} [Dimensional Doors] (DimensionalDoors-2.2.1RC1-260.jar) Unloaded->Constructed->Pre-initialized
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized
EldritchEmpires{0.1.0} [Eldritch Empires] (eldritchempires-0-8.zip) Unloaded->Constructed->Pre-initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.14.5} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.5.jar) Unloaded->Constructed->Pre-initialized
farlanders{1.6.4} [The Farlanders] (Farlanders_v1.0.zip) Unloaded->Constructed->Pre-initialized
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.4.3} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
LycanitesMobs{1.3.2b - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.3.2b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
DemonMobs{1.3.2b - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.3.2b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
DesertMobs{1.3.2b - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.3.2b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
SwampMobs{1.3.2b - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.3.2b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized
MixedCraft{0.0.2} [Mixed Craft] (MixedCraft 0.0.2.zip) Unloaded->Constructed->Pre-initialized
Wither Bow{2.1} [Wither bow] (mod_Witherbow2.1.zip) Unloaded->Constructed->Pre-initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Errored
MoreEnchants{1.0} [MoreEnchants] (MoreEnchants-MC1.6-1.1.2.jar) Unloaded->Constructed->Pre-initialized
moreplayermodels{1.6.4} [MorePlayerModels] (MorePlayerModels2_1.6.4.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
NetherX{1.2.2} [NetherX] (NetherX 1.2 for MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized
OpenBlocks{1.2.2} [OpenBlocks] (OpenBlocks-1.2.2.jar) Unloaded->Constructed->Pre-initialized
MapWriter{2.0.1} [MapWriter] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized
Opis{1.1.2_alpha} [Opis] (Opis_1.1.2_alpha.zip) Unloaded->Constructed->Pre-initialized
PetBat{1.2.7} [Pet Bat] (PetBat_1.6.4.zip) Unloaded->Constructed->Pre-initialized
PlayerHeads{1.1} [Player Heads] (PlayerHeads 1.0 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Core{1.1.7.2} [Project Zulu Core] (ProjectZuluCompletev1.1.7.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Block{1.1.7.2} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.7.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Dungeon{1.1.7.2} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.7.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Mob{1.1.7.2} [Project Zulu Mobs] (ProjectZuluCompletev1.1.7.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|World{1.1.7.2} [Project Zulu World] (ProjectZuluCompletev1.1.7.2.zip) Unloaded->Constructed->Pre-initialized
DrSideburnsSAMod{1.2.2} [Secret Agent Craft] (SecretAgentCraftv1-2-2-1-6-4.zip) Unloaded->Constructed->Pre-initialized
SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
spellbound{1.0.0} [Spellbound] (Spellbound v1.1.0.zip) Unloaded->Constructed->Pre-initialized
Statues{2.1.1} [Statues] (statues-1.6.4-2.1.1.jar) Unloaded->Constructed->Pre-initialized
stillhungry{2.0.1} [Still Hungry!] (stillhungry-universal-2.0.1.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.6.jar) Unloaded->Constructed->Pre-initialized
telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized
Erebus{v0.1.0} [Erebus] (The Erebus 0.1.1 [1.6.4].zip) Unloaded->Constructed->Pre-initialized
Bricks{2.6.4} [Throwable Bricks Mod] (Throwable Bricks Mod v2.6.4.zip) Unloaded->Constructed->Pre-initialized
TuxWeapons{1.1a} [TuxWeapons] (TuxWeapons[1.1b].jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
taverns{2.0.6-2} [Village Taverns] (VillageTaverns-2.0.6-2.15.jar) Unloaded->Constructed->Pre-initialized
WebDisplay{0.7} [Web Displays] (WebDisplays.zip) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: GeForce G105M/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
If you know what are the conflicting enchantment IDs and what mod is the ID from please post a reply. Any help is greatly appreciated, thanks!
I play Minecraft, just like everyone here does :3
Youtube Channel:
(but no more Minecraft videos, sorry guys...)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumVisit my website here. I use MultiMC and play on CubeKrowd and FrostCraft.
I play Minecraft, just like everyone here does :3
Youtube Channel:
(but no more Minecraft videos, sorry guys...)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCan you not modify the enchantment IDs for More Swords itself?
Visit my website here. I use MultiMC and play on CubeKrowd and FrostCraft.