mekanism / Mekanism

A mod for Minecraft
MIT License
1.38k stars 523 forks source link

Meknaism 7.1.2 server crash. #2088

Closed halvors closed 9 years ago

halvors commented 9 years ago

Server crash using the latest release (7.1.2)

Here is the crashlog: http://pastebin.com/fcWaKv23

halvors commented 9 years ago

Please merge this, or fix it in some other way. This is really killing a lot of servers...

unpairedbracket commented 9 years ago

I'll fix it when I'm able but I have 2 exams in the next 24 hours so I'm very busy at the moment

halvors commented 9 years ago

Ok, understand that :) Good luck with your exams :)

Barhandar commented 9 years ago

I wish you luck in fixing it in a not-crutch way.

unpairedbracket commented 9 years ago

The pull-request would require testing - I'm not sure if that function needs to be available on the server as well; if so it might just propagate the issue. Also if the build server isn't fixed yet I'd need to build and upload the release to github

Barhandar commented 9 years ago

You could try somehow getting World into that function, then just using World.isRemote in ifs so it doesn't even run the clientside code on the server while still being the same function.

Or FMLCommonHandler.instance().getSide() == Side.CLIENT.

halvors commented 9 years ago

Yeah. Not saying that it a "prefect" solution. But it fixed my crashes for now. The Mekanism developers knows more about how this function is intended to work. But thought i would share my fix :)

ZeekDaGeek commented 9 years ago

I'm also running into the same issue at the moment.

Correct me if I'm wrong but the problem and the crash results because of this line:

        if(MekanismGeneratorsClient.enableAmbientLighting)

In the server configs enableAmbientLighting is not assigned because it's not required. In order to fix the problem just assign "MekanismGeneratorsClient.enableAmbientLighting = false" for servers, correct?

halvors commented 9 years ago

No. Not exactly. There would need to be released a fix as the config variable you're talking about is client side only and it would only be read in the client configuration.

ZeekDaGeek commented 9 years ago

I'm not saying assign it in the configs for the server. I'm saying assign it in the ServerProxy side. Thats why I said "MekanismGeneratorsClient.enableAmbientLighting = false" and not "B:EnableAmbientLighting=false"

halvors commented 9 years ago

Oh i understand. Maybe that would work. But in that case you have to make code changes anyway. If it's urgent i could upload my compiled quick fix for this... I think the license allows that, let me check.

Barhandar commented 9 years ago

I'm not saying assign it in the configs for the server. I'm saying assign it in the ServerProxy side. Thats why I said "MekanismGeneratorsClient.enableAmbientLighting = false"

Then you'd have issues with mobs spawning near because client would see the light and server wouldn't.

halvors commented 9 years ago

Well, still better than crash ;-)

halvors commented 9 years ago

Here is my temporary workaround. But keep in mind, this should only be used on the server as the client 1.7.10-7.1.2.155 works just fine.

http://halvors.org/downloads/Mekanism-1.7.10-7.1.2.jar http://halvors.org/downloads/MekanismTools-1.7.10-7.1.2.jar http://halvors.org/downloads/MekanismGenerators-1.7.10-7.1.2.jar

unpairedbracket commented 9 years ago

@ZeekDaGeek is (mostly) correct. The variable needed to be moved to the CommonProxy, as the entire ClientProxy class is stripped from the jar by FML on the server-side. Stripping the getLightValue method as well would not crash, but would prevent desired server behaviour as it would presumably just use the super method from Block on the server.

I'll get around to fixing it properly now, sorry it took so long (if anyone happens to be an expert on the Kinetic Theory of Gases and Statistical Mechanics and wants to do my problem sheets for me I'll have more time this term to work on Mekanism :wink:). Seriously though, updates may be a bit slow going over the next 8 weeks due to both us devs being pretty busy with other education-type things. Nothing much can be done about it, unfortunately, but I'll try and find time to fix major issues like this one.

halvors commented 9 years ago

See that you fixed this in commit 2ced2e3860eb17b8021a210944331a5af7cb6848. But seems you forgot to remove the "@SideOnly(Side.CLIENT)" from inside loadConfiguration() in MekanismGenerators.java. So there is refactor here, but the server would still crash.

