Jump to content

Rollback request: Thakurz (Crashing on start)


Recommended Posts

Hello i am stuck on The game crashed whilst ticking block entity i am not able to login for more than few seconds. Game freezes and then restart.

 

Your Name: Thakurz
Island Owner Name: Thakurz
Coordiantes: [EntityPlayerSP['ThakurZ'/650872, l='MpServer', x=9471.50, y=76.00, z=-2816.50]
Time/Date (Post a time/date when everything was fine): 06/29/2018 (not sure about time but in morning as per EST)
Description of Issue: -- Block entity being ticked --
Details:
    Name: colossalchests:colossalChest // org.cyclops.colossalchests.tileentity.TileColossalChest
    Block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (9480,90,-2817), Chunk: (at 8,5,15 in 592,-177; contains blocks 9472,0,-2832 to 9487,255,-2817), Region: (18,-6; contains chunks 576,-192 to 607,-161, blocks 9216,0,-3072 to 9727,255,-2561)
    Actual block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Actual block data value: 6 / 0x6 / 0b0110
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1804)

 

I dont know what cause it to happen.

 

Thanks

 

Thakuz

Link to comment
Share on other sites

Here is Crash Report

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  literalascension (literalascension-1.10.2-1.0.2.2.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
  llibrary (llibrary-1.7.7-1.10.2.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 6/30/18 10:51 AM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
    at org.cyclops.colossalchests.tileentity.TileColossalChest.isStructureComplete(TileColossalChest.java:474)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.updateTileEntity(TileColossalChest.java:281)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.updateTicking(CyclopsTileEntity.java:94)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.access$000(CyclopsTileEntity.java:38)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity$TickingTileComponent.func_73660_a(CyclopsTileEntity.java:347)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.func_73660_a(TileColossalChest.java:75)
    at net.minecraft.world.World.func_72939_s(World.java:1804)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1789)
    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:497)
    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 org.cyclops.colossalchests.tileentity.TileColossalChest.isStructureComplete(TileColossalChest.java:474)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.updateTileEntity(TileColossalChest.java:281)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.updateTicking(CyclopsTileEntity.java:94)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.access$000(CyclopsTileEntity.java:38)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity$TickingTileComponent.func_73660_a(CyclopsTileEntity.java:347)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.func_73660_a(TileColossalChest.java:75)

