Ender IO Zoo

Ender IO Zoo

962k Downloads

Minecraft Farming station for enderIo is causing my minecraft to crash

ToxicGhost9 opened this issue · 1 comments

commented

What happens: I place down a couple of farming station one for sugar cane for sugar for nutrient liquid (sorry probably not how you spell it) for the vat for zombie generators, who works amazingly, then one for rice for two of my bio reactors, then I added coal generators but didn't wanna use my coal so got the idea to automate charcoal I made a farming station placed it but an axe with seeds hooked everything up to my Storage system, then I start it the moment it cuts a tree I crash, and can't reload the world it just crashes

What you expected to happen:

I was expecting it to work. and not crash

Steps to reproduce:

  1. Farming station with an emerald axe (The atomiconstructer with emeralds which make something i forget but the axe is made out of that with unbreaking 3 and fortune 3
  2. using a transceiver from enderio to carry the wood and other material to my storage the enederIo storage.
  3. then brought into alloy smelters.
    ...

Affected Versions (Do not use "latest"):

  • EnderIO: 1.10.2-3.1.193
  • EnderCore: 1.10.2-0.4.1.66
  • Minecraft: 1.10.2
  • Forge: 12.18.3.2477

Your most recent log file where the issue was present:

[---- Minecraft Crash Report ----

WARNING: coremods are present:
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
ItemPatchingLoader (ItemPhysic Full 1.4.6 mc1.10.2.jar)
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
literalascension (literalascension-1.10.2-1.0.2.2.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
AstralCore (astralsorcery-1.4.5.jar)
Sprout Patcher Core (sproutpatcher-2.0.jar)
llibrary (llibrary-1.7.7-1.10.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.7.2.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
LoadingPlugin (Quark-r1.1-70.jar)
SHLoadingPlugin (ScalingHealth-1.12-1.2.2-70.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar)
IvToolkit (IvToolkit-1.3.3-1.10.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 2/4/18 5:15 PM
Description: Ticking block entity

java.lang.ClassCastException: crazypants.enderio.machine.farm.PickupWorld cannot be cast to net.minecraft.world.WorldServer
at noppes.npcs.api.wrapper.WorldWrapper.(WorldWrapper.java:124)
at noppes.npcs.api.wrapper.EntityWrapper.(EntityWrapper.java:117)
at noppes.npcs.api.wrapper.WrapperEntityData.register(WrapperEntityData.java:59)
at noppes.npcs.ServerEventsHandler.attach(ServerEventsHandler.java:314)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_439_ServerEventsHandler_attach_Entity.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:565)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:550)
at net.minecraft.entity.Entity.(Entity.java:205)
at net.minecraft.entity.item.EntityItem.(EntityItem.java:51)
at net.minecraft.entity.item.EntityItem.(EntityItem.java:64)
at panda.birdsnests.DecayLeafEventHandler.onDrops(DecayLeafEventHandler.java:30)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_316_DecayLeafEventHandler_onDrops_HarvestDropsEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:258)
at crazypants.enderio.machine.farm.farmers.TreeFarmer.harvestBlock(TreeFarmer.java:162)
at crazypants.enderio.machine.farm.farmers.FarmersCommune.harvestBlock(FarmersCommune.java:50)
at crazypants.enderio.machine.farm.TileFarmStation.doTick(TileFarmStation.java:529)
at crazypants.enderio.machine.farm.TileFarmStation.checkProgress(TileFarmStation.java:462)
at crazypants.enderio.machine.AbstractPoweredTaskEntity.processTasks(AbstractPoweredTaskEntity.java:116)
at crazypants.enderio.machine.AbstractMachineEntity.doUpdate(AbstractMachineEntity.java:227)
at crazypants.enderio.machine.AbstractPoweredMachineEntity.doUpdate(AbstractPoweredMachineEntity.java:73)
at crazypants.enderio.machine.farm.TileFarmStation.doUpdate(TileFarmStation.java:447)
at com.enderio.core.common.TileEntityBase.func_73660_a(TileEntityBase.java:40)
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at noppes.npcs.api.wrapper.WorldWrapper.(WorldWrapper.java:124)
at noppes.npcs.api.wrapper.EntityWrapper.(EntityWrapper.java:117)
at noppes.npcs.api.wrapper.WrapperEntityData.register(WrapperEntityData.java:59)
at noppes.npcs.ServerEventsHandler.attach(ServerEventsHandler.java:314)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_439_ServerEventsHandler_attach_Entity.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:565)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:550)
at net.minecraft.entity.Entity.(Entity.java:205)
at net.minecraft.entity.item.EntityItem.(EntityItem.java:51)
at net.minecraft.entity.item.EntityItem.(EntityItem.java:64)
at panda.birdsnests.DecayLeafEventHandler.onDrops(DecayLeafEventHandler.java:30)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_316_DecayLeafEventHandler_onDrops_HarvestDropsEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:258)
at crazypants.enderio.machine.farm.farmers.TreeFarmer.harvestBlock(TreeFarmer.java:162)
at crazypants.enderio.machine.farm.farmers.FarmersCommune.harvestBlock(FarmersCommune.java:50)
at crazypants.enderio.machine.farm.TileFarmStation.doTick(TileFarmStation.java:529)
at crazypants.enderio.machine.farm.TileFarmStation.checkProgress(TileFarmStation.java:462)
at crazypants.enderio.machine.AbstractPoweredTaskEntity.processTasks(AbstractPoweredTaskEntity.java:116)
at crazypants.enderio.machine.AbstractMachineEntity.doUpdate(AbstractMachineEntity.java:227)
at crazypants.enderio.machine.AbstractPoweredMachineEntity.doUpdate(AbstractPoweredMachineEntity.java:73)
at crazypants.enderio.machine.farm.TileFarmStation.doUpdate(TileFarmStation.java:447)
at com.enderio.core.common.TileEntityBase.func_73660_a(TileEntityBase.java:40)

-- Block entity being ticked --
Details:
Name: blockFarmStationTileEntity // crazypants.enderio.machine.farm.TileFarmStation
Block type: ID #1738 (tile.blockFarmStation // crazypants.enderio.machine.farm.BlockFarmStation)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (923,64,1278), Chunk: (at 11,4,14 in 57,79; contains blocks 912,0,1264 to 927,255,1279), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,0,1024 to 1023,255,1535)
Actual block type: ID #1738 (tile.blockFarmStation // crazypants.enderio.machine.farm.BlockFarmStation)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)

-- Affected level --
Details:
Level name: Survival
All players: 1 total; [EntityPlayerMP['Toxic_Ghost_9'/684, l='Survival', x=920.89, y=64.00, z=1281.83]]
Chunk stats: ServerChunkCache: 581 Drop: 0
Level seed: 7452267010014203085
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (134,64,221), Chunk: (at 6,4,13 in 8,13; contains blocks 128,0,208 to 143,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2499639 game time, 3813 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 5009 (now: false), thunder time: 51866 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)

-- 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: 3077371976 bytes (2934 MB) / 6257901568 bytes (5968 MB) up to 6257901568 bytes (5968 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6120m -Xms6120m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 98
FML: MCP 9.32 Powered by Forge 12.18.3.2477 Optifine OptiFine_1.10.2_HD_U_E7 167 mods loaded, 166 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.2477.jar)
UCHIJAAAA Forge{12.18.3.2477} [Minecraft Forge] (forge-1.10.2-12.18.3.2477.jar)
UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAAA buildingbrickshooks{1.10.2-2.0.13} [Building Bricks Hooks] (minecraft.jar)
UCHIJAAAA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
UCHIJAAAA itemphysic{1.4.0} [ItemPhysic] (minecraft.jar)
UCHIJAAAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAAAA rpghud{3.6.6} [RPG-Hud] ([1.10.2] RPG-HUD-3.6.6.jar)
UCHIJAAAA fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar)
UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAAAA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAAAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
UCHIJAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.8 mc1.10.2.jar)
UCHIJAAAA animania{1.3.3} [Animania] (animania-1.10.2-1.3.3.jar)
UCHIJAAAA aquaculture{1.4.1} [Aquaculture] (Aquaculture-1.10.2-1.4.1.4.jar)
UCHIJAAAA Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.3.jar)
UCHIJAAAA arsmagica2{1.5.017} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-17b.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-17b.jar)
UCHIJAAAA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
UCHIJAAAA atg{2} [Alternate Terrain Generation] (atg-1.10.2-2.0.1.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA bedbugs{@Version@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJAAAA BiblioCraft{2.2.5} [BiblioCraft] (BiblioCraft[v2.2.5][MC1.10.2].jar)
UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJAAAA bigdoors{1.10.2-1.3.0} [Big Doors] (BigDoors-1.10.2-1.3.0.jar)
UCHIJAAAA biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar)
UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.10-1.5.1.jar)
UCHIJAAAA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJAAAA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
UCHIJAAAA infinitylib{1.10.2-0.11.0} [InfinityLib] (infinitylib-0.11.0.jar)
UCHIJAAAA boatifull{@major@.@minor@.@revis@} [Boatifull] (boatifull-0.11.0.jar)
UCHIJAAAA buildingbricks{1.10.2-2.0.13} [Building Bricks] (BuildingBricks-1.10.2-2.0.13.jar)
UCHIJAAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJAAAA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar)
UCHIJAAAA ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar)
UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJAAAA chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA controlling{1.0.5} [Controlling] (Controlling-1.0.5.jar)
UCHIJAAAA copypaste{1.0} [Copy Paste] (copypaste-1.0.jar)
UCHIJAAAA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
UCHIJAAAA craftingcraft{4.1.9} [CraftingCraft] (CraftingCraft_1.10.2-4.1.9.jar)
UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAAAA creativecore{1.7.4} [CreativeCore] (CreativeCore v1.7.3 mc1.10.2.jar)
UCHIJAAAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
UCHIJAAAA customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(21jul17).jar)
UCHIJAAAA cyberware{beta-0.2.10} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.10.jar)
UCHIJAAAA cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.9.4-0.10.9.jar)
UCHIJAAAA D3Core{1.3.1} [D³Core] (D3Core-1.9.4-1.3.1.jar)
UCHIJAAAA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCHIJAAAA dungeontactics{DT-0.12.5} [DungeonTactics] (DungeonTactics-1.10.2-0.12.5.jar)
UCHIJAAAA dsurround{3.4.7.2} [§3Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.7.2.jar)
UCHIJAAAA presets{3.4.7.2} [§3Presets!] (DynamicSurroundings-1.10.2-3.4.7.2.jar)
UCHIJAAAA earthworks{1.3.4.1} [Earthworks] (Earthworks-1.10.2-1.3.4.1.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJAAAA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCHIJAAAA everlastingabilities{1.2.5} [EverlastingAbilities] (EverlastingAbilities-1.9.4-1.2.5.jar)
UCHIJAAAA ExtraBitManipulation{1.10.2-2.5.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.5.1.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.3.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJAAAA flintmod{7.5} [Flint Instead of Wood] (FlintInsteadOfWood[1.10.2]-7.5.jar)
UCHIJAAAA foamfix{@Version@} [FoamFix] (foamfix-0.7.2-anarchy.jar)
UCHIJAAAA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.5.4.jar)
UCHIJAAAA ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar)
UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.5.4.jar)
UCHIJAAAA lit{@Version@} [Little Insignificant Things] (LittleInsignificantThings-1.10.2-3.0.4.jar)
UCHIJAAAA silentlib{2.2.6} [Silent Lib] (SilentLib-1.10.2-2.2.6-66.jar)
UCHIJAAAA silentgems{2.4.7} [Silent's Gems] (SilentsGems-1.11.2-2.4.7-217.jar)
UCHIJAAAA gemulation{1.10.2-4.0.2} [Gemulation] (Gemulation-1.10.2-4.0.2.jar)
UCHIJAAAA grapplemod{1.10.2-v10} [Grappling hook mod] (grapplemod-1.10.2-v10.jar)
UCHIJAAAA grimoireofgaia{1.5.6} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.10.2-1.5.6.jar)
UCHIJAAAA gbook{1.7.3} [Guidebook] (Guidebook-1.10.2-1.7.3.jar)
UCHIJAAAA holovm{1.9.4-1.1} [HolographicVictoryMonument] (HolographicVictoryMonument-1.9.4-1.1.jar)
UCHIJAAAA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar)
UCHIJAAAA iceandfire{1.0.1} [Ice and Fire] (iceandfire-1.0.1.jar)
UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
UCHIJAAAA imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
UCHIJAAAA incontrol{3.6.0} [InControl] (incontrol-3.6.0.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.31} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.31.jar)
UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJAAAA itemzoom{1.4} [Item Zoom] (itemzoom1.10.2-1.4.jar)
UCHIJAAAA journeymap{1.10.2-5.5.0} [JourneyMap] (journeymap-1.10.2-5.5.0.jar)
UCHIJAAAA JsonLootBags{1.0.0.12} [JsonLootBags] (JsonLootBags-1.9.4-1.0.0.12.jar)
UCHIJAAAA levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.10-1.10.2.jar)
UCHIJAAAA librarianlib{1.10.1} [LibrarianLib] (librarianlib-1.10.1.jar)
UCHIJAAAA literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar)
UCHIJAAAA login_shield{1.10.2-25-g2a63586} [Login Shield] (Login_Shield-1.10.2-25-g2a63586.jar)
UCHIJAAAA loottweaker{0.0.6.3} [LootTweaker] (LootTweaker-1.10.2-0.0.6.3.jar)
UCHIJAAAA malisisblocks{1.10.2-4.2.0} [Malisis Blocks] (malisisblocks-1.10.2-4.2.0.jar)
UCHIJAAAA minecolonies{@Version@} [MineColonies] (minecolonies-universal-1.10.2-0.8.4063.jar)
UCHIJAAAA minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar)
UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar)
UCHIJAAAA mtlib{@Version@} [MTLib] (MTLib-1.0.3.jar)
UCHIJAAAA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCHIJAAAA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAAAA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
UCHIJAAAA mowziesmobs{1.3.2} [Mowzie's Mobs] (mowziesmobs-1.3.2.jar)
UCHIJAAAA mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar)
UCHIJAAAA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
UCHIJAAAA botanicaladdons{1.10} [Natural Pledge] (NaturalPledge-r1.11.jar)
UCHIJAAAA Neat{1.3-12} [Neat] (Neat 1.3-12.jar)
UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJAAAA plants{0.8.5} [Plants] (Plants-1.10.2-beta-0.8.5.jar)
UCHIJAAAA shetiphiancore{3.3.11} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.11.jar)
UCHIJAAAA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
UCHIJAAAA quadrum{0.6.0} [Quadrum] (Quadrum-0.7.2-MC1.10.2.jar)
UCHIJAAAA railcraft{10.2.0} [Railcraft] (Railcraft_1.10.2-10.2.0.jar)
UCHIJAAAA rccosmetic{3.0.5} [Railcraft Cosmetic Additions] (RailCraft Cosmetic Additions-3.0.5.jar)
UCHIJAAAA randomrestockablecrates{1.2.8} [Rando Restockable Crates] (randomrestockablecrates-1.10.2-1.2.8.jar)
UCHIJAAAA reauth{3.5.0} [ReAuth] (ReAuth-3.5.0.jar)
UCHIJAAAA reccomplex{1.4.5-1.10} [Recurrent Complex] (RecurrentComplex-1.4.5-1.10.jar)
UCHIJAAAA xreliquary{1.10.2-1.3.3.664} [Reliquary] (Reliquary-1.10.2-1.3.3.664.jar)
UCHIJAAAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJAAAA rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar)
UCHIJAAAA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
UCHIJAAAA rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar)
UCHIJAAAA corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJAAAA runesofwizardry{1.10.2-0.7.2} [Runes of Wizardry] (Runes-of-Wizardry-1.10.2-0.7.2.jar)
UCHIJAAAA runesofwizardry_classics{1.10.2-0.4.3} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.10.2-0.4.3.jar)
UCHIJAAAA rustic{0.1.2.2} [Rustic] (rustic-0.1.2.2.jar)
UCHIJAAAA scalinghealth{1.2.2} [Scaling Health] (ScalingHealth-1.12-1.2.2-70.jar)
UCHIJAAAA sgextraparts{1.3.3} [Silent's Gems: Extra Parts] (SGExtraParts-1.12-1.3.3-29.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
UCHIJAAAA SimilsaxTranstructors{1.10.2.18} [Similsax Transtructors] (SimilsaxTranstructors-1.10.2.18.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJAAAA sproutpatcher{2.0} [Sprout Patcher] (sproutpatcher-2.0.jar)
UCHIJAAAA stacksonstacks{1.1.4} [stacksonstacks] (StacksOnStacks2-1.1.4.jar)
UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCHIJAAAA supermultidrills{1.5.2} [Super Multi-Drills] (SuperMultiDrills-1.11.2-1.5.2-43.jar)
UCHIJAAAA terraqueous{1.2.25} [Terraqueous] (terraqueous-1.10.0-1.2.25.jar)
UCHIJAAAA camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.9.4.jar)
UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
UCHIJAAAA toroquest{1.10.2-3.2.3} [ToroQuest] (toroquest-1.10.2-3.2.3.jar)
UCHIJAAAA trashslot{6.3.7} [TrashSlot] (TrashSlot_1.10.2-6.3.7.jar)
UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJAAAA VillageNames{1.10.2-1.1a} [Village Names] (VillageNames-1.10.2-1.1a.jar)
UCHIJAAAA WailaHarvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.10.jar)
UCHIJAAAA waterstrainer{1.4.2} [Water Strainer] (WaterStrainer-1.9.4-1.4.2.jar)
UCHIJAAAA waystones{2.0.13} [Waystones] (Waystones_1.10.2-2.0.13.jar)
UCHIJAAAA wired{1.7.0} [WIRED: More Augs] (WIRED-1.7.0.jar)
UCHIJAAAA librarianliblate{1.10.1} [LibrarianLib Stage 2] (librarianlib-1.10.1.jar)
UD BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
shetiphian.core.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

