• 0

    posted a message on Forge installation failure

    Hello,

    I'm trying to install Forge 1.16.5 on Windows for a server, and it's giving me an error message and failing to install. The error message says "Failed to run processor: java.io.FileNotFoundException:C:\[server directory]\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550-mappings.txt (Access is denied) See log for more details.


    I looked in the folder location, and found a zip folder that has the "config/joined.tsrg" mentioned in the log. Unzipping the folder didn't help anything.


    The section of the log with the error is in the spoiler below. If any other piece would help, I can post it in a reply for you. Thank you for any help you may have!


    Building Processors
    ===============================================================================
      MainClass: net.minecraftforge.installertools.ConsoleTool
      Classpath:
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\net\minecraftforge\installertools\1.2.6\installertools-1.2.6.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\com\google\guava\guava\20.0\guava-20.0.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar
        C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar
      Args: --task, MCP_DATA, --input, C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550.zip, --output, C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550-mappings.txt, --key, mappings
    Task: MCP_DATA
    Input:  C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550.zip
    Output: C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550-mappings.txt
    Key:    mappings
    Extracting: config/joined.tsrg
    java.io.FileNotFoundException: C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550-mappings.txt (Access is denied)
    	at java.io.FileOutputStream.open0(Native Method)
    	at java.io.FileOutputStream.open(Unknown Source)
    	at java.io.FileOutputStream.<init>(Unknown Source)
    	at java.io.FileOutputStream.<init>(Unknown Source)
    	at net.minecraftforge.installertools.McpData.process(McpData.java:122)
    	at net.minecraftforge.installertools.ConsoleTool.main(ConsoleTool.java:55)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    	at java.lang.reflect.Method.invoke(Unknown Source)
    	at net.minecraftforge.installer.actions.PostProcessors.process(PostProcessors.java:226)
    	at net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:112)
    	at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423)
    	at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:174)
    	at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:146)
    Failed to run processor: java.io.FileNotFoundException:C:\Users\KShor\Desktop\MyCraft_1.16.5_Server_1\libraries\de\oceanlabs\mcp\mcp_config\1.16.5-20210115.111550\mcp_config-1.16.5-20210115.111550-mappings.txt (Access is denied)
    See log for more details.
    



    Posted in: Server Support and Administration
  • 0

    posted a message on Won't load anymore after crash.

    Thanks, but it's not the world that won't load--the server is working fine for everyone else. It's my game that won't load--it crashes partway through the initialization after I click "play" on the launcher.

    Posted in: Java Edition Support
  • 0

    posted a message on Won't load anymore after crash.

    I was connected to a multiplayer server, and the game froze. I forced it to quit, and now it won't load anymore. It crashes while it's loading, giving me the error below. I'm using Dimension Zero modpack, launching with Twitch, so nothing in the modpack should have changed. Any help would be great!


    I've tried deleting and reinstalling the modpack, and restarting the computer, but neither helped.



    -- Minecraft Crash Report ----
    // Don't be sad. I'll do better next time, I promise!

    Time: 2020-06-06 14:08:11 CDT
    Description: Initializing game


    java.lang.ArithmeticException: / by zero
    at vazkii.quark.client.feature.VisualStatDisplay.makeTooltip(VisualStatDisplay.java:157)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1921_VisualStatDisplay_makeTooltip_ItemTooltipEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:358)
    at net.minecraft.item.ItemStack.getTooltip(ItemStack.java:889)
    at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:576)
    at net.minecraft.client.util.SearchTree.index(SourceFile:49)
    at net.minecraft.client.util.SearchTree.add(SourceFile:44)
    at java.lang.Iterable.forEach(Iterable.java:75)
    at net.minecraft.client.Minecraft.populateSearchTreeManager(Minecraft.java:590)
    at net.minecraft.client.Minecraft.init(Minecraft.java:529)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

    -- System Details --
    Minecraft Version: 1.12.2
    Operating System: Mac OS X (x86_64) version 10.11.6
    Java Version: 1.8.0_151, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1221382912 bytes (1164 MB) / 3920625664 bytes (3739 MB) up to 7158628352 bytes (6827 MB)
    JVM Flags: 3 total; -Xmx7680m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 245 mods loaded, 244 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID | Version | Source | Signature |
    |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
    | LCH | minecraft | 1.12.2 | minecraft.jar | None |
    | LCH | mcp | 9.42 | minecraft.jar | None |
    | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
    | LCH | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
    | LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
    | LCH | smoothfontcore | mc1.12.2-2.1.1 | minecraft.jar | None |
    | LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
    | LCH | botania_tweaks_core | -100 | minecraft.jar | None |
    | LCH | randompatches | 1.12.2-1.21.0.3 | randompatches-1.12.2-1.21.0.3.jar | None |
    | LCH | smoothfont | mc1.12.2-2.1.1 | SmoothFont-mc1.12.2-2.1.1.jar | None |
    | LCH | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.562.jar | None |
    | LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
    | LCH | modtweaker | 4.0.18 | modtweaker-4.0.18.jar | None |
    | LCH | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
    | LCH | abyssalcraft | 1.9.18 | AbyssalCraft-1.12.2-1.9.18.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCH | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
    | LCH | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
    | LCH | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
    | LCH | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
    | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
    | LCH | roots | 1.12.2-3.0.27 | Roots-1.12.2-3.0.27.jar | None |
    | LCH | mysticalworld | 1.12.2-1.8.4 | mysticalworld-1.12.2-1.8.4.jar | None |
    | LCH | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
    | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
    | LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCH | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
    | LCH | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
    | LCH | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None |
    | LCH | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
    | LCH | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
    | LCH | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None |
    | LCH | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
    | LCH | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
    | LCH | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
    | LCH | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | tombstone | 3.7.3 | tombstone-3.7.3-1.12.2.jar | None |
    | LCH | quark | r1.6-179 | Quark-r1.6-179.jar | None |
    | LCH | tinkersextras | 1.12.2-1.1.0 | TinkersExtras-1.12.2-1.1.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
    | LCH | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
    | LCH | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
    | LCH | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCH | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCH | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
    | LCH | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
    | LCH | salwayseat | 1.0 | alwayseat-1.1.jar | None |
    | LCH | ancientwarfare | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
    | LCH | ancientwarfarestructure | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
    | LCH | ancientwarfarevehicle | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
    | LCH | ancientwarfarenpc | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
    | LCH | ancientwarfareautomation | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
    | LCH | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
    | LCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
    | LCH | gbook_snapshot | 2.9.1.s5 | Guidebook-1.12.2-2.9.1.s5.jar | None |
    | LCH | arcanearchives | 0.2.0.18 | arcanearchives-0.2.0.18.jar | None |
    | LCH | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCH | armoryexpansion | 1.4.2 | armoryexpansion-1.4.2.jar | None |
    | LCH | armoryexpansion-custommaterials | 1.4.2 | armoryexpansion-1.4.2.jar | None |
    | LCH | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCH | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
    | LCH | armoryexpansion-iceandfire | 1.4.2 | armoryexpansion-1.4.2.jar | None |
    | LCH | armoryexpansion-matteroverdrive | 1.4.2 | armoryexpansion-1.4.2.jar | None |
    | LCH | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCH | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCH | astralsorcery | 1.10.22 | astralsorcery-1.12.2-1.10.23.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LCH | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
    | LCH | babymobs | 1.5.5 | BabyMobs-1.12-1.5.5.jar | None |
    | LCH | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
    | LCH | bhc | 1.2.3 | baubley-heart-canisters-1.12.2-1.2.3.jar | None |
    | LCH | bettermobgriefinggamerule | 1.12.2-7.1.0 | bettermobgriefinggamerule-1.12.2-7.1.0.jar | None |
    | LCH | betterquesting | 3.5.327 | BetterQuesting-3.5.327.jar | None |
    | LCH | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
    | LCH | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |
    | LCH | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH | botania_tweaks | 1.8.6 | botaniatweaks-1.8.6.jar | None |
    | LCH | botania | r1.10-363 | Botania r1.10-363.jar | None |
    | LCH | brokenwings | 2.0.0 | brokenwings-2.1.1.jar | None |
    | LCH | calmdownzombieguy | 1.0.0 | CalmDownZombieGuy-1.12.2-1.0.0.jar | None |
    | LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
    | LCH | champions | 1.12.2-1.0.11.4 | champions-1.12.2-1.0.11.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCH | chancecubes | 1.12.2-5.0.2.345 | ChanceCubes-1.12.2-5.0.2.345.jar | None |
    | LCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
    | LCH | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCH | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
    | LCH | randomtweaks | 1.12.2-2.7.1.0 | randomtweaks-1.12.2-2.7.1.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
    | LCH | classicbar | @VERSION@ | classicbar-0.5.4.jar | None |
    | LCH | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
    | LCH | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
    | LCH | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
    | LCH | controlledburn | 1.12.2.020 | Controlled Burn-1.12.2.020.jar | None |
    | LCH | controlling | 3.0.9 | Controlling-3.0.9.jar | None |
    | LCH | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
    | LCH | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
    | LCH | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
    | LCH | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
    | LCH | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCH | craftpresence | v1.6.1 | CraftPresence-1.12.2-1.6.1.jar | eca02c6a597321ad22340897683951ba5c76720a |
    | LCH | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
    | LCH | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.562.jar | None |
    | LCH | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.562.jar | None |
    | LCH | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
    | LCH | customfov | 1.12.2-1.0.1 | customfov-1.12.2-1.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LCH | custommainmenu | 2.0.9.1 | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
    | LCH | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
    | LCH | cyclopscore | 1.6.3 | CyclopsCore-1.12.2-1.6.3.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH | dmgcontrol | 1.3.17 | DamageControl-1.12.2-1.3.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
    | LCH | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
    | LCH | defaultworldgenerator-port | 1.12-2.3 | DefaultWorldGenerator-port-1.12-2.3.jar | None |
    | LCH | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LCH | dsurround | 3.6.1.0 | DynamicSurroundings-1.12.2-3.6.1.0.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LCH | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
    | LCH | dynamictrees | 1.12.2-0.9.7 | DynamicTrees-1.12.2-0.9.7.jar | None |
    | LCH | dynamictreesbop | 1.12.2-1.4.1e | DynamicTreesBOP-1.12.2-1.4.1e.jar | None |
    | LCH | dynamictreestc | 1.12.2-1.4.1e | DynamicTreesTC-1.12.2-1.4.1e.jar | None |
    | LCH | eerieentities | 1.0.7 | EerieEntities-1.12.2-1.0.7.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH | ebwizardry | 4.2.11 | ElectroblobsWizardry-4.2.11-MC1.12.2.jar | None |
    | LCH | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None |
    | LCH | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
    | LCH | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | ftblib | 5.4.7.0 | FTBLib-5.4.7.0.jar | None |
    | LCH | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
    | LCH | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCH | erebus | 1.0.31 | Erebus-1.0.31.jar | None |
    | LCH | everlastingabilities | 1.5.2 | EverlastingAbilities-1.12.2-1.5.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |
    | LCH | eapotioncore | 1.0.2 | EverlastingAbilities-PotionCore-1.12.2-1.0.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
    | LCH | exnihilocreatio | 1.12.2-0.4.7.2 | exnihilocreatio-1.12.2-0.4.7.2.jar | None |
    | LCH | excompressum | 3.0.31 | ExCompressum_1.12.2-3.0.31.jar | None |
    | LCH | exhaustedstamina | 1.2 | exhaustedstamina-1.2.jar | None |
    | LCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
    | LCH | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
    | LCH | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
    | LCH | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
    | LCH | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
    | LCH | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
    | LCH | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCH | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
    | LCH | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
    | LCH | friendlyfire | 1.5.10 | FriendlyFire-1.12.2-1.5.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
    | LCH | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
    | LCH | gardenofglass | sqrt(-1) | GardenOfGlass.jar | None |
    | LCH | grimoireofgaia | 1.7.2 | GrimoireOfGaia3-1.12.2-1.7.2.jar | None |
    | LCH | hammercore | 2.0.6.17 | HammerLib-1.12.2-2.0.6.17.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LCH | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCH | hw_inv | 1.12.1-1.1.13 | hostileworlds_invasions-1.12.1-1.1.13.jar | None |
    | LCH | iguanatweaks | 1.5.0 | IguanaTweaksReborn-1.5.0-mc1.12.x.jar | None |
    | LCH | improvableskills | 65r | ImprovableSkills-1.12.2-65r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LCH | improvedbackpacks | 1.12.2-1.5.0.0 | ImprovedBackpacks-1.12.2-1.5.0.0.jar | None |
    | LCH | teslacorelib | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
    | LCH | insomniac | 1.6 | insomniac-1.6.jar | None |
    | LCH | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
    | LCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCH | itemzoom | 1.11 | itemzoom_1.12.2-1.11.jar | None |
    | LCH | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
    | LCH | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None |
    | LCH | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
    | LCH | magicclover | 1.12-0.7.8 | magicclover-1.12-0.7.8.jar | None |
    | LCH | magma_monsters | 0.3.0 | MagmaMonsters-0.3.0.jar | None |
    | LCH | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
    | LCH | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
    | LCH | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
    | LCH | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
    | LCH | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
    | LCH | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
    | LCH | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
    | LCH | multimob | 1.0.5 | multimob-1.0.5.jar | None |
    | LCH | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
    | LCH | neat | 1.4-17 | Neat 1.4-17.jar | None |
    | LCH | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
    | LCH | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
    | LCH | nonausea | 1.0 | NoNausea-MC1.12-1.0.jar | None |
    | LCH | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
    | LCH | omlib | 3.1.4-249 | omlib-1.12.2-3.1.4-249.jar | None |
    | LCH | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
    | LCH | openmodularturrets | 3.1.8-369 | openmodularturrets-1.12.2-3.1.8-369.jar | None |
    | LCH | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
    | LCH | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
    | LCH | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
    | LCH | playerskins | 1.0.4 | playerskin-1.12.2-1.0.5.jar | None |
    | LCH | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
    | LCH | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
    | LCH | psi | r1.1-77 | Psi-r1.1-77.jar | None |
    | LCH | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
    | LCH | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
    | LCH | randomconfigs | 1.12.2-1.3.2.3 | randomconfigs-1.12.2-1.3.2.3.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
    | LCH | randomthings | 4.2.7.4 | RandomThings-MC1.12.2-4.2.7.4.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCH | rats | 3.2.9 | rats-3.2.9.jar | None |
    | LCH | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None |
    | LCH | regen_controll | 1.0 | RegenControll-[1.12.2]-1.0.jar | None |
    | LCH | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
    | LCH | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCH | roughmobs | 2.0.0 | roughmobs2-1.12.2_2.0.15.jar | None |
    | LCH | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.14+168.jar | None |
    | LCH | scalinghealth | 1.3.37 | ScalingHealth-1.12.2-1.3.42+147.jar | None |
    | LCH | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None |
    | LCH | bq_standard | 3.4.173 | StandardExpansion-3.4.173.jar | None |
    | LCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
    | LCH | storagedrawers | 1.12.2-5.4.1 | StorageDrawers-1.12.2-5.4.1.jar | None |
    | LCH | stygian | 1.0.4 | stygian-1.0.4.jar | None |
    | LCH | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
    | LCH | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None |
    | LCH | tfspellpack | 1.0.1 | TFSpellPack-1.0.1-MC1.12.2.jar | None |
    | LCH | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None |
    | LCH | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None |
    | LCH | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
    | LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
    | LCH | tooltweaks | 1.0.7 | tooltweaks-1.0.7.jar | 291a6dbeba80e50ca46c28c20d934b08a84efc8d |
    | LCH | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None |
    | LCH | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
    | LCH | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
    | LCH | wings | 1.1.6 | wings-1.1.6-1.12.2.jar | None |
    | LCH | mowzies_wings | 1.0.0 | wings-1.1.6-1.12.2.jar | None |
    | LCH | bauble_wings | 1.0.0 | wings-1.1.6-1.12.2.jar | None |
    | LCH | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCH | worleycaves | 1.5.1 | worleycaves-1.5.1.jar | None |
    | LCH | yoyos | 1.12.2-1.3.3.25 | yoyos_1.12.2-1.3.3.25.jar | None |
    | LCH | zombie_players | 1.12.1-1.2.7 | zombie_players-1.12.1-1.2.7.jar | None |
    | LCH | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
    | LCH | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |
    | LCH | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | LCH | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
    | LCH | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
    | LCH | solcarrot | 1.8.3 | solcarrot-1.12.2-1.8.3.jar | None |
    | LCH | thebetweenlands | 3.5.10 | TheBetweenlands-3.5.10-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | LCH | midnight | 0.3.5 | themidnight-0.3.5.jar | None |
    | LCH | armoryexpansion-conarm | 1.4.2 | armoryexpansion-1.4.2.jar | None |
    | LCH | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
    | LCH | justthetips | 1.12-1.0.1.1 | justthetips-1.12-1.0.1.1.jar | None |
    | LCH | mysticallib | 1.12.2-1.7.0 | mysticallib-1.12.2-1.7.0.jar | None |
    | LCH | teslacorelib_registries | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | None |
    | LCH | unidict | 1.12.2-2.9.6 | UniDict-1.12.2-2.9.6.jar | None |
    | UD | mobends_wings | 1.0.0 | wings-1.1.6-1.12.2.jar | None |
    Loaded coremods (and transformers): wings (wings-1.1.6-1.12.2.jar)
    me.paulf.wings.server.asm.WingsRuntimePatcher
    me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
    AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
    squeek.applecore.asm.TransformerModuleHandler
    Quark Plugin (Quark-r1.6-179.jar)
    vazkii.quark.base.asm.ClassTransformer
    IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
    blusunrize.immersiveengineering.common.asm.IEClassTransformer
    iceandfire (iceandfire-1.9.1-1.12.2.jar)
    com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
    TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.10-core.jar)
    thebetweenlands.core.TheBetweenlandsClassTransformer
    Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
    invtweaks.forge.asm.ContainerTransformer
    AALoadingPlugin (arcanearchives-0.2.0.18.jar)

    PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)

    LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
    lumien.resourceloader.asm.ClassTransformer
    LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
    lumien.hardcoredarkness.asm.ClassTransformer
    IvToolkit (IvToolkit-1.3.3-1.12.jar)

    CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)

    LoadingPlugin (NoNausea-MC1.12-1.0.jar)
    lumien.nonausea.asm.ClassTransformer
    TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)

    LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
    lumien.randomthings.asm.ClassTransformer
    RandomPatches (randompatches-1.12.2-1.21.0.3.jar)
    com.therandomlabs.randompatches.core.RPTransformer
    ForgelinPlugin (Forgelin-1.8.4.jar)

    midnight (themidnight-0.3.5.jar)
    com.mushroom.midnight.core.transformer.MidnightClassTransformer
    AstralCore (astralsorcery-1.12.2-1.10.23.jar)

    EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
    com.enderio.core.common.transform.EnderCoreTransformer
    com.enderio.core.common.transform.SimpleMixinPatcher
    CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
    team.chisel.ctm.client.asm.CTMTransformer
    CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
    bre.smoothfont.asm.Transformer
    Plugin (NotEnoughIDs-1.5.4.4.jar)
    ru.fewizz.neid.asm.Transformer
    llibrary (llibrary-core-1.0.11-1.12.2.jar)
    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    HCASM (HammerLib-1.12.2-2.0.6.17.jar)
    com.zeitheron.hammercore.asm.HammerCoreTransformer
    VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)

    ratscore (rats-3.2.9.jar)
    com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
    Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    Botania Tweaks Core (botaniatweaks-1.8.6.jar)
    quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
    GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.14.74' Renderer: 'Intel HD Graphics 4000 OpenGL Engine'
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
    - TinkerWorld (Enabled/Not Forced)
    - TinkerTools (Enabled/Not Forced)
    - TinkerHarvestTools (Enabled/Forced)
    - TinkerMeleeWeapons (Enabled/Forced)
    - TinkerRangedWeapons (Enabled/Forced)
    - TinkerModifiers (Enabled/Forced)
    - TinkerSmeltery (Enabled/Not Forced)
    - TinkerGadgets (Enabled/Not Forced)
    - TinkerOredict (Enabled/Forced)
    - TinkerIntegration (Enabled/Forced)
    - TinkerFluids (Enabled/Forced)
    - TinkerMaterials (Enabled/Forced)
    - TinkerModelRegister (Enabled/Forced)
    - chiselIntegration (Enabled/Not Forced)
    - chiselsandbitsIntegration (Enabled/Not Forced)
    - theoneprobeIntegration (Enabled/Not Forced)
    - quarkIntegration (Enabled/Not Forced)
    HammerCore Debug Information: Dependent Mods:
    -Improvable Skills (improvableskills) @65r
    List of loaded APIs: * AbyssalCraftAPI (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Biome (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Block (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Caps (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Condition (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Disruption (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Energy (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Entity (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Event (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Integration (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Internal (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Item (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Necronomicon (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Recipe (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Ritual (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Spell (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * AbyssalCraftAPI|Structure (1.28.1) from AbyssalCraft-1.12.2-1.9.18.jar
    * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151-2.jar
    * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
    * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
    * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
    * Base|API (1.0.0) from base-1.12.2-3.13.0.jar
    * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
    * BetterQuesting|API (3.2) from BetterQuesting-3.5.327.jar
    * BetterQuesting|API2 (3.1) from BetterQuesting-3.5.327.jar
    * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
    * BetweenlandsAPI (1.12.9) from TheBetweenlands-3.5.10-universal.jar
    * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
    * BotaniaAPI (79) from AkashicTome-1.2-12.jar
    * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
    * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
    * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
    * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
    * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
    * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.2.37.jar
    * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v5a.jar
    * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
    * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
    * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
    * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
    * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
    * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
    * EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
    * enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
    * ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.31.jar
    * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
    * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
    * ImprovedBackpacks|API (1.2.0.3) from ImprovedBackpacks-1.12.2-1.5.0.0.jar
    * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
    * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
    * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
    * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
    * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
    * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
    * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
    * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.291.jar
    * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
    * Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
    * PatchouliAPI (6) from Patchouli-1.0-20.jar
    * PsiAPI (15) from Psi-r1.1-77.jar
    * QuarkAPI (4) from Quark-r1.6-179.jar
    * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
    * ScalingHealthAPI (2) from ScalingHealth-1.12.2-1.3.42+147.jar
    * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
    * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
    * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
    * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
    * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
    * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
    * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
    * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
    * tombstone-api (1.0.7) from tombstone-3.7.3-1.12.2.jar
    * tombstone-api-capability (1.0.7) from tombstone-3.7.3-1.12.2.jar
    * tombstone-api-event (1.0.7) from tombstone-3.7.3-1.12.2.jar
    * tombstone-api-magic (1.0.7) from tombstone-3.7.3-1.12.2.jar
    * tombstone-api-recipe (1.0.7) from tombstone-3.7.3-1.12.2.jar
    * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
    * WIT-API (2) from ScalingHealth-1.12.2-1.3.42+147.jar
    * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
    * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
    * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
    * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
    [Psi] Active spell: None
    Ender IO: No known problems detected.

    Posted in: Java Edition Support
  • 1

    posted a message on Ships Mod - Build sailable ships out of blocks

    Hi! I'm trying to edit a block property by creating a config file (as explained on your website), but the changes aren't taking effect. The Forge log shows that it can't find the config file, even though it's at the exact location where it says it's looking. Any suggestions?
    It's really affecting my ability to use the ships--another mod/map I'm using puts lily pads in rivers, and the ships treat them as solid...

    Posted in: Minecraft Mods
  • 0

    posted a message on Forge can't find config file

    Hello,


    I'm trying to use a ships mod, and its wiki says to create a config file to edit the properties of blocks. I created it in my "config" folder, with .cfg format, and with the title the wiki said to give it. The change I made to a block isn't taking effect when I reopen Minecraft, and the Forge log file says that it can's find a config file at that location. I copied the folder location it was looking for, and had the computer search for it, and my config file came up. Anyone have an idea why Forge can't see it? This is 1.7.10, for reference. Thanks!

    Posted in: Java Edition Support
  • To post a comment, please .