-- Block entity being ticked --
Details:
    Name: colossalchests:colossalChest // org.cyclops.colossalchests.tileentity.TileColossalChest
    Block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (9480,90,-2817), Chunk: (at 8,5,15 in 592,-177; contains blocks 9472,0,-2832 to 9487,255,-2817), Region: (18,-6; contains chunks 576,-192 to 607,-161, blocks 9216,0,-3072 to 9727,255,-2561)
    Actual block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Actual block data value: 6 / 0x6 / 0b0110
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1804)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['ThakurZ'/650872, l='MpServer', x=9471.50, y=76.00, z=-2816.50]]
    Chunk stats: MultiplayerChunkCache: 81, 81
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (168,64,252), Chunk: (at 8,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 413518114 game time, 26481453 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
    Forced entities: 2 total; [EntityPlayerSP['ThakurZ'/650872, l='MpServer', x=9471.50, y=76.00, z=-2816.50], EntitySlime['Slime'/650994, l='MpServer', x=9479.73, y=39.33, z=-2790.02]]
    Retry entities: 0 total; []
    Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.11-SNAPSHOT:6104354:1217) <- fml,forge,sponge
    Server type: Non-integrated multiplayer 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:392)
    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:497)
    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_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 855591304 bytes (815 MB) / 2832203776 bytes (2701 MB) up to 2863661056 bytes (2731 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.32 Powered by Forge 12.18.3.2511 196 mods loaded, 195 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJA    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJA    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar) 
    UCHIJA    Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar) 
    UCHIJA    NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) 
    UCHIJA    OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar) 
    UCHIJA    foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
    UCHIJA    ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) 
    UCHIJA    fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar) 
    UCHIJA    actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
    UCHIJA    CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) 
    UCHIJA    CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
    UCHIJA    EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
    UCHIJA    JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
    UCHIJA    OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar) 
    UCHIJA    actuallycomputers{1.0.0} [ActuallyComputers] (actuallycomputers-1.0.0.jar) 
    UCHIJA    Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar) 
    UCHIJA    extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.3.jar) 
    UCHIJA    flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar) 
    UCHIJA    AppleCore{2.2.2} [AppleCore] (AppleCore-mc1.10.2-2.2.2.jar) 
    UCHIJA    apple_shields{0.1.7} [apple_shields] (AppleShields-0.1.7.jar) 
    UCHIJA    appleskin{1.0.8} [AppleSkin] (AppleSkin-mc1.10.2-1.0.8.jar) 
    UCHIJA    autopackager{1.6.4b} [AutoPackager] (autopackager-1.6.4b.jar) 
    UCHIJA    Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    UCHIJA    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCHIJA    baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar) 
    UCHIJA    crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCHIJA    MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCHIJA    base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar) 
    UCHIJA    bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar) 
    UCHIJA    bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) 
    UCHIJA    betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) 
    UCHIJA    betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar) 
    UCHIJA    biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar) 
    UCHIJA    BlockDispenser{1.0} [BlockDispenser] (BlockDispenser-1.0-1.jar) 
    UCHIJA    guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    UCHIJA    BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) 
    UCHIJA    bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) 
    UCHIJA    Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) 
    UCHIJA    brandonscore{2.1.12} [Brandon's Core] (BrandonsCore-1.10.2-2.1.12.130-universal.jar) 
    UCHIJA    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    UCHIJA    tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
    UCHIJA    ceramics{1.10.2-1.1.6b} [Ceramics] (Ceramics-1.10.2-1.1.6b.jar) 
    UCHIJA    Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
    UCHIJA    chancecubes{1.10.2-3.0.1.207} [Chance Cubes] (ChanceCubes-1.10.2-3.0.1.207.jar) 
    UCHIJA    mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
    UCHIJA    CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA    CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA    CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA    ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar) 
    UCHIJA    ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) 
    UCHIJA    chickens{4.3.2} [Chickens] (chickens-4.3.2.jar) 
    UCHIJA    chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar) 
    UCHIJA    chiselsandbits{12.15} [Chisels & Bits] (chiselsandbits-12.15.jar) 
    UCHIJA    clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar) 
    UCHIJA    shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
    UCHIJA    clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) 
    UCHIJA    clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) 
    UCHIJA    cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.9.4-0.10.9.jar) 
    UCHIJA    colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar) 
    UCHIJA    commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.3.jar) 
    UCHIJA    controlling{1.0.5} [Controlling] (Controlling-1.0.5.jar) 
    UCHIJA    cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar) 
    UCHIJA    ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCHIJA    ctm{MC1.10.2-0.2.2.24} [CTM] (CTM-MC1.10.2-0.2.2.24.jar) 
    UCHIJA    custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar) 
    UCHIJA    Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar) 
    UCHIJA    darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) 
    UCHIJA    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar) 
    UCHIJA    props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar) 
    UCHIJA    defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar) 
    UCHIJA    dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcake-1.9.4-0.0.1.jar) 
    UCHIJA    draconicevolution{2.1.6} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.6.263-universal.jar) 
    UCHIJA    DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar) 
    UCHIJA    StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
    UCHIJA    bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar) 
    UCHIJA    elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
    UCHIJA    endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
    UCHIJA    EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) 
    UCHIJA    energyconverters{1.0.0.26} [Energy Converters] (energyconverters_1.10.2-1.0.0.26.jar) 
    UCHIJA    engineersworkshop{1.3.6-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.6-1.10.2.jar) 
    UCHIJA    valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
    UCHIJA    environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
    UCHIJA    etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar) 
    UCHIJA    exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar) 
    UCHIJA    excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar) 
    UCHIJA    ExtraBitManipulation{1.10.2-2.5.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.5.1.jar) 
    UCHIJA    zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar) 
    UCHIJA    bigreactors{1.10.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.30.jar) 
    UCHIJA    fairylights{2.1.2} [Fairy Lights] (fairylights-2.1.2-1.10.2.jar) 
    UCHIJA    farmingforblockheads{1.1.16} [Farming for Blockheads] (FarmingForBlockheads_1.10.2-1.1.16.jar) 
    UCHIJA    flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
    UCHIJA    sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar) 
    UCHIJA    fluxnetworks{1.2.8} [FluxNetworks] (FluxNetworks-1.10.2-1.2.8.jar) 
    UCHIJA    foamfix{@VERSION@} [FoamFix] (foamfix-0.7.2-anarchy.jar) 
    UCHIJA    forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar) 
    UCHIJA    ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
    UCHIJA    ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
    UCHIJA    fw{1.5.1} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.1.jar) 
    UCHIJA    Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar) 
    UCHIJA    GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar) 
    UCHIJA    advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) 
    UCHIJA    googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar) 
    UCHIJA    gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar) 
    UCHIJA    grue{1.3.5} [Grue] (Grue-1.9.4-1.3.5.jar) 
    UCHIJA    gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar) 
    UCHIJA    hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar) 
    UCHIJA    hatchery{0.3.21} [Hatchery] (hatchery-1.10.2-0.3.21.jar) 
    UCHIJA    headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar) 
    UCHIJA    hopperducts{1.4.8.1} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.1.jar) 
    UCHIJA    hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar) 
    UCHIJA    immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar) 
    UCHIJA    LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
    UCHIJA    InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) 
    UCHIJA    mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) 
    UCHIJA    initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar) 
    UCHIJA    integrateddynamics{0.7.12} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.7.12.jar) 
    UCHIJA    integratedtunnels{1.2.5} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.2.5.jar) 
    UCHIJA    inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar) 
    UCHIJA    ironbackpacks{1.10.2-2.2.31} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.31.jar) 
    UCHIJA    ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
    UCHIJA    yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar) 
    UCHIJA    itsbecauseuhasnogoodspawn{1.0.5} [ItsBecauseUHasNoGoodSpawn] (ItsBecauseUHasNoGoodSpawn-1.0.5.jar) 
    UCHIJA    ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.10.2-0.1.0.jar) 
    UCHIJA    journeymap{1.10.2-5.5.0b4} [JourneyMap] (journeymap-1.10.2-5.5.0b4.jar) 
    UCHIJA    kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) 
    UCHIJA    llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar) 
    UCHIJA    literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar) 
    UCHIJA    boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) 
    UCHIJA    lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar) 
    UCHIJA    mercurius{1.0.6} [Mercurius] (Mercurius-1.10.2-1.0.6.jar) 
    UCHIJA    minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar) 
    UCHIJA    minicoal{1.1.0} [MiniCoal] (minicoal-1.1.0.jar) 
    UCHIJA    natura{1.10.2-4.1.0.80} [Natura] (natura-1.10.2-4.1.0.80.jar) 
    UCHIJA    missing_pieces{4.3.0} [Missing Pieces] (missing_pieces-1.10.2-4.3.0.jar) 
    UCHIJA    randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar) 
    UCHIJA    roots{0.208} [Roots] (roots-0.208.jar) 
    UCHIJA    moarsigns{4.2.3.9} [MoarSigns] (MoarSigns-1.10.2-4.2.3.9.jar) 
    UCHIJA    mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar) 
    UCHIJA    modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) 
    UCHIJA    morechickens{1.1.6} [More Chickens] (MoreChickens-1.10.2-1.1.6.jar) 
    UCHIJA    shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar) 
    UCHIJA    moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar) 
    UCHIJA    Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    UCHIJA    mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) 
    UCHIJA    mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar) 
    UCHIJA    mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) 
    UCHIJA    mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar) 
    UCHIJA    Neat{1.3-12} [Neat] (Neat 1.3-12.jar) 
    UCHIJA    nice{0.1.0} [Nice] (nice-0.1.0.jar) 
    UCHIJA    notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
    UCHIJA    oreexcavation{1.2.102} [OreExcavation] (OreExcavation-1.2.102.jar) 
    UCHIJA    packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar) 
    UCHIJA    harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) 
    UCHIJA    shetiphiancore{3.3.11} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.11.jar) 
    UCHIJA    platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar) 
    UCHIJA    reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    UCHIJA    quantumstorage{3.3.6} [QuantumStorage] (QuantumStorage-1.10.2-3.3.6.jar) 
    UCHIJA    rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) 
    UCHIJA    reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    UCHIJA    refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) 
    UCHIJA    rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar) 
    UCHIJA    redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) 
    UCHIJA    reliquia{0.0.7} [Reliquia] (Reliquia-[1.10.2]-0.0.7.jar) 
    UCHIJA    ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
    UCHIJA    rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar) 
    UCHIJA    rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar) 
    UCHIJA    rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar) 
    UCHIJA    woodenshears{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Wooden Shears] (SBM-WoodenShears-1.10.2-0.0.1b2-universal.jar) 
    UCHIJA    scanner{1.4.1} [Scanner] (scanner-1.5.2.jar) 
    UCHIJA    shearmadness{1.10.2} [Shear Madness] (shearmadness-1.10.2-1.7.0.4.jar) 
    UCHIJA    SimpleAchievements{MC1.9.4-1.2.2-28} [Simple Achievements] (SimpleAchievements-MC1.9.4-1.2.2-28.jar) 
    UCHIJA    simplebarrels{1.26e} [Simple Barrels] (simplebarrels-1.26e.jar) 
    UCHIJA    simplecorn{2.2.0} [Simple Corn] (simpleCorn-1.10.2-2.2.0.jar) 
    UCHIJA    simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar) 
    UCHIJA    SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar) 
    UCHIJA    simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar) 
    UCHIJA    snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar) 
    UCHIJA    solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar) 
    UCHIJA    stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar) 
    UCHIJA    rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
    UCHIJA    beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar) 
    UCHIJA    tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
    UCHIJA    tp{1.1.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.1.0.jar) 
    UCHIJA    torchmaster{1.4.1.34} [TorchMaster] (torchmaster_1.10.2-1.4.1.34.jar) 
    UCHIJA    Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar) 
    UCHIJA    ts2k16{1.0.3} [Twerk-Sim 2K16] (TS2K16-1.0.3.jar) 
    UCHIJA    twitchcrumbs{2.0.4} [Twitchcrumbs] (Twitchcrumbs_1.10.2-2.0.4.jar) 
    UCHIJA    voidcup{1.0} [voidcup] (voidcup-1.10.2-0.0.1.jar) 
    UCHIJA    waddles{0.5.4} [Waddles] (Waddles-1.10.2-0.5.4.jar) 
    UCHIJA    wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar) 
    UCHIJA    icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar) 
    UCHIJA    wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar) 
    UCHIJA    withercrumbs{@version@} [Wither Crumbs] (witherCrumbs-1.10.2-0.9.jar) 
    UCHIJA    xprings{1.3.0} [Experience Rings] (xprings-1.10-1.3.0.jar) 
    UCHIJA    unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar) 
    UD    BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar) 
    Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
  shetiphian.core.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)
  
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  lumien.randomthings.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
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
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
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
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  li.cil.oc.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
  squeek.applecore.asm.TransformerModuleHandler
