Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- Pong ASM (Pong-1.9.4-1.0.0.1-universal.jar)
- ItemPatchingLoader (ItemPhysic Lite 1.3 mc1.9.4.jar)
- LoadingPlugin (ResourceLoader-MC1.9.4-1.5.jar)
- FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
- LoadingPlugin (LoadingProfiler-MC1.9.4-1.3.jar)
- LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
- LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
- FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
- CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
- BetterMinecraftChat (BetterMinecraftChat-mc1.9.4-2.0.5.jar)
- CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
- BetterFontsCore (TTFR-1.4.0-1.9.4.jar)
- MDECore-Core (mdecore-1.9.4-1.0.jar)
- CorePlugin (FluxedRedstone-2.2.1.44.jar)
- EnderCorePlugin (EnderCore-1.9.4-0.4.0.24-alpha.jar)
- Contact their authors BEFORE contacting forge
- // But it works on my machine.
- Time: 6/14/16 2:02 PM
- Description: Ticking memory connection
- com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 153 column 6
- at com.google.gson.Gson.fromJson(Gson.java:818)
- at com.google.gson.Gson.fromJson(Gson.java:768)
- at com.google.gson.Gson.fromJson(Gson.java:717)
- at com.google.gson.Gson.fromJson(Gson.java:689)
- at joshie.enchiridion.library.ModSupport.loadDataFromJson(ModSupport.java:25)
- at joshie.enchiridion.library.ModSupport.getHashcode(ModSupport.java:93)
- at joshie.enchiridion.library.LibraryEvents.onPlayerLogin(LibraryEvents.java:47)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_268_LibraryEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
- at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
- at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:558)
- at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:228)
- at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:240)
- at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:53)
- at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:189)
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
- at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:730)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611)
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
- at java.lang.Thread.run(Unknown Source)
- Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 153 column 6
- at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
- at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465)
- at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403)
- at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:80)
- at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
- at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
- at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
- at com.google.gson.Gson.fromJson(Gson.java:803)
- ... 21 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at com.google.gson.Gson.fromJson(Gson.java:818)
- at com.google.gson.Gson.fromJson(Gson.java:768)
- at com.google.gson.Gson.fromJson(Gson.java:717)
- at com.google.gson.Gson.fromJson(Gson.java:689)
- at joshie.enchiridion.library.ModSupport.loadDataFromJson(ModSupport.java:25)
- at joshie.enchiridion.library.ModSupport.getHashcode(ModSupport.java:93)
- at joshie.enchiridion.library.LibraryEvents.onPlayerLogin(LibraryEvents.java:47)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_268_LibraryEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
- at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
- at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:558)
- at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:228)
- at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:240)
- at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:53)
- at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:189)
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
- -- Ticking connection --
- Details:
- Connection: net.minecraft.network.NetworkManager@274e06d6
- Stacktrace:
- at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:730)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611)
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
- at java.lang.Thread.run(Unknown Source)
- -- System Details --
- Details:
- Minecraft Version: 1.9.4
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_91, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1435609912 bytes (1369 MB) / 3097493504 bytes (2954 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
- IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
- FML: MCP 9.28 Powered by Forge 12.17.0.1963 121 mods loaded, 120 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
- UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1963-universal.jar)
- UCHIJAAAA Forge{12.17.0.1963} [Minecraft Forge] (forge-1.9.4-12.17.0.1963-universal.jar)
- UCHIJAAAA itemphysic{1.3.0} [ItemPhysic] (minecraft.jar)
- UCHIJAAAA BetterFonts{1.4.0} [BetterFonts] (minecraft.jar)
- UCHIJAAAA bettercombatmod{1.2} [Better Combat] ([MC_1.9.4]BetterCombat-1.2.jar)
- UCHIJAAAA actuallyadditions{1.9.4-r44} [Actually Additions] (ActuallyAdditions-1.9.4-r44.jar)
- UCHIJAAAA mdecore{1.9.4-1.0} [MattDahEpic Core] (mdecore-1.9.4-1.0.jar)
- UCHIJAAAA autooredictconv{1.9.4-1.0} [Auto Ore Dictionary Converter] (autooredictconv-1.9.4-1.0.jar)
- UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
- UCHIJAAAA BaublesHud{3.0.0} [Baubles-Hud] (BaublesHud-1.9.4-3.0.0.jar)
- UCHIJAAAA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
- UCHIJAAAA bdlib{1.11.0.1} [BD Lib] (bdlib-1.11.0.1-mc1.9.4.jar)
- UCHIJAAAA BetterAchievements{0.3.0.25} [Better Achievements] (BetterAchievements-1.9.4-0.3.0.25.jar)
- UCHIJAAAA betterminecraftchat{2.0.5} [BetterMinecraftChat] (BetterMinecraftChat-mc1.9.4-2.0.5.jar)
- UCHIJAAAA BiomesOPlenty{4.1.0.2025} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2025-universal.jar)
- UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.9.4-alpha-1.0.0a.jar)
- UCHIJAAAA JEI{3.6.3.212} [Just Enough Items] (jei_1.9.4-3.6.3.212.jar)
- UCHIJAAAA BloodMagic{1.9.4-2.0.1-43} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.1-43.jar)
- UCHIJAAAA bookshelf{1.2.3.274} [Bookshelf] (Bookshelf-1.9.4-1.2.3.274.jar)
- UCHIJAAAA Botania{r1.8-308} [Botania] (Botania-unofficial.r1.8-308.jar)
- UCHIJAAAA Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar)
- UCHIJAAAA mcmultipart{1.2.0_72} [MCMultiPart] (MCMultiPart-experimental-1.2.0_72-universal.jar)
- UCHIJAAAA CharsetLib{0.3.0-pre6} [?] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetPipes{0.3.0-pre6} [|] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetTweaks{0.3.0-pre6} [*] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetWires{0.3.0-pre6} [+] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetGates{0.3.0-pre6} [&] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetAudio{0.3.0-pre6} [?] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetStorage{0.3.0-pre6} [#] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetDrama{0.3.0-pre6} [!] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA CharsetWrench{0.3.0-pre6} [/] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
- UCHIJAAAA chiselsandbits{10.5} [Chisels & Bits] (chiselsandbits-10.5.jar)
- UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
- UCHIJAAAA clayworldgen{1.1.0} [Clay WorldGen] (ClayWorldGen-1.1.0-1.9.4.jar)
- UCHIJAAAA compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
- UCHIJAAAA cookingforblockheads{3.0.7} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.0.7.jar)
- UCHIJAAAA craftingtweaks{5.0.6} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.6.jar)
- UCHIJAAAA MineTweaker3{3.0.9} [MineTweaker 3] (CraftTweaker-1.9-3.0.9.jar)
- UCHIJAAAA CustomMainMenu{2.0} [Custom Main Menu] (CustomMainMenu-MC1.9.4-2.0.jar)
- UCHIJAAAA cxlibrary{1.1.0} [CXLibrary] (cxlibrary-1.1.0-1.9.4.jar)
- UCHIJAAAA cyclopscore{0.6.3} [Cyclops Core] (CyclopsCore-1.9.4-0.6.3.jar)
- UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
- UCHIJAAAA DarkUtils{1.1.2.52} [Dark Utilities] (DarkUtilities-1.9.4-1.1.2.55.jar)
- UCHIJAAAA ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
- UCHIJAAAA deepresonance{1.2.0beta33} [DeepResonance] (deepresonance-1.9.4-1.2.0beta33.jar)
- UCHIJAAAA enchiridion{3.1.4} [Enchiridion] (Enchiridion-1.9.4-3.1.4.jar)
- UCHIJAAAA endercore{1.9.4-0.4.0.24-alpha} [EnderCore] (EnderCore-1.9.4-0.4.0.24-alpha.jar)
- UCHIJAAAA EnderIO{1.9.4-3.0.0.40_alpha} [Ender IO] (EnderIO-1.9.4-3.0.0.40_alpha.jar)
- UCHIJAAAA EnderZoo{1.9.4-1.2.2.40} [Ender Zoo] (EnderZoo-1.9.4-1.2.2.40.jar)
- UCHIJAAAA ExtraBitManipulation{1.9-2.1.2} [Extra Bit Manipulation] (ExtraBitManipulation-1.9.4-2.1.0.jar)
- UCHIJAAAA FFS{1.9.4-1.6.0-b19} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.0-b19.jar)
- UCHIJAAAA fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-MC1.9.4-1.7.jar)
- UCHIJAAAA reborncore{2.5.4.47} [RebornCore] (RebornCore-1.9.4-2.5.4.47-universal.jar)
- UCHIJAAAA reborncore-mcmultipart{2.5.4.47} [reborncore-MCMultiPart] (RebornCore-1.9.4-2.5.4.47-universal.jar)
- UCHIJAAAA Tesla{1.1.0.24} [TESLA] (Tesla-1.9.4-1.1.0.24.jar)
- UCHIJAAAA fluxedredstone{2.2.1.44} [FluxedRedstone] (FluxedRedstone-2.2.1.44.jar)
- UCHIJAAAA forestry{5.0.13.156} [Forestry] (forestry_1.9.4-5.0.13.156.jar)
- UCHIJAAAA furnus{1.80} [Furnus] (Furnus-1.9.4-1.80.jar)
- UCHIJAAAA gearswap{1.2.6} [Gear Swapper] (gearswap-1.9.4-1.2.6.jar)
- UCHIJAAAA pressure{1.3.1.1} [Pressure Pipes] (pressure-1.3.1.1-mc1.9.4.jar)
- UCHIJAAAA advgenerators{0.9.20.1} [Advanced Generators] (generators-0.9.20.1-mc1.9.4.jar)
- UCHIJAAAA Harvest{1.9.4-1.0.1-6} [Harvest] (Harvest-1.9.4-1.0.1-6.jar)
- UCHIJAAAA HelpFixer{1.3.14} [HelpFixer] (HelpFixer-1.9.4-1.3.14.jar)
- UCHIJAAAA integrateddynamics{0.3.10} [Integrated Dynamics] (IntegratedDynamics-1.9.4-0.3.10.jar)
- UCHIJAAAA inventorytweaks{1.61-dev-53-0736dc3} [Inventory Tweaks] (InventoryTweaks-1.61-dev-53.jar)
- UCHIJAAAA IronChest{6.0.145.787} [Iron Chest] (ironchest-1.9.4-6.0.145.787.jar)
- UCHIJAAAA itemscroller{0.5.1} [Item Scroller] (itemscroller-1.9.4-0.5.1.jar)
- UCHIJAAAA journeymap{1.9.4-5.2.3} [JourneyMap] (journeymap-1.9.4-5.2.3-unlimited.jar)
- UCHIJAAAA jeresources{0.4.6.35} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.6.35.jar)
- UCHIJAAAA LoadingProfiler{1.1} [Loading Profiler] (LoadingProfiler-MC1.9.4-1.3.jar)
- UCHIJAAAA LunatriusCore{1.1.2.35} [LunatriusCore] (LunatriusCore-1.9.4-1.1.2.35-universal.jar)
- UCHIJAAAA mantle{1.9.4-0.10.1.jenkins142} [Mantle] (Mantle-1.9.4-0.10.1.jenkins142.jar)
- UCHIJAAAA MapWriter{2.5.19} [MapWriter] (MapWriter-1.9.4-2.5.19.jar)
- UCHIJAAAA minemenu{1.4.3} [MineMenu] (MineMenu-1.9.X-1.4.3.B6-universal.jar)
- UCHIJAAAA testdummy{1.10} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
- UCHIJAAAA moreoverlays{1.3} [MoreOverlays] (moreoverlays-1.3-mc1.9.4.jar)
- UCHIJAAAA Morphtool{GRADLE:VERSION-GRADLE:BUILD} [Morph-o-Tool] (Morph-o-Tool-1.0-2.jar)
- UCHIJAAAA Morpheus{1.9.4-3.1.3} [Morpheus] (Morpheus-1.9.4-3.1.3.jar)
- UCHIJAAAA MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
- UCHIJAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-9.jar)
- UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
- UCHIJAAAA recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
- UCHIJAAAA NotEnoughCodecs{0.5} [NotEnoughCodecs] (NotEnoughCodecs-0.5.jar)
- UCHIJAAAA notenoughwands{1.3.4} [Not Enough Wands] (notenoughwands-1.9.4-1.3.4.jar)
- UCHIJAAAA oretweaker{1.0.1} [Ore Tweaker] (OreTweaker-1.0.1-1.9.4.jar)
- UCHIJAAAA packingtape{0.5.1} [Packing Tape] (PackingTape-1.9.4-0.5.1.jar)
- UCHIJAAAA PotionIcons{1.9.4} [PotionIcons] (potionicons-1.9.4-1.0.3-release.jar)
- UCHIJAAAA progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar)
- UCHIJAAAA Psi{beta-33} [Psi] (Psi-beta-33.jar)
- UCHIJAAAA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
- UCHIJAAAA Quark{beta-24} [Quark] (Quark-beta-24.jar)
- UCHIJAAAA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1.jar)
- UCHIJAAAA randomthings{3.7.3} [Random Things] (RandomThings-MC1.9.4-3.7.3.jar)
- UCHIJAAAA StorageDrawers{1.9-3.1.7} [Storage Drawers] (StorageDrawers-1.9-3.1.7.jar)
- UCHIJAAAA refinedstorage{0.7.11} [Refined Storage] (refinedstorage-0.7.11.jar)
- UCHIJAAAA xreliquary{1.9.4-1.3.2.372} [Reliquary] (Reliquary-1.9.4-1.3.2.372.jar)
- UCHIJAAAA ResourceLoader{1.5} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.jar)
- UCHIJAAAA rftools{4.60} [RFTools] (rftools-1.9.4-4.60.jar)
- UCHIJAAAA rftoolsdim{4.30beta42} [RFTools Dimensions] (rftoolsdim-1.9.4-4.30beta42.jar)
- UCHIJAAAA RTG{1.9.4-2.0.0-alpha.5} [Realistic Terrain Generation] (RTG-1.9.4-2.0.0-alpha.5.jar)
- UCHIJAAAA sensorcraft{0.3.0} [SensorCraft] (sensorcraft-0.3.0-1.9.4.jar)
- UCHIJAAAA shadowmc{3.3.6} [ShadowMC] (ShadowMC-1.9.4-3.3.6.jar)
- UCHIJAAAA simplyconveyors{1.7.10-1.0.0} [Simply Conveyors] (SimplyConveyors-1.0.3.jar)
- UCHIJAAAA SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
- UCHIJAAAA Stackie{1.6.0.42} [Stackie] (Stackie-1.9.4-1.6.0.42-universal.jar)
- UCHIJAAAA substratum{1.4.0.1} [Substratum] (Substratum-1.9.4-1.4.0.1.jar)
- UCHIJAAAA tconstruct{1.9.4-2.3.1.jenkins229} [Tinkers' Construct] (TConstruct-1.9.4-2.3.1.jenkins229.jar)
- UCHIJAAAA techreborn{1.3.2.120} [TechReborn] (TechReborn-1.9.4-1.3.2.120-universal.jar)
- UCHIJAAAA tis3d{0.9.0.5} [TIS-3D] (TIS-3D-MC1.9.4-0.9.0.5.jar)
- UCHIJAAAA torcherino{1.9.4-2.4.0} [Torcherino] (Torcherino-TehNut-1.9.4-2.4.0.jar)
- UCHIJAAAA trashslot{5.0.7} [TrashSlot] (trashslot-mc1.9.4-5.0.7.jar)
- UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
- UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
- UCHIJAAAA wailafeatures{0.3.1.11} [WAILA Features] (WAILA-features-1.9.4-0.3.1.11.jar)
- UCHIJAAAA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar)
- UCHIJAAAA ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9.4-2.2.1.192.jar)
- UCHIJAAAA wawla{2.2.1.188} [What Are We Looking At] (Wawla-1.9.4-2.2.1.192.jar)
- UCHIJAAAA Woot{1.9.4-0.3.0-beta} [Woot] (woot-1.9.4-0.3.0-beta.jar)
- UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
- Loaded coremods (and transformers):
- Pong ASM (Pong-1.9.4-1.0.0.1-universal.jar)
- me.modmuss50.pong.PongClassTransformer
- ItemPatchingLoader (ItemPhysic Lite 1.3 mc1.9.4.jar)
- com.creativemd.itemphysic.ItemTransformer
- LoadingPlugin (ResourceLoader-MC1.9.4-1.5.jar)
- lumien.resourceloader.asm.ClassTransformer
- FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
- com.olafski.fastleafdecay.FldTransformer
- LoadingPlugin (LoadingProfiler-MC1.9.4-1.3.jar)
- lumien.loadingprofiler.asm.ClassTransformer
- LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
- lumien.chunkanimator.asm.ClassTransformer
- LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
- lumien.randomthings.asm.ClassTransformer
- FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
- invtweaks.forge.asm.ContainerTransformer
- CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
- cubex2.cxlibrary.CoreModTransformer
- BetterMinecraftChat (BetterMinecraftChat-mc1.9.4-2.0.5.jar)
- net.blay09.mods.bmc.coremod.ClassTransformer
- CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
- com.rwtema.extrautils2.asm.ClassTransformerHandler
- BetterFontsCore (TTFR-1.4.0-1.9.4.jar)
- cubex2.ttfr.BFClassTransformer
- MDECore-Core (mdecore-1.9.4-1.0.jar)
- com.mattdahepic.mdecore.asm.TickrateTransformer
- CorePlugin (FluxedRedstone-2.2.1.44.jar)
- EnderCorePlugin (EnderCore-1.9.4-0.4.0.24-alpha.jar)
- com.enderio.core.common.transform.EnderCoreTransformer
- GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
- Pulsar/tconstruct loaded Pulses:
- - TinkerCommons (Enabled/Forced)
- - TinkerWorld (Enabled/Not Forced)
- - TinkerTools (Enabled/Not Forced)
- - TinkerSmeltery (Enabled/Not Forced)
- - TinkerGadgets (Enabled/Not Forced)
- - TinkerOredict (Enabled/Forced)
- - TinkerIntegration (Enabled/Forced)
- - TinkerFluids (Enabled/Forced)
- - TinkerMaterials (Enabled/Forced)
- - chiselsandbitsIntegration (Enabled/Not Forced)
- - craftingtweaksIntegration (Enabled/Not Forced)
- List of loaded APIs:
- * actuallyadditionsapi (15) from ActuallyAdditions-1.9.4-r44.jar
- * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
- * BetterAchievements|API (0.3.0.25) from BetterAchievements-1.9.4-0.3.0.25.jar
- * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.1-43.jar
- * BotaniaAPI (79) from Botania-unofficial.r1.8-308.jar
- * CharsetAPI (0.1) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * CharsetAPI|Audio (0.0) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * CharsetAPI|Lib (0.2) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * CharsetAPI|Pipes (0.3) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * CharsetAPI|Storage (0.1) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * CharsetAPI|Tape (0.0) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * CharsetAPI|Wires (0.3) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
- * ChiselsAndBitsAPI (1.8.1) from chiselsandbits-10.5.jar
- * CoFHAPI (1.8.9R1.2.0B1) from EnderIO-1.9.4-3.0.0.40_alpha.jar
- * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9.4-1.6.46.jar
- * CoFHAPI|energy (1.8.9R1.2.0B1) from woot-1.9.4-0.3.0-beta.jar
- * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9.4-1.6.46.jar
- * commoncapabilities|api (0.0.1) from IntegratedDynamics-1.9.4-0.3.10.jar
- * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
- * CraftingTweaks|API (4.1) from craftingtweaks-mc1.9.4-5.0.6.jar
- * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta33.jar
- * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
- * EnderIOAPI (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
- * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
- * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
- * EnderIOAPI|Tools (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
- * ForestryAPI|apiculture (4.8.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|arboriculture (4.2.1) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|circuits (3.1.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|core (5.0.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|farming (2.1.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|food (1.1.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|fuels (2.0.1) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|genetics (4.7.1) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|greenhouse (5.0.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|hives (4.1.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|lepidopterology (1.3.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|mail (3.0.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|multiblock (3.0.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|recipes (5.4.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|storage (3.0.0) from forestry_1.9.4-5.0.13.156.jar
- * ForestryAPI|world (2.1.0) from forestry_1.9.4-5.0.13.156.jar
- * integrateddynamics|api (0.1.0) from IntegratedDynamics-1.9.4-0.3.10.jar
- * jeresources|API (0.4.6.35) from JustEnoughResources-1.9.4-0.4.6.35.jar
- * journeymap|client-api (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
- * journeymap|client-api-display (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
- * journeymap|client-api-event (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
- * journeymap|client-api-model (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
- * journeymap|client-api-util (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
- * JustEnoughItemsAPI (3.1.0) from jei_1.9.4-3.6.3.212.jar
- * MapWriterApi (1.1.0) from MapWriter-1.9.4-2.5.19.jar
- * McJtyLib (1.9.4-1.9.0) from mcjtylib-1.9.4-1.9.0.jar
- * pressureAPI (1.3.1.1) from pressure-1.3.1.1-mc1.9.4.jar
- * PsiAPI (2) from Psi-beta-33.jar
- * reborncoreAPI (2.5.4.47) from RebornCore-1.9.4-2.5.4.47-universal.jar
- * SensorCraftAPI (2) from sensorcraft-0.3.0-1.9.4.jar
- * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
- * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
- * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.7.jar
- * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
- * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.7.jar
- * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
- * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
- * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.7.jar
- * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
- * techrebornAPI (1.3.2.120) from TechReborn-1.9.4-1.3.2.120-universal.jar
- * Tesla|API (1.1.0.24) from Tesla-1.9.4-1.1.0.24.jar
- * tis3dAPI (0.9.0.5) from TIS-3D-MC1.9.4-0.9.0.5.jar
- * VeinMinerApi (0.1) from VeinMiner-1.9_0.31.5.forgePost18010.jar
- * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
- EnderIO: No known problems detected.
- Profiler Position: N/A (disabled)
- Player Count: 1 / 8; [EntityPlayerMP['GodNero'/379, l='New World', x=-248.49, y=52.00, z=380.24]]
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement