Skip to content

Instantly share code, notes, and snippets.

@Brycey92
Created January 6, 2018 06:38
Show Gist options
  • Save Brycey92/3bfa104a8d8d682fec7b56a5d1dd5868 to your computer and use it in GitHub Desktop.
Save Brycey92/3bfa104a8d8d682fec7b56a5d1dd5868 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.119.jar)
TweaksLoadingPlugin (CCTweaks-1.10.2-1.5.0-pr2.jar)
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
MDECore-Core (mdecore-1.10.2-1.5.1.jar)
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
IC2core (industrialcraft-2-2.6.252-ex110.jar)
AppleCore (AppleCore-mc1.10.2-3.1.0.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
SASITLoadingPlugin (StuffASockInIt-1.10.2-1.0.0.4.jar)
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
FMLLoadingPlugin (MouseDelayFix-1.0.jar)
ColorUtilityCorePlugin (ColorUtility-universal-1.0.4.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.5a.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.11.2-0.7.3-Anarchy.jar)
Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
FarseekCoreMod (Farseek-1.9.4-2.2.jar)
AstralCore (astralsorcery-1.4.5.jar)
TatwCore (TATW-1.10.2-1.0.0.0.jar)
Sprout Patcher Core (sproutpatcher-3.0.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
Contact their authors BEFORE contacting forge
// Oops.
Time: 1/6/18 1:36 AM
Description: Exception generating new chunk
java.lang.RuntimeException: java.lang.NoSuchMethodException: net.minecraft.world.WorldServer.updateWorldGenerator()
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:191)
at rtg.world.gen.ChunkProviderRTG.replaceBlocksForBiome(ChunkProviderRTG.java:487)
at rtg.world.gen.ChunkProviderRTG.func_185932_a(ChunkProviderRTG.java:331)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:140)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180495_p(World.java:842)
at net.minecraft.world.World.func_175623_d(World.java:223)
at net.minecraft.world.World.func_184141_c(World.java:203)
at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:67)
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:951)
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:873)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:253)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodException: net.minecraft.world.WorldServer.updateWorldGenerator()
at java.lang.Class.getMethod(Class.java:1786)
at farseek.world.gen.structure.StructureGenerationChunkProvider.spongeGeneratorMixin$lzycompute(StructureGenerationChunkProvider.scala:29)
at farseek.world.gen.structure.StructureGenerationChunkProvider.spongeGeneratorMixin(StructureGenerationChunkProvider.scala:29)
at farseek.world.gen.structure.StructureGenerationChunkProvider.<init>(StructureGenerationChunkProvider.scala:33)
at farseek.world.gen.structure.StructureGenerationChunkProvider$$anonfun$apply$1.apply(StructureGenerationChunkProvider.scala:64)
at farseek.world.gen.structure.StructureGenerationChunkProvider$$anonfun$apply$1.apply(StructureGenerationChunkProvider.scala:64)
at scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:188)
at scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:80)
at farseek.world.gen.structure.StructureGenerationChunkProvider$.apply(StructureGenerationChunkProvider.scala:64)
at streams.world.gen.structure.RiverGenerator.generate(RiverGenerator.scala:30)
at farseek.world.gen.structure.StructureGenerator.onChunkGeneration(StructureGenerator.scala:40)
at farseek.world.gen.structure.StructureGenerator.onChunkGeneration(StructureGenerator.scala:34)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_647_StructureGenerator_onChunkGeneration_ReplaceBiomeBlocks.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
... 15 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:191)
at rtg.world.gen.ChunkProviderRTG.replaceBlocksForBiome(ChunkProviderRTG.java:487)
at rtg.world.gen.ChunkProviderRTG.func_185932_a(ChunkProviderRTG.java:331)
-- Chunk to be generated --
Details:
Location: 0,0
Position hash: 0
Generator: rtg.world.gen.ChunkProviderRTG@2458e8a3
Stacktrace:
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:140)
at net.minecraft.world.World.func_72964_e(World.java:303)
at net.minecraft.world.World.func_175726_f(World.java:298)
at net.minecraft.world.World.func_180495_p(World.java:842)
at net.minecraft.world.World.func_175623_d(World.java:223)
at net.minecraft.world.World.func_184141_c(World.java:203)
at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:67)
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:951)
-- Affected level --
Details:
Level name: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 0 Drop: 0
Level seed: 31415926535
Level generator: ID 09 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:873)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:253)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_151, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 10871633936 bytes (10367 MB) / 12884901888 bytes (12288 MB) up to 12884901888 bytes (12288 MB)
JVM Flags: 20 total; -Xmx12288M -Xms12288M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=50 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=42 -XX:G1MaxNewSizePercent=67 -XX:InitiatingHeapOccupancyPercent=12 -XX:G1MixedGCLiveThresholdPercent=50 -XX:G1HeapRegionSize=32M -XX:+AggressiveOpts -XX:+AlwaysPreTouch -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:+UseLargePagesInMetaspace -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseStringDeduplication -XX:+UseBiasedLocking
IntCache: cache: 0, tcache: 0, allocated: 9, tallocated: 61
FML: MCP 9.32 Powered by Forge 12.18.3.2488 183 mods loaded, 182 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2488-universal.jar)
UCHIJAA Forge{12.18.3.2488} [Minecraft Forge] (forge-1.10.2-12.18.3.2488-universal.jar)
UCHIJAA additionalresources{0.1.1} [Additional Resources] (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
UCHIJAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
UCHIJAA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJAA ColorUtility{1.0.4} [ColorUtility] (minecraft.jar)
UCHIJAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAA mousedelayfix{1.0} [MouseDelayFix] (minecraft.jar)
UCHIJAA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCHIJAA OpenComputers|Core{1.7.1.150} [OpenComputers (Core)] (minecraft.jar)
UCHIJAA sasit{1.0.0.4} [Stuff A Sock In It] (minecraft.jar)
UCHIJAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAA <CCTweaks ASM>{1.5.0-pr2} [<CCTweaks ASM>] (minecraft.jar)
UCHIJAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
UCHIJAA IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
UCHIJAA advanced_machines{60.0.4} [Advanced Machines] (Advanced Machines-60.0.4.jar)
UCHIJAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
UCHIJAA libVulpes{0.2.6.} [libVulpes] (LibVulpes-1.10.2-0.2.6-universal.jar)
UCHIJAA advancedRocketry{1.2.5a} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.2.5a.jar)
UCHIJAA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
UCHIJAA bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar)
UCHIJAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
UCHIJAA aiimprovements{0.0.1.4} [AI Improvements] (AIImprovements-1.10.2-0.0.1b4.jar)
UCHIJAA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
UCHIJAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJAA cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar)
UCHIJAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.7.2.jar)
UCHIJAA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJAA AppleCore{3.1.0} [AppleCore] (AppleCore-mc1.10.2-3.1.0.jar)
UCHIJAA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJAA arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJAA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
UCHIJAA mdecore{1.10.2-1.5.1} [MattDahEpic Core] (mdecore-1.10.2-1.5.1.jar)
UCHIJAA autooredictconv{1.10.2-1.1.2} [Auto Ore Dictionary Converter] (autooredictconv-1.10.2-1.1.2.jar)
UCHIJAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCHIJAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAA CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
UCHIJAA avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.7-universal.jar)
UCHIJAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJAA BetterSprinting{1.1.7} [Better Sprinting] (BetterSprinting MC-1.10.2 v1.1.7.jar)
UCHIJAA BiblioCraft{2.2.5} [BiblioCraft] (BiblioCraft[v2.2.5][MC1.10.2].jar)
UCHIJAA BiomesOPlenty{5.0.0.2290} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2290-universal.jar)
UCHIJAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAA brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
UCHIJAA ComputerCraft{1.80pr1} [ComputerCraft] (ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar)
UCHIJAA cctweaks{1.5.0-pr2} [CCTweaks] (CCTweaks-1.10.2-1.5.0-pr2.jar)
UCHIJAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
UCHIJAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJAA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar)
UCHIJAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJAA chisel{MC1.10.2-0.1.1.39} [Chisel] (Chisel-MC1.10.2-0.1.1.39.jar)
UCHIJAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJAA chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar)
UCHIJAA chunkpregenerator{1.5.1} [Chunk Pregenerator] (Chunk Pregenerator V1.10.2-1.5.1.jar)
UCHIJAA compot{1.1} [Combined Potions] (CombinedPotions-1.10-1.1.jar)
UCHIJAA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
UCHIJAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
UCHIJAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAA customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(21jul17).jar)
UCHIJAA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCHIJAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
UCHIJAA forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar)
UCHIJAA eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar)
UCHIJAA OpenComputers{1.7.1.150} [OpenComputers] (OpenComputers-MC1.10.2-1.7.1.150.jar)
UCHIJAA deepresonance{1.4.9} [DeepResonance] (deepresonance-1.1x-1.4.9.jar)
UCHIJAA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
UCHIJAA draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar)
UCHIJAA lootablebodies{2.2.0} [DrCyano's Lootable Bodies] (DrCyanosLootableBodies_1.10.2-2.2.0.jar)
UCHIJAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
UCHIJAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJAA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
UCHIJAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCHIJAA energyconverters{1.0.0.26} [Energy Converters] (energyconverters_1.10.2-1.0.0.26.jar)
UCHIJAA galacticraftcore{4.0.1.119} [Galacticraft Core] (GalacticraftCore-1.10.2-4.0.0.119.jar)
UCHIJAA ExtraBitManipulation{1.10.2-2.5.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.5.1.jar)
UCHIJAA Mekanism{9.2.4} [Mekanism] (Mekanism-1.10.2-9.2.4.103.jar)
UCHIJAA minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-230.jar)
UCHIJAA thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar)
UCHIJAA zerocore{1.10.2-0.1.1.1} [Zero CORE] (zerocore-1.10.2-0.1.1.1.jar)
UCHIJAA bigreactors{1.10.2-0.4.5.44} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.44.jar)
UCHIJAA farseek{2.2} [Farseek] (Farseek-1.9.4-2.2.jar)
UCHIJAA foamfix{@VERSION@} [FoamFix] (FoamFix-1.11.2-0.7.3-Anarchy.jar)
UCHIJAA forgemultipartcbe{2.0.0.38} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
UCHIJAA microblockcbe{2.0.0.38} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
UCHIJAA minecraftmultipartcbe{2.0.0.38} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
UCHIJAA friendlyfire{1.3.0} [Friendly Fire] (FriendlyFire-1.10.2-1.3.0.jar)
UCHIJAA galacticraftplanets{4.0.1.119} [Galacticraft Planets] (Galacticraft-Planets-1.10.2-4.0.0.119.jar)
UCHIJAA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
UCHIJAA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
UCHIJAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAA hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar)
UCHIJAA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
UCHIJAA instantunify{1.0.4} [InstantUnify] (instantunify-1.10.2-1.0.4.jar)
UCHIJAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJAA legiblenei{1.4.10.3} [LegibleNei] (legiblenei_1.10.2-1.4.10.3.jar)
UCHIJAA LingeringLoot{1.0} [LingeringLoot] (LingeringLoot-1.9.4-2.5.jar)
UCHIJAA login_shield{1.10.2-25-g2a63586} [Login Shield] (Login_Shield-1.10.2-25-g2a63586.jar)
UCHIJAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAA magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar)
UCHIJAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJAA modularforcefieldsystem{3.0.1} [Modular ForceField System] (MFFS-1.10.2-3.0.1.0_1.10_d9fd06a.jar)
UCHIJAA MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-230.jar)
UCHIJAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar)
UCHIJAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
UCHIJAA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
UCHIJAA numina{1.4.0} [numina] (ModularPowersuits-1.10.2-1.2.126.jar)
UCHIJAA powersuits{1.10.2-1.2.126} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.10.2-1.2.126.jar)
UCHIJAA railcraft{10.3.1} [Railcraft] (Railcraft_1.10.2-10.3.1.jar)
UCHIJAA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
UCHIJAA MrTJPCoreMod{2.0.1.20} [MrTJPCore] (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
UCHIJAA AS_MultiMine{1.5.4} [Multi Mine] (MultiMine-1.10.2.jar)
UCHIJAA natura{1.10.2-4.1.0.82} [Natura] (natura-1.10.2-4.1.0.82.jar)
UCHIJAA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar)
UCHIJAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJAA omlib{3.0.0-129} [OMLib] (omlib-1.10.2-3.0.0-129.jar)
UCHIJAA openmodularturrets{3.0.0-223} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-223.jar)
UCHIJAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
UCHIJAA ProjectE{1.10.2-PE1.3.1} [ProjectE] (ProjectE-1.10.2-PE1.3.1.jar)
UCHIJAA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJAA tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
UCHIJAA p455w0rdslib{1.0.30} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.30.jar)
UCHIJAA PigManure{${mod_version}} [Pig Manure] (pig-manure-1.0.2-mc1.9.4.jar)
UCHIJAA projectred-core{4.8.4.49} [ProjectRed Core] (ProjectRed-1.10.2-4.8.4.49-Base.jar)
UCHIJAA projectred-integration{4.8.4.49} [ProjectRed integration] (ProjectRed-1.10.2-4.8.4.49-integration.jar)
UCHIJAA projectred-transmission{4.8.4.49} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.4.49-integration.jar)
UCHIJAA projectred-fabrication{4.8.4.49} [ProjectRed Fabrication] (ProjectRed-1.10.2-4.8.4.49-fabrication.jar)
UCHIJAA projectred-illumination{4.8.4.49} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.4.49-lighting.jar)
UCHIJAA projectred-expansion{4.8.4.49} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.4.49-mechanical.jar)
UCHIJAA projectred-transportation{4.8.4.49} [ProjectRed Transportation] (ProjectRed-1.10.2-4.8.4.49-mechanical.jar)
UCHIJAA projectred-exploration{4.8.4.49} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.4.49-world.jar)
UCHIJAA randomtweaks{1.11.2-1.14.1.1} [RandomTweaks] (randomtweaks-1.11.2-1.14.1.1.jar)
UCHIJAA redstonearsenal{2.1.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.1.3.8-universal.jar)
UCHIJAA rftools{7.16} [RFTools] (rftools-1.1x-7.16.jar)
UCHIJAA rftoolscontrol{1.7.0} [RFTools Control] (rftoolsctrl-1.1x-1.7.0.jar)
UCHIJAA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJAA RTG{4.2.0.0-snapshot-5} [Realistic Terrain Generation] (RTG-1.10.2-4.2.0.0-snapshot-5.jar)
UCHIJAA secretroomsmod{5.1.9} [Secret Rooms 5] (secretroomsmod-1.10.2-5.1.9.jar)
UCHIJAA simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar)
UCHIJAA solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar)
UCHIJAA sproutpatcher{3.0} [Sprout Patcher] (sproutpatcher-3.0.jar)
UCHIJAA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJAA stepup{4.0-mc1.10} [StepUp] (StepUp-4.0-mc1.10.jar)
UCHIJAA stg{1.10.2-1.0.3} [SwingThroughGrass] (stg-1.10.2-1.0.3.jar)
UCHIJAA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
UCHIJAA streams{0.4} [Streams] (Streams-1.9.4-0.4.jar)
UCHIJAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCHIJAA surge{1.1.0.1} [Surge] (Surge-1.10.2-1.1.0.70.jar)
UCHIJAA tatw{1.0} [TATW] (TATW-1.10.2-1.0.0.0.jar)
UCHIJAA thermaldynamics{2.0.11} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.11.19-universal.jar)
UCHIJAA thutcore{3.21.0} [Thut Core] (thutcore-3.21.0.jar)
UCHIJAA thuttech{@VERSION@} [Thut's Tech] (thuttech-4.0.13.jar)
UCHIJAA tinker_io{release 2.4.4a} [Tinker I/O] (tinker_io-1.10.2-release 2.4.4a.jar)
UCHIJAA TinkersAddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.10.2-1.0.6.jar)
UCHIJAA tinkersdefense{1.4.0.8a} [Tinkers' Defense] (tinkersdefense-1.4.0.8a.jar)
UCHIJAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAA trashslot{6.3.7} [TrashSlot] (TrashSlot_1.10.2-6.3.7.jar)
UCHIJAA treechopper{1.1.2} [Tree Chopper] (TreeChopper-1.10.2-1.1.2.jar)
UCHIJAA vending{1.4.3} [Vending] (vending-1.10.2-1.4.3.jar)
UCHIJAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJAA wct{2.1.39} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-2.1.39.jar)
UCHIJAA Woot{1.10.2-1.4.1} [Woot] (woot-1.10.2-1.4.1.jar)
UCHIJAA worldcontrol{1.0.1a} [World Control] (worldcontrol-1.0.1a.jar)
UCHIJAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCHIJAA worldutils{0.3.1} [World Utils] (worldutils-1.10.2-0.3.1.jar)
UCHIJAA wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar)
UCHIJAA hungeroverhaul{1.10.2-1.1.0.jenkins118} [Hunger Overhaul] (HungerOverhaul-1.10.2-1.1.0.jenkins118.jar)
UCHIJAA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
Loaded coremods (and transformers):
CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.119.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
TweaksLoadingPlugin (CCTweaks-1.10.2-1.5.0-pr2.jar)
org.squiddev.cctweaks.core.asm.ASMTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
MDECore-Core (mdecore-1.10.2-1.5.1.jar)
com.mattdahepic.mdecore.asm.TickrateTransformer
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
appeng.coremod.transformer.IntegrationTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
AppleCore (AppleCore-mc1.10.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
SASITLoadingPlugin (StuffASockInIt-1.10.2-1.0.0.4.jar)
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
FMLLoadingPlugin (MouseDelayFix-1.0.jar)
io.prplz.mousedelayfix.ClassTransformer
ColorUtilityCorePlugin (ColorUtility-universal-1.0.4.jar)
com.Axeryok.ColorUtility.ColorUtilityTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.5a.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.11.2-0.7.3-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
FarseekCoreMod (Farseek-1.9.4-2.2.jar)
farseek.core.FarseekClassTransformer
AstralCore (astralsorcery-1.4.5.jar)
TatwCore (TATW-1.10.2-1.0.0.0.jar)
Sprout Patcher Core (sproutpatcher-3.0.jar)
com.mordenkainen.sproutpatcher.SproutPatcherCoreTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
li.cil.oc.common.asm.ClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
am2.asm.Transformer
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
team.chisel.ctm.client.asm.CTMTransformer
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
org.epoxide.surge.asm.SurgeTransformerManager
AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
CCTweaks version issue: CCTweaks 1.5.0-pr2 was tested against ComputerCraft 1.80pr0 but is running against 1.80pr1.
Some CCTweaks/ComputerCraft features may not work correctly - please check CCTweaks for updates.
If you encounter issues then try to reproduce without CCTweaks installed, then report to the appropriate mod author.
minefactoryreloaded: -[1.10.2]2.9.0B1-230
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (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)
NotEnoughItems Invalid Fingerprint Reports:
List of loaded APIs:
* AppleCoreAPI (3.1.0) from AppleCore-mc1.10.2-3.1.0.jar
* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-stable-1.jar
* Baubles|API (1.3.1.3) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.44.jar
* BotaniaAPI (85) from Botania r1.9-341.jar
* CCTweaks|API (1.5.0-pr2) from CCTweaks-1.10.2-1.5.0-pr2.jar
* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.18.jar
* Chisel-API (0.0.1) from Chisel-MC1.10.2-0.1.1.39.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.1.1.39.jar
* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.16.jar
* CoFHAPI (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.3.1.jar
* cofhapi (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
* cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
* cofhapi|energy (1.5.0) from tinker_io-1.10.2-release 2.4.4a.jar
* CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.4.103.jar
* cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
* cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
* cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
* cofhlib (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|audio (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|container (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|element (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|element|listbox (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|gui|slot (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|inventory (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|util (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|util|helpers (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|world (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* cofhlib|world|feature (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
* compatlayer (0.3.0) from compatlayer-1.10-0.3.0.jar
* ComputerCraft|API (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|Lua (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|Media (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|Network (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
* ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft-SquidDev-CC-ComputerCraft-feature-minecraft-1.9.4-1.80pr1-build0.jar
* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
* Core (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Blocks (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Constants (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Entities (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Entities|Data (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Entities|Data|Role (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Events (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Handlers (0.1) from CustomNPCs_1.10.2(21jul17).jar
* Core|Handlers|Data (0.1) from CustomNPCs_1.10.2(21jul17).jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
* ctm-api (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.9.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.8.273-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.431.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.431.jar
* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.388.jar
* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.388.jar
* Galacticraft API (1.0) from GalacticraftCore-1.10.2-4.0.0.119.jar
* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
* jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
* mcjtylib_ng (2.5.1) from mcjtylib-1.1x-2.5.1.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.1.150.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.30.jar
* railcraft:API|core (3.2.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|carts (2.1.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|charge (3.2.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|items (2.4.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|signals (4.0.0) from Railcraft_1.10.2-10.3.1.jar
* RailcraftAPI|tracks (5.1.1) from Railcraft_1.10.2-10.3.1.jar
* rtgapi (1.0.0) from RTG-1.10.2-4.2.0.0-snapshot-5.jar
* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
* thut|API (1.0.0) from thutcore-3.21.0.jar
* WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
* wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.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.):
* The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from WirelessCraftingTerminal-1.10.2-2.1.39.jar).
It is a supported version, but that difference may lead to problems.
An unsupported base software is installed: 'sponge'. This is NOT supported.
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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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/Bryce/Desktop/Server/AMP/Instances/1-McMyAdmin-GCM/Minecraft/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!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
AE2 Integration: IC2:ON, RF:ON, RFItem:ON, Waila:ON, THE_ONE_PROBE:OFF
Profiler Position: N/A (disabled)
Player Count: 0 / 30; []
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment