Jump to content

Welcome to FTB Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!
Photo

HELP! FTB crashes when joining a server

ftb crash server horizons:daybreaker

1 reply to this topic

#1
_J4ngo_

_J4ngo_

    Newbie

  • Members
  • Pip
  • 1 posts
  • IGN:_J4ngo_
  • Modpack:FTB Horizons

FTB Horizons: Daybreaker:

 

Since yesterday, everytime I try to log in to our private server, my whole client crashes. It worked perfectly fine before and I think I haven't changed anything since then. I tried fixing the error myself, but I couldn't figure it out, I need your help guys!

 

Some Informations:

I'm running the newest version of Java 64-bit.

I've already tried removing my userdata in the server files, made everything buggy, but kinda worked, so I think I've got a problem with the server.

 

 

This is what the server console says:
[18:27:17] [User Authenticator #3/INFO]: UUID of player _J4ngo_ is 3fc56a87-8d6c-4892-864d-60b4374ed682
[18:27:18] [Server thread/INFO]: _J4ngo_[***********] logged in with entity id 824 at (4399.300000011921, 72.0, 4845.638481594096)
[18:27:18] [Server thread/INFO]: _J4ngo_ joined the game
[18:27:31] [Server thread/INFO]: _J4ngo_ lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[18:27:31] [Server thread/INFO]: _J4ngo_ left the game

 

This is what the crash report says:

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 20.08.15 18:23
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at chbachman.armour.items.armour.logic.LPUpgradeLogic.healArmour(LPUpgradeLogic.java:30)
    at chbachman.api.item.UpgradeLogic.onArmourTick(UpgradeLogic.java:176)
    at chbachman.armour.items.armour.ItemModularArmour.onArmorTick(ItemModularArmour.java:78)
    at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:319)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
    at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
    at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:42)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
    at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
    at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:62)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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 --
Stacktrace:
    at chbachman.armour.items.armour.logic.LPUpgradeLogic.healArmour(LPUpgradeLogic.java:30)
    at chbachman.api.item.UpgradeLogic.onArmourTick(UpgradeLogic.java:176)
    at chbachman.armour.items.armour.ItemModularArmour.onArmorTick(ItemModularArmour.java:78)
    at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:319)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
    at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
    at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:42)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
    at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
    at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:62)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
    Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
    Entity ID: 824
    Entity Name: _J4ngo_
    Entity's Exact location: 4399,30, 73,62, 4845,64
    Entity's Block location: World: (4399,73,4845), Chunk: (at 15,4,13 in 274,302; contains blocks 4384,0,4832 to 4399,255,4847), Region: (8,9; contains chunks 256,288 to 287,319, blocks 4096,0,4608 to 4607,255,5119)
    Entity's Momentum: 0,00, 0,00, 0,00
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1887)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [GCEntityClientPlayerMP['_J4ngo_'/824, l='MpServer', x=4399,30, y=73,62, z=4845,64]]
    Chunk stats: MultiplayerChunkCache: 348, 348
    Level seed: 0
    Level generator: ID 04 - RWG, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (4844,71,4732), Chunk: (at 12,4,12 in 302,295; contains blocks 4832,0,4720 to 4847,255,4735), Region: (9,9; contains chunks 288,288 to 319,319, blocks 4608,0,4608 to 5119,255,5119)
    Level time: 7390872 game time, 5993622 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: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 92 total; [EntityMinecartChest['entity.MinecartChest.name'/897, l='MpServer', x=4445,50, y=25,50, z=4776,50], EntityCreeper['Creeper'/1153, l='MpServer', x=4442,50, y=111,00, z=4874,50], EntityBat['Bat'/898, l='MpServer', x=4433,44, y=46,47, z=4773,34], EntityChicken['Chicken'/899, l='MpServer', x=4437,53, y=75,00, z=4779,53], EntityMinecartChest['entity.MinecartChest.name'/900, l='MpServer', x=4448,50, y=26,50, z=4787,50], EntityCreeper['Creeper'/1156, l='MpServer', x=4390,50, y=58,00, z=4808,50], EntityBat['Bat'/901, l='MpServer', x=4389,72, y=15,06, z=4922,59], EntityCreeper['Creeper'/1157, l='MpServer', x=4392,50, y=58,00, z=4809,50], EntityBat['Bat'/902, l='MpServer', x=4387,78, y=17,28, z=4917,59], EntityCreeper['Creeper'/903, l='MpServer', x=4413,53, y=69,00, z=4922,97], EntitySkeleton['Skeleton'/904, l='MpServer', x=4361,59, y=72,00, z=4916,16], GCEntityClientPlayerMP['_J4ngo_'/824, l='MpServer', x=4399,30, y=73,62, z=4845,64], EntityChicken['Chicken'/926, l='MpServer', x=4423,47, y=72,00, z=4767,63], EntityMinecartChest['entity.MinecartChest.name'/927, l='MpServer', x=4479,50, y=23,50, z=4876,50], EntityZombie['Zombie'/929, l='MpServer', x=4429,31, y=35,38, z=4924,31], EntitySpider['Spider'/930, l='MpServer', x=4416,72, y=70,00, z=4923,56], EntityMinecartChest['entity.MinecartChest.name'/931, l='MpServer', x=4329,50, y=28,34, z=4783,50], EntityMinecartChest['entity.MinecartChest.name'/932, l='MpServer', x=4323,50, y=29,50, z=4776,50], EntityCreeper['Creeper'/933, l='MpServer', x=4329,50, y=66,00, z=4775,50], EntityChicken['Chicken'/934, l='MpServer', x=4332,41, y=67,00, z=4768,63], EntityChicken['Chicken'/825, l='MpServer', x=4408,06, y=75,00, z=4833,53], EntityZombie['Zombie'/826, l='MpServer', x=4390,50, y=40,00, z=4859,50], EntityMinecartChest['entity.MinecartChest.name'/827, l='MpServer', x=4391,50, y=31,50, z=4830,50], EntityCreeper['Creeper'/828, l='MpServer', x=4391,50, y=71,00, z=4817,50], EntityMobEnderman['Enderman'/1084, l='MpServer', x=4509,50, y=43,00, z=4976,50], EntityChicken['Chicken'/829, l='MpServer', x=4385,75, y=69,00, z=4831,31], EntityBat['Bat'/830, l='MpServer', x=4411,50, y=26,09, z=4828,44], EntityItem['item.item.bone'/831, l='MpServer', x=4402,06, y=71,13, z=4823,38], EntityChicken['Chicken'/832, l='MpServer', x=4364,56, y=72,00, z=4844,53], EntityChicken['Chicken'/834, l='MpServer', x=4388,44, y=69,00, z=4808,56], EntityZombie['Zombie'/835, l='MpServer', x=4394,31, y=38,28, z=4866,56], EntityMRUPresence['entity.essentialcraft.ec3.common.entity.EntityMRUPresence.name'/836, l='MpServer', x=4372,50, y=32,50, z=4874,50], EntityChicken['Chicken'/964, l='MpServer', x=4456,59, y=71,00, z=4767,78], EntitySpider['Spider'/837, l='MpServer', x=4353,56, y=70,00, z=4858,13], EntityZombie['Zombie'/965, l='MpServer', x=4473,66, y=62,00, z=4775,09], EntityPig['Pig'/838, l='MpServer', x=4357,03, y=70,00, z=4829,97], EntityZombie['Zombie'/966, l='MpServer', x=4477,50, y=62,00, z=4770,97], EntityChicken['Chicken'/839, l='MpServer', x=4406,59, y=73,00, z=4805,59], EntityZombie['Zombie'/967, l='MpServer', x=4471,47, y=62,00, z=4769,78], EntitySpider['Spider'/840, l='MpServer', x=4401,56, y=72,00, z=4804,75], EntityChicken['Chicken'/841, l='MpServer', x=4425,56, y=85,00, z=4827,41], EntityPig['Pig'/842, l='MpServer', x=4425,50, y=85,00, z=4828,38], EntityPig['Pig'/843, l='MpServer', x=4427,34, y=83,00, z=4826,53], EntityMinecartChest['entity.MinecartChest.name'/844, l='MpServer', x=4409,50, y=34,50, z=4864,50], EntityChicken['Chicken'/845, l='MpServer', x=4413,47, y=85,00, z=4871,56], EntityMinecartChest['entity.MinecartChest.name'/846, l='MpServer', x=4356,50, y=30,50, z=4866,50], EntityChicken['Chicken'/847, l='MpServer', x=4366,56, y=71,00, z=4804,47], EntityChicken['Chicken'/848, l='MpServer', x=4418,41, y=76,00, z=4807,75], EntityChicken['Chicken'/849, l='MpServer', x=4419,53, y=78,00, z=4814,44], EntitySpider['Spider'/850, l='MpServer', x=4427,50, y=102,00, z=4866,50], EntityChicken['Chicken'/851, l='MpServer', x=4349,34, y=70,00, z=4847,47], EntityMinecartChest['entity.MinecartChest.name'/852, l='MpServer', x=4389,50, y=28,50, z=4784,50], EntitySpider['Spider'/853, l='MpServer', x=4392,50, y=62,00, z=4795,50], EntityCreeper['Creeper'/854, l='MpServer', x=4395,44, y=53,00, z=4784,03], EntityBat['Bat'/855, l='MpServer', x=4368,50, y=37,34, z=4881,75], EntitySpider['Spider'/856, l='MpServer', x=4373,22, y=72,00, z=4894,63], EntityCreeper['Creeper'/857, l='MpServer', x=4348,44, y=70,00, z=4857,94], EntityMinecartChest['entity.MinecartChest.name'/858, l='MpServer', x=4401,50, y=20,50, z=4793,50], EntityMinecartChest['entity.MinecartChest.name'/859, l='MpServer', x=4403,50, y=20,50, z=4796,50], EntityChicken['Chicken'/860, l='MpServer', x=4432,44, y=83,00, z=4817,47], EntityItem['item.item.egg'/861, l='MpServer', x=4412,66, y=79,13, z=4881,53], EntityChicken['Chicken'/862, l='MpServer', x=4356,53, y=69,00, z=4882,44], EntityItem['item.item.egg'/863, l='MpServer', x=4361,28, y=69,13, z=4885,34], EntitySpider['Spider'/864, l='MpServer', x=4367,72, y=70,00, z=4895,16], EntityMinecartChest['entity.MinecartChest.name'/865, l='MpServer', x=4348,47, y=30,34, z=4809,09], EntityChicken['Chicken'/866, l='MpServer', x=4347,44, y=67,00, z=4810,38], EntityChicken['Chicken'/867, l='MpServer', x=4339,59, y=64,00, z=4807,53], EntitySkeleton['Skeleton'/868, l='MpServer', x=4356,50, y=31,00, z=4793,50], EntitySkeleton['Skeleton'/869, l='MpServer', x=4359,84, y=31,00, z=4797,25], EntityCreeper['Creeper'/870, l='MpServer', x=4360,50, y=31,00, z=4789,50], EntityZombie['Zombie'/871, l='MpServer', x=4438,69, y=57,00, z=4876,22], EntityZombie['Zombie'/872, l='MpServer', x=4439,03, y=58,00, z=4875,31], EntitySkeleton['Skeleton'/873, l='MpServer', x=4438,31, y=56,00, z=4877,16], EntitySkeleton['Skeleton'/874, l='MpServer', x=4460,50, y=52,00, z=4842,50], EntityMinecartChest['entity.MinecartChest.name'/875, l='MpServer', x=4397,50, y=38,50, z=4901,47], EntityCreeper['Creeper'/876, l='MpServer', x=4387,50, y=71,00, z=4904,50], EntityMinecartChest['entity.MinecartChest.name'/877, l='MpServer', x=4372,50, y=34,50, z=4902,47], EntityChicken['Chicken'/878, l='MpServer', x=4332,56, y=70,00, z=4831,59], EntityCreeper['Creeper'/880, l='MpServer', x=4412,66, y=25,00, z=4780,00], EntityMinecartChest['entity.MinecartChest.name'/881, l='MpServer', x=4341,50, y=28,50, z=4785,50], EntityZombie['Zombie'/882, l='MpServer', x=4436,00, y=38,00, z=4895,41], EntityZombie['Zombie'/883, l='MpServer', x=4433,94, y=38,00, z=4894,53], EntitySkeleton['Skeleton'/884, l='MpServer', x=4334,50, y=76,00, z=4877,50], EntityCreeper['Creeper'/885, l='MpServer', x=4323,50, y=63,00, z=4813,50], EntityZombie['Zombie'/886, l='MpServer', x=4421,25, y=25,00, z=4779,75], EntityChicken['Chicken'/887, l='MpServer', x=4430,44, y=75,00, z=4776,56], EntityZombie['Zombie'/890, l='MpServer', x=4462,91, y=11,06, z=4805,84], EntityMinecartChest['entity.MinecartChest.name'/891, l='MpServer', x=4451,50, y=25,50, z=4874,47], EntitySkeleton['Skeleton'/892, l='MpServer', x=4426,06, y=26,00, z=4898,50], EntitySkeleton['Skeleton'/893, l='MpServer', x=4422,50, y=25,00, z=4897,50], EntityZombie['Zombie'/894, l='MpServer', x=4341,50, y=65,00, z=4907,50], EntityZombie['Zombie'/1150, l='MpServer', x=4442,50, y=44,00, z=4783,50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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.7.10
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_60, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1947153480 bytes (1856 MB) / 4166516736 bytes (3973 MB) up to 15157690368 bytes (14455 MB)
    JVM Flags: 6 total; -Xms256M -Xmx16261M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m -XX:PermSize=128M -XX:MaxPermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 132 mods loaded, 132 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.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJA    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
    UCHIJA    Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
    UCHIJA    AppleMilkCore{1.0.3} [AppleMilkCore] (minecraft.jar)
    UCHIJA    CodeChickenCore{1.0.6.43} [codeChicken Core] (minecraft.jar)
    UCHIJA    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJA    NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
    UCHIJA    OpenComputers|Core{1.0.0} [OpenComputers (Core)] (minecraft.jar)
    UCHIJA    PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
    UCHIJA    OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
    UCHIJA    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJA    debug{1.0} [debug] (denseores-1.6.2.jar)
    UCHIJA    DCsAppleMilk{1.7.10_2.7c} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.7c.jar)
    UCHIJA    AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
    UCHIJA    amtgen{1.4.2} [AMT Generators] (AMT_Generators-1.7.10-1.4.2.jar)
    UCHIJA    koresample{1.7.10-1.3.0} [Kore Sample] (KoreSample-1.7.10-1.3.0.jar)
    UCHIJA    StorageDrawers{1.7.10-1.5.6} [Storage Drawers] (StorageDrawers-1.7.10-1.5.6.jar)
    UCHIJA    dendrology{1.7.10-1.5.1} [Ancient Trees] (AncientTrees-1.7.10-1.5.1.jar)
    UCHIJA    aobdbb{1.0.4} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.4.jar)
    UCHIJA    AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
    UCHIJA    DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.7c.jar)
    UCHIJA    CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
    UCHIJA    asielib{0.4.0} [asielib] (AsieLib-1.7.10-0.4.0.jar)
    UCHIJA    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJA    aura{0.1r0} [Aura Cascade] (AuraCascade-452.jar)
    UCHIJA    autopackager{1.5.2} [AutoPackager] (autopackager-1.5.3.jar)
    UCHIJA    bdlib{1.8.2.92} [BD Lib] (bdlib-1.8.2.92-mc1.7.10.jar)
    UCHIJA    BloodArsenal{1.1-12} [Blood Arsenal] (BloodArsenal-1.7.10-1.1-12.jar)
    UCHIJA    qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
    UCHIJA    bluepower{0.2.945} [Blue Power] (BluePower-1.7.10-0.2.945-universal.jar)
    UCHIJA    CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
    UCHIJA    ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
    UCHIJA    ForgeMultipart{1.2.0.344} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
    UCHIJA    chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar)
    UCHIJA    Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
    UCHIJA    chiseltones{@VERSION@} [Chisel Tones] (ChiselTones-1.7.10-1.0-1.jar)
    UCHIJA    clockworkphase{1.7.10_1.0f} [Clockwork Phase] (clockworkphase-1.7.10_1.0f.jar)
    UCHIJA    EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
    UCHIJA    OpenComputers{1.5.12.26} [OpenComputers] (OpenComputers-MC1.7.10-1.5.12.26-universal.jar)
    UCHIJA    Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
    UCHIJA    GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.344.jar)
    UCHIJA    Mekanism{8.1.3} [Mekanism] (Mekanism-1.7.10-8.1.3.231.jar)
    UCHIJA    computronics{1.5.0} [Computronics] (Computronics-1.7.10-1.5.0.jar)
    UCHIJA    CustomMainMenu{1.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.2.jar)
    UCHIJA    props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
    UCHIJA    difficultlife{1.1.1710.11} [Difficult Life] (DifficultLife-1.2.1710.3.jar)
    UCHIJA    DummyCore{1.12} [DummyCore] (DummyCore1.12.jar)
    UCHIJA    Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
    UCHIJA    emashercore{1.3.0.0} [ET Resources] (EngineersToolbox-1.2.0.6-BETA.jar)
    UCHIJA    emasherdefense{1.3.0.0} [ET Defense] (EngineersToolbox-1.2.0.6-BETA.jar)
    UCHIJA    eng_toolbox{1.2.0.6} [Engineer's Toolbox] (EngineersToolbox-1.2.0.6-BETA.jar)
    UCHIJA    gascraft{2.1.0.0} [GasCraft] (EngineersToolbox-1.2.0.6-BETA.jar)
    UCHIJA    EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
    UCHIJA    RefinedRelocation{1.0.8b} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.8b.jar)
    UCHIJA    EnhancedInventories{1.7.10-1.0.13} [Enhanced Inventories] (EnhancedInventories-1.7.10-1.0.13.jar)
    UCHIJA    ec3toprojecte{1.0} [ec3toprojecte] (EssentialCraftv4.5.1710.208.jar)
    UCHIJA    essentialcraft{4.5.1710.208} [Essential Craft 3] (EssentialCraftv4.5.1710.208.jar)
    UCHIJA    ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-85.jar)
    UCHIJA    ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
    UCHIJA    farseek{1.0.8} [Farseek] (Farseek-1.0.8.jar)
    UCHIJA    FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
    UCHIJA    Steamcraft{0.28.7} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.7.jar)
    UCHIJA    FloodLights{0.4.3} [Flood Lights] (FloodLights-1.7.10-0.4.3-62.jar)
    UCHIJA    framez{0.2} [Framez] (Framez-1.7.10-0.2-32-universal.jar)
    UCHIJA    GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.344.jar)
    UCHIJA    GardenCore{1.7.10-1.6.3} [Garden Core] (GardenStuff-1.7.10-1.6.3.jar)
    UCHIJA    GardenContainers{1.7.10-1.6.3} [Garden Containers] (GardenStuff-1.7.10-1.6.3.jar)
    UCHIJA    GardenStuff{1.7.10-1.6.3} [Garden Stuff] (GardenStuff-1.7.10-1.6.3.jar)
    UCHIJA    GardenTrees{1.7.10-1.6.3} [Garden Trees] (GardenStuff-1.7.10-1.6.3.jar)
    UCHIJA    GekosLasers{1.7.10R0.7} [Geko's Lasers] (GekosLasers-1.7.10-0.7.jar)
    UCHIJA    advgenerators{0.9.14.79} [Advanced Generators] (generators-0.9.14.79-mc1.7.10.jar)
    UCHIJA    guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
    UCHIJA    HardcoreEnderExpansion{1.8.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion  MC-1.7.10  v1.8.1.jar)
    UCHIJA    headcrumbs{1.3.1} [Headcrumbs] (Headcrumbs-1.3.1.jar)
    UCHIJA    ibench{1.0.12} [iBench] (ibench-1.7.10-1.0.12.jar)
    UCHIJA    IGWMod{1.1.3-18} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.3-18-universal.jar)
    UCHIJA    inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
    UCHIJA    ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
    UCHIJA    journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0rc3-unlimited.jar)
    UCHIJA    LatCoreMC{1.6.9} [LatCoreMC] (LatCoreMC-1.7.10-1.6.9.4.jar)
    UCHIJA    LatBlocks{1.6.9} [LatBlocks] (LatBlocks-1.7.10-1.6.9.2.jar)
    UCHIJA    LomLib{3.2.0} [LomLib] (LomLib-1.7.10-3.2.0-universal.jar)
    UCHIJA    magnanimoustools{0.1.6} [Magnanimous Tools] (MagTools-1.7.10-0.1.6.jar)
    UCHIJA    malisiscore{1.7.10-0.11.4} [MalisisCore] (malisiscore-1.7.10-0.11.4.jar)
    UCHIJA    malisisdoors{1.7.10-1.6} [Malisis' Doors] (malisisdoors-1.7.10-1.6.jar)
    UCHIJA    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
    UCHIJA    mo{0.3.4.1} [Matter Overdrive] (MatterOverdrive-0.3.4.1.jar)
    UCHIJA    MekanismGenerators{8.1.3} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.3.231.jar)
    UCHIJA    MekanismTools{8.1.3} [MekanismTools] (MekanismTools-1.7.10-8.1.3.231.jar)
    UCHIJA    MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar)
    UCHIJA    MineTweaker3{3.0.9} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9.jar)
    UCHIJA    testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
    UCHIJA    ModularArmour{1.0.0} [Modular Armour] (ModularArmour-1.7.10-1.0.12-35.jar)
    UCHIJA    NEIAddons{1.12.8.30} [NEI Addons] (neiaddons-1.12.8.30-mc1.7.10.jar)
    UCHIJA    NEIAddons|AppEng{1.12.8.30} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.30-mc1.7.10.jar)
    UCHIJA    NEIAddons|Botany{1.12.8.30} [NEI Addons: Botany] (neiaddons-1.12.8.30-mc1.7.10.jar)
    UCHIJA    NEIAddons|Forestry{1.12.8.30} [NEI Addons: Forestry] (neiaddons-1.12.8.30-mc1.7.10.jar)
    UCHIJA    NEIAddons|CraftingTables{1.12.8.30} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.30-mc1.7.10.jar)
    UCHIJA    NEIAddons|ExNihilo{1.12.8.30} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.30-mc1.7.10.jar)
    UCHIJA    neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
    UCHIJA    neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95.jar)
    UCHIJA    ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
    UCHIJA    OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
    UCHIJA    OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
    UCHIJA    openmodularturrets{1.3.8} [Open Modular Turrets] (OpenModularTurrets-1.7.10-1.3.8-35.jar)
    UCHIJA    OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
    UCHIJA    OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar)
    UCHIJA    OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
    UCHIJA    particlephysics{@MAJOR@.@MINOR@.@BUILD@} [Particle Physics] (ParticlePhysics-1.7.10-1.0.44.jar)
    UCHIJA    progressiveautomation{1.6.16} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.16.jar)
    UCHIJA    quantumflux{1.7.10-1.2.0} [QuantumFlux] (QuantumFlux-1.7.10-1.2.0.jar)
    UCHIJA    quiverchevsky{b100} [QuiverBow] (QuiverBow_1.7.10_b100.zip)
    UCHIJA    RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
    UCHIJA    Redstonic{1.4.6} [Redstonic] (Redstonic-v1.4.6.jar)
    UCHIJA    ResourceLoader{1.0} [Resource Loader] (ResourceLoader-1.0.jar)
    UCHIJA    rftools{3.10} [RFTools] (rftools-3.10.jar)
    UCHIJA    rfwindmill{0.7a} [RF Windmill] (rfwindmill-1.7.10-0.7a.jar)
    UCHIJA    RouterReborn{1.2.0.19} [Router Reborn] (RouterReborn-1.7.10-1.2.0.19-universal.jar)
    UCHIJA    RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
    UCHIJA    Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
    UCHIJA    SanguineExtras{1.3.2} [Sanguine Utilities] (Sanguine Utilities-1.3.2.jar)
    UCHIJA    Silicio{1.6.9} [Silicio] (Silicio-1.7.10-1.6.9.2.jar)
    UCHIJA    simplecondenser{1.0.1} [Simple Condensers] (Simple Condensers-1.7.10-1.0.1-universal.jar)
    UCHIJA    SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar)
    UCHIJA    streams{0.1.4} [Streams] (Streams-0.1.4.jar)
    UCHIJA    ttCore{MC1.7.10-0.1.1-77} [ttCore] (ttCore-MC1.7.10-0.1.1-77.jar)
    UCHIJA    wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar)
    UCHIJA    XPT{1.0.4} [XP Teleporters] (XPTeleporters-1.7.10-1.0.4.jar)
    UCHIJA    McMultipart{1.2.0.344} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
    UCHIJA    aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3.jar)
    UCHIJA    denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
    UCHIJA    ForgeMicroblock{1.2.0.344} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
    GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel® HD Graphics 4600'
    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    Class transformer null safety: all safe
    CoFHCore: -[1.7.10]3.0.2-262
    ThermalFoundation: -[1.7.10]1.0.0-85
    Mantle Environment: Environment healthy.
    List of loaded APIs:
        * AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar
        * AppleMilkTeaAPI|appliance (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|charge (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|charm (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|core (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|edibles (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|energy (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|events (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|plants (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|potion (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * AppleMilkTeaAPI|recipe (2.7) from AppleMilkTea2-1.7.10_2.7c.jar
        * asielibAPI (1.1) from AsieLib-1.7.10-0.4.0.jar
        * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.0.jar
        * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.0.jar
        * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.0.jar
        * Baubles|API (1.0.1.10) from LatCoreMC-1.7.10-1.6.9.4.jar
        * bluepowerAPI (1.0) from BluePower-1.7.10-0.2.945-universal.jar
        * BuildCraftAPI|blocks (1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|blueprints (1.2) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|boards (1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|core (1.0) from extrautilities-1.2.6.jar
        * BuildCraftAPI|events (1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|facades (1.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|filler (4.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|fuels (2.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|gates (4.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|items (1.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|library (1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|power (1.3) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|recipes (2.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|robotics (1.2) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|statements (1.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|tablet (1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|tiles (1.2) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|tools (1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * BuildCraftAPI|transport (4.0) from RouterReborn-1.7.10-1.2.0.19-universal.jar
        * ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
        * ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
        * CoFHAPI (1.7.10R1.0.2) from FloodLights-1.7.10-0.4.3-62.jar
        * CoFHAPI|block (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.19-universal.jar
        * CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHAPI|energy (1.7.10R1.0.1) from ProgressiveAutomation-1.7.10-1.6.16.jar
        * CoFHAPI|fluid (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.19-universal.jar
        * CoFHAPI|inventory (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHAPI|item (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHAPI|tileentity (1.7.10R1.0.12) from EngineersToolbox-1.2.0.6-BETA.jar
        * CoFHAPI|transport (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.19-universal.jar
        * CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|gui|element|listbox (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|inventory (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|render (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|render|particle (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|util|helpers (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|util|position (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
        * ComputerCraft|API (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * ComputerCraft|API|FileSystem (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * ComputerCraft|API|Lua (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * ComputerCraft|API|Media (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * ComputerCraft|API|Peripheral (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * ComputerCraft|API|Redstone (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * ComputerCraft|API|Turtle (1.73) from Silicio-1.7.10-1.6.9.2.jar
        * computronicsAPI (1.2) from Computronics-1.7.10-1.5.0.jar
        * computronicsAPI|chat (1.2) from Computronics-1.7.10-1.5.0.jar
        * computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.5.0.jar
        * computronicsAPI|tape (1.0) from Computronics-1.7.10-1.5.0.jar
        * CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
        * EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
        * framezAPI (0) from Framez-1.7.10-0.2-32-universal.jar
        * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.344.jar
        * GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.3.jar
        * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
        * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
        * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.95.jar
        * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
        * OpenComputersAPI|Component (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Core (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Driver (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Driver|Item (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Event (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|FileSystem (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Internal (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Machine (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Manual (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Network (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenComputersAPI|Prefab (5.5.0) from OpenComputers-MC1.7.10-1.5.12.26-universal.jar
        * OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
        * RailcraftAPI|bore (1.0.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|carts (1.3.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|core (1.3.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|crafting (1.0.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|electricity (1.6.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|events (1.0.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|fuel (1.0.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|helpers (1.1.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|items (1.0.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|locomotive (1.0.1) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|signals (1.3.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RailcraftAPI|tracks (2.0.0) from EngineersToolbox-1.2.0.6-BETA.jar
        * RefinedRelocationAPI (1.0.0) from RefinedRelocation-1.7.10-1.0.8b.jar
        * Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-31.jar
        * SanguineExtras|API (1.1) from Sanguine Utilities-1.3.2.jar
        * WailaAPI (1.2) from LatCoreMC-1.7.10-1.6.9.4.jar
    Stencil buffer state: Function set: GL30, pool: forge, bits: 8
    Launched Version: 1.7.10
    LWJGL: 2.9.1
    OpenGL: Intel® HD Graphics 4600 GL version 4.3.0 - Build 10.18.15.4256, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

    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)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

 

 

 

Thanks for any help,

 

-J4ngo

 

 



#2
ZL123

ZL123

    Me.

  • Administrators
  • 2079 posts
  • Location:Not somewhere where people say a fake location to try to be funny
  • IGN:ZL123
  • Modpack:Private Pack

Looks like something to do with your modular armour. Try backing up the world and deleting your player.dat file and see if that works.


  • Aezex likes this

-ZL123
Hope I helped!

YT: http://youtube.com/ZL234
Twitter: https://twitter.com/ZL234




Reply to this topic



  



Also tagged with one or more of these keywords: ftb, crash, server, horizons:daybreaker

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users