llibrary (llibrary-1.7.7-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
  team.chisel.ctm.client.asm.CTMTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
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
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
  me.superckl.biometweaker.core.BiomeTweakerASMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1007' Renderer: 'AMD Radeon HD 5450'
    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)
        - WailaIntegration (Enabled/Not Forced)

    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)

    NotEnoughItems Invalid Fingerprint Reports: 
    CodeChickenLib Invalid Fingerprint Reports: 
    CodeChickenCore Invalid Fingerprint Reports: 
    EnderStorage Invalid Fingerprint Reports: 
    List of loaded APIs: 
        * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
        * AppleCoreAPI (2.3.0) from AppleCore-mc1.10.2-2.2.2.jar
        * Base|API (1.0.0) from base-1.10.2-1.4.0.jar
        * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
        * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.30.jar
        * BiomeTweakerAPI (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|event (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|object (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|pack (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|wrapper (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|util (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
        * BotaniaAPI (85) from Botania r1.9-341.jar
        * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.18.jar
        * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
        * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.15.jar
        * CoFHAPI (1.8.9R1.2.0B1) from rangedpumps-0.3.jar
        * cofhapi (1.5.0) from SimplyJetpacks2-1.10.2-2.1.3.55.jar
        * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
        * cofhapi|energy (1.5.0) from hatchery-1.10.2-0.3.21.jar
        * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
        * cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.3.jar
        * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
        * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * CSLib|API (0.3.0) from Decocraft-2.4.2_1.10.2.jar
        * ctm-api (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.6.263-universal.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
        * 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.8.jar
        * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
        * HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.21.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.7.12.jar
        * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.31.jar
        * journeymap|client-api (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-display (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-event (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-model (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-util (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
        * mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar
        * MoarSigns|API (1.2) from MoarSigns-1.10.2-4.2.3.9.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.6.2.7.jar
        * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * PsiAPI (2) from Psi-r1.0-42.jar
        * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * shearmadness.api (@API_VERSION@) from shearmadness-1.10.2-1.7.0.4.jar
        * shearmadness_api_plumbing (1.0) from shearmadness-1.10.2-1.7.0.4.jar
        * sonarapi (1.0.1) from SonarCore-1.10.2-3.3.0.jar
        * stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
        * stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
        * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.26.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.7.10-1.2.0) from refinedstorage-1.2.26.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
        * SuperScript (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|command (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|object (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|util (1.1.239) from BiomeTweaker-1.10.2-2.3.239.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.17-B31_1.10.2.jar
        * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
        * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
        * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
        * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
    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 mcjtylib-1.1x-2.4.3.jar).
                    It is a supported version, but that difference may lead to problems.
                 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/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Nick/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203%20(1)/mods/BrandonsCore-1.10.2-2.1.12.130-universal.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!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 2.13.6.142
        Mixin Status: 1
        Runtime Debofucsation 1
        RenderEngine: 0
    Translocator Invalid Fingerprint Reports: 
    Launched Version: forge-12.18.3.2511
    LWJGL: 2.9.4
    OpenGL: AMD Radeon HD 5450 GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1007, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz

 

Link to comment
Share on other sites

Thanks for update @brunyman  

But error still persist still same error can you change my spawn location.

 

Attaching crash log

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  literalascension (literalascension-1.10.2-1.0.2.2.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
  llibrary (llibrary-1.7.7-1.10.2.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
Contact their authors BEFORE contacting forge

// I just don't know what went wrong :(

Time: 6/30/18 2:38 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
    at org.cyclops.colossalchests.tileentity.TileColossalChest.isStructureComplete(TileColossalChest.java:474)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.updateTileEntity(TileColossalChest.java:281)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.updateTicking(CyclopsTileEntity.java:94)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.access$000(CyclopsTileEntity.java:38)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity$TickingTileComponent.func_73660_a(CyclopsTileEntity.java:347)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.func_73660_a(TileColossalChest.java:75)
    at net.minecraft.world.World.func_72939_s(World.java:1804)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1789)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java: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 org.cyclops.colossalchests.tileentity.TileColossalChest.isStructureComplete(TileColossalChest.java:474)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.updateTileEntity(TileColossalChest.java:281)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.updateTicking(CyclopsTileEntity.java:94)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.access$000(CyclopsTileEntity.java:38)
    at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity$TickingTileComponent.func_73660_a(CyclopsTileEntity.java:347)
    at org.cyclops.colossalchests.tileentity.TileColossalChest.func_73660_a(TileColossalChest.java:75)

-- Block entity being ticked --
Details:
    Name: colossalchests:colossalChest // org.cyclops.colossalchests.tileentity.TileColossalChest
    Block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (9480,90,-2817), Chunk: (at 8,5,15 in 592,-177; contains blocks 9472,0,-2832 to 9487,255,-2817), Region: (18,-6; contains chunks 576,-192 to 607,-161, blocks 9216,0,-3072 to 9727,255,-2561)
    Actual block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Actual block data value: 6 / 0x6 / 0b0110
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1804)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['ThakurZ'/23906, l='MpServer', x=9471.50, y=76.00, z=-2816.50]]
    Chunk stats: MultiplayerChunkCache: 74, 74
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (168,64,252), Chunk: (at 8,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 413748951 game time, 26712290 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 2 total; [EntitySlime['Slime'/24117, l='MpServer', x=9478.28, y=41.06, z=-2788.23], EntityPlayerSP['ThakurZ'/23906, l='MpServer', x=9471.50, y=76.00, z=-2816.50]]
    Retry entities: 0 total; []
    Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.11-SNAPSHOT:6104354:1217) <- fml,forge,sponge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:529)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java: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_172, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1391696696 bytes (1327 MB) / 4073717760 bytes (3885 MB) up to 4073717760 bytes (3885 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024M -Xmx4096M -XX:MaxPermSize=256M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.32 Powered by Forge 12.18.3.2316 Optifine OptiFine_1.10.2_HD_U_E7 198 mods loaded, 197 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJA    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJA    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar) 
    UCHIJA    Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar) 
    UCHIJA    NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) 
    UCHIJA    OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar) 
    UCHIJA    foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
    UCHIJA    ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) 
    UCHIJA    fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar) 
    UCHIJA    actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
    UCHIJA    CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) 
    UCHIJA    CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
    UCHIJA    EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
    UCHIJA    JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
    UCHIJA    OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar) 
    UCHIJA    actuallycomputers{1.0.0} [ActuallyComputers] (actuallycomputers-1.0.0.jar) 
    UCHIJA    Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar) 
    UCHIJA    extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.3.jar) 
    UCHIJA    flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar) 
    UCHIJA    AppleCore{2.2.2} [AppleCore] (AppleCore-mc1.10.2-2.2.2.jar) 
    UCHIJA    apple_shields{0.1.7} [apple_shields] (AppleShields-0.1.7.jar) 
    UCHIJA    appleskin{1.0.8} [AppleSkin] (AppleSkin-mc1.10.2-1.0.8.jar) 
    UCHIJA    autopackager{1.6.4b} [AutoPackager] (autopackager-1.6.4b.jar) 
    UCHIJA    Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    UCHIJA    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCHIJA    baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar) 
    UCHIJA    crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCHIJA    MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCHIJA    base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar) 
    UCHIJA    bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar) 
    UCHIJA    bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) 
    UCHIJA    betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) 
    UCHIJA    betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar) 
    UCHIJA    biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar) 
    UCHIJA    BlockDispenser{1.0} [BlockDispenser] (BlockDispenser-1.0-1.jar) 
    UCHIJA    guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    UCHIJA    BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) 
    UCHIJA    bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) 
    UCHIJA    Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) 
    UCHIJA    brandonscore{2.1.12} [Brandon's Core] (BrandonsCore-1.10.2-2.1.12.130-universal.jar) 
    UCHIJA    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    UCHIJA    tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
    UCHIJA    ceramics{1.10.2-1.1.6b} [Ceramics] (Ceramics-1.10.2-1.1.6b.jar) 
    UCHIJA    Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
    UCHIJA    chancecubes{1.10.2-3.0.1.207} [Chance Cubes] (ChanceCubes-1.10.2-3.0.1.207.jar) 
    UCHIJA    mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
    UCHIJA    CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA    CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA    CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) 
    UCHIJA    ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar) 
    UCHIJA    ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) 
    UCHIJA    chickens{4.3.2} [Chickens] (chickens-4.3.2.jar) 
    UCHIJA    chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar) 
    UCHIJA    chiselsandbits{12.15} [Chisels & Bits] (chiselsandbits-12.15.jar) 
    UCHIJA    clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar) 
    UCHIJA    shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
    UCHIJA    clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) 
    UCHIJA    clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) 
    UCHIJA    cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.9.4-0.10.9.jar) 
    UCHIJA    colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar) 
    UCHIJA    commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.3.jar) 
    UCHIJA    controlling{1.0.5} [Controlling] (Controlling-1.0.5.jar) 
    UCHIJA    cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar) 
    UCHIJA    ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCHIJA    ctm{MC1.10.2-0.2.2.24} [CTM] (CTM-MC1.10.2-0.2.2.24.jar) 
    UCHIJA    custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar) 
    UCHIJA    Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar) 
    UCHIJA    darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) 
    UCHIJA    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar) 
    UCHIJA    props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar) 
    UCHIJA    defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar) 
    UCHIJA    dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcake-1.9.4-0.0.1.jar) 
    UCHIJA    draconicevolution{2.1.6} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.6.263-universal.jar) 
    UCHIJA    DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar) 
    UCHIJA    StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
    UCHIJA    bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar) 
    UCHIJA    elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
    UCHIJA    endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
    UCHIJA    EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) 
    UCHIJA    energyconverters{1.0.0.26} [Energy Converters] (energyconverters_1.10.2-1.0.0.26.jar) 
    UCHIJA    engineersworkshop{1.3.6-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.6-1.10.2.jar) 
    UCHIJA    valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
    UCHIJA    environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
    UCHIJA    etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar) 
    UCHIJA    exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar) 
    UCHIJA    excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar) 
    UCHIJA    ExtraBitManipulation{1.10.2-2.5.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.5.1.jar) 
    UCHIJA    zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar) 
    UCHIJA    bigreactors{1.10.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.30.jar) 
    UCHIJA    fairylights{2.1.2} [Fairy Lights] (fairylights-2.1.2-1.10.2.jar) 
    UCHIJA    farmingforblockheads{1.1.16} [Farming for Blockheads] (FarmingForBlockheads_1.10.2-1.1.16.jar) 
    UCHIJA    flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
    UCHIJA    sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar) 
    UCHIJA    fluxnetworks{1.2.8} [FluxNetworks] (FluxNetworks-1.10.2-1.2.8.jar) 
    UCHIJA    foamfix{@VERSION@} [FoamFix] (foamfix-0.7.2-anarchy.jar) 
    UCHIJA    forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar) 
    UCHIJA    ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
    UCHIJA    ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
    UCHIJA    fw{1.5.1} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.1.jar) 
    UCHIJA    Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar) 
    UCHIJA    GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar) 
    UCHIJA    advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) 
    UCHIJA    googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar) 
    UCHIJA    gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar) 
    UCHIJA    grue{1.3.5} [Grue] (Grue-1.9.4-1.3.5.jar) 
    UCHIJA    gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar) 
    UCHIJA    hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar) 
    UCHIJA    hatchery{0.3.21} [Hatchery] (hatchery-1.10.2-0.3.21.jar) 
    UCHIJA    headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar) 
    UCHIJA    hopperducts{1.4.8.1} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.1.jar) 
    UCHIJA    hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar) 
    UCHIJA    immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar) 
    UCHIJA    LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
    UCHIJA    InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) 
    UCHIJA    mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) 
    UCHIJA    initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar) 
    UCHIJA    integrateddynamics{0.7.12} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.7.12.jar) 
    UCHIJA    integratedtunnels{1.2.5} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.2.5.jar) 
    UCHIJA    inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar) 
    UCHIJA    ironbackpacks{1.10.2-2.2.31} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.31.jar) 
    UCHIJA    ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
    UCHIJA    yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar) 
    UCHIJA    itsbecauseuhasnogoodspawn{1.0.5} [ItsBecauseUHasNoGoodSpawn] (ItsBecauseUHasNoGoodSpawn-1.0.5.jar) 
    UCHIJA    ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.10.2-0.1.0.jar) 
    UCHIJA    journeymap{1.10.2-5.5.0b4} [JourneyMap] (journeymap-1.10.2-5.5.0b4.jar) 
    UCHIJA    kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) 
    UCHIJA    llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar) 
    UCHIJA    literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar) 
    UCHIJA    boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) 
    UCHIJA    lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar) 
    UCHIJA    mercurius{1.0.6} [Mercurius] (Mercurius-1.10.2-1.0.6.jar) 
    UCHIJA    minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar) 
    UCHIJA    minicoal{1.1.0} [MiniCoal] (minicoal-1.1.0.jar) 
    UCHIJA    natura{1.10.2-4.1.0.80} [Natura] (natura-1.10.2-4.1.0.80.jar) 
    UCHIJA    missing_pieces{4.3.0} [Missing Pieces] (missing_pieces-1.10.2-4.3.0.jar) 
    UCHIJA    randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar) 
    UCHIJA    roots{0.208} [Roots] (roots-0.208.jar) 
    UCHIJA    moarsigns{4.2.3.9} [MoarSigns] (MoarSigns-1.10.2-4.2.3.9.jar) 
    UCHIJA    mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar) 
    UCHIJA    modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) 
    UCHIJA    morechickens{1.1.6} [More Chickens] (MoreChickens-1.10.2-1.1.6.jar) 
    UCHIJA    shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar) 
    UCHIJA    moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar) 
    UCHIJA    Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    UCHIJA    mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) 
    UCHIJA    mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar) 
    UCHIJA    mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) 
    UCHIJA    mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar) 
    UCHIJA    Neat{1.3-12} [Neat] (Neat 1.3-12.jar) 
    UCHIJA    nice{0.1.0} [Nice] (nice-0.1.0.jar) 
    UCHIJA    notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
    UCHIJA    oreexcavation{1.2.102} [OreExcavation] (OreExcavation-1.2.102.jar) 
    UCHIJA    packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar) 
    UCHIJA    harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) 
    UCHIJA    shetiphiancore{3.3.11} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.11.jar) 
    UCHIJA    platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar) 
    UCHIJA    reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    UCHIJA    quantumstorage{3.3.6} [QuantumStorage] (QuantumStorage-1.10.2-3.3.6.jar) 
    UCHIJA    rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) 
    UCHIJA    reauth{3.5.2} [ReAuth] (ReAuth-3.5.2.jar) 
    UCHIJA    reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    UCHIJA    refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) 
    UCHIJA    rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar) 
    UCHIJA    redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) 
    UCHIJA    reliquia{0.0.7} [Reliquia] (Reliquia-[1.10.2]-0.0.7.jar) 
    UCHIJA    ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
    UCHIJA    rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar) 
    UCHIJA    rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar) 
    UCHIJA    rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar) 
    UCHIJA    woodenshears{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Wooden Shears] (SBM-WoodenShears-1.10.2-0.0.1b2-universal.jar) 
    UCHIJA    scanner{1.4.1} [Scanner] (scanner-1.5.2.jar) 
    UCHIJA    Schematica{1.7.8.153} [Schematica] (Schematica-1.10.2-1.7.8.153-universal.jar) 
    UCHIJA    shearmadness{1.10.2} [Shear Madness] (shearmadness-1.10.2-1.7.0.4.jar) 
    UCHIJA    SimpleAchievements{MC1.9.4-1.2.2-28} [Simple Achievements] (SimpleAchievements-MC1.9.4-1.2.2-28.jar) 
    UCHIJA    simplebarrels{1.26e} [Simple Barrels] (simplebarrels-1.26e.jar) 
    UCHIJA    simplecorn{2.2.0} [Simple Corn] (simpleCorn-1.10.2-2.2.0.jar) 
    UCHIJA    simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar) 
    UCHIJA    SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar) 
    UCHIJA    simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar) 
    UCHIJA    snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar) 
    UCHIJA    solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar) 
    UCHIJA    stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar) 
    UCHIJA    rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
    UCHIJA    beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar) 
    UCHIJA    tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
    UCHIJA    tp{1.1.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.1.0.jar) 
    UCHIJA    torchmaster{1.4.1.34} [TorchMaster] (torchmaster_1.10.2-1.4.1.34.jar) 
    UCHIJA    Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar) 
    UCHIJA    ts2k16{1.0.3} [Twerk-Sim 2K16] (TS2K16-1.0.3.jar) 
    UCHIJA    twitchcrumbs{2.0.4} [Twitchcrumbs] (Twitchcrumbs_1.10.2-2.0.4.jar) 
    UCHIJA    voidcup{1.0} [voidcup] (voidcup-1.10.2-0.0.1.jar) 
    UCHIJA    waddles{0.5.4} [Waddles] (Waddles-1.10.2-0.5.4.jar) 
    UCHIJA    wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar) 
    UCHIJA    icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar) 
    UCHIJA    wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar) 
    UCHIJA    withercrumbs{@version@} [Wither Crumbs] (witherCrumbs-1.10.2-0.9.jar) 
    UCHIJA    xprings{1.3.0} [Experience Rings] (xprings-1.10-1.3.0.jar) 
    UCHIJA    unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar) 
    UD    BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar) 
    Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
  shetiphian.core.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)
  
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  lumien.randomthings.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
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
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
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
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  li.cil.oc.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
  squeek.applecore.asm.TransformerModuleHandler