halvors commented 9 years ago

There you go :-)

unpairedbracket commented 9 years ago

Turns out I make mistakes when I'm tired :P

trismegistis commented 9 years ago

Hi Im getting this erorr that when searching led me here:

Encountered an unexpected exception net.minecraft.util.ReportedException: Exception ticking world at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:631) ~[MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.lang.IllegalArgumentException

trismegistis commented 9 years ago

---- Minecraft Crash Report ---- // There are four lights!

Time: 9/18/15 7:16 AM Description: Exception ticking world

java.lang.IllegalArgumentException at net.minecraft.util.WeightedRandom.func_76273_a(WeightedRandom.java:28) at net.minecraft.util.WeightedRandom.func_76271_a(WeightedRandom.java:60) at net.minecraft.world.SpawnerAnimals.func_77191_a(SpawnerAnimals.java:235) at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:424) at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279) at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:52) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) at net.minecraft.world.World.func_72964_e(World.java:419) at net.minecraft.world.SpawnerAnimals.func_151350_a(SpawnerAnimals.java:32) at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:100) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head -- Stacktrace: at net.minecraft.util.WeightedRandom.func_76273_a(WeightedRandom.java:28) at net.minecraft.util.WeightedRandom.func_76271_a(WeightedRandom.java:60) at net.minecraft.world.SpawnerAnimals.func_77191_a(SpawnerAnimals.java:235) at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:424) at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279) at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:52) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) at net.minecraft.world.World.func_72964_e(World.java:419) at net.minecraft.world.SpawnerAnimals.func_151350_a(SpawnerAnimals.java:32) at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:100) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)

-- Affected level -- Details: Level name: Technium All players: 1 total; [EntityPlayerMP['highshadow66'/786, l='Technium', x=2593.50, y=124.00, z=-1500.50]] Chunk stats: ServerChunkCache: 467 Drop: 0 Level seed: 5525599864617445540 Level generator: ID 05 - BIOMESOP, ver 0. Features enabled: true Level generator options: Level spawn location: World: (-408,64,1287), Chunk: (at 8,4,7 in -26,80; contains blocks -416,0,1280 to -401,255,1295), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535) Level time: 2784796 game time, 733516 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 159199 (now: false), thunder time: 72132 (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:625) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at fastcraft.K.a(F:21) at fastcraft.H.aq(F:157) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- 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(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1410727696 bytes (1345 MB) / 4080271360 bytes (3891 MB) up to 8375238656 bytes (7987 MB) JVM Flags: 26 total; -Xmx8G -Xms4G -Xmn2048m -Xincgc -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000 -XX:ParallelGCThreads=3 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 104 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 273 mods loaded, 273 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.05} Minecraft Coder Pack UCHIJAAAA FML{7.10.99.99} Forge Mod Loader UCHIJAAAA Forge{10.13.4.1492} Minecraft Forge UCHIJAAAA AM2-Preloader{0.0.2} AMCore UCHIJAAAA appliedenergistics2-core{rv3-alpha-6} Applied Energistics 2 Core UCHIJAAAA Aroma1997Core{1.0.2.15} Aroma1997Core UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core UCHIJAAAA FR-CORE{1.0.3} Floatable Rails UCHIJAAAA ivtoolkit{IvToolkit} 1.2 UCHIJAAAA MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks UCHIJAAAA NotEnoughItems{1.0.5.118} Not Enough Items UCHIJAAAA OpenComputers|Core{1.5.16.32} OpenComputers (Core) UCHIJAAAA OpenEye{0.6} OpenEye UCHIJAAAA technomCore{0.12.0A} Technomancy Core UCHIJAAAA backpacks16840{3.0.4} [Backpacks!](zz-backpacks 1.7.10 - 3.0.4.jar) UCHIJAAAA OpenModsCore{0.8} OpenModsCore UCHIJAAAA {000} CoFH ASM UCHIJAAAA HxCCore-ASM{1.8.1} HxCKDMS Core ASM UCHIJAAAA sapmanpack{2.5.1} SanAndreasPs Manager Pack CORE edition UCHIJAAAA WarpDriveCore{1.3.6} WarpDriveCore UCHIJAAAA FastCraft{1.22} FastCraft UCHIJAAAA debug{1.0} debug UCHIJAAAA battlegear2{1.7.10} Mine & Blade Battlegear 2 - Bullseye UCHIJAAAA AnimationAPI{1.2.4} AnimationAPI UCHIJAAAA arsmagica2{1.4.0.008} Ars Magica 2 UCHIJAAAA lucky{5.1.0} Lucky Block UCHIJAAAA securitycraft{v1.7.4.1} [SecurityCraft]([1.7.10] SecurityCraft v1.7.4.1.jar) UCHIJAAAA bspkrsCore{6.16} bspkrsCore UCHIJAAAA CrystalWing{1.7.10.r02} CrystalWing UCHIJAAAA FloatingRuins{1.7.10.r02} FloatingRuins UCHIJAAAA StartingInventory{1.7.10.r03} StartingInventory UCHIJAAAA Treecapitator{1.7.10} Treecapitator UCHIJAAAA CoFHCore{1.7.10R3.0.3} CoFH Core UCHIJAAAA BuildCraft|Core{7.0.23} BuildCraft UCHIJAAAA BuildCraft|Energy{7.0.23} BC Energy UCHIJAAAA ActuallyAdditions{1.7.10-0.0.8.1} Actually Additions UCHIJAAAA IC2{2.2.774-experimental} IndustrialCraft 2 UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels UCHIJAAAA appliedenergistics2{rv3-alpha-6} Applied Energistics 2 UCHIJAAAA bdlib{1.9.2.104} BD Lib UCHIJAAAA ae2stuff{0.5.0.4} AE2 Stuff UCHIJAAAA AncientWarfare{2.4.112-beta-MC1.7.10} Ancient Warfare Core UCHIJAAAA AncientWarfareAutomation{2.4.112-beta-MC1.7.10} Ancient Warfare Automation UCHIJAAAA AncientWarfareNEIPlugin{2.4.112-beta-MC1.7.10} Ancient Warfare NEI Plugin UCHIJAAAA AncientWarfareNpc{2.4.112-beta-MC1.7.10} Ancient Warfare NPCs UCHIJAAAA AncientWarfareStructure{2.4.112-beta-MC1.7.10} Ancient Warfare Structures UCHIJAAAA animalbikes{1.7.10} Animal Bikes UCHIJAAAA aobdbb{1.0.5} Another One Bites The Dust: Berry Bushes UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships UCHIJAAAA armourersWorkshop{1.7.10-0.36.0.92} Armourer's Workshop UCHIJAAAA plushieWrapper{0.0.0} Plushie Wrapper UCHIJAAAA Aroma1997CoreHelper{1.0.2.15} Aroma1997Core|Helper UCHIJAAAA AromaBackup{0.0.0.5.b17} AromaBackup UCHIJAAAA iChunUtil{4.2.2} iChunUtil UCHIJAAAA Grinder{4.0.0} Grinder UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded UCHIJAAAA Baubles{1.0.1.10} Baubles UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft UCHIJAAAA Waila{1.5.10} Waila UCHIJAAAA Automagy{0.26.3} Automagy UCHIJAAAA betterboat{1.0.0} Better Boat UCHIJAAAA betterrecords{1.7.10-1.1.9} Better Records UCHIJAAAA betterstorage{0.13.1.126} BetterStorage UCHIJAAAA BiblioCraft{1.10.5} BiblioCraft UCHIJAAAA malisiscore{1.7.10-0.12.9} MalisisCore UCHIJAAAA malisisdoors{1.7.10-1.10} Malisis' Doors UCHIJAAAA BigDoors{1.7.10-1.0.0} Big Doors UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} Thermal Foundation UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion UCHIJAAAA BigReactors{0.4.3A} Big Reactors UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} Mantle UCHIJAAAA Natura{2.2.0} Natura UCHIJAAAA BiomesOPlenty{2.1.0} Biomes O' Plenty UCHIJAAAA AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry UCHIJAAAA Botania{r1.7-219} [Botania](Botania r1.7-219.jar) UCHIJAAAA BrandonsCore{1.0.0.6} Brandon's Core UCHIJAAAA BuildCraft|Factory{7.0.23} BC Factory UCHIJAAAA BuildCraft|Silicon{7.0.23} BC Silicon UCHIJAAAA BuildCraft|Transport{7.0.23} BC Transport UCHIJAAAA BuildCraft|Builders{7.0.23} BC Builders UCHIJAAAA BuildCraft|Robotics{7.0.23} BC Robotics UCHIJAAAA Calculator{1.8.4} Calculator UCHIJAAAA CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar) UCHIJAAAA Railcraft{9.7.0.0} Railcraft UCHIJAAAA ForgeMultipart{1.2.0.345} Forge Multipart UCHIJAAAA chisel{2.5.0.43} Chisel 2 UCHIJAAAA ComputerCraft{1.74} ComputerCraft UCHIJAAAA MrTJPCoreMod{1.1.0.31} MrTJPCore UCHIJAAAA ProjRed|Core{4.7.0pre9.92} ProjectRed Core UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} ProjectRed Transmission UCHIJAAAA OpenComputers{1.5.16.32} OpenComputers UCHIJAAAA CompactMachines{1.7.10-1.20} Compact Machines UCHIJAAAA BuildMod{v1.0} [Build Mod](coroutil-1.1.3 for MC v1.7.10.jar) UCHIJAAAA CoroPets{v1.0} [CoroPets](coroutil-1.1.3 for MC v1.7.10.jar) UCHIJAAAA CoroAI{v1.0} [CoroAI](coroutil-1.1.3 for MC v1.7.10.jar) UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer](coroutil-1.1.3 for MC v1.7.10.jar) UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config](coroutil-1.1.3 for MC v1.7.10.jar) UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry](CraftHeraldry 1.1.3.jar) UCHIJAAAA craftingpillars{1.6.0} Crafting Pillars Mod UCHIJAAAA CrossbowMod2{a0.1.6} Crossbow Mod 2 UCHIJAAAA OmnisCore{0.1.0} [Omnis Core](OmnisCore-1.7.10 - 0.0.6-universal.jar) UCHIJAAAA ExtraUtilities{1.2.11} Extra Utilities UCHIJAAAA ImmersiveEngineering{0.5.4} Immersive Engineering UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct UCHIJAAAA dimensionalPockets{0.11.4.1} Dimensional Pockets UCHIJAAAA doggytalents{v1.9.0h} Doggy Talents UCHIJAAAA DraconicEvolution{1.0.2-snapshot_3} Draconic Evolution UCHIJAAAA dungeonpack{1.7.10-1.0} Dungeon Pack UCHIJAAAA EasyCrafting{1.7.10-2.0.1.16} Easy Crafting UCHIJAAAA eirairc{2.8.293} EiraIRC UCHIJAAAA elementalcreepers{4.3.0} [Elemental Creepers](Elemental Creepers-universal_1.7.10-4.3.0.jar) UCHIJAAAA Emotes{1.0} [Emotes](Emotes 1.0.1.jar) UCHIJAAAA eplus{3.0.2-d} Enchanting Plus UCHIJAAAA Enchiridion{1.3} [Enchiridion](Enchiridion 2-1.7.10-2.0.2a.jar) UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2](Enchiridion 2-1.7.10-2.0.2a.jar) UCHIJAAAA endercompass{1.1} Ender Compass UCHIJAAAA endercore{1.7.10-0.1.0.23_beta} EnderCore UCHIJAAAA Mekanism{8.1.7} Mekanism UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO UCHIJAAAA EnderTech{1.7.10-0.3.2.398} EnderTech UCHIJAAAA eng_toolbox{1.2.3.0} Engineer's Toolbox UCHIJAAAA enhancedportals{3.0.12} EnhancedPortals UCHIJAAAA exnihilo{1.38-46} Ex Nihilo UCHIJAAAA excore{1.0} EXCore UCHIJAAAA ExpandedRailsMod{1.5.1} Expanded Rails Mod UCHIJAAAA extracells{2.2.73} Extra Cells 2 UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10j.jar) UCHIJAAAA ExtraTiC{1.4.5} ExtraTiC UCHIJAAAA FlatSigns{2.1.0.19} Flat Signs UCHIJAAAA fluxfyre{0.3.0} FluxFyre UCHIJAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic](Forbidden Magic-1.7.10-0.57.jar) UCHIJAAAA HardcoreEnderExpansion{1.8.3} Hardcore Ender Expansion UCHIJAAAA Forestry{3.6.3.20} Forestry for Minecraft UCHIJAAAA ForgeEssentials{1.4.3} Forge Essentials UCHIJAAAA FortuneOres{2.0.5} FortuneOres UCHIJAAAA fossil{1.7.10 Build 7.2.1} Fossils and Archeology Revival UCHIJAAAA GardenContainers{1.7.10-1.6.8} Garden Containers UCHIJAAAA GardenCore{1.7.10-1.6.8} Garden Core UCHIJAAAA GardenStuff{1.7.10-1.6.8} Garden Stuff UCHIJAAAA GardenTrees{1.7.10-1.6.8} Garden Trees UCHIJAAAA GekosLasers{1.7.10R0.8} Geko's Lasers UCHIJAAAA gembuffs{1.3} Gem Buffs UCHIJAAAA advgenerators{0.9.18.112} Advanced Generators UCHIJAAAA ModGeochests{1.2.3} §aGeochests UCHIJAAAA gvc{0.6.1} §aGliby's§f Voice Chat Mod UCHIJAAAA GraviSuite{1.7.10-2.0.3} Graviation Suite UCHIJAAAA GraviGun{4.0.0-beta} GraviGun UCHIJAAAA guideapi{1.7.10-1.0.1-20} Guide-API UCHIJAAAA headcrumbs{1.6.0} Headcrumbs UCHIJAAAA healthindicator{1.0} [Health Indicator](Health Indicators-1.0.jar) UCHIJAAAA HoloInventory{1.9.1.116} HoloInventory UCHIJAAAA HardcoreQuesting{The Journey (4.2.4)} [Hardcore Questing Mode](HQM-The Journey %284.2.4%29.jar) UCHIJAAAA HxCCore{1.8.1} HxC-Core UCHIJAAAA HxCEnchants{2.1.8} HxC Enchants UCHIJAAAA Turbo{1.2.0} �e�nMinecraft Turbo UCHIJAAAA IC2Tweaks{1.2.0} �b�nIC2 Tweaks UCHIJAAAA TIcarus{1.0.0} Icarus UCHIJAAAA inventorytweaks{1.58-147-645ca10} Inventory Tweaks UCHIJAAAA invisizones{1.1.4} Invisi Zones UCHIJAAAA IronChest{6.0.62.742} Iron Chest UCHIJAAAA JABBA{1.2.1} JABBA UCHIJAAAA Pads{2.3.3} JumpPad++ UCHIJAAAA LLadders{0.5.0} Luppii's Ladders UCHIJAAAA LagFix{2.0.1} LagFix UCHIJAAAA latticemod{1.0} Lattice Mod UCHIJAAAA LightBridgesAndDoors{0.2.0} [kris91268's Light Bridges and Doors](Light Bridges and Doors V 2.0.zip) UCHIJAAAA lootbags{1.8.1} Loot Bags UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_3} Magical Crops UCHIJAAAA MagicBees{1.7.10-2.3.4} Magic Bees UCHIJAAAA malisisadvert{1.7.10-0.4.2} Malisis Advert UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} Mariculture UCHIJAAAA MariTech{1.0} Marine Technlogy UCHIJAAAA MekanismGenerators{8.1.7} MekanismGenerators UCHIJAAAA MekanismTools{8.1.7} MekanismTools UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2 UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla UCHIJAAAA MineTweaker3{3.0.9B} MineTweaker 3 UCHIJAAAA MTRM{1.0} MineTweakerRecipeMaker UCHIJAAAA MoarSigns{1.1.4} MoarSigns UCHIJAAAA modelcitizens{1.0.1} Model Citizens UCHIJAAAA modtweaker2{0.9.2} Mod Tweaker 2 UCHIJAAAA ModularArmour{1.0.0} Modular Armour UCHIJAAAA numina{0.4.0.128} Numina UCHIJAAAA powersuits{0.11.0.265} MachineMuse's Modular Powersuits UCHIJAAAA me{1.3.2.1} More Enchantments UCHIJAAAA AencEx{0.0.1} AencEx UCHIJAAAA moreplayermodels{1.7.10b} MorePlayerModels UCHIJAAAA cfm{3.4.8} §9MrCrayfish's Furniture Mod UCHIJAAAA NetherOres{1.7.10R2.3.1RC1} Nether Ores UCHIJAAAA NodalMechanics{1.7.10R1.0} NodalMechanics UCHIJAAAA OpenMods{0.8} OpenMods UCHIJAAAA OpenBlocks{1.4.4} OpenBlocks UCHIJAAAA openmodularturrets{2.1.3-163} Open Modular Turrets UCHIJAAAA OpenPeripheralCore{1.2} OpenPeripheralCore UCHIJAAAA OpenPeripheral{0.4} OpenPeripheralAddons UCHIJAAAA OpenPeripheralIntegration{0.3} OpenPeripheralIntegration UCHIJAAAA clayspawn{1.7.10a} [Pam's Clay Spawn](Pam's Clay Spawn 1.7.10a.jar) UCHIJAAAA planetguyLib{1.7} planetguyLib UCHIJAAAA PortalGun{4.0.0-beta-5} PortalGun UCHIJAAAA PowerConverters{1.7.10_3.2.1} Power Converters UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} ProjectRed Compatibility UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} ProjectRed Integration UCHIJAAAA ProjRed|Fabrication{4.7.0pre9.92} ProjectRed Fabrication UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} ProjectRed Illumination UCHIJAAAA qCraft{1.2} qCraft UCHIJAAAA quantumflux{1.7.10-1.3.2-b1} QuantumFlux UCHIJAAAA randomite{2.0} Randomite UCHIJAAAA RandomThings{2.2.4} Random Things UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} Redstone Arsenal UCHIJAAAA RArm{1.7.10-1.2.0-37} Redstone Armory UCHIJAAAA libsandstone{1.0.0} libsandstone UCHIJAAAA xreliquary{1.2} Reliquary UCHIJAAAA JAKJ_RedstoneInMotion{2.8.3} Remain In Motion UCHIJAAAA RIO{2.3} RemoteIO UCHIJAAAA rftools{3.35} RFTools UCHIJAAAA roadblock{1.7.10-2.1.8-} Roadblocks UCHIJAAAA RopesPlus{1.6.4} Ropes+ UCHIJAAAA secretroomsmod{4.7.1} The SecretRoomsMod UCHIJAAAA shipwrecks{1.7.0} Shipwrecks! UCHIJAAAA SirenMod{2.2.01} TheRealMcrafter's Siren Mod (Version 3.0.0) UCHIJAAAA Slugs Magic Resistance Mod{0.9} [Slug's Magic Resistance Mod](Slugs Damage Tweaks-0.9.jar) UCHIJAAAA SolarExpansion{1.6a} Solar Expansion UCHIJAAAA StevesFactoryManager{A90} Steve's Factory Manager UCHIJAAAA StevesAddons{0.10.16} Steve's Addons UCHIJAAAA StevesCarts{2.0.0.b18} Steve's Carts 2 UCHIJAAAA StopGap{2.0.6} StopGap UCHIJAAAA StorageDrawers{1.7.10-1.5.13} Storage Drawers UCHIJAAAA superMassiveTech{MC1.7.10-0.1.0-alpha-112} Super Massive Tech UCHIJAAAA SwitchesContinued{0.0.1} Switches Continued UCHIJAAAA Sync{4.0.0} Sync UCHIJAAAA tcnodetracker{1.1.2} TC Node Tracker UCHIJAAAA teleplates{1.0.1} Teleplates UCHIJAAAA territorychevsky{b12} Territorial Dealings UCHIJAAAA ThaumcraftMobAspects{1.7.x-2B} Thaumcraft Mob Aspects UCHIJAAAA thaumicinfusion{4.21} Thaumic Infusion UCHIJAAAA ThermalCasting{0.0.3} Thermal Casting UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics UCHIJAAAA ThermalSmeltery{1.7.10-1.2.1} Thermal Smeltery UCHIJAAAA TiCTooltips{1.2.5} TiC Tooltips UCHIJAAAA tinker_io{beta 1.4.0} [Tinker I/O](tinker_io-1.7.10-beta 1.4.0.jar) UCHIJAAAA tinkersdefense{1.2} Tinkers' Defense UCHIJAAAA Torched{4.0.0} Torched UCHIJAAAA tradeboothmod{1.7.10.1} Trade Booth Mod UCHIJAAAA vending{1.2.3} vending UCHIJAAAA VillagersNose{1.3a} Villager's Nose UCHIJAAAA WailaHarvestability{1.1.2} Waila Harvestability UCHIJAAAA wailaplugins{MC1.7.10-0.1.2-19} WAILA Plugins UCHIJAAAA WarpDrive{1.3.6} WarpDrive UCHIJAAAA weaponmod{v1.14.3} Balkon's WeaponMod UCHIJAAAA witchery{0.24.1} Witchery UCHIJAAAA yegamolchattels{1.1.2} Ye Gamol Chattels UCHIJAAAA McMultipart{1.2.0.345} Minecraft Multipart Plugin UCHIJAAAA aobd{2.8.2} Another One Bites The Dust UCHIJAAAA denseores{1.0} Dense Ores UCHIJAAAA technom{0.12.0A} [Technomancy](Technomancy - 0.12.0A - 1.7.10.jar) UCHIJAAAA recycling{0.4.3.5} Thermal Recycling UCHIJAAAA ForgeMicroblock{1.2.0.345} Forge Microblocks OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED] Class transformer null safety: all safe CoFHCore: -[1.7.10]3.0.3-303 AE2 Version: alpha rv3-alpha-6 for Forge 10.13.4.1448 MineFactoryReloaded: -[1.7.10]2.8.0-104 ThermalFoundation: -[1.7.10]1.2.0-102 ThermalExpansion: -[1.7.10]4.0.3B1-218 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. ForgeEssentials: Running ForgeEssentials 1.4.3.966 (7a89777). Modules loaded: AuthLogin, Chat, Commands, Economy, Multiworld, Permissions, PlayerLogger, Protection, Remote, Scripting, SignTools, Teleport, Tickets, WorldBorder NetherOres: -[1.7.10]2.3.1RC1-18 RedstoneArsenal: -[1.7.10]1.1.1-89 ThermalDynamics: -[1.7.10]1.1.0-161 List of loaded APIs: * AncientWarfareAPI (1.0) from ancientwarfare-2.4.112-beta-MC1.7.10-FULL.jar * appliedenergistics2|API (rv1) from RemoteIO-1.7.10-2.3.B0-universal.jar * armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.36.0.92.jar * BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1390-universal.jar * BotaniaAPI (61) from Botania r1.7-219.jar * BuildCraftAPI|blocks (1.0) from buildcraft-7.0.23.jar * BuildCraftAPI|blueprints (1.2) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|boards (2.0) from buildcraft-7.0.23.jar * BuildCraftAPI|core (1.0) from buildcraft-7.0.23.jar * BuildCraftAPI|crops (1.1) from buildcraft-7.0.23.jar * BuildCraftAPI|events (1.0) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|facades (1.1) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|filler (4.0) from buildcraft-7.0.23.jar * BuildCraftAPI|fuels (2.0) from buildcraft-7.0.23.jar * BuildCraftAPI|gates (4.1) from buildcraft-7.0.23.jar * BuildCraftAPI|items (1.1) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|library (1.0) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|power (1.3) from buildcraft-7.0.23.jar * BuildCraftAPI|recipes (2.1) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|robotics (1.2) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|statements (1.1) from EngineersToolbox-1.2.3.0-BETA.jar * BuildCraftAPI|tablet (1.0) from buildcraft-7.0.23.jar * BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.7.0.0.jar * BuildCraftAPI|tools (1.0) from buildcraft-7.0.23.jar * BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.7.0.0.jar * CalculatorAPI (1.7.10 - 1.0) from Calculator-1.7.10-1.8.4.jar * ChiselAPI (0.1.0) from Chisel2-2.5.0.43.jar * ChiselAPI|Carving (0.1.0) from Chisel2-2.5.0.43.jar * ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.0.43.jar * CoFHAPI (1.7.10R1.0.2) from Mariculture-Deluxe-1.7.10-1.2.4.2a.jar * CoFHAPI|block (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar * CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.398.jar * CoFHAPI|energy (1.7.10R1.0.2) from ActuallyAdditions-1.7.10-0.0.8.1.jar * CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|inventory (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar * CoFHAPI|item (1.7.10R1.0.13) from Calculator-1.7.10-1.8.4.jar * CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar * CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHAPI|tileentity (1.7.10R1.0.13) from Calculator-1.7.10-1.8.4.jar * CoFHAPI|transport (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|inventory (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|util|position (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar * CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.398.jar * ComputerCraft|API (1.74) from EngineersToolbox-1.2.3.0-BETA.jar * ComputerCraft|API|FileSystem (1.74) from EngineersToolbox-1.2.3.0-BETA.jar * ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Media (1.74) from EngineersToolbox-1.2.3.0-BETA.jar * ComputerCraft|API|Peripheral (1.74) from EngineersToolbox-1.2.3.0-BETA.jar * ComputerCraft|API|Permissions (1.74) from EngineersToolbox-1.2.3.0-BETA.jar * ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar * DraconicEvolution|API (1.1) from Draconic-Evolution-1.7.10-1.0.2-Snapshot_3.jar * DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar * EiraIRC|API (1.1) from eirairc-mc1.7.10-2.8.293.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.3.20.jar * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.3.20.jar * Forge-FEHooks (1448.2) from forgeessentials-1.7.10-1.4.3.966-server.jar * ForgeEssentialsAPI (2.0) from forgeessentials-1.7.10-1.4.3.966-server.jar * ForgeEssentialsAPI|Economy (2.0) from forgeessentials-1.7.10-1.4.3.966-server.jar * ForgeEssentialsAPI|Perms (2.0) from forgeessentials-1.7.10-1.4.3.966-server.jar * ForgeEssentialsAPI|Remote (2.0) from forgeessentials-1.7.10-1.4.3.966-server.jar * GameAnalyticsAPI (1.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar * GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.8.jar * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar * Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar * IC2API (1.0) from Calculator-1.7.10-1.8.4.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.5.4.jar * McJtyLib (1.4.0) from mcjtylib-1.4.0.jar * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MoarSigns|API (1.0) from MoarSigns-1.7.10-1.1.4.jar * OmnisCore|API (0.0.6) from OmnisCore-1.7.10 - 0.0.6-universal.jar * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar * OpenComputersAPI|Component (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Core (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Driver (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Driver|Item (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Event (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|FileSystem (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Internal (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Machine (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Manual (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Network (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenComputersAPI|Prefab (5.5.4) from OpenComputers-MC1.7.10-1.5.16.32-universal.jar * OpenPeripheralApi (3.3.1) from OpenPeripheral-1.7.10-AIO-5.jar * Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar * RailcraftAPI|bore (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|carts (1.5.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|core (1.4.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|crafting (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|electricity (1.6.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|events (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|fuel (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|helpers (1.1.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|items (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|locomotive (1.0.1) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|signals (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.7.0.0.jar * Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.13.jar * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.7.0.0.jar * WailaAPI (1.2) from RemoteIO-1.7.10-2.3.B0-universal.jar * Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.0.jar * WormholeAPI (1.7.10R1.0.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar DPAnalytics Crash Check: [inactive] HxCKDMS Crash Check: Will analyze crash log and send the error to github if HxCKDMS Core is possibly involved. Forestry : Info: The following plugins have been disabled in the config: agricraft, harvestcraft, plantmegapack AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:ON, OpenComputers:ON, PneumaticCraft:OFF Hardcore Ender Expansion: CAUTION! Ars Magica 2 is not supported by HEE, if the crash is caused by a conflict of the two mods, it will very likely not be possible to fix. Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Player Count: 1 / 100; [EntityPlayerMP['highshadow66'/786, l='Technium', x=2593.50, y=124.00, z=-1500.50]] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)