Jump to content

Recommended Posts

Posted

Hi! I have some annoying issue with my Minecraft:

 

 

[12:12:57] [Client thread/WARN] [craftguide]:

java.lang.NoSuchMethodException: ic2.core.util.Config.getFloat(java.lang.String)

at java.lang.Class.getMethod(Unknown Source) ~[?:1.7.0_72]

at uristqwerty.CraftGuide.recipes.IC2GeneratorFuel.getGeneratorMult(IC2GeneratorFuel.java:63) [iC2GeneratorFuel.class:?]

at uristqwerty.CraftGuide.recipes.IC2GeneratorFuel.(IC2GeneratorFuel.java:18) [iC2GeneratorFuel.class:?]

at uristqwerty.CraftGuide.recipes.IC2ExperimentalRecipes.(IC2ExperimentalRecipes.java:53) [iC2ExperimentalRecipes.class:?]

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0_72]

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_72]

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_72]

at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.7.0_72]

at java.lang.Class.newInstance(Unknown Source) [?:1.7.0_72]

at uristqwerty.CraftGuide.CraftGuide.loadModRecipes(CraftGuide.java:128) [CraftGuide.class:?]

at uristqwerty.CraftGuide.CraftGuide.addIC2Recipes(CraftGuide.java:114) [CraftGuide.class:?]

at uristqwerty.CraftGuide.CraftGuide.init(CraftGuide.java:98) [CraftGuide.class:?]

at uristqwerty.CraftGuide.CraftGuide_FML.init(CraftGuide_FML.java:55) [CraftGuide_FML.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]

at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) [Loader.class:?]

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]

at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

And continuation:

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/INFO] [iC2.General]: IC2 version 2.2.727-experimental loaded.

 

 

Complete version of log:

 

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/dwarf/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectDwarven_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killWarg_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killRanger_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/wallMaterials_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/merchant/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/mineMithril_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectIron_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/trader/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/ranger/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectEquipment_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killRanger_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectLorienFlowers_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectMineral_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/farmer/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/child/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/roofMaterials_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killRanger_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectGondorItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectGoldenLeaves_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectGoldenLeaves_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectMineral_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectCrystal_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/flesh_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectEnemyBones_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/soldier/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/trader/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectWeapons_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killMen_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/rangerCaptain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/bazaarTrader/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killTroll_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/avengeRiders_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectArmour_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/uruk/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/warlord/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornNut_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killWarg_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killGundabad_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectDrink_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killEnemy_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killElf_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank troll/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectResources_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killRanger_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectMineral_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/skirmish

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/halfTroll/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killWarg_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killWarg_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/warlord/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killSpider_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectWood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectBricks_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killMen_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killOrc_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killMen_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/mordorItems_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killEnemy_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/lebethron_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectEquipment_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/books_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectIron_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectRohanItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/dolAmrothCaptain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/forge_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/forge_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectFruit_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectOrcItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectMead_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectFangorn_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/bartender/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectWood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/child/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/resources_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killGundabad_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/bringWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killDarkHuorn_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/forge_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectMineral_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killLion_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornNut_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/captain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/roofMaterials_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondor_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killOrc_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/chieftain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killWarg_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/merchant/departure

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/firewood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank utumno/elf/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/chieftain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/ranger/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killCrocodile_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/trader/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/dwarf/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/chieftain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/smith/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/mordorItems_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRanger_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectAthelas_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectOrcItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectString_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/slaver/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectString_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectLionFur_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killGundabad_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/elf/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/mineMithril_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/smith/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectArmour_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killRanger_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killOrc_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondorSoldier_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectArmour_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectBlackRock_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondorSoldier_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWeapons_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/trader/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/blacksmith/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectBricks_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectDates_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/follow

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killHorse_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/forgeDwarfWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectDwarven_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killEnemy_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/swanKnight/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/miner/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/hurt

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectPlants_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectGondorItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killGundabad_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/drunkard/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectArmour_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectPlants_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/bringWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectFangorn_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/captain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/lord/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killEnemy_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank ent/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/forgeSteel_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectEnemyBones_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/forge_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectRohanItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/blacksmith/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/huntItems_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killLion_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/bringWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/chieftain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killWarg_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/mordorItems_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/orc/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornSapling_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/captain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/spawn

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/warResources_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/trader/departure

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectBananas_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/lebethron_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/trader/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/blackMarble_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collect_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/avengeKin_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pastries_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectOrcItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killElf_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/smith/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/trader/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondorSoldier_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killEnemy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pastries_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondor_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killTroll_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collect_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectArmour_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriff/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/elf/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/chieftain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killDarkHuorn_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriffChief/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killWarg_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/trader/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectBirchWood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/lebethron_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killOrc_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank ent/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/chieftain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWeapons_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/moredain/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killAngmar_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killElf_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectBones_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/forgeSteel_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondor_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/firewood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/forgeDwarfWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/skirmish

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killGundabad_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectDates_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/farmhand/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/craftRangerItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killCrocodile_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/kitchenware_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killTroll_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectAthelas_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/forgeDwarfWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/trader/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/captain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killTroll_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collect_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pastries_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killElf_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriff/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank utumno/orc/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killGundabad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killGundabad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/wallMaterials_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killWarg_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornSapling_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectHide_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killGundabad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killOrc_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/uruk/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/merchant/departure

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectOrcItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectRangedWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/smith/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/defences_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectOrcItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordorMany_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killOrc_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/kitchenware_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/dwarf/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/say

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killOrc_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/warrior/defendTrees

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killCrocodile_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killElf_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/forge_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/defences_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killDwarf_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killDolGuldur_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killRanger_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectDrink_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectPlants_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/soldier/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killOrc_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectDrink_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killElf_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectBirchWood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killEnemy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectGoldenLeaves_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killOrc_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/warrior/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectFangorn_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/haradrim/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondor_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killSpider_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectRohanItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/chieftain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectArmour_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectWeapons_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectLionFur_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killEnemy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/lord/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killSpider_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pipeweed_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/firewood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killGundabad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/bringWater_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectArmour_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killSpider_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killEnemy_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killAngmar_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/farmer/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectCrystal_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killGundabad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornNut_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killEnemy_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killRanger_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killEnemy_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectMaterials_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/swanKnight/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectArmour_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordorMany_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectLorienFlowers_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/warlord/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/warrior/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/huntItems_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondorSoldier_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectNumenorItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/halfTroll/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectPlants_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/tame

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/roofMaterials_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectGoldenLeaves_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectPoison_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectRohanItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killMountainTroll_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killDolGuldur_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectDwarven_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectPlants_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/bartender/unfriendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/meadhost/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondor_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/swanKnight/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectFood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/haradrim/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/orcharder/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/orc/skirmish

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/captain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank troll/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/dunlending/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRanger_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank utumno/umaia/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/commander/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/chieftain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/farmingTool_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/commander/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/avengeKin_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/forgeDwarfWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/huntRhino_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/avengeRiders_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/uncleBirthday_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/child/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killDwarf_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/marshal/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectPlants_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornSapling_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killEnemy_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondorSoldier_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/lord/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank bandit/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/uruk/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordorMany_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectMineral_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectGondorItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectMaterials_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectDates_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectNumenorItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killMen_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectRangedWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killRanger_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/drunkard/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/blackMarble_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killRanger_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killMountainTroll_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/forge_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/resources_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killOrc_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/mineMithril_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killRanger_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectString_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/hobbit/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killSpider_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectPoison_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornNut_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMineral_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/ranger/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectDwarven_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/nurnSlave/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectLionFur_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/avengeRiders_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killOrc_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/commander/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/dwarf/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectString_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/uncleBirthday_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectString_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectPoison_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/stay

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pipeweed_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectBones_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondorSoldier_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectDwarven_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/bazaarTrader/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectBananas_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/forgeDwarfWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornSapling_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killOrc_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectString_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killHarad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killRohirrim_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectArmour_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/slaver/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killRohirrim_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/books_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/orc/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectBlackRock_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectDrink_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killMountainTroll_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/scavenger/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/dwarf/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killWarg_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/elf/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/farmingTool_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectDrink_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectEnemyBones_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectDrink_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectDates_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killOrc_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectPlants_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killDwarf_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank fastTravel

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pipeweed_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectOrcItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectArmour_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectResources_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectDrink_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/marshal/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killEnemy_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/huntRhino_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/halfTroll/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/manTrophy_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectRangedWeapon_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/miner/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectCrystal_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/smith/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/chieftain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordor_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectString_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectDwarven_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/blacksmith/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectDrink_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordor_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/trader/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectEquipment_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/defences_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/chieftain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordor_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killWarg_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/bartender/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/defences_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/smith/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killGundabad_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killAngmar_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killRanger_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/chieftain/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killWarg_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornNut_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornSapling_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/flesh_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/craftRangerItem_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/avengeBrother_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectBlackRock_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/farmingTool_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killElf_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/warrior/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/merchant/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/warlord/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/ranger/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killDolGuldur_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectMaterials_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectBananas_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectDrink_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectMead_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/trader/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectNumenorItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killDunland_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectWood_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/warResources_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/smith/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectOrcItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornSapling_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectRohanItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killGundabad_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectCrystal_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killGundabad_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/smith/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/scavenger/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/forgeSteel_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killRanger_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/blacksmith/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killSpider_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collect_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/stealUruk_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/manTrophy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killMen_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killWarg_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectArmour_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/huntRhino_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondorSoldier_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/forge_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectMead_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killWarg_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killEnemy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/stealUruk_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondor_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectBricks_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killMen_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/forge_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectDrink_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/mineMithril_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/merchant/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/ranger/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectDrink_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/ranger/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondor_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/lord/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectArmour_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectMineral_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killEnemy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/bringWater_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRohirrim_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/chieftain/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondor_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killMen_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killElf_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectDrink_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killGundabad_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killSpider_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectFood_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/mineMithril_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killOrc_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectMineral_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectOrcItem_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectFood_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/blackMarble_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/craftRangerItem_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/dunlending/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/blacksmith/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/dunlending/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/warrior/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/miner/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killTroll_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killRanger_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/child/hostile

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectCrystal_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectGoldenLeaves_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectHide_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/blacksmith/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/kitchenware_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectWeapon_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killLion_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killWarg_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killEnemy_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killDunland_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/miner/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/mineMithril_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank ent/defendTrees

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/warlord/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/flesh_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/wallMaterials_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killEnemy_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/trader/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/forge_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/warlord/neutral

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/warResources_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killOrc_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectCrystal_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriff/hired

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killRanger_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killGundabad_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectWeapon_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/elf/friendly

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killSpider_progress

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/manTrophy_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killElf_start

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondorSoldier_complete

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dwarf_male

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank rohanMeadHall_prefixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbit_female

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbitTavern_prefixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank nearHaradrim_female

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dunlendingTavern_suffixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank elf_female

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank elf_titles

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank moredain_female

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank orc

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank ent_suffixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank moredain_male

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbitTavern_suffixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dunlendingTavern_prefixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank elf_male

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbit_male

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank rohan_male

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank troll

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank rohanMeadHall_suffixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank ent_prefixes

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbit_surnames

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank nearHaradrim_male

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dwarf_female

[12:12:56] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank gondor_male

[12:12:56] [Client thread/INFO] [FML]: LOTRRoads: Creating roads

[12:12:57] [Client thread/INFO] [FML]: LOTRRoads: Created roads in 0.470795646s

[12:12:57] [Client thread/INFO] [FML]: LOTRRoads: roads=77, points=573031, dbEntries=2067, dbPoints=5157279

