Ex Compressum

Ex Compressum

22M Downloads

Server Crash, XU trying to compressed level from air

Trcx528 opened this issue ยท 0 comments

commented

I've had this happen a couple of times, but it is not consistent. Crash report below.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  IC2core (industrialcraft-2-2.6.71-ex110.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
Contact their authors BEFORE contacting forge

// Quite honestly, I wouldn't worry myself about that.

Time: 9/28/16 5:29 AM
Description: Ticking player

java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=compression_level_gravel, clazz=class java.lang.Integer, values=[1, 2]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
    at com.rwtema.extrautils2.blocks.BlockCompressed.func_176195_g(BlockCompressed.java:105)
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185887_b(BlockStateContainer.java:390)
    at net.minecraft.item.ItemTool.func_179218_a(ItemTool.java:73)
    at net.blay09.mods.excompressum.item.ItemCompressedHammer.func_179218_a(ItemCompressedHammer.java:57)
    at net.minecraft.item.ItemStack.func_179548_a(ItemStack.java:336)
    at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:324)
    at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:113)
    at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:246)
    at net.minecraft.world.World.func_72866_a(World.java:1964)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:1934)
    at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:648)
    at net.minecraft.world.World.func_72939_s(World.java:1726)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    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 net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
    at com.rwtema.extrautils2.blocks.BlockCompressed.func_176195_g(BlockCompressed.java:105)
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185887_b(BlockStateContainer.java:390)
    at net.minecraft.item.ItemTool.func_179218_a(ItemTool.java:73)
    at net.blay09.mods.excompressum.item.ItemCompressedHammer.func_179218_a(ItemCompressedHammer.java:57)
    at net.minecraft.item.ItemStack.func_179548_a(ItemStack.java:336)
    at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:324)
    at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:113)
    at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:246)
    at net.minecraft.world.World.func_72866_a(World.java:1964)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:1934)

-- Player being ticked --
Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 3380
    Entity Name: Thrilkill04
    Entity's Exact location: 39.95, 65.00, 258.97
    Entity's Block location: World: (39,65,258), Chunk: (at 7,4,2 in 2,16; contains blocks 32,0,256 to 47,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:648)
    at net.minecraft.world.World.func_72939_s(World.java:1726)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)