llibrary (llibrary-1.7.7-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
  team.chisel.ctm.client.asm.CTMTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
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
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
  me.superckl.biometweaker.core.BiomeTweakerASMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1007' Renderer: 'AMD Radeon HD 5450'
    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)
        - WailaIntegration (Enabled/Not Forced)

    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)

    NotEnoughItems Invalid Fingerprint Reports: 
    CodeChickenLib Invalid Fingerprint Reports: 
    CodeChickenCore Invalid Fingerprint Reports: 
    EnderStorage Invalid Fingerprint Reports: 
    List of loaded APIs: 
        * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
        * AppleCoreAPI (2.3.0) from AppleCore-mc1.10.2-2.2.2.jar
        * Base|API (1.0.0) from base-1.10.2-1.4.0.jar
        * Baubles|API (1.3.1.2) from xprings-1.10-1.3.0.jar
        * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.30.jar
        * BiomeTweakerAPI (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|event (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|object (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|pack (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|script|wrapper (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BiomeTweakerAPI|util (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
        * BotaniaAPI (85) from Botania r1.9-341.jar
        * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
        * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.18.jar
        * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
        * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.15.jar
        * CoFHAPI (1.8.9R1.2.0B1) from EngineersWorkshop-1.3.6-1.10.2.jar
        * cofhapi (1.5.0) from ImmersiveEngineering-0.10-61.jar
        * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from SonarCore-1.10.2-3.3.0.jar
        * cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
        * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.3.jar
        * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
        * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
        * CSLib|API (0.3.0) from Decocraft-2.4.2_1.10.2.jar
        * ctm-api (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.6.263-universal.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 MoarSigns-1.10.2-4.2.3.9.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.8.jar
        * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
        * HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.21.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.7.12.jar
        * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.31.jar
        * journeymap|client-api (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-display (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-event (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-model (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * journeymap|client-api-util (1.4-SNAPSHOT) from journeymap-1.10.2-5.5.0b4.jar
        * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
        * mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar
        * MoarSigns|API (1.2) from MoarSigns-1.10.2-4.2.3.9.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.6.2.7.jar
        * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * PsiAPI (2) from Psi-r1.0-42.jar
        * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * SchematicaAPI (1.1) from Schematica-1.10.2-1.7.8.153-universal.jar
        * SchematicaAPI|Events (1.1) from Schematica-1.10.2-1.7.8.153-universal.jar
        * shearmadness.api (@API_VERSION@) from shearmadness-1.10.2-1.7.0.4.jar
        * shearmadness_api_plumbing (1.0) from shearmadness-1.10.2-1.7.0.4.jar
        * sonarapi (1.0.1) from SonarCore-1.10.2-3.3.0.jar
        * stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
        * stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
        * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
        * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
        * SuperScript (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|command (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|object (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
        * SuperScript|util (1.1.239) from BiomeTweaker-1.10.2-2.3.239.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.17-B31_1.10.2.jar
        * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
        * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
        * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
        * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
    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.):
                  * Optifine is installed. This is NOT supported.
                  * 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 SonarCore-1.10.2-3.3.0.jar).
                    It is a supported version, but that difference may lead to problems.
                  * Our API got loaded from MoarSigns-1.10.2-4.2.3.9.jar. That's unexpected.
                 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/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Nick/Documents/CraftersLand%20Launcher/instances/skyfactory3/minecraft/mods/BrandonsCore-1.10.2-2.1.12.130-universal.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!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 2.13.6.142
        Mixin Status: 1
        Runtime Debofucsation 1
        RenderEngine: 1
    Translocator Invalid Fingerprint Reports: 
    Launched Version: 1.10.2
    LWJGL: 2.9.4
    OpenGL: AMD Radeon HD 5450 GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1007, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz
    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.1151.1007
    OpenGlRenderer: AMD Radeon HD 5450
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 8

 

Link to comment
Share on other sites

Spoiler

-- Block entity being ticked --
Details:
    Name: colossalchests:colossalChest // org.cyclops.colossalchests.tileentity.TileColossalChest
    Block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (9480,90,-2817), Chunk: (at 8,5,15 in 592,-177; contains blocks 9472,0,-2832 to 9487,255,-2817), Region: (18,-6; contains chunks 576,-192 to 607,-161, blocks 9216,0,-3072 to 9727,255,-2561)
    Actual block type: ID #1078 (tile.blocks.colossalchests.colossalChest // org.cyclops.colossalchests.block.ColossalChest)
    Actual block data value: 6 / 0x6 / 0b0110
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1804)

 

Pls remove block and chest near coordinates 9480,90,-2817.. i guess this will fix my issue or crashing.

@brunyman

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site you agree to the following Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.