[12:12:57] [Client thread/INFO] [FML]: ## Dungeon register ##

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: castlesRandomized.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: castlesSchematic.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: castlesSchematicSnow.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: caveTests.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: netherCity.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: npcVillage.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: ship.prop

[12:12:57] [Client thread/INFO] [FML]: Registered dungeon: test.prop

[12:12:57] [Client thread/WARN] [craftguide]:

java.lang.NoSuchMethodException: ic2.core.util.Config.getFloat(java.lang.String)

at java.lang.Class.getMethod(Unknown Source) ~[?:1.7.0_72]

at uristqwerty.CraftGuide.recipes.IC2GeneratorFuel.getGeneratorMult(IC2GeneratorFuel.java:63) [iC2GeneratorFuel.class:?]

at uristqwerty.CraftGuide.recipes.IC2GeneratorFuel.<init>(IC2GeneratorFuel.java:18) [iC2GeneratorFuel.class:?]

at uristqwerty.CraftGuide.recipes.IC2ExperimentalRecipes.<init>(IC2ExperimentalRecipes.java:53) [iC2ExperimentalRecipes.class:?]

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0_72]

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_72]

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.7.0_72]

at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.7.0_72]

at java.lang.Class.newInstance(Unknown Source) [?:1.7.0_72]

at uristqwerty.CraftGuide.CraftGuide.loadModRecipes(CraftGuide.java:128) [CraftGuide.class:?]

at uristqwerty.CraftGuide.CraftGuide.addIC2Recipes(CraftGuide.java:114) [CraftGuide.class:?]

at uristqwerty.CraftGuide.CraftGuide.init(CraftGuide.java:98) [CraftGuide.class:?]

at uristqwerty.CraftGuide.CraftGuide_FML.init(CraftGuide_FML.java:55) [CraftGuide_FML.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]

at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) [Loader.class:?]

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) [bao.class:?]

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]

at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

[12:12:58] [Client thread/INFO] [Mantle]: Entering initialization phase.

[12:12:58] [Client thread/INFO] [sTDOUT]: [tconstruct.armor.ArmorProxyClient:registerManualRecipes:88]: Travel Vest Item: 1xitem.tconstruct.travelvest@0

[12:12:58] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Registering harvestables.

[12:12:58] [Client thread/INFO] [TConstruct]: BuildCraft detected. Registering facades.

[12:12:58] [Client thread/INFO] [TConstruct]: IC2 detected. Preparing for shenanigans.

[12:12:58] [Client thread/INFO] [FML]: Checking LOTR lang file for updates de_DE.lang

[12:13:00] [Client thread/INFO] [FML]: Checking LOTR lang file for updates en_PT.lang

[12:13:02] [Client thread/INFO] [FML]: Checking LOTR lang file for updates es_AR.lang

[12:13:04] [Client thread/INFO] [FML]: Checking LOTR lang file for updates es_MX.lang

[12:13:07] [Client thread/INFO] [FML]: Checking LOTR lang file for updates fr_CA.lang

[12:13:09] [Client thread/INFO] [FML]: Checking LOTR lang file for updates fr_FR.lang

[12:13:11] [Client thread/INFO] [FML]: Checking LOTR lang file for updates hr_HR.lang

[12:13:12] [Client thread/INFO] [FML]: Checking LOTR lang file for updates it_IT.lang

[12:13:14] [Client thread/INFO] [FML]: Checking LOTR lang file for updates qya_AA.lang

[12:13:15] [Client thread/INFO] [FML]: Checking LOTR lang file for updates ru_RU.lang

[12:13:18] [Client thread/INFO] [FML]: Checking LOTR lang file for updates sr_SP.lang

[12:13:21] [Client thread/INFO] [ArchimedesShips]: Reading metarotation file: default.mrot

[12:13:21] [Client thread/INFO] [backpack]: [backpacks] NEI Support couldn't be enabled

[12:13:21] [Client thread/INFO] [buildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[buildCraft]'!

[12:13:21] [Client thread/INFO] [FML]: ## Chest items register ##

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:map to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:cookie to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:cocoa to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:clock to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:gold_ingot to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:saddle to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:leather to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:name_tag to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:gunpowder to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:gold_horse_armor to default chests list

[12:13:21] [Client thread/INFO] [FML]: Error loading item: minecraft:gold_horse_armor,1,0,1 into default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:lead to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:wheat to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:torch to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:arrow to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:coal to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:emerald to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_ingot to default chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:golden_apple to treasure chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:gold_block to treasure chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:emerald to treasure chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:ender_pearl to treasure chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond to treasure chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:stone_sword to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond_sword to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:golden_boots to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond_helmet to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:chainmail_leggings to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_chestplate to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond_leggings to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_boots to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:golden_sword to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:golden_helmet to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:chainmail_chestplate to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:chainmail_boots to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_leggings to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:golden_leggings to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_sword to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond_boots to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:chainmail_helmet to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond_chestplate to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:golden_chestplate to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_helmet to weapon chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:gold_ingot to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:iron_ingot to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:stick to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:flint to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:coal to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:emerald to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:redstone to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:diamond to ores chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:chicken to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:cookie to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:melon to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:beef to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:potato to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:carrot to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:poisonous_potato to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:bread to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:porkchop to food chests list

[12:13:21] [Client thread/INFO] [FML]: Added minecraft:apple to food chests list

[12:13:22] [Client thread/INFO] [iC2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[12:13:22] [Client thread/INFO] [iC2.General]: IC2 version 2.2.727-experimental loaded.

[12:13:22] [Client thread/INFO] [Mantle]: Entering postinitialization phase.

[12:13:22] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[12:13:22] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[12:13:22] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[12:13:22] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[12:13:22] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[12:13:22] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Adding thaumium tools.

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 256

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 25

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 26

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 27

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 28

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 29

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 30

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 31

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 32

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 33

[12:13:22] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapes]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Hops]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [iron Oreberry Bush]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [spider] to spawn champion mobs at level [0]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [blaze] to spawn champion mobs at level [0]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [skeleton] to spawn champion mobs at level [0]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]

[12:13:23] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]

[12:13:23] [Client thread/INFO] [FML]:  Unknown recipe class! tconstruct.library.crafting.ShapelessToolRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter

[12:13:23] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 37 mods

[12:13:23] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:The Lord of the Rings Mod, FMLFileResourcePack:Archimedes' Ships, FMLFileResourcePack:Backpack, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Chocolate Quest, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:DrZhark's CustomSpawner, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Fossils and Archeology Revival, FMLFileResourcePack:Growthcraft Apples, FMLFileResourcePack:Growthcraft Bamboo, FMLFileResourcePack:Growthcraft Bees, FMLFileResourcePack:Growthcraft Cellar, FMLFileResourcePack:Growthcraft, FMLFileResourcePack:Growthcraft Fishtrap, FMLFileResourcePack:Growthcraft Grapes, FMLFileResourcePack:Growthcraft Hops, FMLFileResourcePack:Growthcraft Rice, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Mantle, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Baubles

[0x7FEF570AAA0] ANOMALY: meaningless REX prefix used

[0x7FEF56F48C0] ANOMALY: meaningless REX prefix used

[OptiFine] *** Reloading textures ***

[OptiFine] Resource packs: Default

[OptiFine] Loading texture map: textures/blocks

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties

[OptiFine] Multipass connected textures: false

[12:13:28] [Client thread/ERROR]: Using missing texture, unable to load buildcraftsilicon:textures/blocks/stampingTable/default.png, java.io.FileNotFoundException

[12:13:29] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_606_CQSpawner.png, java.io.FileNotFoundException

[12:13:29] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_679_grc.bambooSlab.png, java.io.FileNotFoundException

[12:13:29] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/planks.png, java.io.FileNotFoundException

[12:13:29] [Client thread/ERROR]: Using missing texture, unable to load buildcraftcore:textures/blocks/engineBlock/default.png, java.io.FileNotFoundException

[12:13:29] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_678_grc.bambooSlab.png, java.io.FileNotFoundException

[12:13:29] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/blocks/gates/gate_expansion_light_sensor.png, java.io.FileNotFoundException

[12:13:30] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_577_buildToolBlock.png, java.io.FileNotFoundException

[12:13:30] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_653_null.png, java.io.FileNotFoundException

[OptiFine] Texture size: textures/blocks, 2048x1024

[12:13:30] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas

[OptiFine] Loading texture map: textures/items

[12:13:32] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/wings_moss.png, java.io.FileNotFoundException

[12:13:32] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/boots_moss.png, java.io.FileNotFoundException

[12:13:32] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/items/triggers/trigger_light_dark.png, java.io.FileNotFoundException

[12:13:32] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/goggles_moss.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load buildcraftcore:textures/items/tablet.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/items/triggers/trigger_light_bright.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/vest_moss.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load buildcraft:textures/items/triggers/trigger_machine_active.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/items/gates/gate_expansion_light_sensor.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load buildcraft:textures/items/triggers/trigger_machine_inactive.png, java.io.FileNotFoundException

[12:13:33] [Client thread/ERROR]: Using missing texture, unable to load buildcraftsilicon:textures/items/chipset/redstone_chipset_chipset.png, java.io.FileNotFoundException

[12:13:33] [Client thread/WARN] [FastCraft-core]: The sprite thaumcraft:focus_primal_depth caused the mipmap level to drop from 4 to 2 because it's too small (6x6 px).

[OptiFine] Texture size: textures/items, 2048x1024

[12:13:33] [Client thread/INFO]: Created: 2048x1024 textures/items-atlas

[12:13:34] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[12:13:34] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...

[12:13:34] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:    Author: Paul Lamb, www.paulscode.com

[12:13:34] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[12:13:34] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[12:13:34] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...

[12:13:34] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL

[12:13:34] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[12:13:34] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.

[12:13:35] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/What Do You Need.ogg does not exist, cannot add it to event customnpcs:human.female.villager.what_do_you_need

[12:13:35] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/Would You Like To Trade.ogg does not exist, cannot add it to event customnpcs:human.female.villager.trade

[12:13:35] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[12:13:35] [sound Library Loader/INFO]: Sound engine started

[12:13:35] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need

[12:13:35] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade

[OptiFine] *** Reloading custom textures ***

[OptiFine] Loading custom colors: textures/colormap/grass.png

[OptiFine] Loading custom colors: textures/colormap/foliage.png

[12:14:58] [Client thread/INFO]: Deleting level New World

[12:14:58] [Client thread/INFO]: Attempt 1...

[12:14:59] [Client thread/INFO]: Deleting level New World-

[12:14:59] [Client thread/INFO]: Attempt 1...

[12:15:16] [server thread/INFO]: Starting integrated minecraft server version 1.7.10

[12:15:16] [server thread/INFO]: Generating keypair

[12:15:17][FINE][noppes.npcs.controllers.LinkedNpcController:40] Loading Linked Npcs

[12:15:17][FINE][noppes.npcs.controllers.LinkedNpcController:61] Done loading Linked Npcs

[12:15:17] [server thread/INFO]: Converting map!

[12:15:17] [server thread/INFO]: Scanning folders...

[12:15:17] [server thread/INFO]: Total conversion count is 0

[12:15:17] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance

[12:15:17] [server thread/INFO] [FML]: Applying holder lookups

[12:15:17] [server thread/INFO] [FML]: Holder lookups applied

[OptiFine] WorldServer.nextTickSet updated

[12:15:20] [server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[OptiFine] WorldServer.nextTickSet updated

[12:15:20] [server thread/INFO] [FML]: Loading dimension -17 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[OptiFine] WorldServer.nextTickSet updated

[12:15:24] [server thread/INFO] [FML]: Loading dimension -42 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[OptiFine] WorldServer.nextTickSet updated

[12:15:27] [server thread/INFO] [FML]: Loading dimension 101 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[12:15:31] [server thread/WARN]: Unable to find spawn biome

[OptiFine] WorldServer.nextTickSet updated

[12:15:31] [server thread/INFO] [FML]: Loading dimension 100 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[OptiFine] WorldServer.nextTickSet updated

[12:15:35] [server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[OptiFine] WorldServer.nextTickSet updated

[12:15:42] [server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@29b05d93)

[12:15:42] [server thread/INFO]: Preparing start region for level 0

[12:15:43] [server thread/INFO]: Preparing spawn area: 7%

[12:15:44] [server thread/INFO]: Preparing spawn area: 18%

[12:15:45] [server thread/INFO]: Preparing spawn area: 31%

[12:15:46] [server thread/INFO]: Preparing spawn area: 45%

[12:15:47] [server thread/INFO]: Preparing spawn area: 58%

[12:15:48] [server thread/INFO]: Preparing spawn area: 74%

[12:15:49] [server thread/INFO]: Preparing spawn area: 90%

[12:15:53] [server thread/INFO] [MoCreatures]: Initializing MoCreatures GUI API

[12:15:53][FINE][noppes.npcs.controllers.DialogController:31] Loading Dialogs

[12:15:53][FINE][noppes.npcs.controllers.DialogController:33] Done loading Dialogs

[12:15:53] [server thread/INFO] [FML]: Successfully replaced LOTR world info in Utumno

[12:15:53] [server thread/INFO] [FML]: Successfully replaced LOTR world info in MiddleEarth

[12:15:54] [server thread/INFO]: Changing view distance to 12, from 10

[12:15:54] [Netty Client IO #0/INFO] [FML]: Server protocol version 1

[12:15:54] [Netty IO #1/INFO] [FML]: Client protocol version 1

[12:15:54] [Netty IO #1/INFO] [FML]: Client attempting to join with 37 mods : Growthcraft|[email protected],BuildCraft|[email protected],BuildCraft|[email protected],Growthcraft|[email protected],[email protected],[email protected],[email protected],BuildCraft|[email protected],[email protected],[email protected],BuildCraft|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],Growthcraft|[email protected],[email protected],[email protected],[email protected],[email protected],lotr@Beta v23.3 for Minecraft 1.7.10,[email protected],[email protected],BuildCraft|[email protected],Growthcraft|[email protected],[email protected],BuildCraft|[email protected],Growthcraft|[email protected],[email protected],Growthcraft|[email protected],Growthcraft|[email protected],[email protected] Build 7.1.0,[email protected] v1.7.1,BuildCraft|[email protected],[email protected],Growthcraft|[email protected]

[12:15:54] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT

[12:15:54] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER

[12:15:54] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established

[12:15:54] [server thread/INFO] [FML]: [server thread] Server side modded connection established

[12:15:54] [server thread/WARN] [baubles]: Data not found for maxiyou. Trying to load backup data.

[12:15:54] [server thread/WARN] [THAUMCRAFT]: Thaumcraft data not found for maxiyou. Trying to load backup Thaumcraft data.

[12:15:54] [server thread/INFO] [THAUMCRAFT]: Assigning initial aspects to maxiyou

[12:15:54] [server thread/INFO]: maxiyou[local:E:2eff1086] logged in with entity id 5078 at (-243.5, 67.0, 79.5)

[12:15:54] [server thread/INFO]: maxiyou joined the game

[12:16:01] [Thread-10/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here

[12:16:01] [Client thread/WARN] [FML]: =============================================================

[12:16:01] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!

[12:16:01] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I

[12:16:01] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead

[12:16:01] [Client thread/WARN] [FML]: =============================================================

[12:16:01] [Client thread/INFO] [sTDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true

[12:16:02] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.

[12:16:02] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100

[12:16:02] [Client thread/INFO]: [CHAT] You are running F/A:Revival Dev Build, 1.7.10 Build 7.1.0.

[12:16:02] [Client thread/INFO]: [CHAT] Github: https://github.com/FossilsArcheologyRevival/FossilArcheology1.7

[12:16:03] [server thread/INFO]: Saving and pausing game...

[12:16:03] [server thread/INFO]: Saving chunks for level 'New World'/Overworld

[12:16:04] [server thread/INFO]: Saving chunks for level 'New World'/Nether

[12:16:04] [server thread/INFO]: Saving chunks for level 'New World'/The End

[12:16:04] [server thread/INFO]: Saving chunks for level 'New World'/Wyvern Lair

[12:16:04] [server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands

[12:16:04] [server thread/INFO]: Saving chunks for level 'New World'/Utumno

[12:16:04] [server thread/INFO]: Saving chunks for level 'New World'/MiddleEarth

[12:16:04] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9871ms behind, skipping 197 tick(s)

 

 

 

Please help! Freeze appear after entering to the world.

Posted

They are both, but problem still exist.

EDIT:

Even if I delete CraftGuide, problem still exist. Only deleting IC2 MC run clearly, but I want this mod.

Posted

Here you are. Text with NoSuchMethod etc. disappeared, but game still freezes.

 

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killHarad_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/forge_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/fishing

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killAngmar_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/uncleBirthday_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killDolGuldur_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectFruit_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectString_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/forge_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killRohirrim_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/hobbit/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRohirrim_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killWarg_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectArmour_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killTroll_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/avengeHorse

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/defences_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/dwarf/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectDwarven_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killWarg_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killRanger_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/wallMaterials_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/merchant/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/mineMithril_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectIron_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/trader/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/ranger/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectEquipment_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killRanger_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectLorienFlowers_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectMineral_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/farmer/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/child/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/roofMaterials_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killRanger_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectGondorItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectGoldenLeaves_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectGoldenLeaves_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectMineral_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectCrystal_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/flesh_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectEnemyBones_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/soldier/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/trader/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectWeapons_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killMen_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/rangerCaptain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/bazaarTrader/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killTroll_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/avengeRiders_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectArmour_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/uruk/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/warlord/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornNut_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killWarg_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killGundabad_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectDrink_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killEnemy_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killElf_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank troll/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectResources_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killRanger_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectMineral_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/skirmish

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/halfTroll/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killWarg_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killWarg_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/warlord/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killSpider_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectWood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectBricks_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killMen_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killOrc_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killMen_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/mordorItems_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killEnemy_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/lebethron_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectEquipment_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/books_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectIron_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectRohanItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/dolAmrothCaptain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/forge_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/forge_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectFruit_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectOrcItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectMead_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectFangorn_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/bartender/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectWood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/child/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/resources_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killGundabad_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/bringWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killDarkHuorn_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/forge_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectMineral_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killLion_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornNut_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/captain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/roofMaterials_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondor_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killOrc_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/chieftain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killWarg_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/merchant/departure

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/firewood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank utumno/elf/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/chieftain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/ranger/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killCrocodile_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/trader/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/dwarf/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/chieftain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/smith/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/mordorItems_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRanger_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectAthelas_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectOrcItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectString_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/slaver/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectString_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectLionFur_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killGundabad_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/elf/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/mineMithril_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/smith/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectArmour_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killRanger_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killOrc_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondorSoldier_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectArmour_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectBlackRock_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondorSoldier_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWeapons_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/trader/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/blacksmith/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectBricks_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectDates_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/follow

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killHorse_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/forgeDwarfWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectDwarven_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killEnemy_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/swanKnight/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/miner/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/hurt

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectPlants_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectGondorItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killGundabad_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/drunkard/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectArmour_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectPlants_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/bringWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectFangorn_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/captain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/lord/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killEnemy_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank ent/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/forgeSteel_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectEnemyBones_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/forge_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectRohanItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/blacksmith/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/huntItems_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killLion_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/bringWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/chieftain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killWarg_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/mordorItems_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/orc/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornSapling_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/captain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/spawn

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/warResources_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/trader/departure

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectBananas_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/lebethron_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/trader/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/blackMarble_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collect_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/avengeKin_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pastries_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectOrcItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killElf_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/smith/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/trader/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondorSoldier_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killEnemy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pastries_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondor_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killTroll_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collect_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectArmour_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriff/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/elf/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/chieftain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killDarkHuorn_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriffChief/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killWarg_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/trader/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectBirchWood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/lebethron_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killOrc_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank ent/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/chieftain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWeapons_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/moredain/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killAngmar_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killElf_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectBones_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/forgeSteel_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondor_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/firewood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/forgeDwarfWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/skirmish

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killGundabad_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectDates_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/farmhand/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/craftRangerItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killCrocodile_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/kitchenware_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killTroll_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectAthelas_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/forgeDwarfWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/trader/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/captain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killTroll_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collect_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pastries_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killElf_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriff/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank utumno/orc/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killGundabad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killGundabad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/wallMaterials_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killWarg_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornSapling_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectHide_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killGundabad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killOrc_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/uruk/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/merchant/departure

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectOrcItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectRangedWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/smith/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dolGuldur/orc/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/defences_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectOrcItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordorMany_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killOrc_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/kitchenware_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/dwarf/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/say

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killOrc_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/warrior/defendTrees

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killCrocodile_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killElf_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/forge_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/defences_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killDwarf_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killDolGuldur_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killRanger_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectDrink_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectPlants_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/soldier/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killOrc_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectDrink_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killElf_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectBirchWood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killEnemy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectGoldenLeaves_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killOrc_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/warrior/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectFangorn_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/haradrim/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondor_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killSpider_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectRohanItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/chieftain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectArmour_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectWeapons_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectLionFur_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killEnemy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/lord/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killSpider_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pipeweed_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/firewood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killGundabad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/bringWater_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectArmour_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killSpider_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killEnemy_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killAngmar_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectWood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/farmer/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectCrystal_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killGundabad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornNut_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killEnemy_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killRanger_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killEnemy_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectMaterials_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/swanKnight/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectArmour_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordorMany_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectLorienFlowers_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/warlord/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/warrior/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/huntItems_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondorSoldier_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectNumenorItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/halfTroll/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectPlants_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/tame

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/roofMaterials_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectGoldenLeaves_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectPoison_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectRohanItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killMountainTroll_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killDolGuldur_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectDwarven_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectPlants_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/bartender/unfriendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/meadhost/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondor_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/swanKnight/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectFood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/haradrim/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/orcharder/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/orc/skirmish

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/captain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank troll/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/dunlending/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRanger_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank utumno/umaia/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/commander/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/chieftain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/farmingTool_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/commander/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/avengeKin_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/forgeDwarfWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/huntRhino_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/avengeRiders_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/uncleBirthday_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/child/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killDwarf_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/marshal/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectPlants_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornSapling_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killEnemy_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondorSoldier_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/lord/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank bandit/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/uruk/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordorMany_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectMineral_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectGondorItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectMaterials_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectDates_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectNumenorItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killMen_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectRangedWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killRanger_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/drunkard/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/blackMarble_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killRanger_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killMountainTroll_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/forge_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/resources_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killOrc_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/mineMithril_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killRanger_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectString_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/hobbit/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killSpider_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectPoison_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornNut_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMineral_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/ranger/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectDwarven_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/nurnSlave/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectLionFur_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/avengeRiders_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killOrc_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/commander/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/dwarf/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectString_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/uncleBirthday_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectString_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectPoison_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/orc/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gollum/stay

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pipeweed_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectBones_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killGondorSoldier_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectDwarven_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/bazaarTrader/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectBananas_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/forgeDwarfWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornSapling_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killOrc_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectString_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killHarad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killRohirrim_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/collectArmour_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/slaver/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/killRohirrim_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/books_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/orc/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectBlackRock_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectDrink_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killMountainTroll_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/scavenger/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/dwarf/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killWarg_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/elf/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/farmingTool_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectDrink_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectEnemyBones_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectDrink_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectDates_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killOrc_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectPlants_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killDwarf_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank fastTravel

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/pipeweed_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectOrcItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectArmour_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectResources_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectDrink_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/marshal/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killEnemy_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/huntRhino_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/halfTroll/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/manTrophy_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectRangedWeapon_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/miner/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectCrystal_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/smith/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gundabad/chieftain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordor_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectString_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectDwarven_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/blacksmith/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectDrink_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordor_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/trader/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectEquipment_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/defences_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank angmar/chieftain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killMordor_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killWarg_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/bartender/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/defences_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/smith/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killGundabad_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killAngmar_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killRanger_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/chieftain/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killWarg_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/collectMallornNut_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornSapling_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/flesh_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/craftRangerItem_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/avengeBrother_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/collectBlackRock_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/farmingTool_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killElf_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/warrior/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/merchant/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/warlord/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rangerNorth/ranger/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killDolGuldur_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectMaterials_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectBananas_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/collectDrink_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectMead_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/trader/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectNumenorItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killDunland_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/collectWood_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/warResources_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/smith/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectOrcItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectMallornSapling_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/collectRohanItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killGundabad_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectCrystal_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killGundabad_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/smith/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank halfTroll/scavenger/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/forgeSteel_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killRanger_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/blacksmith/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killSpider_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collect_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/stealUruk_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/manTrophy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killMen_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killWarg_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/collectArmour_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/huntRhino_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondorSoldier_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/forge_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/collectMead_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/killWarg_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/killEnemy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/stealUruk_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondor_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectBricks_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/mordor/killMen_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank mordor/orc/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/forge_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectDrink_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/mineMithril_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank nearHarad/merchant/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/ranger/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dunland/collectDrink_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/ranger/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondor_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/lord/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/collectArmour_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectMineral_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killEnemy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/bringWater_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killRohirrim_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank moredain/chieftain/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/nearHarad/killGondor_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killMen_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/dolGuldur/killElf_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/collectDrink_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/killGundabad_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killSpider_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/collectFood_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/mineMithril_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killOrc_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/blueMountains/collectMineral_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/rohirrim/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectOrcItem_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectFood_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gondor/blackMarble_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rangerNorth/craftRangerItem_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/dunlending/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank gondor/blacksmith/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/dunlending/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank highElf/warrior/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/miner/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killTroll_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/gundabad/killRanger_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank blueDwarf/child/hostile

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectCrystal_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/collectGoldenLeaves_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank woodElf/elf/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/collectHide_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank rohan/blacksmith/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/hobbit/kitchenware_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectWeapon_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killLion_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/killWarg_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killEnemy_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/rohan/killDunland_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dwarf/miner/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/mineMithril_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank ent/defendTrees

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/warlord/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/flesh_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/wallMaterials_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/killEnemy_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank uruk/trader/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/woodElf/forge_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank dunlending/warlord/neutral

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/warResources_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/killOrc_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/galadhrim/collectCrystal_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank hobbit/shirriff/hired

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/moredain/killRanger_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/uruk/collectWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/highElf/killGundabad_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/collectWeapon_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank galadhrim/elf/friendly

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/durin/killSpider_progress

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/manTrophy_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/angmar/killElf_start

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR speech bank miniquest/halfTroll/killGondorSoldier_complete

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dwarf_male

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank rohanMeadHall_prefixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbit_female

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbitTavern_prefixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank nearHaradrim_female

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dunlendingTavern_suffixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank elf_female

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank elf_titles

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank moredain_female

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank orc

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank ent_suffixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank moredain_male

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbitTavern_suffixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dunlendingTavern_prefixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank elf_male

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbit_male

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank rohan_male

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank troll

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank rohanMeadHall_suffixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank ent_prefixes

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank hobbit_surnames

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank nearHaradrim_male

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank dwarf_female

[13:33:04] [Client thread/INFO] [FML]: Succesfully loaded LOTR name bank gondor_male

[13:33:05] [Client thread/INFO] [FML]: LOTRRoads: Creating roads

[13:33:05] [Client thread/INFO] [FML]: LOTRRoads: Created roads in 0.564886954s

[13:33:05] [Client thread/INFO] [FML]: LOTRRoads: roads=77, points=573031, dbEntries=2067, dbPoints=5157279

[13:33:06] [Client thread/INFO] [FML]: ## Dungeon register ##

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: castlesRandomized.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: castlesSchematic.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: castlesSchematicSnow.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: caveTests.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: netherCity.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: npcVillage.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: ship.prop

[13:33:06] [Client thread/INFO] [FML]: Registered dungeon: test.prop

[13:33:06] [Client thread/INFO] [inventorytweaks]: InvTweaks: Configuration loaded.

[13:33:06] [Client thread/INFO] [inventorytweaks]: Mod initialized

[13:33:06] [Client thread/INFO] [Mantle]: Entering initialization phase.

[13:33:07] [Client thread/INFO] [sTDOUT]: [tconstruct.armor.ArmorProxyClient:registerManualRecipes:88]: Travel Vest Item: 1xitem.tconstruct.travelvest@0

[13:33:07] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Registering harvestables.

[13:33:07] [Client thread/INFO] [TConstruct]: BuildCraft detected. Registering facades.

[13:33:07] [Client thread/INFO] [TConstruct]: IC2 detected. Preparing for shenanigans.

[13:33:07] [Client thread/INFO] [FML]: Checking LOTR lang file for updates de_DE.lang

[13:33:09] [Client thread/INFO] [FML]: Checking LOTR lang file for updates en_PT.lang

[13:33:11] [Client thread/INFO] [FML]: Checking LOTR lang file for updates es_AR.lang

[13:33:13] [Client thread/INFO] [FML]: Checking LOTR lang file for updates es_MX.lang

[13:33:15] [Client thread/INFO] [FML]: Checking LOTR lang file for updates fr_CA.lang

[13:33:17] [Client thread/INFO] [FML]: Checking LOTR lang file for updates fr_FR.lang

[13:33:18] [Client thread/INFO] [FML]: Checking LOTR lang file for updates hr_HR.lang

[13:33:20] [Client thread/INFO] [FML]: Checking LOTR lang file for updates it_IT.lang

[13:33:21] [Client thread/INFO] [FML]: Checking LOTR lang file for updates qya_AA.lang

[13:33:23] [Client thread/INFO] [FML]: Checking LOTR lang file for updates ru_RU.lang

[13:33:26] [Client thread/INFO] [FML]: Checking LOTR lang file for updates sr_SP.lang

[13:33:29] [Client thread/INFO] [ArchimedesShips]: Reading metarotation file: default.mrot

[13:33:29] [Client thread/INFO] [backpack]: [backpacks] NEI Support couldn't be enabled

[13:33:29] [Client thread/INFO] [buildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[buildCraft]'!

[13:33:29] [Client thread/INFO] [FML]: ## Chest items register ##

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:map to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:cookie to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:cocoa to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:clock to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:gold_ingot to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:saddle to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:leather to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:name_tag to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:gunpowder to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:gold_horse_armor to default chests list

[13:33:29] [Client thread/INFO] [FML]: Error loading item: minecraft:gold_horse_armor,1,0,1 into default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:lead to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:wheat to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:torch to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:arrow to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:coal to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:emerald to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_ingot to default chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:golden_apple to treasure chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:gold_block to treasure chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:emerald to treasure chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:ender_pearl to treasure chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond to treasure chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:stone_sword to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond_sword to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:golden_boots to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond_helmet to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:chainmail_leggings to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_chestplate to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond_leggings to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_boots to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:golden_sword to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:golden_helmet to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:chainmail_chestplate to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:chainmail_boots to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_leggings to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:golden_leggings to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_sword to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond_boots to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:chainmail_helmet to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond_chestplate to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:golden_chestplate to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_helmet to weapon chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:gold_ingot to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:iron_ingot to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:stick to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:flint to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:coal to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:emerald to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:redstone to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:diamond to ores chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:chicken to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:cookie to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:melon to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:beef to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:potato to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:carrot to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:poisonous_potato to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:bread to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:porkchop to food chests list

[13:33:29] [Client thread/INFO] [FML]: Added minecraft:apple to food chests list

[13:33:29] [Client thread/INFO] [iC2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.

[13:33:29] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[13:33:29] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[13:33:29] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[13:33:29] [Client thread/WARN] [iC2.Uu]: Invalid itemstack detected, shaped vanilla crafting recipe [[], [], [], []] -> 4x(null)@(unknown)

[13:33:29] [Client thread/INFO] [iC2.General]: IC2 version 2.2.727-experimental loaded.

[13:33:29] [Client thread/INFO] [Mantle]: Entering postinitialization phase.

[13:33:29] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[13:33:30] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[13:33:30] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[13:33:30] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[13:33:30] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml

[13:33:30] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Adding thaumium tools.

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 256

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 25

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 26

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 27

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 28

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 29

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 30

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 31

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 32

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 33

[13:33:30] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapes]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Hops]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [iron Oreberry Bush]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [spider] to spawn champion mobs at level [0]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [blaze] to spawn champion mobs at level [0]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [skeleton] to spawn champion mobs at level [0]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]

[13:33:31] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]

[13:33:31] [Client thread/INFO] [FML]:  Unknown recipe class! tconstruct.library.crafting.ShapelessToolRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter

[13:33:31] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 37 mods

[13:33:31] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:The Lord of the Rings Mod, FMLFileResourcePack:Archimedes' Ships, FMLFileResourcePack:Backpack, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Chocolate Quest, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:DrZhark's CustomSpawner, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Fossils and Archeology Revival, FMLFileResourcePack:Growthcraft Apples, FMLFileResourcePack:Growthcraft Bamboo, FMLFileResourcePack:Growthcraft Bees, FMLFileResourcePack:Growthcraft Cellar, FMLFileResourcePack:Growthcraft, FMLFileResourcePack:Growthcraft Fishtrap, FMLFileResourcePack:Growthcraft Grapes, FMLFileResourcePack:Growthcraft Hops, FMLFileResourcePack:Growthcraft Rice, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Mantle, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Baubles

[0x7FEF570AAA0] ANOMALY: meaningless REX prefix used

[0x7FEF56F48C0] ANOMALY: meaningless REX prefix used

[OptiFine] *** Reloading textures ***

[OptiFine] Resource packs: Default

[OptiFine] Loading texture map: textures/blocks

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties

[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties

[OptiFine] Multipass connected textures: false

[13:33:36] [Client thread/ERROR]: Using missing texture, unable to load buildcraftsilicon:textures/blocks/stampingTable/default.png, java.io.FileNotFoundException

[13:33:37] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_606_CQSpawner.png, java.io.FileNotFoundException

[13:33:37] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_679_grc.bambooSlab.png, java.io.FileNotFoundException

[13:33:37] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/planks.png, java.io.FileNotFoundException

[13:33:37] [Client thread/ERROR]: Using missing texture, unable to load buildcraftcore:textures/blocks/engineBlock/default.png, java.io.FileNotFoundException

[13:33:37] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_678_grc.bambooSlab.png, java.io.FileNotFoundException

[13:33:38] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/blocks/gates/gate_expansion_light_sensor.png, java.io.FileNotFoundException

[13:33:38] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_577_buildToolBlock.png, java.io.FileNotFoundException

[13:33:38] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/blocks/MISSING_ICON_BLOCK_653_null.png, java.io.FileNotFoundException

[OptiFine] Texture size: textures/blocks, 2048x1024

[13:33:38] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas

[OptiFine] Loading texture map: textures/items

[13:33:40] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/wings_moss.png, java.io.FileNotFoundException

[13:33:40] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/boots_moss.png, java.io.FileNotFoundException

[13:33:40] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/items/triggers/trigger_light_dark.png, java.io.FileNotFoundException

[13:33:40] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/goggles_moss.png, java.io.FileNotFoundException

[13:33:41] [Client thread/ERROR]: Using missing texture, unable to load buildcraftcore:textures/items/tablet.png, java.io.FileNotFoundException

[13:33:41] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/items/triggers/trigger_light_bright.png, java.io.FileNotFoundException

[13:33:41] [Client thread/ERROR]: Using missing texture, unable to load tinker:textures/items/travelgear/vest_moss.png, java.io.FileNotFoundException

[13:33:41] [Client thread/ERROR]: Using missing texture, unable to load buildcraft:textures/items/triggers/trigger_machine_active.png, java.io.FileNotFoundException

[13:33:41] [Client thread/ERROR]: Using missing texture, unable to load buildcrafttransport:textures/items/gates/gate_expansion_light_sensor.png, java.io.FileNotFoundException

[13:33:41] [Client thread/ERROR]: Using missing texture, unable to load buildcraft:textures/items/triggers/trigger_machine_inactive.png, java.io.FileNotFoundException

[13:33:42] [Client thread/ERROR]: Using missing texture, unable to load buildcraftsilicon:textures/items/chipset/redstone_chipset_chipset.png, java.io.FileNotFoundException

[13:33:42] [Client thread/WARN] [FastCraft-core]: The sprite thaumcraft:focus_primal_depth caused the mipmap level to drop from 4 to 2 because it's too small (6x6 px).

[OptiFine] Texture size: textures/items, 2048x1024

[13:33:42] [Client thread/INFO]: Created: 2048x1024 textures/items-atlas

[13:33:42] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[13:33:42] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...

[13:33:42] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:    Author: Paul Lamb, www.paulscode.com

[13:33:42] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[13:33:42] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[13:33:42] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...

[13:33:43] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL

[13:33:43] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[13:33:43] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.

[13:33:43] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/What Do You Need.ogg does not exist, cannot add it to event customnpcs:human.female.villager.what_do_you_need

[13:33:43] [Client thread/WARN]: File customnpcs:sounds/human/female/villager/Would You Like To Trade.ogg does not exist, cannot add it to event customnpcs:human.female.villager.trade

[13:33:43] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:

[13:33:43] [sound Library Loader/INFO]: Sound engine started

[13:33:43] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/What do you need.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.what_do_you_need

[13:33:43] [Client thread/WARN]: File customnpcs:sounds/human/girl/villager/Would you like to trade.ogg does not exist, cannot add it to event customnpcs:human.girl.villager.trade

[OptiFine] *** Reloading custom textures ***

[OptiFine] Loading custom colors: textures/colormap/grass.png

[OptiFine] Loading custom colors: textures/colormap/foliage.png

[13:34:18] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.client.gui.GuiTextField

[13:34:18] [Client thread/INFO] [FML]: InvTweaks: successfully transformed setFocused/func_146195_b

[13:34:22] [server thread/INFO]: Starting integrated minecraft server version 1.7.10

[13:34:22] [server thread/INFO]: Generating keypair

[13:34:23][FINE][noppes.npcs.controllers.LinkedNpcController:40] Loading Linked Npcs

[13:34:23][FINE][noppes.npcs.controllers.LinkedNpcController:61] Done loading Linked Npcs

[13:34:23] [server thread/INFO]: Converting map!

[13:34:23] [server thread/INFO]: Scanning folders...

[13:34:23] [server thread/INFO]: Total conversion count is 0

[13:34:23] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance

[13:34:23] [server thread/INFO] [FML]: Applying holder lookups

[13:34:23] [server thread/INFO] [FML]: Holder lookups applied

[OptiFine] WorldServer.nextTickSet updated

[13:34:26] [server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[OptiFine] WorldServer.nextTickSet updated

[13:34:26] [server thread/INFO] [FML]: Loading dimension -17 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[OptiFine] WorldServer.nextTickSet updated

[13:34:30] [server thread/INFO] [FML]: Loading dimension -42 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[OptiFine] WorldServer.nextTickSet updated

[13:34:33] [server thread/INFO] [FML]: Loading dimension 101 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[13:34:37] [server thread/WARN]: Unable to find spawn biome

[OptiFine] WorldServer.nextTickSet updated

[13:34:37] [server thread/INFO] [FML]: Loading dimension 100 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[OptiFine] WorldServer.nextTickSet updated

[13:34:41] [server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[OptiFine] WorldServer.nextTickSet updated

[13:34:49] [server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@71dedcf4)

[13:34:49] [server thread/INFO]: Preparing start region for level 0

[13:34:50] [server thread/INFO]: Preparing spawn area: 7%

[13:34:51] [server thread/INFO]: Preparing spawn area: 17%

[13:34:52] [server thread/WARN]: Skipping Entity with id

[13:34:52] [server thread/WARN]: Skipping Entity with id

[13:34:52] [server thread/WARN]: Skipping Entity with id

[13:34:52] [server thread/WARN]: Skipping Entity with id

[13:34:52] [server thread/WARN]: Skipping Entity with id

[13:34:52] [server thread/WARN]: Skipping Entity with id

[13:34:52] [server thread/INFO] [FML]: Generatig npcVillage.prop at x: -159,  z:161

[13:34:52] [server thread/INFO]: Preparing spawn area: 27%

[13:34:53] [server thread/INFO]: Preparing spawn area: 39%

[13:34:54] [server thread/INFO]: Preparing spawn area: 52%

[13:34:55] [server thread/INFO]: Preparing spawn area: 66%

[13:34:56] [server thread/INFO]: Preparing spawn area: 81%

[13:34:57] [server thread/INFO]: Preparing spawn area: 95%

[13:35:00] [server thread/INFO] [MoCreatures]: Initializing MoCreatures GUI API

[13:35:01][FINE][noppes.npcs.controllers.DialogController:31] Loading Dialogs

[13:35:01][FINE][noppes.npcs.controllers.DialogController:33] Done loading Dialogs

[13:35:01] [server thread/INFO] [FML]: Successfully replaced LOTR world info in Utumno

[13:35:01] [server thread/INFO] [FML]: Successfully replaced LOTR world info in MiddleEarth

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerHopper

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerFurnace

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerDispenser

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBrewingStand

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBeacon

[13:35:01] [server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerMerchant

[13:35:01] [server thread/INFO]: Changing view distance to 9, from 10

[13:35:01] [Netty Client IO #0/INFO] [FML]: Server protocol version 1

[13:35:01] [Netty IO #1/INFO] [FML]: Client protocol version 1

[13:35:01] [Netty IO #1/INFO] [FML]: Client attempting to join with 37 mods : Growthcraft|[email protected],BuildCraft|[email protected],[email protected],BuildCraft|[email protected],Growthcraft|[email protected],[email protected],[email protected],[email protected],BuildCraft|[email protected],[email protected],[email protected],BuildCraft|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],Growthcraft|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],lotr@Beta v23.3 for Minecraft 1.7.10,[email protected],Growthcraft|[email protected],BuildCraft|[email protected],[email protected],BuildCraft|[email protected],Growthcraft|[email protected],Growthcraft|[email protected],Growthcraft|[email protected],[email protected] Build 7.1.0,[email protected] v1.7.1,BuildCraft|[email protected],[email protected],Growthcraft|[email protected]

[13:35:01] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT

[13:35:01] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER

[13:35:01] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established

[13:35:01] [server thread/INFO] [FML]: [server thread] Server side modded connection established

[13:35:01] [server thread/WARN] [baubles]: Data not found for maxiyou. Trying to load backup data.

[13:35:01] [server thread/WARN] [THAUMCRAFT]: Thaumcraft data not found for maxiyou. Trying to load backup Thaumcraft data.

[13:35:01] [server thread/INFO] [THAUMCRAFT]: Assigning initial aspects to maxiyou

[13:35:01] [server thread/INFO]: maxiyou[local:E:7f7f912c] logged in with entity id 5049 at (-34.5, 65.0, 74.5)

[13:35:01] [server thread/INFO]: maxiyou joined the game

[13:35:07] [Thread-10/INFO]: [CHAT] §2CustomNpcs§f installed. For more info §9§nClick here

[13:35:07] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.

[13:35:07] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100

[13:35:07] [Client thread/INFO]: [CHAT] You are running F/A:Revival Dev Build, 1.7.10 Build 7.1.0.

[13:35:07] [Client thread/INFO]: [CHAT] Github: https://github.com/FossilsArcheologyRevival/FossilArcheology1.7

[13:35:07] [Client thread/WARN] [FML]: =============================================================

[13:35:07] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!

[13:35:07] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I

[13:35:07] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead

[13:35:07] [Client thread/WARN] [FML]: =============================================================

[13:35:07] [Client thread/INFO] [sTDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true

[13:35:08] [server thread/INFO]: Saving and pausing game...

[13:35:08] [server thread/INFO]: Saving chunks for level 'New World'/Overworld

[13:35:08] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.

[13:35:08] [Client thread/INFO] [inventorytweaks]: net.minecraft.client.gui.GuiIngameMenu

[13:35:09] [server thread/INFO]: Saving chunks for level 'New World'/Nether

[13:35:09] [server thread/INFO]: Saving chunks for level 'New World'/The End

[13:35:09] [server thread/INFO]: Saving chunks for level 'New World'/Wyvern Lair

[13:35:09] [server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands

[13:35:09] [server thread/INFO]: Saving chunks for level 'New World'/Utumno

[13:35:09] [server thread/INFO]: Saving chunks for level 'New World'/MiddleEarth

[13:35:10] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8206ms behind, skipping 164 tick(s)

[13:35:33] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8943ms behind, skipping 178 tick(s)

[13:35:42] [server thread/INFO]: Saving and pausing game...

[13:35:42] [Client thread/INFO] [inventorytweaks]: net.minecraft.client.gui.GuiIngameMenu

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/Overworld

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/Nether

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/The End

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/Wyvern Lair

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/Utumno

[13:35:42] [server thread/INFO]: Saving chunks for level 'New World'/MiddleEarth

[13:36:00] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9035ms behind, skipping 180 tick(s)

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Extra virgin olive oil, not like regular oil, isn't always constantly processed thoroughly, so it keeps extra nutrients, antioxidants and nutrients that are important for our frame. Does olive oil reduce cholesterol  and guide heart health? Its normal consumption can reduce the risk of cardiovascular ailment because of the excess content of monounsaturated fats.
    • I've been playing on this single player modded world for about a month probably it's been working perfectly fine until this morning when i was playing, it crashed and said "invalid player id"  since this every subsequent attempt to rejoin the world results in that. all the other worlds i've made are still playable and i can create new worlds as well and they play fine. this is the latest [08:55:51] [main/INFO]: ModLauncher running: args [--username, Callousedbeans, --version, forge-47.3.0, --gameDir, C:\Users\14313\curseforge\minecraft\Instances\Cobblemon, --assetsDir, C:\Users\14313\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 8006a7731afc4cdcb0a5c5f57edf6e02, --accessToken, ????????, --clientId, MzM4ZGY1MTYtZTAzOC00OTQ3LWEwMjktMjRlZDMwM2I4NGZi, --xuid, 2535451237089590, --userType, msa, --versionType, release, --width, 854, --height, 480, --quickPlayPath, C:\Users\14313\curseforge\minecraft\Install\quickPlay\java\1736952947979.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [08:55:51] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [08:55:53] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [08:55:53] [main/INFO]: Trying GL version 4.6 [08:55:53] [main/INFO]: Requested GL version 4.6 got version 4.6 [08:55:54] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/14313/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [08:55:54] [pool-2-thread-1/INFO]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 27.20.100.8476, Intel [08:55:54] [main/INFO]: Found mod file AdditionalStructures-1.20.x-(v.4.2.2).jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file amendments-1.20-1.2.14.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file BiomesOPlenty-1.20.1-18.0.0.592.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobbledex-1.20.1-forge-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Cobblemon O' Plenty 1.20.1 B.2.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemon-counter-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Cobblemon-forge-1.5.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemon-spawn-notification-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemon-unchained-1.5-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemonoutbreaks-1.1.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemonrider-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Cobblepedia-Forge-0.6.8.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cristellib-1.1.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file decorative_blocks-forge-1.20.1-4.1.3.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file journeymap-1.20.1-5.10.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file mcw-doors-1.1.1forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file mcw-furniture-3.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file modernfix-forge-5.20.0+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file moonlight-1.20-2.13.49-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file mvs-4.1.4-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file packetfixer-forge-1.4.3-1.19-to-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Patchouli-1.20.1-84-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file polytone-1.20-2.3.3.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file repurposed_structures-7.1.15+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.22.2.1172.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.1.3.835.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file supplementaries-1.20-3.1.11.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.7.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.0\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.0\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.0\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.0\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/INFO]: Found mod file fmlcore-1.20.1-47.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file mclanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file forge-1.20.1-47.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [08:55:55] [main/INFO]: Found 10 dependencies adding them to mods collection [08:55:55] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file mixinextras-forge-0.4.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file exp4j-0.4.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file MixinExtras-0.4.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:56:01] [main/INFO]: Compatibility level set to JAVA_17 [08:56:01] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.3.0, --gameDir, C:\Users\14313\curseforge\minecraft\Instances\Cobblemon, --assetsDir, C:\Users\14313\curseforge\minecraft\Install\assets, --uuid, 8006a7731afc4cdcb0a5c5f57edf6e02, --username, Callousedbeans, --assetIndex, 5, --accessToken, ????????, --clientId, MzM4ZGY1MTYtZTAzOC00OTQ3LWEwMjktMjRlZDMwM2I4NGZi, --xuid, 2535451237089590, --userType, msa, --versionType, release, --width, 854, --height, 480, --quickPlayPath, C:\Users\14313\curseforge\minecraft\Install\quickPlay\java\1736952947979.json] [08:56:02] [main/INFO]: Loaded configuration file for ModernFix 5.20.0+mc1.20.1: 86 options available, 0 override(s) found [08:56:02] [main/INFO]: Applying Nashorn fix [08:56:02] [main/INFO]: Applied Forge config corruption patch [08:56:02] [main/WARN]: Reference map 'mvs-forge-refmap.json' for mvs-forge.mixins.json could not be read. If this is a development environment you can ignore this message [08:56:02] [main/WARN]: Reference map 'packetfixer-forge-forge-refmap.json' for packetfixer-forge.mixins.json could not be read. If this is a development environment you can ignore this message [08:56:02] [main/WARN]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message [08:56:03] [main/WARN]: Error loading class: vectorwing/farmersdelight/client/renderer/HangingCanvasSignRenderer (java.lang.ClassNotFoundException: vectorwing.farmersdelight.client.renderer.HangingCanvasSignRenderer) [08:56:03] [main/WARN]: Error loading class: vectorwing/farmersdelight/client/renderer/CanvasSignRenderer (java.lang.ClassNotFoundException: vectorwing.farmersdelight.client.renderer.CanvasSignRenderer) [08:56:03] [main/ERROR]: Error occurred applying transform of coremod coremods/field_to_method.js function biome java.lang.IllegalStateException: Field f_47437_ is not private and an instance field at net.minecraftforge.coremod.api.ASMAPI.redirectFieldToMethod(ASMAPI.java:270) ~[coremods-5.1.6.jar:?] at org.openjdk.nashorn.internal.scripts.Script$Recompilation$21$292A$\^eval\_.initializeCoreMod#transformer(<eval>:11) ~[?:?] at org.openjdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:648) ~[nashorn-core-15.3.jar:?] at org.openjdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513) ~[nashorn-core-15.3.jar:?] at org.openjdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:520) ~[nashorn-core-15.3.jar:?] at org.openjdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:111) ~[nashorn-core-15.3.jar:?] at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:22) ~[coremods-5.1.6.jar:5.1.6] at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:22) ~[coremods-5.1.6.jar:?] at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:14) ~[coremods-5.1.6.jar:?] at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:42) ~[coremods-5.1.6.jar:?] at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:117) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] at cpw.mods.cl.ModuleClassLoader.getMaybeTransformedClassBytes(ModuleClassLoader.java:250) ~[securejarhandler-2.1.10.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.buildTransformedClassNodeFor(TransformingClassLoader.java:58) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$10(LaunchPluginHandler.java:100) ~[modlauncher-10.0.9.jar:?] at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:222) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:207) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:2005) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1017) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:1007) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:895) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:867) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:775) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:539) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]... (109 KB left) this is the crash report [15Jan2025 09:18:53.804] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Callousedbeans, --version, forge-47.3.0, --gameDir, C:\Users\14313\curseforge\minecraft\Instances\Cobblemon, --assetsDir, C:\Users\14313\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 8006a7731afc4cdcb0a5c5f57edf6e02, --accessToken, ????????, --clientId, MzM4ZGY1MTYtZTAzOC00OTQ3LWEwMjktMjRlZDMwM2I4NGZi, --xuid, 2535451237089590, --userType, msa, --versionType, release, --width, 854, --height, 480, --quickPlayPath, C:\Users\14313\curseforge\minecraft\Install\quickPlay\java\1736954330212.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [15Jan2025 09:18:53.811] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [15Jan2025 09:18:53.844] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] [15Jan2025 09:18:53.862] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp] [15Jan2025 09:18:53.882] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner] [15Jan2025 09:18:53.900] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services [15Jan2025 09:18:53.909] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon [15Jan2025 09:18:53.910] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods [15Jan2025 09:18:53.910] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config [15Jan2025 09:18:53.910] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config\fml.toml [15Jan2025 09:18:55.185] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: [15Jan2025 09:18:55.191] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [15Jan2025 09:18:55.276] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 [15Jan2025 09:18:55.346] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 [15Jan2025 09:18:55.407] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] [15Jan2025 09:18:55.407] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading [15Jan2025 09:18:55.408] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin [15Jan2025 09:18:55.409] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin [15Jan2025 09:18:55.409] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml [15Jan2025 09:18:55.411] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0 [15Jan2025 09:18:55.412] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading [15Jan2025 09:18:55.412] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 10.0.9+10.0.9+main.dcd20f30 [15Jan2025 09:18:55.413] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7 [15Jan2025 09:18:55.414] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 6.0.5+6.0.5+master.eb8e549b [15Jan2025 09:18:55.415] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner [15Jan2025 09:18:55.417] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.1.6 [15Jan2025 09:18:55.419] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 7.0.1+7.0.1+master.d2b38bf6 [15Jan2025 09:18:55.419] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 5 [15Jan2025 09:18:55.420] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml [15Jan2025 09:18:55.421] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services [15Jan2025 09:18:55.431] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing [15Jan2025 09:18:55.432] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin [15Jan2025 09:18:55.457] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@37858383 [15Jan2025 09:18:55.496] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/14313/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [15Jan2025 09:18:55.506] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager [15Jan2025 09:18:55.507] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.508] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.509] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.510] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.510] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.513] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin [15Jan2025 09:18:55.514] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml [15Jan2025 09:18:55.514] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories [15Jan2025 09:18:55.515] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config\fml.toml [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration [15Jan2025 09:18:55.521] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile [15Jan2025 09:18:55.526] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler [15Jan2025 09:18:55.527] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using forgeclient as launch service [15Jan2025 09:18:55.534] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 27.20.100.8476, Intel [15Jan2025 09:18:55.559] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data : VersionInfo[forgeVersion=47.3.0, mcVersion=1.20.1, mcpVersion=20230612.114412, forgeGroup=net.minecraftforge] [15Jan2025 09:18:55.566] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml [15Jan2025 09:18:55.567] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg' [15Jan2025 09:18:55.569] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {} [15Jan2025 09:18:55.569] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning [15Jan2025 09:18:55.570] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin [15Jan2025 09:18:55.572] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin [15Jan2025 09:18:55.572] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml [15Jan2025 09:18:55.572] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan [15Jan2025 09:18:55.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: [] [15Jan2025 09:18:55.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null) [15Jan2025 09:18:55.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Dependency Locators : (JarInJar:null) [15Jan2025 09:18:55.629] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\AdditionalStructures-1.20.x-(v.4.2.2).jar [15Jan2025 09:18:55.715] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AdditionalStructures-1.20.x-(v.4.2.2).jar with {additionalstructures} mods - versions {4.2.2} [15Jan2025 09:18:55.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\amendments-1.20-1.2.14.jar [15Jan2025 09:18:55.724] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file amendments-1.20-1.2.14.jar with {amendments} mods - versions {1.20-1.2.14} [15Jan2025 09:18:55.732] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\BiomesOPlenty-1.20.1-18.0.0.592.jar [15Jan2025 09:18:55.745] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.20.1-18.0.0.592.jar with {biomesoplenty} mods - versions {18.0.0.592} [15Jan2025 09:18:55.751] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobbledex-1.20.1-forge-1.1.0.jar [15Jan2025 09:18:55.755] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobbledex-1.20.1-forge-1.1.0.jar with {cobbledex} mods - versions {1.1.0} [15Jan2025 09:18:55.760] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\Cobblemon O' Plenty 1.20.1 B.2.0.jar [15Jan2025 09:18:55.762] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cobblemon O' Plenty 1.20.1 B.2.0.jar with {tmtcop} mods - versions {2.0.0} [15Jan2025 09:18:55.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemon-counter-1.5-forge-1.2.0.jar [15Jan2025 09:18:55.769] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemon-counter-1.5-forge-1.2.0.jar with {cobbled_counter} mods - versions {1.5-forge-1.2.0} [15Jan2025 09:18:55.821] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\Cobblemon-forge-1.5.2+1.20.1.jar [15Jan2025 09:18:55.823] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cobblemon-forge-1.5.2+1.20.1.jar with {cobblemon} mods - versions {1.5.2+1.20.1} [15Jan2025 09:18:55.829] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemon-spawn-notification-1.5-forge-1.2.0.jar [15Jan2025 09:18:55.831] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemon-spawn-notification-1.5-forge-1.2.0.jar with {spawn_notification} mods - versions {1.5-forge-1.2.0} [15Jan2025 09:18:55.839] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemon-unchained-1.5-forge-1.0.1.jar [15Jan2025 09:18:55.841] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemon-unchained-1.5-forge-1.0.1.jar with {unchained} mods - versions {1.5-forge-1.0.1} [15Jan2025 09:18:55.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemonoutbreaks-1.1.4-1.20.1.jar [15Jan2025 09:18:55.848] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemonoutbreaks-1.1.4-1.20.1.jar with {cobblemonoutbreaks} mods - versions {1.1.4-1.20.1} [15Jan2025 09:18:55.852] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemonrider-1.2.4.jar [15Jan2025 09:18:55.854] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemonrider-1.2.4.jar with {cobblemonrider} mods - versions {1.2.4} [15Jan2025 09:18:55.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\Cobblepedia-Forge-0.6.8.jar [15Jan2025 09:18:55.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cobblepedia-Forge-0.6.8.jar with {cobblepedia} mods - versions {0.6.8} [15Jan2025 09:18:55.869] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\comforts-forge-6.4.0+1.20.1.jar [15Jan2025 09:18:55.870] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file comforts-forge-6.4.0+1.20.1.jar with {comforts} mods - versions {6.4.0+1.20.1} [15Jan2025 09:18:55.875] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cristellib-1.1.6-forge.jar [15Jan2025 09:18:55.880] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cristellib-1.1.6-forge.jar with {cristellib} mods - versions {1.1.6} [15Jan2025 09:18:55.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\decorative_blocks-forge-1.20.1-4.1.3.jar [15Jan2025 09:18:55.889] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file decorative_blocks-forge-1.20.1-4.1.3.jar with {decorative_blocks} mods - versions {4.1.3} [15Jan2025 09:18:55.899] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\journeymap-1.20.1-5.10.3-forge.jar [15Jan2025 09:18:55.900] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file journeymap-1.20.1-5.10.3-forge.jar with {journeymap} mods - versions {5.10.3} [15Jan2025 09:18:55.981] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\mcw-doors-1.1.1forge-mc1.20.1.jar [15Jan2025 09:18:55.982] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-doors-1.1.1forge-mc1.20.1.jar with {mcwdoors} mods - versions {1.1.1} [15Jan2025 09:18:55.992] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\mcw-furniture-3.3.0-mc1.20.1forge.jar [15Jan2025 09:18:55.994] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-furniture-3.3.0-mc1.20.1forge.jar with {mcwfurnitures} mods - versions {3.3.0}... (493 KB left)
    • Add crash-reports with sites like https://mclo.gs/   Use Java 17 instead of Java 21
    • I've been playing on this single player modded world for about a month probably it's been working perfectly fine until this morning when i was playing, it crashed and said "invalid player id"  since this every subsequent attempt to rejoin the world results in that. all the other worlds i've made are still playable and i can create new worlds as well and they play fine. this is the latest [08:55:51] [main/INFO]: ModLauncher running: args [--username, Callousedbeans, --version, forge-47.3.0, --gameDir, C:\Users\14313\curseforge\minecraft\Instances\Cobblemon, --assetsDir, C:\Users\14313\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 8006a7731afc4cdcb0a5c5f57edf6e02, --accessToken, ????????, --clientId, MzM4ZGY1MTYtZTAzOC00OTQ3LWEwMjktMjRlZDMwM2I4NGZi, --xuid, 2535451237089590, --userType, msa, --versionType, release, --width, 854, --height, 480, --quickPlayPath, C:\Users\14313\curseforge\minecraft\Install\quickPlay\java\1736952947979.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [08:55:51] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [08:55:53] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [08:55:53] [main/INFO]: Trying GL version 4.6 [08:55:53] [main/INFO]: Requested GL version 4.6 got version 4.6 [08:55:54] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/14313/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [08:55:54] [pool-2-thread-1/INFO]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 27.20.100.8476, Intel [08:55:54] [main/INFO]: Found mod file AdditionalStructures-1.20.x-(v.4.2.2).jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file amendments-1.20-1.2.14.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file BiomesOPlenty-1.20.1-18.0.0.592.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobbledex-1.20.1-forge-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Cobblemon O' Plenty 1.20.1 B.2.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemon-counter-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Cobblemon-forge-1.5.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemon-spawn-notification-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemon-unchained-1.5-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemonoutbreaks-1.1.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cobblemonrider-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Cobblepedia-Forge-0.6.8.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file cristellib-1.1.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file decorative_blocks-forge-1.20.1-4.1.3.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file journeymap-1.20.1-5.10.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file mcw-doors-1.1.1forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file mcw-furniture-3.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file modernfix-forge-5.20.0+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file moonlight-1.20-2.13.49-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file mvs-4.1.4-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file packetfixer-forge-1.4.3-1.19-to-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Patchouli-1.20.1-84-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file polytone-1.20-2.3.3.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file repurposed_structures-7.1.15+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.22.2.1172.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.1.3.835.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file supplementaries-1.20-3.1.11.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.7.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:54] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods} [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.0\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.0\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.0\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/WARN]: Mod file C:\Users\14313\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.0\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [08:55:55] [main/INFO]: Found mod file fmlcore-1.20.1-47.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file mclanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/INFO]: Found mod file forge-1.20.1-47.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@64138b0c [08:55:55] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [08:55:55] [main/INFO]: Found 10 dependencies adding them to mods collection [08:55:55] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file mixinextras-forge-0.4.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file exp4j-0.4.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file MixinExtras-0.4.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:55:55] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@95bb2a2 [08:56:01] [main/INFO]: Compatibility level set to JAVA_17 [08:56:01] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.3.0, --gameDir, C:\Users\14313\curseforge\minecraft\Instances\Cobblemon, --assetsDir, C:\Users\14313\curseforge\minecraft\Install\assets, --uuid, 8006a7731afc4cdcb0a5c5f57edf6e02, --username, Callousedbeans, --assetIndex, 5, --accessToken, ????????, --clientId, MzM4ZGY1MTYtZTAzOC00OTQ3LWEwMjktMjRlZDMwM2I4NGZi, --xuid, 2535451237089590, --userType, msa, --versionType, release, --width, 854, --height, 480, --quickPlayPath, C:\Users\14313\curseforge\minecraft\Install\quickPlay\java\1736952947979.json] [08:56:02] [main/INFO]: Loaded configuration file for ModernFix 5.20.0+mc1.20.1: 86 options available, 0 override(s) found [08:56:02] [main/INFO]: Applying Nashorn fix [08:56:02] [main/INFO]: Applied Forge config corruption patch [08:56:02] [main/WARN]: Reference map 'mvs-forge-refmap.json' for mvs-forge.mixins.json could not be read. If this is a development environment you can ignore this message [08:56:02] [main/WARN]: Reference map 'packetfixer-forge-forge-refmap.json' for packetfixer-forge.mixins.json could not be read. If this is a development environment you can ignore this message [08:56:02] [main/WARN]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message [08:56:03] [main/WARN]: Error loading class: vectorwing/farmersdelight/client/renderer/HangingCanvasSignRenderer (java.lang.ClassNotFoundException: vectorwing.farmersdelight.client.renderer.HangingCanvasSignRenderer) [08:56:03] [main/WARN]: Error loading class: vectorwing/farmersdelight/client/renderer/CanvasSignRenderer (java.lang.ClassNotFoundException: vectorwing.farmersdelight.client.renderer.CanvasSignRenderer) [08:56:03] [main/ERROR]: Error occurred applying transform of coremod coremods/field_to_method.js function biome java.lang.IllegalStateException: Field f_47437_ is not private and an instance field at net.minecraftforge.coremod.api.ASMAPI.redirectFieldToMethod(ASMAPI.java:270) ~[coremods-5.1.6.jar:?] at org.openjdk.nashorn.internal.scripts.Script$Recompilation$21$292A$\^eval\_.initializeCoreMod#transformer(<eval>:11) ~[?:?] at org.openjdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:648) ~[nashorn-core-15.3.jar:?] at org.openjdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513) ~[nashorn-core-15.3.jar:?] at org.openjdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:520) ~[nashorn-core-15.3.jar:?] at org.openjdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:111) ~[nashorn-core-15.3.jar:?] at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:22) ~[coremods-5.1.6.jar:5.1.6] at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:22) ~[coremods-5.1.6.jar:?] at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:14) ~[coremods-5.1.6.jar:?] at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:42) ~[coremods-5.1.6.jar:?] at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:117) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] at cpw.mods.cl.ModuleClassLoader.getMaybeTransformedClassBytes(ModuleClassLoader.java:250) ~[securejarhandler-2.1.10.jar:?] at cpw.mods.modlauncher.TransformingClassLoader.buildTransformedClassNodeFor(TransformingClassLoader.java:58) ~[modlauncher-10.0.9.jar:?] at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$10(LaunchPluginHandler.java:100) ~[modlauncher-10.0.9.jar:?] at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:222) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.getClassNode(MixinLaunchPluginLegacy.java:207) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:2005) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1017) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:1007) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:895) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:867) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:775) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:539) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]... (109 KB left) this is the crash report [15Jan2025 09:18:53.804] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Callousedbeans, --version, forge-47.3.0, --gameDir, C:\Users\14313\curseforge\minecraft\Instances\Cobblemon, --assetsDir, C:\Users\14313\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 8006a7731afc4cdcb0a5c5f57edf6e02, --accessToken, ????????, --clientId, MzM4ZGY1MTYtZTAzOC00OTQ3LWEwMjktMjRlZDMwM2I4NGZi, --xuid, 2535451237089590, --userType, msa, --versionType, release, --width, 854, --height, 480, --quickPlayPath, C:\Users\14313\curseforge\minecraft\Install\quickPlay\java\1736954330212.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [15Jan2025 09:18:53.811] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [15Jan2025 09:18:53.844] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] [15Jan2025 09:18:53.862] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp] [15Jan2025 09:18:53.882] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner] [15Jan2025 09:18:53.900] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services [15Jan2025 09:18:53.909] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon [15Jan2025 09:18:53.910] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods [15Jan2025 09:18:53.910] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config [15Jan2025 09:18:53.910] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config\fml.toml [15Jan2025 09:18:55.185] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: [15Jan2025 09:18:55.191] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [15Jan2025 09:18:55.276] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 [15Jan2025 09:18:55.346] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 [15Jan2025 09:18:55.407] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] [15Jan2025 09:18:55.407] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading [15Jan2025 09:18:55.408] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin [15Jan2025 09:18:55.409] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin [15Jan2025 09:18:55.409] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml [15Jan2025 09:18:55.411] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0 [15Jan2025 09:18:55.412] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading [15Jan2025 09:18:55.412] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 10.0.9+10.0.9+main.dcd20f30 [15Jan2025 09:18:55.413] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7 [15Jan2025 09:18:55.414] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 6.0.5+6.0.5+master.eb8e549b [15Jan2025 09:18:55.415] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner [15Jan2025 09:18:55.417] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.1.6 [15Jan2025 09:18:55.419] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 7.0.1+7.0.1+master.d2b38bf6 [15Jan2025 09:18:55.419] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 5 [15Jan2025 09:18:55.420] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml [15Jan2025 09:18:55.421] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services [15Jan2025 09:18:55.431] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing [15Jan2025 09:18:55.432] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin [15Jan2025 09:18:55.457] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@37858383 [15Jan2025 09:18:55.496] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/14313/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [15Jan2025 09:18:55.506] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager [15Jan2025 09:18:55.507] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.508] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.509] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.510] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.510] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) [15Jan2025 09:18:55.513] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin [15Jan2025 09:18:55.514] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml [15Jan2025 09:18:55.514] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories [15Jan2025 09:18:55.515] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\config\fml.toml [15Jan2025 09:18:55.516] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration [15Jan2025 09:18:55.521] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile [15Jan2025 09:18:55.526] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler [15Jan2025 09:18:55.527] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using forgeclient as launch service [15Jan2025 09:18:55.534] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 27.20.100.8476, Intel [15Jan2025 09:18:55.559] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data : VersionInfo[forgeVersion=47.3.0, mcVersion=1.20.1, mcpVersion=20230612.114412, forgeGroup=net.minecraftforge] [15Jan2025 09:18:55.566] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml [15Jan2025 09:18:55.567] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg' [15Jan2025 09:18:55.569] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {} [15Jan2025 09:18:55.569] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning [15Jan2025 09:18:55.570] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin [15Jan2025 09:18:55.572] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin [15Jan2025 09:18:55.572] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml [15Jan2025 09:18:55.572] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan [15Jan2025 09:18:55.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: [] [15Jan2025 09:18:55.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null) [15Jan2025 09:18:55.611] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Dependency Locators : (JarInJar:null) [15Jan2025 09:18:55.629] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\AdditionalStructures-1.20.x-(v.4.2.2).jar [15Jan2025 09:18:55.715] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AdditionalStructures-1.20.x-(v.4.2.2).jar with {additionalstructures} mods - versions {4.2.2} [15Jan2025 09:18:55.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\amendments-1.20-1.2.14.jar [15Jan2025 09:18:55.724] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file amendments-1.20-1.2.14.jar with {amendments} mods - versions {1.20-1.2.14} [15Jan2025 09:18:55.732] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\BiomesOPlenty-1.20.1-18.0.0.592.jar [15Jan2025 09:18:55.745] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.20.1-18.0.0.592.jar with {biomesoplenty} mods - versions {18.0.0.592} [15Jan2025 09:18:55.751] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobbledex-1.20.1-forge-1.1.0.jar [15Jan2025 09:18:55.755] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobbledex-1.20.1-forge-1.1.0.jar with {cobbledex} mods - versions {1.1.0} [15Jan2025 09:18:55.760] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\Cobblemon O' Plenty 1.20.1 B.2.0.jar [15Jan2025 09:18:55.762] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cobblemon O' Plenty 1.20.1 B.2.0.jar with {tmtcop} mods - versions {2.0.0} [15Jan2025 09:18:55.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemon-counter-1.5-forge-1.2.0.jar [15Jan2025 09:18:55.769] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemon-counter-1.5-forge-1.2.0.jar with {cobbled_counter} mods - versions {1.5-forge-1.2.0} [15Jan2025 09:18:55.821] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\Cobblemon-forge-1.5.2+1.20.1.jar [15Jan2025 09:18:55.823] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cobblemon-forge-1.5.2+1.20.1.jar with {cobblemon} mods - versions {1.5.2+1.20.1} [15Jan2025 09:18:55.829] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemon-spawn-notification-1.5-forge-1.2.0.jar [15Jan2025 09:18:55.831] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemon-spawn-notification-1.5-forge-1.2.0.jar with {spawn_notification} mods - versions {1.5-forge-1.2.0} [15Jan2025 09:18:55.839] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemon-unchained-1.5-forge-1.0.1.jar [15Jan2025 09:18:55.841] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemon-unchained-1.5-forge-1.0.1.jar with {unchained} mods - versions {1.5-forge-1.0.1} [15Jan2025 09:18:55.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemonoutbreaks-1.1.4-1.20.1.jar [15Jan2025 09:18:55.848] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemonoutbreaks-1.1.4-1.20.1.jar with {cobblemonoutbreaks} mods - versions {1.1.4-1.20.1} [15Jan2025 09:18:55.852] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cobblemonrider-1.2.4.jar [15Jan2025 09:18:55.854] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cobblemonrider-1.2.4.jar with {cobblemonrider} mods - versions {1.2.4} [15Jan2025 09:18:55.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\Cobblepedia-Forge-0.6.8.jar [15Jan2025 09:18:55.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cobblepedia-Forge-0.6.8.jar with {cobblepedia} mods - versions {0.6.8} [15Jan2025 09:18:55.869] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\comforts-forge-6.4.0+1.20.1.jar [15Jan2025 09:18:55.870] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file comforts-forge-6.4.0+1.20.1.jar with {comforts} mods - versions {6.4.0+1.20.1} [15Jan2025 09:18:55.875] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\cristellib-1.1.6-forge.jar [15Jan2025 09:18:55.880] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cristellib-1.1.6-forge.jar with {cristellib} mods - versions {1.1.6} [15Jan2025 09:18:55.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\decorative_blocks-forge-1.20.1-4.1.3.jar [15Jan2025 09:18:55.889] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file decorative_blocks-forge-1.20.1-4.1.3.jar with {decorative_blocks} mods - versions {4.1.3} [15Jan2025 09:18:55.899] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\journeymap-1.20.1-5.10.3-forge.jar [15Jan2025 09:18:55.900] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file journeymap-1.20.1-5.10.3-forge.jar with {journeymap} mods - versions {5.10.3} [15Jan2025 09:18:55.981] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\mcw-doors-1.1.1forge-mc1.20.1.jar [15Jan2025 09:18:55.982] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-doors-1.1.1forge-mc1.20.1.jar with {mcwdoors} mods - versions {1.1.1} [15Jan2025 09:18:55.992] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\14313\curseforge\minecraft\Instances\Cobblemon\mods\mcw-furniture-3.3.0-mc1.20.1forge.jar [15Jan2025 09:18:55.994] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-furniture-3.3.0-mc1.20.1forge.jar with {mcwfurnitures} mods - versions {3.3.0}... (493 KB left)
    • [16Jan2025 00:33:16.640] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.3.22, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [16Jan2025 00:33:16.649] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 21.0.5 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0 [16Jan2025 00:33:18.382] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver [16Jan2025 00:33:18.395] [main/INFO] [com.teampotato.redirector.Redirector/]: Redirector CoreMod initialized successfully! [16Jan2025 00:33:18.403] [main/INFO] [mixin-transmog/]: Mixin Transmogrifier is definitely up to no good... [16Jan2025 00:33:18.440] [main/INFO] [mixin-transmog/]: crimes against java were committed [16Jan2025 00:33:18.481] [main/INFO] [mixin-transmog/]: Original mixin transformation service successfully crobbed by mixin-transmogrifier! [16Jan2025 00:33:18.551] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Admin/Desktop/1.20.1/mods/Connector-1.0.0-beta.46+1.20.1.jar%23209%23213!/ Service=ModLauncher Env=SERVER [16Jan2025 00:33:19.431] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Admin\Desktop\1.20.1\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.22\fmlcore-1.20.1-47.3.22.jar is missing mods.toml file [16Jan2025 00:33:19.435] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Admin\Desktop\1.20.1\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.22\javafmllanguage-1.20.1-47.3.22.jar is missing mods.toml file [16Jan2025 00:33:19.438] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Admin\Desktop\1.20.1\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.22\lowcodelanguage-1.20.1-47.3.22.jar is missing mods.toml file [16Jan2025 00:33:19.441] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Admin\Desktop\1.20.1\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.22\mclanguage-1.20.1-47.3.22.jar is missing mods.toml file [16Jan2025 00:33:20.031] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [16Jan2025 00:33:20.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 30 dependencies adding them to mods collection [16Jan2025 00:33:20.849] [main/INFO] [org.sinytra.connector.locator.DependencyResolver/]: Dependency resolution found 0 candidates to load [16Jan2025 00:33:22.698] [main/INFO] [org.sinytra.connector.service.hacks.ModuleLayerMigrator/]: Successfully made module authlib transformable [16Jan2025 00:33:24.980] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [16Jan2025 00:33:25.433] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [16Jan2025 00:33:25.536] [main/WARN] [mixin/]: Reference map 'v_slab_compat-common-refmap.json' for v_slab_compat-common.mixins.json could not be read. If this is a development environment you can ignore this message [16Jan2025 00:33:25.691] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix 5.20.0+mc1.20.1: 86 options available, 0 override(s) found [16Jan2025 00:33:25.695] [main/INFO] [ModernFix/]: Applying Nashorn fix [16Jan2025 00:33:25.749] [main/INFO] [ModernFix/]: Applied Forge config corruption patch [16Jan2025 00:33:25.913] [main/WARN] [mixin/]: Reference map '' for mixins.blueprintfix.json could not be read. If this is a development environment you can ignore this message [16Jan2025 00:33:26.131] [main/WARN] [mixin/]: Reference map 'mes-forge-refmap.json' for mes-forge.mixins.json could not be read. If this is a development environment you can ignore this message [16Jan2025 00:33:26.185] [main/WARN] [mixin/]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [16Jan2025 00:33:26.224] [main/INFO] [Puzzles Lib/]: Loading 129 mods:     - amendments 1.20-1.2.12     - another_furniture 1.20.1-3.0.1     - architectury 9.2.14     - ash_api 3.0.2+1.20.1     - athena 3.1.1     - autochefsdelight 1.0.5+forge     - azurelib 2.0.41     - balm 7.3.9         \-- kuma_api 20.1.8     - barteringstation 8.0.0     - betteradvancements 0.3.2.161     - betterdungeons 1.20-Forge-4.0.4     - betterendisland 1.20-Forge-2.0.6     - betterfortresses 1.20-Forge-2.0.6     - betterjungletemples 1.20-Forge-2.0.5     - bettermineshafts 1.20-Forge-4.0.4     - betteroceanmonuments 1.20-Forge-3.0.4     - betterstrongholds 1.20-Forge-4.0.3     - biomesoplenty 19.0.0.93     - blue_skies 1.3.31     - blueprint 7.1.0     - blueprintfix 1.0.0         \-- mixinsquared 0.2.0-beta.6     - bookshelf 20.2.13     - bygonenether 1.3.2     - caelus 3.2.0+1.20.1     - carryon 2.1.2.7     - charmofundying 6.5.0+1.20.1         \-- spectrelib 0.13.15+1.20.1     - chefsdelight 1.0.3-forge-1.20.1     - citadel 2.6.0     - clientcrafting 1.20.1-1.8     - cloth_config 11.1.136     - clumps 12.0.0.4     - collective 7.87     - comforts 6.4.0+1.20.1     - connectorextras 1.9.2+1.20.1         |-- amecsapi 1.5.3+mc1.20-pre1         |-- connectorextras_architectury_bridge 1.9.2+1.20.1         |-- connectorextras_continuity_compat 1.9.2+1.20.1         |-- connectorextras_emi_bridge 1.9.2+1.20.1         |-- connectorextras_energy_bridge 1.9.2+1.20.1         |-- connectorextras_geckolib_fabric_compat 1.9.2+1.20.1         |-- connectorextras_jei_bridge 1.9.2+1.20.1         |-- connectorextras_kubejs_bridge 1.9.2+1.20.1         |-- connectorextras_modmenu_bridge 1.9.2+1.20.1             \-- modmenu 7.2.2         |-- connectorextras_rei_bridge 1.9.2+1.20.1         |-- connectorextras_terrablender_bridge 1.9.2+1.20.1         |-- forgeconfigapiport 8.0.0         \-- reach_entity_attributes 2.4.0     - connectormod 1.0.0-beta.46+1.20.1     - coroutil 1.20.1-1.3.7     - corpse 1.20.1-1.0.17     - crabbersdelight 1.1.4     - crawlondemand 1.20.x-1.0.0     - curios 5.11.0+1.20.1     - decorative_blocks 4.1.3     - diagonalfences 8.1.3         \-- diagonalblocks 8.0.2     - dragon_mounts_patches 1.0.0         \-- mixinextras 0.4.1     - dragonmounts 1.2.3-beta     - dungeons_arise 2.1.58-1.20.x     - dynamic_fps 3.7.7     - easyanvils 8.0.2     - easymagic 8.0.1     - elevatorid 1.20.1-lex-1.9     - endersdelight 1.0.3     - everycomp 1.20-2.7.7     - explorations 1.20.1-1.6.1     - extra_compat 1.5.22     - farmers_structures 1.0.0     - farmersdelight 1.20.1-1.2.6     - featurerecycler 1.0.1     - forge 47.3.22     - formations 1.0.3     - formationsnether 1.0.3     - formationsoverworld 1.0.4     - framework 0.7.8     - friendsandfoes 3.0.6     - galosphere 1.20.1-1.4.1     - geckoanimfix 1.0.0     - geckolib 4.7     - geophilic 2.1.0-mc1.20u1.20.2     - geophilic_reforged 1.2.0     - glitchcore 0.0.1.1     - goblintraders 1.9.3     - hearth_and_home 1.20.1-2.0.3     - hearths 1.0.0-mc1.20u1.20.1     - illagerinvasion 8.0.6     - immediatelyfast 1.3.3+1.20.4     - jei 15.20.0.104     - jeresources 1.4.0.247     - justenoughbreeding 1.5.0     - justenoughprofessions 3.0.1     - mes 1.3.1-1.20-forge     - minecraft 1.20.1     - modernfix 5.20.0+mc1.20.1     - moonlight 1.20-2.13.45     - mowziesmobs 1.6.4     - mr_blossom_blade 1.2     - nebs 1.8.0     - netherportalfix 13.0.1     - nethersdelight 1.20.1-4.0     - paintings 11.0.0.2     - palegarden 1.0.7     - pet_cemetery 2.0.0     - puzzleslib 8.1.25         \-- puzzlesaccessapi 8.0.7     - repurposed_structures 7.1.15+1.20.1-forge     - revampedwolf 1.20.1-5.0.0     - shieldexp 1.1.7a     - smarterfarmers 1.20-2.1.0     - sodiumoptionsmodcompat 1.0.0     - structorytowers 1.0.5     - structure_gel 2.16.2     - takesapillage 1.0.3     - temporalapi 1.6.7     - terrablender 3.0.1.7     - v_slab_compat 1.20-2.4     - villagersplus 3.1     - voidtotem 3.0.1     - waystones 14.1.6     - xaerominimap 24.7.1     - xaeroplus 2.25     - xaeroworldmap 1.39.2     - yungsapi 1.20-Forge-4.0.5     - yungsbridges 1.20-Forge-4.0.3     - zeta 1.0-24 [16Jan2025 00:33:26.258] [main/WARN] [mixin/]: Reference map '' for adapter.init.mixins.json could not be read. If this is a development environment you can ignore this message [16Jan2025 00:33:29.341] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). [16Jan2025 00:33:31.153] [main/INFO] [net.minecraft.server.Bootstrap/]: ModernFix reached bootstrap stage (18.33 s after launch) [16Jan2025 00:33:31.418] [main/WARN] [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final [16Jan2025 00:33:31.421] [main/WARN] [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final [16Jan2025 00:33:33.921] [main/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 2759 milliseconds [16Jan2025 00:33:38.669] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.