ItemPatchingLoader (ItemPhysic Full 1.4.6 mc1.10.2.jar)
com.creativemd.itemphysic.ItemTransformer
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
com.github.alexthe666.iceandfire.access.IceAndFireTransformer
CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)

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
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
literalascension (literalascension-1.10.2-1.0.2.2.jar)
com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AstralCore (astralsorcery-1.4.5.jar)

Sprout Patcher Core (sproutpatcher-2.0.jar)
com.mordenkainen.sproutpatcher.SproutPatcherCoreTransformer
llibrary (llibrary-1.7.7-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)

Default Options (DefaultOptions_1.10.2-6.1.5.jar)
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
SHLoadingPlugin (ScalingHealth-1.12-1.2.2-70.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
am2.asm.Transformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar)
com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks
IvToolkit (IvToolkit-1.3.3-1.10.jar)

CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
D3Core: Debug: false Silliness: true AprilFools: false PastPost:true
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.):
* Optifine is installed. 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/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/e3152/Documents/Curse/Minecraft/Instances/Sprout%20-%20Explore%20for%20More/mods/mcjtylib-1.1x-2.4.3.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

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

Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Toxic_Ghost_9'/684, l='Survival', x=920.89, y=64.00, z=1281.83]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.10.2_HD_U_E7
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13399 Compatibility Profile Context 15.201.1101.0
OpenGlRenderer: AMD Radeon HD 7620G
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4]
commented

-> npcs