Skip to content

Instantly share code, notes, and snippets.

@olee
Created July 1, 2015 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olee/b7c96fab42fb0776d611 to your computer and use it in GitHub Desktop.
Save olee/b7c96fab42fb0776d611 to your computer and use it in GitHub Desktop.
FE Crash
---- Minecraft Crash Report ----
// I feel sad now :(
Time: 01.07.15 18:58
Description: Exception while updating neighbours
java.lang.NullPointerException: Exception while updating neighbours
at net.minecraft.block.BlockPortal.func_149695_a(SourceFile:158)
at net.minecraft.world.World.func_147460_e(World.java:697)
at net.minecraft.world.World.func_147459_d(World.java:652)
at net.minecraft.world.World.func_147444_c(World.java:613)
at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
at net.minecraft.world.World.func_147465_d(World.java:466)
at net.minecraft.world.World.func_147468_f(World.java:573)
at net.minecraft.block.BlockFire.func_149726_b(BlockFire.java:310)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:655)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147449_b(World.java:600)
at net.minecraft.entity.projectile.EntitySmallFireball.func_70227_a(SourceFile:62)
at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:141)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
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.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
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.c.p.a(F:19)
at fastcraft.Hooks.aq(F:153)
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.block.BlockPortal.func_149695_a(SourceFile:158)
-- Block being updated --
Details:
Source block type: ID #51 (tile.fire // net.minecraft.block.BlockFire)
Block type: ID #90 (tile.portal // net.minecraft.block.BlockPortal)
Block data value: 1 / 0x1 / 0b0001
Block location: World: (-69,70,154), Chunk: (at 11,4,10 in -5,9; contains blocks -80,0,144 to -65,255,159), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.world.World.func_147460_e(World.java:697)
at net.minecraft.world.World.func_147459_d(World.java:652)
at net.minecraft.world.World.func_147444_c(World.java:613)
at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
at net.minecraft.world.World.func_147465_d(World.java:466)
at net.minecraft.world.World.func_147468_f(World.java:573)
at net.minecraft.block.BlockFire.func_149726_b(BlockFire.java:310)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:655)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147449_b(World.java:600)
at net.minecraft.entity.projectile.EntitySmallFireball.func_70227_a(SourceFile:62)
at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:141)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: SmallFireball (net.minecraft.entity.projectile.EntitySmallFireball)
Entity ID: 1175564
Entity Name: Small Fireball
Entity's Exact location: -68,54, 70,25, 155,00
Entity's Block location: World: (-69,70,154), Chunk: (at 11,4,10 in -5,9; contains blocks -80,0,144 to -65,255,159), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0,45, -0,04, -0,45
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Crankaylo'/921619, l='world', x=-69,00, y=69,50, z=154,00]]
Chunk stats: ServerChunkCache: 650 Drop: 0
Level seed: 6445160996029260560
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
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.c.p.a(F:19)
at fastcraft.Hooks.aq(F:153)
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: Linux (amd64) version 3.18.5-xxxx-std-ipv6-64
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3852535176 bytes (3674 MB) / 8303607808 bytes (7918 MB) up to 8303607808 bytes (7918 MB)
JVM Flags: 8 total; -Xms8192M -Xmx8192M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=4 -XX:MinHeapFreeRatio=6 -XX:MaxHeapFreeRatio=12
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 97
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 165 mods loaded, 165 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] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (modpack.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-9} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA FastCraft{1.22} [FastCraft] (fastcraft-1.22-ttest.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCHIJAAAA BuildCraft|Core{7.0.12} [BuildCraft] (buildcraft-7.0.12.jar)
UCHIJAAAA BuildCraft|Factory{7.0.12} [BC Factory] (buildcraft-7.0.12.jar)
UCHIJAAAA BuildCraft|Transport{7.0.12} [BC Transport] (buildcraft-7.0.12.jar)
UCHIJAAAA BuildCraft|Silicon{7.0.12} [BC Silicon] (buildcraft-7.0.12.jar)
UCHIJAAAA additionalpipes{4.5.2} [Additional Pipes] (additionalpipes-4.5.2.jar)
UCHIJAAAA IC2{2.2.738-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.738-experimental.jar)
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJAAAA AgriCraft{1.7.10-1.3.1} [AgriCraft] (AgriCraft-1.7.10-1.3.1.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-9} [Applied Energistics 2] (appliedenergistics2-rv2-stable-9.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
UCHIJAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCHIJAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1359-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA Forestry{3.6.1.18} [Forestry for Minecraft] (forestry_1.7.10-3.6.1.18.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA BinnieCore{2.0-pre12} [Binnie Core] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA Botany{2.0-pre12} [Botany] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA ExtraBees{2.0-pre12} [Extra Bees] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA ExtraTrees{2.0-pre12} [Extra Trees] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA Genetics{2.0-pre12} [Genetics] (binnie-mods-2.0-pre12.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Botania{r1.6-194} [Botania] (Botania r1.6-194.jar)
UCHIJAAAA BuildCraft|Energy{7.0.12} [BC Energy] (buildcraft-7.0.12.jar)
UCHIJAAAA BuildCraft|Builders{7.0.12} [BC Builders] (buildcraft-7.0.12.jar)
UCHIJAAAA BuildCraft|Robotics{7.0.12} [BC Robotics] (buildcraft-7.0.12.jar)
UCHIJAAAA BuildCraft|Compat{7.0.8} [BuildCraft Compat] (buildcraft-compat-7.0.8.jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.4.0.38} [Chisel 2] (Chisel2-2.4.0.38.jar)
UCHIJAAAA ctmlib{1.0.0.3} [CTMLib] (Chisel2-2.4.0.38.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAA DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar)
UCHIJAAAA endercore{1.7.10-0.0.1.10_alpha} [EnderCore] (EnderCore-1.7.10-0.0.1.10_alpha.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.246.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.398_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.398_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
UCHIJAAAA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJAAAA ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
UCHIJAAAA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
UCHIJAAAA ForgeEssentials{1.4.0-beta8} [Forge Essentials] (forgeessentials-1.7.10-1.4.0-beta8-server.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar)
UCHIJAAAA MagicBees{1.7.10-2.3.1} [Magic Bees] (magicbees-1.7.10-2.3.1.jar)
UCHIJAAAA gendustry{1.5.0.104} [GenDustry] (gendustry-1.5.0.104-mc1.7.10.jar)
UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJAAAA headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
UCHIJAAAA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA LogisticsPipes{0.9.1.15} [Logistics Pipes] (logisticspipes-0.9.1.15.jar)
UCHIJAAAA malisiscore{1.7.10-0.12.3} [MalisisCore] (malisiscore-1.7.10-0.12.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.8.2} [Malisis' Doors] (malisisdoors-1.7.10-1.8.2.jar)
UCHIJAAAA MekanismGenerators{8.1.5} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.5.246.jar)
UCHIJAAAA MekanismTools{8.1.5} [MekanismTools] (MekanismTools-1.7.10-8.1.5.246.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MrTJPCoreMod{1.0.10.23} [MrTJPCore] (MrTJPCore-1.0.10.23-universal.jar)
UCHIJAAAA ProjRed|Core{4.6.2.82} [ProjectRed] (ProjectRed-1.7.10-4.6.2.82-Base.jar)
UCHIJAAAA ProjRed|Exploration{4.6.2.82} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.2.82-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
UCHIJAAAA Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
UCHIJAAAA cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJAAAA neresources{0.1.0.101} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.101.jar)
UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJAAAA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-4.jar)
UCHIJAAAA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-4.jar)
UCHIJAAAA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-4.jar)
UCHIJAAAA ProjRed|Transmission{4.6.2.82} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.2.82-Integration.jar)
UCHIJAAAA ProjRed|Transportation{4.6.2.82} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.6.2.82-Mechanical_beta.jar)
UCHIJAAAA ProjRed|Compatibility{4.6.2.82} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.2.82-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.6.2.82} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.2.82-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.6.2.82} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.2.82-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.6.2.82} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.6.2.82-Mechanical_beta.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCHIJAAAA runicdungeons{1.1.5} [Runic Dungeons] (runicdungeons-1.1.5.jar)
UCHIJAAAA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UCHIJAAAA Sampler{1.43} [Sampler] (sampler-1.43.jar)
UCHIJAAAA simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCHIJAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA thaumicenergistics{0.8.10.5} [Thaumic Energistics] (thaumicenergistics-0.8.10.5.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-50.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar)
UCHIJAAAA TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
UCHIJAAAA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJAAAA Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCHIJAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.3.1-1.7.10.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA worldedit{6.0.2-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.0.2-SNAPSHOT-dist.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
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.2-262
AE2 Version: stable rv2-stable-9 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
ForgeEssentials: Running ForgeEssentials 1.4.0-beta8 #769 (58df8e0). Modules loaded: Chat, Commands, Economy, Multiworld, Permissions, PlayerLogger, Protection, Remote, ServerVote, SignTools, Tickets, WEIntegrationTools, WorldBorder, perftools
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.5.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1359-universal.jar
* BotaniaAPI (53) from Botania r1.6-194.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|filler (2.0) from additionalpipes-4.5.2.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|mj (1.1) from additionalpipes-4.5.2.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.12.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.12.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.12.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.6.1.0.jar
* ChiselAPI (0.1.0) from Chisel2-2.4.0.38.jar
* ChiselAPI|Carving (0.1.0) from Chisel2-2.4.0.38.jar
* ChiselAPI|Rendering (0.1.0) from Chisel2-2.4.0.38.jar
* CoFHAPI (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|block (1.7.10R1.0.12) from EnderIO-1.7.10-2.3.0.398_beta.jar
* CoFHAPI|core (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-7.0.12.jar
* CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|inventory (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|item (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|tileentity (1.7.10R1.0.12) from EnderIO-1.7.10-2.3.0.398_beta.jar
* CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.0.8.jar
* CoFHAPI|world (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|audio (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|gui (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.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.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|slot (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|inventory (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|render (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|render|particle (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|util|helpers (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|util|position (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|world (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.2-160.jar
* CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* ComputerCraft|API (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.398_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.398_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.398_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.398_beta.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.1.18.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.1.18.jar
* Forge-FEHooks (1291.1) from forgeessentials-1.7.10-1.4.0-beta8-server.jar
* ForgeEssentialsAPI (2.0) from forgeessentials-1.7.10-1.4.0-beta8-server.jar
* ForgeEssentialsAPI|Economy (2.0) from forgeessentials-1.7.10-1.4.0-beta8-server.jar
* ForgeEssentialsAPI|Perms (2.0) from forgeessentials-1.7.10-1.4.0-beta8-server.jar
* ForgeEssentialsAPI|Remote (2.0) from forgeessentials-1.7.10-1.4.0-beta8-server.jar
* gendustryAPI (2.1.0) from gendustry-1.5.0.104-mc1.7.10.jar
* IC2API (1.0) from industrialcraft-2-2.2.738-experimental.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* MekanismAPI|core (8.0.0) from EnderIO-1.7.10-2.3.0.398_beta.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|gas (8.0.0) from EnderIO-1.7.10-2.3.0.398_beta.jar
* MekanismAPI|infuse (8.0.0) from EnderIO-1.7.10-2.3.0.398_beta.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|reactor (8.0.0) from EnderIO-1.7.10-2.3.0.398_beta.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|transmitter (8.0.0) from EnderIO-1.7.10-2.3.0.398_beta.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.101.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenPeripheralApi (3.2) from OpenPeripheral-1.7.10-AIO-4.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 5 / 50; [EntityPlayerMP['DarkLionSword'/31521, l='world', x=-302,45, y=92,00, z=1896,91], EntityPlayerMP['Dekster5'/159755, l='world', x=-321,09, y=92,00, z=1862,65], EntityPlayerMP['HoRmYatXGME'/262660, l='world', x=-1794,41, y=35,00, z=444,00], EntityPlayerMP['_LetsPixel_'/716300, l='world', x=-546,55, y=143,20, z=1585,59], EntityPlayerMP['Crankaylo'/921619, l='world', x=-69,00, y=69,50, z=154,00]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment