Code Monkey home page Code Monkey logo

avaritia-additions's People

Contributors

abused avatar

Watchers

 avatar  avatar

Forkers

bennyboy1695

avaritia-additions's Issues

Server Startup crash - "net/minecraft/client/model/ModelBiped"

It's crashes atomically every time I start the server.

`---- Minecraft Crash Report ----

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
LoadingPlugin (plustic-4.2.0.1.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
LoadingHook (Mekanism-1.10.2-9.2.1.300.jar)
MDECore-Core (mdecore-1.10.2-1.5.1.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.3.4.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
LoadingPlugin (Quark-r1.1-70.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
SignPictureCorePlugin (SignPicture-1.10.2-2.7.1-universal.jar)
OpenEyePlugin (OpenEye-1.10.2-0.8.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
ForgelinPlugin (Forgelin-1.4.1.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
AstralCore (astralsorcery-1.2.3-beta.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 4/7/17 2:00 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Avaritia Additions (avaritiaadditions)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/model/ModelBiped
at abused_master.avaritiaadditions.registry.ModItems.init(ModItems.java:78)
at abused_master.avaritiaadditions.proxy.CommonProxy.preInit(CommonProxy.java:22)
at abused_master.avaritiaadditions.AvaritiaAdditions.preInit(AvaritiaAdditions.java:32)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.model.ModelBiped
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer vazkii.quark.base.asm.ClassTransformer@34058134 from coremod LoadingPlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 36 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.(Unknown Source)
at vazkii.quark.base.asm.ClassTransformer.transform(ClassTransformer.java:266)
at vazkii.quark.base.asm.ClassTransformer.transformModelBiped(ClassTransformer.java:74)
at vazkii.quark.base.asm.ClassTransformer.transform(ClassTransformer.java:65)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:249)
... 38 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows NT (unknown) (amd64) version 10.0
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 707168064 bytes (674 MB) / 1584152576 bytes (1510 MB) up to 8537636864 bytes (8142 MB)
JVM Flags: 16 total; -Xms1G -Xmx8G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2254 209 mods loaded, 208 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
UCH Forge{12.18.3.2254} [Minecraft Forge] (forge.jar)
UCH appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCH NotEnoughItems{2.1.3.207} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
UCH OpenEye{0.8} [OpenEye] (OpenEye-1.10.2-0.8.jar)
UCH {000} [CoFH ASM] (minecraft.jar)
UCH ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCH fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar)
UCH cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
UCH actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCH advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
UCH advancedaddons{1.1.0} [Advanced Addons] (advancedaddons-1.1.0-[1.9.4].jar)
UCH appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCH bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCH ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
UCH Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCH JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
UCH extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
UCH flyringbaublemod{0.2.3_1.10.2-d3100bf} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.3.16+d3100bf.jar)
UCH AppleCore{2.1.2} [AppleCore] (AppleCore-mc1.10.2-2.1.2.jar)
UCH appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
UCH Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCH Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
UCH astralsorcery{1.2.3-beta} [Astral Sorcery] (astralsorcery-1.2.3-beta.jar)
UCH autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar)
UCH Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCH Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCH AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCH Avaritia{1.10.2-2.0.7} [Avaritia] (Avaritia-1.10.2-2.0.7.jar)
UCE avaritiaadditions{1.4} [Avaritia Additions] (avaritiaadditions-1.4.jar)
UCH crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
UCH MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
UCH base{1.10.2-1.2.4} [B.A.S.E] (base-1.10.2-1.2.4.jar)
UCH basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCH bedbugs{@Version@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
UCH BetterAchievements{0.3.3.10} [Better Achievements] (BetterAchievements-1.10.2-0.3.3.10.jar)
UCH betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCH hammercore{1.4.8} [Hammer Core] (HammerCore_1.10.2-1.4.8.jar)
UCH biomepainttools{1.0.3} [Biome Paint Tools] (BiomePaintTools_1.10.2-1.0.3.jar)
UCH guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCH BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
UCH BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
UCH bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCH Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCH CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCH brandonscore{2.1.6} [Brandon's Core] (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
UCH Waila{1.8.13-B27_1.10.2} [Waila] (Hwyla-1.8.13-B27_1.10.2.jar)
UCH sonarcore{3.2.6} [SonarCore] (SonarCore-1.10.2-3.2.6.jar)
UCH calculator{3.2.1} [Calculator] (Calculator-1.10.2-3.2.1.jar)
UCH ceramics{1.10.2-1.1.5} [Ceramics] (Ceramics-1.10.2-1.1.5.jar)
UCH Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCH chancecubes{1.10.2-2.3.5.174} [Chance Cubes] (ChanceCubes-1.10.2-2.3.5.174.jar)
UCH CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCH ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCH chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar)
UCH mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
UCH chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCH chunkgen{1.3} [ChunkGen] (chunkgen-1.10.2-1.5.0.jar)
UCH classiccombat{1.0.0} [Classic Combat] (ClassicCombat-1.0.0-1.10.2-universal.jar)
UCH claybucket{1.1} [Clay Bucket] (ClayBucket-1.9.4-1.1.jar)
UCH clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar)
UCH cnoapm{1.0 by Dot_Silver} [Craftable Notch Apple Mod - MCVersion 1.10.2] (cnoapm-mcv1.10.2.jar)
UCH cyclopscore{0.10.0} [Cyclops Core] (CyclopsCore-1.9.4-0.10.0.jar)
UCH commoncapabilities{1.3.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.1.jar)
UCH craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
UCH customstartinggear{1.0.0} [Custom Starting Gear] (CustomStartingGear-1.10.2-1.0.0.5-universal.jar)
UCH darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
UCH draconicevolution{2.0.10} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.10.193-universal.jar)
UCH StorageDrawers{1.10.2-3.6.2} [Storage Drawers] (StorageDrawers-1.10.2-3.6.2.jar)
UCH bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCH dsurround{3.3.4.0} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.3.4.0.jar)
UCH endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
UCH EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
UCH thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
UCH thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCH eiorteis{1.10.2-2.1} [EIORecipesTEInductionSmelter] (eiorteis-2.1.jar)
UCH elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCH eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
UCH endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
UCH EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCH modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
UCH endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
UCH valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCH environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCH mdecore{1.10.2-1.5.1} [MattDahEpic Core] (mdecore-1.10.2-1.5.1.jar)
UCH exchangeorb{1.10.2-1.2} [Exchange Orb] (exchangeorb-1.10.2-1.2.jar)
UCH exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar)
UCH excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar)
UCH ExtraBitManipulation{1.10.2-2.3.3} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.3.jar)
UCH ezstorage{2.2.6} [EZStorage 2] (ezstorage-2.2.6.jar)
UCH fasterladderclimbing{0.1-122} [Faster Ladder Climbing] (FasterLadderClimbing-1.9.4-0.1-122.jar)
UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCH frt{6.4.5} [Fire's Random Things] (FiresRandomThings-6.4.5.jar)
UCH F2L{1.10.2} [Flesh2Leather] (Flesh2Leather [1.10.2].jar)
UCH fluxnetworks{1.2.2} [FluxNetworks] (FluxNetworks-1.10.2-1.2.2.jar)
UCH forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
UCH forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCH microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCH minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCH ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.5.3.jar)
UCH ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar)
UCH ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.5.1.jar)
UCH GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar)
UCH gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCH refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
UCH growablecells{1.0.0} [Growable Cells] (Growable Cells-1.10.2-1.0.0.jar)
UCH gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar)
UCH healthhungertweaks{2.0.0-beta1} [Health and Hunger Tweaks] (healthhungertweaks-1.10.2-2.0.0-beta1.jar)
UCH IndustrialExpansion{1.1.1} [IndustrialExpansion] (IndustrialExpansion-1.1.1.jar)
UCH infinitylib{1.10.2-0.8.0} [InfinityLib] (infinitylib-0.8.0.jar)
UCH mtlib{@Version@} [MTLib] (MTLib-1.0.2.jar)
UCH initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar)
UCH integrateddynamics{0.6.11} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.6.11.jar)
UCH integratedtunnels{1.1.1} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.1.1.jar)
UCH InventoryPets{1.4.9.3} [Inventory Pets] (inventorypets-1.10-1.4.9.3.jar)
UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCH journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCH kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
UCH shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCH largeveins{@Version@} [Large Veins] (LargeVeins-1.10.2-1.0.0.jar)
UCH login_shield{1.10.2-19-gd16e7e0} [Login Shield] (Login_Shield-1.10.2-19-gd16e7e0.jar)
UCH boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
UCH lootbags{2.3.5} [Loot Bags] (LootBags-1.10.2-2.3.5.jar)
UCH LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCH mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCH Mekanism{9.2.1} [Mekanism] (Mekanism-1.10.2-9.2.1.300.jar)
UCH MekanismGenerators{9.2.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.1.300.jar)
UCH MekanismTools{9.2.1} [MekanismTools] (MekanismTools-1.10.2-9.2.1.300.jar)
UCH mob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar)
UCH examplemod{1.0} [Example Mod] (Modifiable-Armor-2-1.10.2-2.0.2.jar)
UCH modifiable_armor{2.0.2} [Modifiable Armor 2] (Modifiable-Armor-2-1.10.2-2.0.2.jar)
UCH ModLister{1.10.2-2.1.8} [ModLister] (ModLister-1.10.2-2.1.8.jar)
UCH modularutilities{1.10.2-0.4.2-3} [Modular Utilities] (ModularUtilities-1.10.2-0.4.2-3.jar)
UCH moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar)
UCH Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCH mysticalagriculture{1.5.0} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.0a.jar)
UCH mysticalagradditions{1.0.0} [Mystical Agradditions] (mysticalagradditions[1.10.2]-1.0.0.jar)
UCH natura{1.10.2-4.1.0.34} [Natura] (natura-1.10.2-4.1.0.34.jar)
UCH needfulthings{1.0} [Needful Things] (Needful-Things-1.10.2-1.0.jar)
UCH nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
UCH nmsot{1.2.0-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.10.2.jar)
UCH recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCH notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UCH oreexcavation{1.2.84} [OreExcavation] (OreExcavation-1.2.84.jar)
UCH oreshrubs{1.0.0} [Ore Shrubs] (oreshrubs-1.0.0-1.10.2.jar)
UCH orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
UCH ProjectE{1.10.2-PE1.2.0} [ProjectE] (ProjectE-1.10.2-PE1.2.0.jar)
UCH tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
UCH tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
UCH p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
UCH harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCH substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar)
UCH plustic{4.2.0.1} [PlusTiC] (plustic-4.2.0.1.jar)
UCH practicallogistics2{2.0.1} [Practical Logistics 2] (PracticalLogistics2-1.10.2-2.0.1.jar)
UCH quantumflux{2.0.11} [QuantumFlux] (quantumflux-1.10.2-2.0.11.jar)
UCH reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
UCH quantumstorage{3.3.2} [QuantumStorage] (QuantumStorage-1.10.2-3.3.2.jar)
UCH randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar)
UCH rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCH reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
UCH recycler{1.4.2} [Corail Recycleur] (recycler-1.4.2-1.10.2.jar)
UCH redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
UCH refinedexchange{1.0.7} [Refined Exchange] (refinedexchange-1.0.7.jar)
UCH xreliquary{1.10.2-1.3.3.649} [Reliquary] (Reliquary-1.10.2-1.3.3.649.jar)
UCH rftools{5.91} [RFTools] (rftools-1.1x-5.91.jar)
UCH rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCH rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCH roots{0.208} [Roots] (roots-0.208.jar)
UCH RTG{4.1.2.4} [Realistic Terrain Generation] (RTG-1.10.2-4.1.2.4.jar)
UCH signpic{2.7.1} [SignPicture] (SignPicture-1.10.2-2.7.1-universal.jar)
UCH SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar)
UCH simplyjetpacks{2.1.0.39} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.0.39.jar)
UCH SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCH snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
UCH solarfluxreborn{2.16r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.16r.jar)
UCH soulshardstow{1.10.2-2.6.7-48} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.7-48.jar)
UCH Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCH stacksize{1.3} [Stacksize Mod] (stacksize-1.10.2-1.3.jar)
UCH supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
UCH surge{1.1.0.1} [Surge] (Surge-1.10.2-1.1.0.70.jar)
UCH techreborn{2.1.10.207} [TechReborn] (TechReborn-1.10.2-2.1.10.207-universal.jar)
UCH teletoro{1.10.2-20} [TeleToro] (teletoro-1.10.2-20.jar)
UCH teslafied{1.0.0} [Teslafied] (teslafied-1.10.2-1.1.0.jar)
UCH theoneprobe{1.4.5} [The One Probe] (theoneprobe-1.1x-1.4.5.jar)
UCH tinker_io{release 2.4.3} [Tinker I/O] (tinker_io-1.10.2-release 2.4.3.jar)
UCH TinkersAddons{1.0.5} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.5.jar)
UCH tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCH tp{1.2.0-Hotfix} [Tiny Progressions] (tinyprogressions-1.10.2-1.2.0-Hotfix.jar)
UCH topaddons{1.10.2-0.9.1c} [TOP Addons] (topaddons-1.10.2-0.9.1c.jar)
UCH torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.0.18.jar)
UCH Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
UCH trashslot{6.3.7} [TrashSlot] (TrashSlot_1.10.2-6.3.7.jar)
UCH treegrowingsimulator{0.0.4} [Tree Growing Simulator 2016] (TreeGrowingSimulator2016-0.0.4.jar)
UCH utilityworlds{1.1.0} [Utility Worlds] (UtilityWorlds-1.10.2_1.1.0.jar)
UCH wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCH wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCH wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
UCH wct{0.1.25} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.1.25.jar)
UCH Woot{1.10.2-1.3.1} [Woot] (woot-1.10.2-1.3.1.jar)
UCH worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCH zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
UCH moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar)
UCH unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)

Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
LoadingPlugin (plustic-4.2.0.1.jar)
landmaster.plustic.asm.Transform
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
lumien.randomthings.asm.ClassTransformer
LoadingHook (Mekanism-1.10.2-9.2.1.300.jar)

MDECore-Core (mdecore-1.10.2-1.5.1.jar)
com.mattdahepic.mdecore.asm.TickrateTransformer
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
squeek.applecore.asm.TransformerModuleHandler
SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.3.4.0.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
reborncore.mixin.transformer.MixinTransformer
SignPictureCorePlugin (SignPicture-1.10.2-2.7.1-universal.jar)
com.kamesuta.mc.signpic.asm.SignPictureTransformer
OpenEyePlugin (OpenEye-1.10.2-0.8.jar)
openeye.asm.MultiTransformer
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.4.1.jar)

ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
team.chisel.common.asm.ChiselTransformer
AstralCore (astralsorcery-1.2.3-beta.jar)

CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
org.epoxide.surge.asm.SurgeTransformerManager
AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselsandbitsIntegration (Enabled/Not Forced)
	- craftingtweaksIntegration (Enabled/Not Forced)
	- WailaIntegration (Enabled/Not Forced)
	- theoneprobeIntegration (Enabled/Not Forced)

NotEnoughItems Invalid Fingerprint Reports: 
List of loaded APIs: 
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.2.jar
	* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
	* Baubles|API (1.1.1.0) from inventorypets-1.10-1.4.9.3.jar
	* BetterAchievements|API (0.3.3.10) from BetterAchievements-1.10.2-0.3.3.10.jar
	* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
	* bnnwidget (1.0) from SignPicture-1.10.2-2.7.1-universal.jar
	* BotaniaAPI (85) from Botania r1.9-341.jar
	* calculatorapi (1.9.4 - 1.0) from Calculator-1.10.2-3.2.1.jar
	* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
	* CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from quantumflux-1.10.2-2.0.11.jar
	* cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.1.300.jar
	* cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.1.jar
	* compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
	* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.10.193-universal.jar
	* dsurroundAPI (1.0) from DynamicSurroundings-1.10.2-3.3.4.0.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
	* ExCompressum|API (1.0) from ExCompressum_1.10.2-2.0.97.jar
	* fluxapi (1.0) from FluxNetworks-1.10.2-1.2.2.jar
	* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.6.11.jar
	* jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
	* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
	* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.416.jar
	* mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
	* practicallogistics2api (1.0) from PracticalLogistics2-1.10.2-2.0.1.jar
	* ProjectEAPI (1.10.2-1.0.0) from refinedexchange-1.0.7.jar
	* reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.7-48.jar
	* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* techrebornAPI (2.1.10.207) from TechReborn-1.10.2-2.1.10.207-universal.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.5.jar
	* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
	* WailaAPI (1.3) from Hwyla-1.8.13-B27_1.10.2.jar
	* wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.1.25.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
CodeChickenLib Invalid Fingerprint Reports: 
CodeChickenCore Invalid Fingerprint Reports: 
ChickenChunks Invalid Fingerprint Reports: 
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/CoFHAPIProps.class).
                Ender IO needs at least 1.4.0 and will NOT work with older versions.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
              * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
              * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
              * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
              * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
              * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
              * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
              * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
              * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
              * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
              * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/Administrator/Desktop/Novlix/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

EnderStorage Invalid Fingerprint Reports: 
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 2.13.5.136
	Mixin Status: 1
	Runtime Debofucsation 1
Translocator Invalid Fingerprint Reports: 
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)`