-- Affected level --
Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['Thrilkill04'/3380, l='world', x=39.95, y=65.00, z=258.97]]
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: 2068224888502485933
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (40,64,244), Chunk: (at 8,4,4 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 6018660 game time, 6060321 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 7434 (now: false), thunder time: 25754 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    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: Linux (amd64) version 4.4.0-36-generic
    Java Version: 1.8.0_101, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1043613248 bytes (995 MB) / 1852571648 bytes (1766 MB) up to 1852571648 bytes (1766 MB)
    JVM Flags: 4 total; -Xms1800m -Xmx1800m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.32 Powered by Forge 12.18.1.2094 49 mods loaded, 49 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.1.2094-universal.jar) 
    UCHIJAAAA   Forge{12.18.1.2094} [Minecraft Forge] (forge-1.10.2-12.18.1.2094-universal.jar) 
    UCHIJAAAA   AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCHIJAAAA   Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar) 
    UCHIJAAAA   bdlib{1.12.2.12} [BD Lib] (bdlib-1.12.2.12-mc1.10.2.jar) 
    UCHIJAAAA   guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar) 
    UCHIJAAAA   ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar) 
    UCHIJAAAA   JEI{3.10.0.267} [Just Enough Items] (jei_1.10.2-3.10.0.267.jar) 
    UCHIJAAAA   BloodMagic{1.9.4-2.1.0-63} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-63.jar) 
    UCHIJAAAA   Botania{r1.9-323} [Botania] (Botania r1.9-323.jar) 
    UCHIJAAAA   Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar) 
    UCHIJAAAA   chisel{MC1.9.4-0.0.6.46} [Chisel] (Chisel-MC1.9.4-0.0.6.46.jar) 
    UCHIJAAAA   mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar) 
    UCHIJAAAA   chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar) 
    UCHIJAAAA   IC2{2.6.71-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.71-ex110.jar) 
    UCHIJAAAA   CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar) 
    UCHIJAAAA   cookingforblockheads{4.2.15} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.15.jar) 
    UCHIJAAAA   MineTweaker3{3.0.11} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.11.jar) 
    UCHIJAAAA   StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar) 
    UCHIJAAAA   bitdrawers{0.31} [Drawers & Bits] (DrawersBits-1.10.2-0.31.jar) 
    UCHIJAAAA   endercore{1.10.2-0.4.1.55-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.55-beta.jar) 
    UCHIJAAAA   Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
    UCHIJAAAA   EnderIO{1.10.2-3.0.1.112_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.112_beta.jar) 
    UCHIJAAAA   exnihiloomnia{1.1.0} [Ex Nihilo Omnia] (exnihiloomnia-1.1.0.jar) 
    UCHIJAAAA   excompressum{2.0.40} [Ex Compressum] (ExCompressum_1.10.2-2.0.40.jar) 
    UCHIJAAAA   forestry{5.2.12.258} [Forestry] (forestry_1.10.2-5.2.12.258.jar) 
    UCHIJAAAA   advgenerators{0.9.20.14} [Advanced Generators] (generators-0.9.20.14-mc1.10.2.jar) 
    UCHIJAAAA   gravestone{1.5.6} [Gravestone] (GraveStone Mod 1.5.6.jar) 
    UCHIJAAAA   inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
    UCHIJAAAA   ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) 
    UCHIJAAAA   journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar) 
    UCHIJAAAA   jet_packs{1.0.0} [Just JetPacks] (Just-Jetpacks-1.10.2-1.0.0.jar) 
    UCHIJAAAA   mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar) 
    UCHIJAAAA   Mekanism{9.2.0} [Mekanism] (Mekanism-1.10.2-9.2.0.292.jar) 
    UCHIJAAAA   MekanismGenerators{9.2.0} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.0.292.jar) 
    UCHIJAAAA   MekanismTools{9.2.0} [MekanismTools] (MekanismTools-1.10.2-9.2.0.292.jar) 
    UCHIJAAAA   modtweaker{2.0.3} [Mod Tweaker] (ModTweaker2-2.0.3.jar) 
    UCHIJAAAA   Morphtool{1.0-6} [Morph-o-Tool] (Morph-o-Tool-1.0-6.jar) 
    UCHIJAAAA   Morpheus{1.10.2-3.1.7} [Morpheus] (Morpheus-1.10.2-3.1.7.jar) 
    UCHIJAAAA   harvestcraft{1.9.4-1.10.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2d.jar) 
    UCHIJAAAA   progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar) 
    UCHIJAAAA   Psi{r1.0-38} [Psi] (Psi-r1.0-38.jar) 
    UCHIJAAAA   refinedstorage{1.0.5} [Refined Storage] (refinedstorage-1.0.5.jar) 
    UCHIJAAAA   xreliquary{1.10.2-1.3.3.543} [Reliquary] (Reliquary-1.10.2-1.3.3.543.jar) 
    UCHIJAAAA   rftools{5.24} [RFTools] (rftools-1.10-5.24.jar) 
    UCHIJAAAA   rftoolsdim{4.30beta50} [RFTools Dimensions] (rftoolsdim-1.10-4.30beta50.jar) 
    UCHIJAAAA   SolarFluxReborn{1.4r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-1.4r.jar) 
    UCHIJAAAA   tconstruct{1.10.2-2.5.2.jenkins352} [Tinkers' Construct] (TConstruct-1.10.2-2.5.2.jar) 
    Loaded coremods (and transformers): 
SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
IC2core (industrialcraft-2-2.6.71-ex110.jar)

EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/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)

    List of loaded APIs: 
        * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
        * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-63.jar
        * BotaniaAPI (80) from Botania r1.9-323.jar
        * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.46.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.46.jar
        * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.1.jar
        * CoFHAPI (1.8.9R1.2.0B1) from ExCompressum_1.10.2-2.0.40.jar
        * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from SolarFluxReborn_1.10.2-1.4r.jar
        * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-2.1.2.jar
        * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
        * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.112_beta.jar
        * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.112_beta.jar
        * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.112_beta.jar
        * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.112_beta.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.12.258.jar
        * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.12.258.jar
        * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
        * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
        * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
        * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
        * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
        * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
        * JustEnoughItemsAPI (4.3.0) from jei_1.10.2-3.10.0.267.jar
        * McJtyLib (1.10-2.1.2) from mcjtylib-1.10-2.1.2.jar
        * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
        * PsiAPI (2) from Psi-r1.0-38.jar
        * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.0.5.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.0.5.jar
        * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
        * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
        * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.0.5.jar
        * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.0.5.jar
        * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.0.5.jar
        * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
        * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
    EnderIO: No known problems detected.
    Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/TileEnergyHandler.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/shared/Minecraft/trcxpack%201.10.2%20Skyblock/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/TileEnergyHandler.class

    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['Thrilkill04'/3380, l='world', x=39.95, y=65.00, z=258.97]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)