Remove Recipe command Not Working.

I want to make the singularities all cost the same amount of materials, Instead of a Lapis Singularity costing 400 Lapis Blocks, but a gold singularity only costs 200 blocks. I attempted to remove the old recipes and add the new ones via the minetweaker syntax you listed on the curse page...

mods.avaritiaadditions.Compressor.remove(avaritiaadditions:lapis_singularity);
mods.avaritiaadditions.Compressor.add(avaritiaadditions:lapis_singularity, 200, minecraft:lapis_block)

Unfortunately it doesn't seem like the compressor is responding to the remove recipe command... and therefore won't accept the new recipes I am trying to add. Is this intended? Are we not allowed to change the current recipes for the compressor?

Tools and armor missing features pt.2

-The tools don't change their texture when changing to aoe mode mode and back, nor do they give any information on their current status
-The World Breaker doesn't insta-mine bedrock (it can still destroy it when using the aoe mode on nearby blocks) and works like an empty hand against wood and dirt-like materials; in the 1.7.10 version the pickaxe was able to insta-mine everything, even when the aoe mode was inactive - this nerf may be intended, I'm just reporting the issue
-The planet Eater's aoe doesn't work on stone and cobblestone (and silverfish monster blocks); in the 1.7.10 version the shovel's aoe mode could be used to clear out large spaces underground, leaving behind only bedrock and the ores - again, this nerf may be intended and I'm just reporting the issue
-Attacks can still make it so the hurt animation and sound play; knockback is also applied to the player - this applies to everything, from lava to cactus blocks, from TCon's Punji Sticks to ExUtils' Spikes, from zombies to skeletons' arrows
-The player becomes immune to mob aggro after using the /kill command while wearing the infinity armor set; everything goes back to normal after switching to creative mode and back to survival, or after a restart (I don't really think anybody cares about this, but it could be important info)

As a suggestion, is it possible to bring back matter clusters? As it is right now, using the aoe mode of the tools can generate a huge amount of entities

Thanks again for the time and effort you spent on this mod; It sounds like I'm only complaining about stuff, but I really am thankful.

CME Infinity Armour - Player disconnected

Player gets disconnected when wearing half of a set of Infinity armour.

[10:20:03] [Server thread/INFO]: Dreminon joined the game
[10:20:04] [Server thread/WARN]: Failed to handle packet for /24.112.167.47:50625
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:380) ~[lu.class:?]
at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zhd000(NetHandlerPlayServer.java:1955) ~[me.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162) ~[me.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213) ~[NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287) ~[eo.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [md.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437) ~[?:1.8.0_131]
at java.util.HashMap$ValueIterator.next(HashMap.java:1466) ~[?:1.8.0_131]
at abused_master.avaritiaadditions.items.ItemArmorInfinity.onArmorTick(ItemArmorInfinity.java:87) ~[ItemArmorInfinity.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:353) ~[zr.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:510) ~[zs.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013) ~[sf.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233) ~[zs.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303) ~[lu.class:?]
... 10 more
[10:20:04] [Server thread/INFO]: Dreminon lost connection: Internal server error
[10:20:04] [Server thread/INFO]: Dreminon left the game

Crash on startup

When starting my modpack, it crashes on startup saying i need avaritia 1.10+ but i do have it, i had removed both mods no errors, then only avaritia 1.10+ no errors again then i readded this and got the startup crash again, it is with the most updated versions of the required mods,

EDIT: I looked at the update dates and I now KNow the reason why it is doing this, it is not updated to the latest version of avaritia

infinity armor/chest transporter ticking player

i believe this maybe the same issue as issue11, not sure, seems so but i feel worth posting/reposting regardless bc of the details..
i found this whilst playing the fool craft modpack, using a chest transporter whilst wearing infinity armor (chest) produces a ticking player issue which causes the client to instantly dc.
i think it's because of the hunger debuff produced by the chest transporter
https://pastebin.com/Au6TciQX

Infinity armor's missing features

(This is just to provide a list of currently missing features, feel free to close the issue if this isn't needed)
-Infinity boots don't give jump boost
-Helmet doesn't keep hunger filled
-Pants don't prevent catching on fire
-The full Infinity Armor set doesn't prevent knockback from attacks

The infinity armor doesn't prevent the following damage:
-Void damage
-Permanent health damage from Extra utilities 2's Kikoku; the other damage types are prevented
-Draconic evolution's Chaos Guardian's homing attacks (the fireball barrage doesn't deal damage)
-Draconic evolution's explosions (Chaos Island's self destruction and Draconic reactor meltdown)

Lastly, not a missing feature but a suggestion: pants don't give step assist

Gets disconnected from server after putting Infinity Boots on.

[18:38:14] [Server thread/INFO]: Starting minecraft server version 1.10.2
[18:39:55] [Server thread/INFO]: Loading properties
[18:39:55] [Server thread/INFO]: Default game type: SURVIVAL
[18:39:55] [Server thread/INFO]: Generating keypair
[18:39:55] [Server thread/INFO]: Starting Minecraft server on *:25565
[18:39:55] [Server thread/INFO]: Using default channel type
[18:40:29] [Server thread/INFO]: Preparing level "Novlix"
[18:40:33] [Server thread/INFO]: Preparing start region for level 0
[18:40:34] [Server thread/INFO]: Preparing spawn area: 3%
[18:40:35] [Server thread/INFO]: Preparing spawn area: 41%
[18:40:36] [Server thread/INFO]: Preparing spawn area: 81%
[18:40:36] [Server thread/INFO]: Done (9.217s)! For help, type "help" or "?"
[18:40:49] [Server thread/INFO]: FTBLib: Server reloaded in 2801ms
[18:40:53] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2112ms behind, skipping 42 tick(s)
[18:42:51] [User Authenticator #1/INFO]: UUID of player Noplix is ea46897f-8a9c-46e4-8545-757b99b27725
[18:42:53] [Server thread/INFO]: Noplix[/188.192.104.212:60056] logged in with entity id 381 at (-1021.0391190669485, 72.0, 2523.2610824693506)
[18:42:53] [Server thread/INFO]: Noplix joined the game
[18:43:01] [Server thread/INFO]: Noplix lost connection: TextComponent{text='A fatal error has occurred, this connection is terminated', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[18:43:01] [Server thread/INFO]: Noplix left the game
[18:43:24] [User Authenticator #2/INFO]: UUID of player Noplix is ea46897f-8a9c-46e4-8545-757b99b27725
[18:43:26] [Server thread/INFO]: Noplix[/188.192.104.212:60077] logged in with entity id 551 at (-1021.0391190669485, 72.0, 2523.2610824693506)
[18:43:26] [Server thread/INFO]: Noplix joined the game
[18:44:03] [Server thread/WARN]: Couldn't set damage of loot item 1xitem.darkutils.mystery.potion@0
[18:48:40] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3971ms behind, skipping 79 tick(s)
[18:49:20] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3174ms behind, skipping 63 tick(s)
[18:49:35] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2063ms behind, skipping 41 tick(s)
[18:50:03] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3452ms behind, skipping 69 tick(s)
[18:59:10] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4356ms behind, skipping 87 tick(s)
[18:59:39] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3583ms behind, skipping 71 tick(s)
[19:01:08] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4620ms behind, skipping 92 tick(s)
[19:02:21] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3874ms behind, skipping 77 tick(s)
[19:02:47] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3392ms behind, skipping 67 tick(s)
[19:08:22] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 10934ms behind, skipping 218 tick(s)
[19:08:25] [Server thread/WARN]: Noplix moved too quickly! 911.9824324237254,26.0,-2236.668556159035
[19:08:37] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7662ms behind, skipping 153 tick(s)
[19:08:50] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5146ms behind, skipping 102 tick(s)
[19:08:57] [Server thread/WARN]: Noplix moved too quickly! -3.2916542916307208,3.7406094361140987,-9.034695606067885
[19:09:11] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3419ms behind, skipping 68 tick(s)
[19:09:15] [Server thread/WARN]: Noplix moved too quickly! 8.07520666525059,0.0,-6.306297783652553
[19:09:50] [Server thread/WARN]: Keeping entity natura.imp that already exists with UUID 5eaebbde-6b02-4581-b77a-e69bd91ae7bb
[19:10:29] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4003ms behind, skipping 80 tick(s)
[19:11:25] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2476ms behind, skipping 49 tick(s)
[19:11:57] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2821ms behind, skipping 56 tick(s)
[19:12:12] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2384ms behind, skipping 47 tick(s)
[19:14:47] [Server thread/WARN]: Noplix moved too quickly! -9.388556890448626,0.0,4.845274386866549
[19:20:18] [Server thread/WARN]: Keeping entity Cow that already exists with UUID d8ab4b96-c1bd-4917-a627-67bd30edd89f
[19:22:56] [Server thread/WARN]: Failed to handle packet for /188.192.104.212:60077
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:380) ~[lu.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162) ~[me.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213) ~[NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287) ~[eo.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [md.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_82877_b(F)V
at abused_master.avaritiaadditions.items.ItemArmorInfinity.onArmorTick(ItemArmorInfinity.java:140) ~[ItemArmorInfinity.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:353) ~[zr.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:510) ~[zs.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013) ~[sf.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233) ~[zs.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303) ~[lu.class:?]
... 9 more
[19:22:56] [Server thread/INFO]: Noplix lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[19:22:56] [Server thread/INFO]: Noplix left the game
[19:23:29] [User Authenticator #3/INFO]: UUID of player Noplix is ea46897f-8a9c-46e4-8545-757b99b27725
[19:23:31] [Server thread/INFO]: Noplix[/188.192.104.212:61205] logged in with entity id 35470 at (-1021.7816972975633, 72.0, 2521.371684839752)
[19:23:31] [Server thread/INFO]: Noplix joined the game
[19:23:31] [Server thread/WARN]: Failed to handle packet for /188.192.104.212:61205
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:380) ~[lu.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162) ~[me.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213) ~[NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287) ~[eo.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [md.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_82877_b(F)V
at abused_master.avaritiaadditions.items.ItemArmorInfinity.onArmorTick(ItemArmorInfinity.java:140) ~[ItemArmorInfinity.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:353) ~[zr.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:510) ~[zs.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013) ~[sf.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233) ~[zs.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303) ~[lu.class:?]
... 9 more
[19:23:31] [Server thread/INFO]: Noplix lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[19:23:31] [Server thread/INFO]: Noplix left the game
[19:23:47] [User Authenticator #4/INFO]: UUID of player Noplix is ea46897f-8a9c-46e4-8545-757b99b27725
[19:23:50] [Server thread/INFO]: Noplix[/188.192.104.212:61216] logged in with entity id 35509 at (-1021.7816972975633, 72.0, 2521.371684839752)
[19:23:50] [Server thread/INFO]: Noplix joined the game
[19:23:50] [Server thread/WARN]: Failed to handle packet for /188.192.104.212:61216
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:380) ~[lu.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162) ~[me.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213) ~[NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287) ~[eo.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [md.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_82877_b(F)V
at abused_master.avaritiaadditions.items.ItemArmorInfinity.onArmorTick(ItemArmorInfinity.java:140) ~[ItemArmorInfinity.class:?]
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:353) ~[zr.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:510) ~[zs.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013) ~[sf.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233) ~[zs.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303) ~[lu.class:?]
... 9 more
[19:23:50] [Server thread/INFO]: Noplix lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[19:23:50] [Server thread/INFO]: Noplix left the game
[19:28:13] [Server thread/INFO]: Stopping the server
[19:28:13] [Server thread/INFO]: Stopping server
[19:28:13] [Server thread/INFO]: Saving players
[19:28:13] [Server thread/INFO]: Saving worlds
[19:28:13] [Server thread/INFO]: Saving chunks for level 'Novlix'/Overworld
[19:28:14] [Server thread/INFO]: Saving chunks for level 'Novlix'/teletory
[19:28:14] [Server thread/INFO]: Saving chunks for level 'Novlix'/ExtraUtils2_Quarry_Dim
[19:28:14] [Server thread/INFO]: Saving chunks for level 'Novlix'/Overworld
[19:28:14] [Server thread/INFO]: Saving chunks for level 'Novlix'/uw_void_world

Bow Doesnt Do Anything But Make Noise

When using the new Avaritia Bow with or without arrows in my inventory, nothing happens except the sound of arrows landing. No arrows are fired, no mobs are damaged, just the sound effect of about a dozen arrows landing on dirt... but no actual arrows.

Minecraft 1.10
Avaritia 1.4

Abnormal despawning timers on dropped items

The World Breaker, Planet Eater, Nature's Ruin and Sword of the Cosmos despawn almost instantly after being dropped in the world, to the point that it's not possible to pick them up again or even toss them to another player. Also, every single dropped item in both avaritia and avaritia additions disappear only after one minute, instead of the usual five.

Crash When Using Avaritia Shovel

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
SHLoadingPlugin (ScalingHealth-1.11.x-1.0.5-47.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
LoadingPlugin (plustic-4.2.0.1.jar)
IceAndFireForgeLoading (iceandfire-1.0.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
LoadingPlugin (Quark-r1.1-70.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
llibrary (llibrary-1.7.4-1.10.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
IC2core (industrialcraft-2-2.6.188-ex110.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 4/7/17 1:15 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at abused_master.avaritiaadditions.items.tools.ToolHelper.removeBlocksInIteration(ToolHelper.java:33)
at abused_master.avaritiaadditions.items.tools.ItemShovelInfinity.breakOtherBlock(ItemShovelInfinity.java:109)
at abused_master.avaritiaadditions.items.tools.ItemShovelInfinity.onBlockStartBreak(ItemShovelInfinity.java:83)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:127)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_178891_a(PlayerControllerMP.java:71)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180511_b(PlayerControllerMP.java:218)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1459)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2179)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1961)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1749)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at abused_master.avaritiaadditions.items.tools.ToolHelper.removeBlocksInIteration(ToolHelper.java:33)
at abused_master.avaritiaadditions.items.tools.ItemShovelInfinity.breakOtherBlock(ItemShovelInfinity.java:109)
at abused_master.avaritiaadditions.items.tools.ItemShovelInfinity.onBlockStartBreak(ItemShovelInfinity.java:83)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:127)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_178891_a(PlayerControllerMP.java:71)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180511_b(PlayerControllerMP.java:218)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1459)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2179)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1961)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['BoolymanMC'/528, l='MpServer', x=-1011.07, y=83.00, z=3292.99]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-256,64,164), Chunk: (at 0,4,4 in -16,10; contains blocks -256,0,160 to -241,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 886917 game time, 220040 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 86 total; [EntityMagmaMonster['Magma Monster'/1792, l='MpServer', x=-1074.50, y=10.57, z=3335.50], EntityEnderman['Enderman'/4619, l='MpServer', x=-958.50, y=41.00, z=3353.50], EntityCreeper['Creeper'/4620, l='MpServer', x=-958.50, y=43.18, z=3353.50], IndestructibleEntityItem['item.item.tconstruct.longbow'/529, l='MpServer', x=-1034.19, y=78.00, z=3271.64], EntitySpider['Spider'/530, l='MpServer', x=-1024.79, y=78.00, z=3296.34], EntityItem['item.item.fish.cod.raw'/4629, l='MpServer', x=-992.67, y=48.00, z=3230.30], EntityPlayerSP['BoolymanMC'/528, l='MpServer', x=-1011.07, y=83.00, z=3292.99], EntityItem['item.item.sulphur'/542, l='MpServer', x=-973.13, y=22.00, z=3347.03], EntityItem['item.tile.stonebrick'/543, l='MpServer', x=-973.22, y=23.00, z=3345.70], EntityItem['item.tile.stonebrick'/544, l='MpServer', x=-975.88, y=22.00, z=3344.87], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4900, l='MpServer', x=-998.50, y=10.35, z=3371.50], EntityCreeper['Creeper'/4901, l='MpServer', x=-998.50, y=11.09, z=3371.50], EntityCreeper['Creeper'/4902, l='MpServer', x=-998.50, y=12.40, z=3371.50], EntityItem['item.item.dyePowder.black'/2857, l='MpServer', x=-982.99, y=47.00, z=3237.74], EntityItem['item.item.dyePowder.black'/2858, l='MpServer', x=-978.86, y=46.00, z=3249.36], EntityItem['item.item.dyePowder.black'/2859, l='MpServer', x=-979.95, y=47.00, z=3237.81], EntityItem['item.item.dyePowder.black'/2860, l='MpServer', x=-977.99, y=47.00, z=3243.05], EntityItem['item.item.dyePowder.black'/2861, l='MpServer', x=-975.53, y=47.00, z=3237.52], EntityItem['item.tile.ore.thorium'/557, l='MpServer', x=-974.29, y=26.00, z=3343.80], EntityItem['item.item.dyePowder.black'/2862, l='MpServer', x=-973.08, y=49.00, z=3258.90], EntityItem['item.item.dyePowder.black'/2863, l='MpServer', x=-964.60, y=55.00, z=3249.30], EntityBasalz['Basalz'/4150, l='MpServer', x=-963.50, y=37.00, z=3346.50], EntityBat['Bat'/2881, l='MpServer', x=-998.59, y=32.55, z=3265.13], EntityDummy['19.0'/1089, l='MpServer', x=-1042.50, y=80.00, z=3283.50], EntityPiranha['Piranha'/4161, l='MpServer', x=-968.55, y=60.00, z=3264.55], EntityBat['Bat'/2882, l='MpServer', x=-991.65, y=33.32, z=3270.48], EntityPiranha['Piranha'/4162, l='MpServer', x=-967.45, y=60.00, z=3264.55], EntityWitch['Witch'/4682, l='MpServer', x=-1083.50, y=21.00, z=3298.50], EntityItem['item.item.fish.cod.raw'/3403, l='MpServer', x=-1035.18, y=58.00, z=3235.90], EntityMagmaMonster['Magma Monster'/5195, l='MpServer', x=-1060.50, y=10.40, z=3370.50], EntityMagmaMonster['Magma Monster'/5196, l='MpServer', x=-1062.50, y=10.40, z=3372.50], EntityItem['item.item.sulphur'/3149, l='MpServer', x=-996.12, y=46.00, z=3286.13], EntityMagmaMonster['Magma Monster'/5197, l='MpServer', x=-1061.50, y=10.40, z=3369.50], EntityItem['item.item.fish.cod.raw'/3406, l='MpServer', x=-1039.26, y=50.00, z=3234.76], EntityCreeper['Creeper'/5198, l='MpServer', x=-1061.50, y=11.72, z=3369.50], EntityMagmaMonster['Magma Monster'/5199, l='MpServer', x=-1063.50, y=10.40, z=3368.50], EntityMagmaMonster['Magma Monster'/4177, l='MpServer', x=-1083.50, y=10.43, z=3302.50], EntityRabbit['Rabbit'/593, l='MpServer', x=-934.18, y=102.00, z=3371.44], EntityItem['item.item.skull.creeper'/4949, l='MpServer', x=-1029.61, y=79.00, z=3284.22], EntityItem['item.item.thermalfoundation.material.nuggetPlatinum'/4951, l='MpServer', x=-1031.88, y=79.00, z=3283.74], EntityItem['item.item.ma.inferium_essence'/1122, l='MpServer', x=-1046.13, y=76.00, z=3347.32], EntityAquaCreeper['Aqua Creeper'/4451, l='MpServer', x=-1008.02, y=52.65, z=3213.44], EntityAquaCreeper['Aqua Creeper'/4453, l='MpServer', x=-1016.50, y=51.00, z=3208.50], EntityGaiaCreep['Creep'/4200, l='MpServer', x=-963.50, y=37.00, z=3344.50], EntityBat['Bat'/3949, l='MpServer', x=-999.92, y=42.77, z=3264.73], EntityPiranha['Piranha'/3182, l='MpServer', x=-968.55, y=60.00, z=3264.45], EntityItem['item.item.sulphur'/4728, l='MpServer', x=-1030.60, y=79.00, z=3283.31], EntityLightMage['Light Mage'/2426, l='MpServer', x=-985.70, y=72.11, z=3283.50], EntityCreeper['Creeper'/2939, l='MpServer', x=-960.51, y=60.00, z=3278.57], EntityCreeper['Creeper'/2940, l='MpServer', x=-960.51, y=61.28, z=3278.57], EntityBat['Bat'/4477, l='MpServer', x=-1004.50, y=39.30, z=3331.00], EntityGaiaEnderEye['Ender Eye'/2430, l='MpServer', x=-1023.40, y=47.00, z=3295.50], EntityCreeper['Creeper'/3712, l='MpServer', x=-1075.50, y=22.00, z=3266.50], EntityFlicker['entity.arsmagica2.Flicker.name'/4481, l='MpServer', x=-1026.44, y=12.00, z=3321.53], EntityXPOrb['Experience Orb'/5000, l='MpServer', x=-1026.54, y=79.00, z=3286.94], EntitySquid['Squid'/2959, l='MpServer', x=-977.37, y=59.25, z=3259.47], EntityBat['Bat'/4501, l='MpServer', x=-953.39, y=47.55, z=3336.40], EntityBat['Bat'/4503, l='MpServer', x=-972.47, y=31.75, z=3346.03], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4773, l='MpServer', x=-1113.50, y=10.49, z=3297.50], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4774, l='MpServer', x=-1113.50, y=10.49, z=3301.50], EntitySkeleton['Skeleton'/4776, l='MpServer', x=-1044.45, y=10.00, z=3242.55], EntityGaiaMermaid['Mermaid'/4778, l='MpServer', x=-1043.50, y=10.00, z=3242.50], EntityAquaCreeper['Aqua Creeper'/5038, l='MpServer', x=-1036.50, y=57.37, z=3216.50], EntityCreeper['Creeper'/5039, l='MpServer', x=-1035.50, y=62.62, z=3216.50], EntityAquaCreeper['Aqua Creeper'/5040, l='MpServer', x=-1038.50, y=57.37, z=3217.50], EntityAquaCreeper['Aqua Creeper'/5041, l='MpServer', x=-1036.50, y=57.37, z=3220.50], EntityPiranha['Piranha'/3767, l='MpServer', x=-1080.55, y=49.00, z=3191.50], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4535, l='MpServer', x=-1070.56, y=10.34, z=3368.57], EntityPiranha['Piranha'/3768, l='MpServer', x=-1060.21, y=47.00, z=3199.75], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4537, l='MpServer', x=-1070.14, y=10.35, z=3368.01], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4538, l='MpServer', x=-1068.50, y=10.34, z=3367.50], EntityAquaCreeper['Aqua Creeper'/3772, l='MpServer', x=-980.50, y=48.00, z=3185.50], EntityMagmaMonsterGrunt['Magma Monster Grunt'/4540, l='MpServer', x=-1066.50, y=10.34, z=3369.50], EntityMagmaMonster['Magma Monster'/5056, l='MpServer', x=-1003.50, y=5.21, z=3242.50], EntityBat['Bat'/4293, l='MpServer', x=-1024.75, y=47.09, z=3235.48], EntityXPOrb['Experience Orb'/4809, l='MpServer', x=-1035.33, y=76.00, z=3288.75], EntityCreeper['Creeper'/3786, l='MpServer', x=-987.58, y=61.92, z=3216.92], EntityPiranha['Piranha'/4053, l='MpServer', x=-1059.62, y=47.00, z=3200.73], EntityBat['Bat'/5093, l='MpServer', x=-1023.13, y=47.52, z=3294.59], EntityCreeper['Creeper'/3558, l='MpServer', x=-1063.50, y=56.00, z=3295.50], EntityGaiaPropChestMimic['Chest'/3047, l='MpServer', x=-1050.50, y=17.00, z=3283.50], EntityGaiaSahuagin['Sahuagin'/3561, l='MpServer', x=-1012.75, y=30.00, z=3253.21], EntityItem['item.item.ma.inferium_essence'/4847, l='MpServer', x=-1029.90, y=79.00, z=3284.26], EntityBat['Bat'/5103, l='MpServer', x=-985.23, y=45.35, z=3264.37], EntityManaCreeper['Mana Creeper'/4599, l='MpServer', x=-1071.50, y=53.00, z=3284.50], EntityManaCreeper['Mana Creeper'/4600, l='MpServer', x=-1071.50, y=53.00, z=3284.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 526131792 bytes (501 MB) / 4225236992 bytes (4029 MB) up to 7632060416 bytes (7278 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8188m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.3.2254 154 mods loaded, 154 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAAAA NotEnoughItems{2.1.3.207} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJAAAA dmonsters{1.15} [Deadly Monsters] (1.10.2_deadly_monsters_1.5.jar)
UCHIJAAAA bettercombatmod{1.3.5} [Better Combat] ([MC 1.10.X] BetterCombatMod 1.3.5.jar)
UCHIJAAAA JEI{3.14.7.417} [Just Enough Items] (jei_1.10.2-3.14.7.417.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-2.jar)
UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAAAA thinkbigcore{1.5.8} [§5§m===§r §e§lThink Big Core §5§m===§r] (Think Big Core V1.5.8 - 1.10.2.jar)
UCHIJAAAA adinferos{1.2.4} [§e§k!!§6§k]]§c§kkk§4§lAd Inferos§c§kkk§6§k]]§e§k!!] (Ad Inferos V1.2.4 - 1.10.2.jar)
UCHIJAAAA IC2{2.6.188-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.188-ex110.jar)
UCHIJAAAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
UCHIJAAAA aether_legacy{v1.3.1-1.10.2} [Aether Legacy] (aether_legacy-1.3.1.jar)
UCHIJAAAA infinitylib{1.10.2-0.8.0} [InfinityLib] (infinitylib-0.8.0.jar)
UCHIJAAAA agricraft{2.0.0-0.8.0-a14} [AgriCraft] (agricraft-2.0.0-0.8.0-a14.jar)
UCHIJAAAA animalium{0.1.9} [animalium] (Animalium-0.1.9.jar)
UCHIJAAAA AppleCore{2.1.2} [AppleCore] (AppleCore-mc1.10.2-2.1.2.jar)
UCHIJAAAA aquacreeper{1.2.1} [aquacreeper] (AquaCreepers-1.2.1.jar)
UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
UCHIJAAAA tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
UCHIJAAAA thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar)
UCHIJAAAA armorplus{1.10.2-8.5.3.4} [ArmorPlus] (armorplus-1.10.2-8.5.3.4.jar)
UCHIJAAAA arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA Avaritia{1.10.2-2.0.7} [Avaritia] (Avaritia-1.10.2-2.0.7.jar)
UCHIJAAAA avaritiaadditions{1.4} [Avaritia Additions] (avaritiaadditions-1.4.jar)
UCHIJAAAA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJAAAA betterquesting{2.3.225} [Better Questing] (BetterQuesting-2.3.225.jar)
UCHIJAAAA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAAAA BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
UCHIJAAAA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
UCHIJAAAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar)
UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAAAA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJAAAA brandonscore{2.1.5} [Brandon's Core] (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar)
UCHIJAAAA clarity{1.0} [Clarity] (clarity-1.0.jar)
UCHIJAAAA classiccombat{1.0.0} [Classic Combat] (ClassicCombat-1.0.0-1.10.2-universal.jar)
UCHIJAAAA cyclopscore{0.10.0} [Cyclops Core] (CyclopsCore-1.9.4-0.10.0.jar)
UCHIJAAAA colossalchests{1.5.0} [Colossal Chests] (ColossalChests-1.10.2-1.5.0.jar)
UCHIJAAAA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
UCHIJAAAA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar)
UCHIJAAAA creativeplus{1.4} [Creative+] (Creative Plus MC1.10.2 v1.4.jar)
UCHIJAAAA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
UCHIJAAAA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
UCHIJAAAA dldungeonsjdg{1.9.2} [Doomlike Dungeons] (DoomlikeDungeonsJBG-1.9.2-MC1.10.jar)
UCHIJAAAA draconicevolution{2.0.9} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.9.192-universal.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJAAAA enchiridion{3.1.17} [Enchiridion] (Enchiridion-1.10.2-3.1.17.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJAAAA epicsiegemod{11.0.152} [Epic Siege Mod] (EpicSiegeMod-11.0.152.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
UCHIJAAAA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
UCHIJAAAA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
UCHIJAAAA foamfix{@Version@} [FoamFix] (foamfix-0.6.1-anarchy.jar)
UCHIJAAAA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.5.3.jar)
UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.5.1.jar)
UCHIJAAAA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
UCHIJAAAA grimoireofgaia{1.5.3} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.10.2-1.5.3.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.10.2.jar)
UCHIJAAAA iceandfire{1.0} [Ice and Fire] (iceandfire-1.0.jar)
UCHIJAAAA theoneprobe{1.4.5} [The One Probe] (theoneprobe-1.1x-1.4.5.jar)
UCHIJAAAA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
UCHIJAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJAAAA InventoryPets{1.4.9.3} [Inventory Pets] (inventorypets-1.10-1.4.9.3.jar)
UCHIJAAAA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar)
UCHIJAAAA ironbackpacks{1.10.2-2.2.25} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.25.jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA itank{1.1.0-1.10.2} [itank] (ITank-1.1.0-1.10.2.jar)
UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJAAAA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJAAAA kitchensink{0.01} [Kitchen Sink Mod] (kitchensink-mc1.10.2-v1.18.jar)
UCHIJAAAA kc{2.0.7} [Knob Control] (knobcontrol-1.10.2-2.0.7.jar)
UCHIJAAAA levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
UCHIJAAAA lootbags{2.3.5} [Loot Bags] (LootBags-1.10.2-2.3.5.jar)
UCHIJAAAA magma_monsters{0.1.15} [magma_monsters] (MagmaMonsters-0.1.15.jar)
UCHIJAAAA teslacorelib{0.4.0} [Tesla Core Lib] (tesla-core-lib-1.10.2-0.4.0.jar)
UCHIJAAAA mekfarm{0.0.1} [MekFarm] (mekfarm-1.10.2-0.4.0.jar)
UCHIJAAAA mikedongles{0.4.2-[1.9.4,1.10,1.10.2]} [Mike Dongles] (MikeDongles-0.4.2-MC[1.9.4-1.10-1.10.2].jar)
UCHIJAAAA mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar)
UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCHIJAAAA mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
UCHIJAAAA mob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar)
UCHIJAAAA mtlib{@Version@} [MTLib] (MTLib-1.0.2.jar)
UCHIJAAAA modtweaker{2.0.11} [Mod Tweaker] (ModTweaker2-2.0.11.jar)
UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAAAA mysticalagriculture{1.5.0} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.0a.jar)
UCHIJAAAA natural_absorption{1.2.2} [Natural Absorption] (natural_absorption-1.10.2-1.2.2.jar)
UCHIJAAAA nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
UCHIJAAAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UCHIJAAAA nuclearcraft{2.0} [NuclearCraft] (NuclearCraft-2.0--1.10.2.jar)
UCHIJAAAA omlib{1.10.2-3.0.0-61} [OMLib] (omlib-1.10.2-3.0.0-61.jar)
UCHIJAAAA openmodularturrets{1.10.2-3.0.0-102} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-102.jar)
UCHIJAAAA oreexcavation{1.2.84} [OreExcavation] (OreExcavation-1.2.84.jar)
UCHIJAAAA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
UCHIJAAAA plustic{4.2.0.1} [PlusTiC] (plustic-4.2.0.1.jar)
UCHIJAAAA prefab{1.1.1.11} [Prefab] (prefab-1.1.1.11.jar)
UCHIJAAAA randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar)
UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJAAAA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
UCHIJAAAA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.7.0} [Storage Drawers] (StorageDrawers-1.10.2-3.7.0.jar)
UCHIJAAAA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
UCHIJAAAA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.2.29.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
UCHIJAAAA xreliquary{1.10.2-1.3.3.649} [Reliquary] (Reliquary-1.10.2-1.3.3.649.jar)
UCHIJAAAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJAAAA rftools{5.91} [RFTools] (rftools-1.1x-5.91.jar)
UCHIJAAAA silentlib{2.0.6} [Silent Lib] (SilentLib-1.10.2-2.0.6-52.jar)
UCHIJAAAA scalinghealth{1.0.5} [Scaling Health] (ScalingHealth-1.11.x-1.0.5-47.jar)
UCHIJAAAA sccraftingrunes{1.1} [SeriousCreeper's Crafting Runes] (sccraftingrunes-1.1.jar)
UCHIJAAAA simplecore{1.4.3.1} [SimpleCore API] (simplecore-1.10.2-1.4.3.1.jar)
UCHIJAAAA simpleores{1.9.1.3} [SimpleOres 2] (simpleores-1.10.2-1.9.1.3.jar)
UCHIJAAAA simpletcon{1.2} [Simple Tinkers Construct Addon] (SimpleTcon-1.2.jar)
UCHIJAAAA simplyjetpacks{2.1.0.39} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.0.39.jar)
UCHIJAAAA slug{1.0A} [Slugs EU and RF converters] (Slugs Converters.jar)
UCHIJAAAA spartanshields{1.3} [Spartan Shields] (SpartanShields-1.10.2-1.3.jar)
UCHIJAAAA bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar)
UCHIJAAAA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
UCHIJAAAA lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)
UCHIJAAAA beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar)
UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCHIJAAAA tinker_io{release 2.4.3} [Tinker I/O] (tinker_io-1.10.2-release 2.4.3.jar)
UCHIJAAAA TitanTrinkets{1.0.1} [TitanTrinkets] (TitanTrinkets.jar)
UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
UCHIJAAAA torohealthmod{1.10.2-7} [ToroHealth Damage Indicators] (torohealth-1.10.2-7.jar)
UCHIJAAAA Translocator{2.1.4.54} [Translocator] (Translocators-1.10.2-2.1.4.54-universal.jar)
UCHIJAAAA vc{4.26.13} [ViesCraft] (ViesCraft-1.10.X-4.26.13.jar)
UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJAAAA hungeroverhaul{1.10.2-1.1.0.jenkins115} [Hunger Overhaul] (HungerOverhaul-1.10.2-1.1.0.jenkins115.jar)
UCHIJAAAA unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
SHLoadingPlugin (ScalingHealth-1.11.x-1.0.5-47.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
LoadingPlugin (plustic-4.2.0.1.jar)
landmaster.plustic.asm.Transform
IceAndFireForgeLoading (iceandfire-1.0.jar)
com.github.alexthe666.iceandfire.access.IceAndFireTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
reborncore.mixin.transformer.MixinTransformer
llibrary (llibrary-1.7.4-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
team.chisel.common.asm.ChiselTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
am2.asm.Transformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
Brandon's Core (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.188-ex110.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.78' Renderer: 'GeForce GTX 670/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- theoneprobeIntegration (Enabled/Not Forced)

NotEnoughItems Invalid Fingerprint Reports: 
List of loaded APIs: 
	* AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* AgriCraftAPI (1.0) from agricraft-2.0.0-0.8.0-a14.jar
	* AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.2.jar
	* ArmorPlusApi (1.0) from armorplus-1.10.2-8.5.3.4.jar
	* Baubles|API (1.1.1.0) from inventorypets-1.10-1.4.9.3.jar
	* BetterQuesting|API (2.6) from BetterQuesting-2.3.225.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
	* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
	* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* CoFHAPI (1.8.9R1.2.0B1) from Slugs Converters.jar
	* cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from ImmersiveEngineering-0.10-57.jar
	* cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
	* cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
	* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* DLDungeonsAPI (1.1) from DoomlikeDungeonsJBG-1.9.2-MC1.10.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.9.192-universal.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EpicSiegeMod|API (1.0) from EpicSiegeMod-11.0.152.jar
	* FossilArcheologyAPI (7.3.0) from iceandfire-1.0.jar
	* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
	* IC2API (1.0) from Slugs Converters.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
	* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.25.jar
	* jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
	* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
	* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.417.jar
	* mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
	* reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
	* stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
	* stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
	* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.0.jar
	* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.0.jar
	* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.0.jar
	* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.0.jar
	* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.0.jar
	* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.5.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
CodeChickenLib Invalid Fingerprint Reports: 
CodeChickenCore Invalid Fingerprint Reports: 
ChickenChunks Invalid Fingerprint Reports: 
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/CoFHAPIProps.class).
                Ender IO needs at least 1.4.0 and will NOT work with older versions.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
              * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
              * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
              * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
              * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
              * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
              * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
              * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
              * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
              * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
              * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/Jay/Documents/Curse/Minecraft/Instances/Craft%20Of%20The%20Titans%201.1%20(2)/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

Crash when getting too many status effects too fast while wearing full infinity armor

This took me a while to reliably reproduce, and to rule out it just being a conflict with one of the 170 mods in my modpack, but I think I've got it pinned down:

If you get too many status effects, too fast, while wearing full infinity armor, it crashes.

Here is a crash report using Avaritia, Avaritia Additions, JEI, and Dungeontactics, triggered by running through a field of different Dungeontactics' Status effect flowers: https://pastebin.com/u1WYfNu7

And a very similar crash when using atomicstryker's infernal mobs to spam status effects on the player: https://pastebin.com/RNLa0nXq

Infinity boots' bonus speed

Unequipping the infinity boots doesn't remove the speed bonus from the player. The bonus speed persists after a game restart and disappears only upon death.

version 1.6 do not recognize Avaritia 1.10.2-2.1.2.1

As title,when launching with Addition 1.6 and avaritia 2.1.2.1,it says Addition is missing mods it depends on,showing "Avaritia :any"
By downgrading Addition to version 1.5,Addition recognize and game run smoothly.I dont know why but it feels like version 1.6 does not want to recognize newer version of Avaritia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.