ContentTweaker

ContentTweaker

47M Downloads

Crash during PreInit

jddoesgaming opened this issue ยท 7 comments

commented

Have been playing All The Mods 3 for a while now with ContentTweaker installed, and I went to play tonight and it started crashing during the pre-initialization phase of loading. I redownloaded the file to make sure it hadn't been corrupted somehow, but it continued to crash. I then removed ContentTweaker, at which time the game loaded as normal.

Here is the crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.5.1.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
AstralCore (astralsorcery-1.12.2-1.8.2.jar)
LibrarianLib Plugin (librarianlib-1.12-4.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-25.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
LoadingPlugin (Quark-r1.3-117.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.b128.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
Wizardry Plugin (wizardry-0.5.1.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.2-1.12.2-anarchy.jar)
Contact their authors BEFORE contacting forge

// Oops.

Time: 12/2/17 9:31 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ContentTweaker (contenttweaker)
Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:224)
at com.google.gson.Gson.fromJson(Gson.java:887)
at com.google.gson.Gson.fromJson(Gson.java:852)
at com.google.gson.Gson.fromJson(Gson.java:801)
at com.google.gson.Gson.fromJson(Gson.java:773)
at com.teamacronymcoders.base.savesystem.SaveLoader.getSavedObject(SaveLoader.java:30)
at com.teamacronymcoders.base.materialsystem.MaterialUser.setup(MaterialUser.java:35)
at com.teamacronymcoders.base.BaseModFoundation.preInit(BaseModFoundation.java:91)
at com.teamacronymcoders.contenttweaker.ContentTweaker.preInit(ContentTweaker.java:49)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
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:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:213)
... 48 more

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 811056640 bytes (773 MB) / 2581594112 bytes (2462 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2556 222 mods loaded, 222 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                                |
|:----- |:------------------------- |:------------------------------- |:--------------------------------------------------- |:---------------------------------------- |
| UCH   | minecraft                 | 1.12.2                          | minecraft.jar                                       | None                                     |
| UCH   | mcp                       | 9.42                            | minecraft.jar                                       | None                                     |
| UCH   | FML                       | 8.0.99.99                       | forge-1.12.2-14.23.1.2556.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                     | 14.23.1.2556                    | forge-1.12.2-14.23.1.2556.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | advancedrocketrycore      | 1                               | minecraft.jar                                       | None                                     |
| UCH   | foamfixcore               | 7.7.4                           | minecraft.jar                                       | None                                     |
| UCH   | opencomputers|core        | 1.7.0.20                        | minecraft.jar                                       | None                                     |
| UCH   | crafttweaker              | 4.0.10                          | CraftTweaker2-1.12-4.0.10.jar                       | None                                     |
| UCH   | mtlib                     | @VERSION@                       | MTLib-3.0.1.jar                                     | None                                     |
| UCH   | modtweaker                | 4.0.5                           | modtweaker-4.0.5.jar                                | None                                     |
| UCH   | jei                       | 4.8.4.130                       | jei_1.12.2-4.8.4.130.jar                            | None                                     |
| UCH   | abyssalcraft              | 1.9.4.2                         | AbyssalCraft-1.12.2-1.9.4.2.jar                     | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCH   | ctm                       | MC1.12-0.2.3.9                  | CTM-MC1.12-0.2.3.9.jar                              | None                                     |
| UCH   | chisel                    | MC1.12-0.0.14.18                | Chisel-MC1.12-0.0.14.18.jar                         | None                                     |
| UCH   | mantle                    | 1.12-1.3.1.21                   | Mantle-1.12-1.3.1.21.jar                            | None                                     |
| UCH   | tconstruct                | 1.12-2.7.4.34                   | TConstruct-1.12-2.7.4.34.jar                        | None                                     |
| UCH   | acintegration             | 1.6.2                           | AbyssalCraft Integration-1.12.2-1.6.2.jar           | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCH   | actuallyadditions         | 1.12.2-r124                     | ActuallyAdditions-1.12.2-r124.jar                   | None                                     |
| UCH   | baubles                   | 1.5.1                           | Baubles-1.12-1.5.1.jar                              | None                                     |
| UCH   | actuallybaubles           | 1.1                             | ActuallyBaubles-1.12-1.1.jar                        | None                                     |
| UCH   | additionalbanners         | 1.1.40                          | AdditionalBanners-1.12.2-1.1.40.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | redstoneflux              | 2.0.1                           | RedstoneFlux-1.12-2.0.1.2-universal.jar             | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCH   | cofhcore                  | 4.3.6                           | CoFHCore-1.12-4.3.6.14-universal.jar                | None                                     |
| UCH   | libvulpes                 | 0.2.6.-16                       | LibVulpes-1.12.2-0.2.6-16-universal.jar             | None                                     |
| UCH   | advancedrocketry          | 1.2.6.-25                       | AdvancedRocketry-1.12.2-1.2.6-25.jar                | None                                     |
| UCH   | appliedenergistics2       | rv5-stable-3                    | appliedenergistics2-rv5-stable-3.jar                | None                                     |
| UCH   | bdlib                     | 1.14.3.10                       | bdlib-1.14.3.10-mc1.12.2.jar                        | None                                     |
| UCH   | ae2stuff                  | 0.7.0.4                         | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
| UCH   | aiimprovements            | 0.0.1.1                         | AIImprovements-1.12.1-0.0.1b1.jar                   | None                                     |
| UCH   | akashictome               | 1.2-10                          | AkashicTome-1.2-10.jar                              | None                                     |
| UCH   | extrautils2               | 1.0                             | extrautils2-1.12-1.6.8.jar                          | None                                     |
| UCH   | flyringbaublemod          | 0.3.0_1.12-306787e              | angelRingToBauble-1.12-0.3.0.46+306787e.jar         | None                                     |
| UCH   | applecore                 | 2.2.2                           | AppleCore-mc1.12.2-2.2.2.jar                        | None                                     |
| UCH   | appleskin                 | 1.0.9                           | AppleSkin-mc1.12-1.0.9.jar                          | None                                     |
| UCH   | aroma1997core             | 1.3.0.2.b128                    | Aroma1997Core-1.12.2-1.3.0.2.b128.jar               | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH   | aroma1997sdimension       | 2.0.0.2.b61                     | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b61.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH   | astralsorcery             | 1.8.2                           | astralsorcery-1.12.2-1.8.2.jar                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH   | atlcraft                  | MC1.12-Ver1.9                   | ATLCraftCandlesMod(MC1.12-Ver1.9).jar               | None                                     |
| UCH   | atmtweaks                 | 1.1                             | atmtweaks-1.1.jar                                   | None                                     |
| UCH   | morphtool                 | 1.2-16                          | Morph-o-Tool-1.2-16.jar                             | None                                     |
| UCH   | psi                       | r1.1-59                         | Psi-r1.1-59.jar                                     | None                                     |
| UCH   | quark                     | r1.3-117                        | Quark-r1.3-117.jar                                  | None                                     |
| UCH   | autoreglib                | 1.3-15                          | AutoRegLib-1.3-15.jar                               | None                                     |
| UCH   | badwithernocookiereloaded | 1.12.2-2.12                     | badwithernocookiereloaded-1.12.2-2.12.jar           | None                                     |
| UCH   | base                      | 3.4.2                           | base-1.12-3.4.2.jar                                 | None                                     |
| UCH   | bedbugs                   | @VERSION@                       | BedBugs-1.12-1.0.1.jar                              | None                                     |
| UCH   | betterbuilderswands       | 0.11.1                          | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar     | None                                     |
| UCH   | bibliocraft               | 2.4.3                           | BiblioCraft[v2.4.3][MC1.12.0].jar                   | None                                     |
| UCH   | ic2                       | 2.8.16-ex112                    | industrialcraft-2-2.8.16-ex112.jar                  | de041f9f6187debbc77034a344134053277aa3b0 |
| UCH   | natura                    | 1.12-4.3.0.23                   | natura-1.12-4.3.0.23.jar                            | None                                     |
| UCH   | forestry                  | 5.7.0.213                       | forestry_1.12.2-5.7.0.213.jar                       | None                                     |
| UCH   | binniecore                | unspecified                     | binnie-mods-1.12.2-2.5.0.102.jar                    | None                                     |
| UCH   | binniedesign              | 1.0                             | binnie-mods-1.12.2-2.5.0.102.jar                    | None                                     |
| UCH   | genetics                  | 2.5.0.102                       | binnie-mods-1.12.2-2.5.0.102.jar                    | None                                     |
| UCH   | botany                    | 2.5.0.102                       | binnie-mods-1.12.2-2.5.0.102.jar                    | None                                     |
| UCH   | extrabees                 | 2.5.0.102                       | binnie-mods-1.12.2-2.5.0.102.jar                    | None                                     |
| UCH   | extratrees                | 2.5.0.102                       | binnie-mods-1.12.2-2.5.0.102.jar                    | None                                     |
| UCH   | biomesoplenty             | 7.0.1.2310                      | BiomesOPlenty-1.12.2-7.0.1.2310-universal.jar       | None                                     |
| UCH   | blockcraftery             | 0.1.3                           | blockcraftery-0.1.3.jar                             | None                                     |
| UCH   | bookshelf                 | 2.3.503                         | Bookshelf-1.12.2-2.3.503.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | botania                   | r1.10-350                       | Botania r1.10-350.jar                               | None                                     |
| UCH   | codechickenlib            | 3.1.3.313                       | CodeChickenLib-1.12-3.1.3.313-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | brandonscore              | 2.3.4                           | BrandonsCore-1.12-2.3.4.134-universal.jar           | None                                     |
| UCH   | careerbees                | 1.0                             | careerbees-0.0.1.jar                                | None                                     |
| UCH   | ceramics                  | 1.12-1.3.3b                     | Ceramics-1.12-1.3.3b.jar                            | None                                     |
| UCH   | chameleon                 | 1.12-4.1.3                      | Chameleon-1.12-4.1.3.jar                            | None                                     |
| UCH   | chickenchunks             | 2.4.0.70                        | ChickenChunks-1.12-2.4.0.70-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | chiselsandbits            | 14.9                            | chiselsandbits-14.9.jar                             | None                                     |
| UCH   | cofhworld                 | 1.0.1                           | CoFHWorld-1.12-1.0.1.8-universal.jar                | None                                     |
| UCH   | cyclopscore               | 0.10.23                         | CyclopsCore-1.12.2-0.10.23.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | colossalchests            | 1.6.8                           | ColossalChests-1.12.2-1.6.8.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | commoncapabilities        | 1.4.0                           | CommonCapabilities-1.12-1.4.0.jar                   | None                                     |
| UCH   | mcmultipart               | 2.3.3                           | MCMultiPart-2.3.3.jar                               | None                                     |
| UCH   | storagedrawers            | 1.12-5.2.5                      | StorageDrawers-1.12.1-5.3.3.jar                     | None                                     |
| UCH   | refinedstorage            | 1.5.24                          | refinedstorage-1.5.24.jar                           | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCH   | compactmachines3          | 3.0.3                           | compactmachines3-1.12.2-3.0.3-b169.jar              | None                                     |
| UCH   | compactsolars             | 1.12.2-5.0.17.340               | CompactSolars-1.12.2-5.0.17.340-universal.jar       | None                                     |
| UCH   | computercraft             | 1.80pr1                         | ComputerCraft1.80pr1.jar                            | None                                     |
| UCH   | asielib                   | 1.0.0                           | Computronics-1.12.1-1.6.5.jar                       | None                                     |
| UCH   | opencomputers             | 1.7.0.20                        | OpenComputers-MC1.12.1-1.7.0.20.jar                 | None                                     |
| UCH   | theoneprobe               | 1.4.19                          | theoneprobe-1.12-1.4.19.jar                         | None                                     |
| UCH   | mekanism                  | 9.4.2                           | Mekanism-1.12.2-9.4.2.327.jar                       | None                                     |
| UCH   | computronics              | 1.6.5                           | Computronics-1.12.1-1.6.5.jar                       | None                                     |
| UCE   | contenttweaker            | 1.12-4.2.0                      | ContentTweaker-1.12-4.2.0.jar                       | None                                     |
| UCH   | controlling               | 3.0.4                           | Controlling-3.0.4.jar                               | None                                     |
| UCH   | cosmeticarmorreworked     | 1.12.2-v1                       | CosmeticArmorReworked-1.12.2-v1.jar                 | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCH   | craftingtweaks            | 8.1.6                           | CraftingTweaks_1.12.1-8.1.6.jar                     | None                                     |
| UCH   | ctgui                     | 1.0.0                           | CraftTweaker2-1.12-4.0.10.jar                       | None                                     |
| UCH   | crafttweakerjei           | 2.0.0                           | CraftTweaker2-1.12-4.0.10.jar                       | None                                     |
| UCH   | cucumber                  | 1.0.3                           | cucumber-1.12-1.0.3.jar                             | None                                     |
| UCH   | custombackgrounds         | 1.0                             | CustomBackgrounds-MC1.12-1.1.1.jar                  | None                                     |
| UCH   | custommainmenu            | 2.0.8                           | CustomMainMenu-MC1.12.2-2.0.8.jar                   | None                                     |
| UCH   | cyclicmagic               | 1.9.13                          | Cyclic-1.12.2-1.9.13.jar                            | None                                     |
| UCH   | darkutils                 | 1.7.182                         | DarkUtils-1.12.2-1.7.182.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | defaultoptions            | 9.2.4                           | DefaultOptions_1.12.1-9.2.4.jar                     | None                                     |
| UCH   | diethopper                | 1.1                             | diethopper-1.1.jar                                  | None                                     |
| UCH   | ding                      | 1.0.1                           | Ding-1.12.1-1.0.1.jar                               | None                                     |
| UCH   | dldungeonsjdg             | 1.10.0                          | DoomlikeDungeons-1.10.0-MC1.12.2.jar                | None                                     |
| UCH   | thermalfoundation         | 2.3.6                           | ThermalFoundation-1.12-2.3.6.16-universal.jar       | None                                     |
| UCH   | draconicevolution         | 2.3.5                           | Draconic-Evolution-1.12-2.3.5.269-universal.jar     | None                                     |
| UCH   | elevatorid                | 1.3.5                           | ElevatorMod-1.12.2-1.3.5.jar                        | None                                     |
| UCH   | embers                    | 0.230                           | embers-0.230.jar                                    | None                                     |
| UCH   | enderstorage              | 2.4.0.122                       | EnderStorage-1.12-2.4.0.122-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | valkyrielib               | 1.12-2.0.4b                     | valkyrielib-1.12.X-2.0.4b.jar                       | None                                     |
| UCH   | environmentaltech         | 1.12.X-2.0.4a                   | environmentaltech-1.12.X-2.0.4a.jar                 | None                                     |
| UCH   | immersiveengineering      | 0.12-75                         | ImmersiveEngineering-0.12-75.jar                    | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | thermalexpansion          | 5.3.6                           | ThermalExpansion-1.12-5.3.6.20-universal.jar        | None                                     |
| UCH   | exchangers                | 1.12-2.5.2                      | Exchangers-1.12-2.5.2.jar                           | None                                     |
| UCH   | excore                    | 2.0.0-alpha14-1.12.1            | EXCore-2.0.0-alpha14-1.12.1.jar                     | None                                     |
| UCH   | extracells                | 2.5.8                           | ExtraCells-1.12.2-2.5.8a43.jar                      | None                                     |
| UCH   | shadowmc                  | 3.8.0                           | ShadowMC-1.12-3.8.0.jar                             | None                                     |
| UCH   | extrarails                | 1.3.0                           | ExtraRails-1.12-1.3.0.jar                           | None                                     |
| UCH   | zerocore                  | 1.12-0.1.1.0                    | zerocore-1.12-0.1.1.0.jar                           | None                                     |
| UCH   | bigreactors               | 1.12-0.4.5.44                   | ExtremeReactors-1.12-0.4.5.44.jar                   | None                                     |
| UCH   | fairylights               | 2.1.1                           | fairylights-2.1.1-1.12.jar                          | None                                     |
| UCH   | fencejumper               | 1.0.1                           | fencejumper-1.12-1.0.1.jar                          | None                                     |
| UCH   | flatcoloredblocks         | mc1.12-6.6                      | flatcoloredblocks-mc1.12-6.6.jar                    | None                                     |
| UCH   | foamfix                   | 0.8.2-1.12.2                    | foamfix-0.8.2-1.12.2-anarchy.jar                    | None                                     |
| UCH   | forgelin                  | 1.5.1                           | Forgelin-1.5.1.jar                                  | None                                     |
| UCH   | ichunutil                 | 7.1.2                           | iChunUtil-1.12.2-7.1.2.jar                          | None                                     |
| UCH   | ftbl                      | 4.2.4                           | FTBLib-4.2.4.jar                                    | None                                     |
| UCH   | ftbu                      | 4.2.3                           | FTBUtilities-4.2.3.jar                              | None                                     |
| UCH   | funkylocomotion           | 1.0                             | funky-locomotion-1.12-alpha-0.0.1.jar               | None                                     |
| UCH   | gendustry                 | 1.6.5.6                         | gendustry-1.6.5.6-mc1.12.2.jar                      | None                                     |
| UCH   | pressure                  | 1.3.1.9                         | pressure-1.3.1.9-mc1.12.2.jar                       | None                                     |
| UCH   | advgenerators             | 0.9.20.10                       | generators-0.9.20.10-mc1.12.2.jar                   | None                                     |
| UCH   | gravestone                | 1.10.0                          | gravestone-1.10.0.jar                               | None                                     |
| UCH   | mobtotems                 | 1.12.1-0.3.0                    | mobtotems-1.12.1-0.3.0.jar                          | None                                     |
| UCH   | guideapi                  | 1.12-2.1.4-57                   | Guide-API-1.12-2.1.4-57.jar                         | None                                     |
| UCH   | harvest                   | 1.12-1.2.6-18                   | Harvest-1.12-1.2.6-18.jar                           | None                                     |
| UCH   | immersivepetroleum        | 1.1.3                           | immersivepetroleum-1.12-1.1.3.jar                   | None                                     |
| UCH   | teslacorelib              | 1.0.11                          | tesla-core-lib-1.12-1.0.11.jar                      | None                                     |
| UCH   | industrialforegoing       | 1.12.2-1.12.2                   | industrialforegoing-1.12.2-1.5.11-100.jar           | None                                     |
| UCH   | industrialwires           | 1.6-22                          | IndustrialWires-1.6-22.jar                          | 7e11c175d1e24007afec7498a1616bef0000027d |
| UCH   | integrateddynamics        | 0.9.6                           | IntegratedDynamics-1.12.2-0.9.6.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | integrateddynamicscompat  | 1.0.0                           | IntegratedDynamics-1.12.2-0.9.6.jar                 | None                                     |
| UCH   | integratedtunnels         | 1.3.5                           | IntegratedTunnels-1.12.2-1.3.5.jar                  | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | mysticalagriculture       | 1.6.6                           | mysticalagriculture-1.12-1.6.6.jar                  | None                                     |
| UCH   | mysticalagradditions      | 1.2.7                           | mysticalagradditions-1.12-1.2.7.jar                 | None                                     |
| UCH   | rftools                   | 7.14                            | rftools-1.12-7.14.jar                               | None                                     |
| UCH   | integrationforegoing      | 1.12-1.3.1                      | IntegrationForegoing-1.12-1.3.1.jar                 | None                                     |
| UCH   | inventorytweaks           | 1.63+release.109.220f184        | InventoryTweaks-1.63.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCH   | ironbackpacks             | 1.12.2-3.0.2-3                  | IronBackpacks-1.12.2-3.0.2-3.jar                    | None                                     |
| UCH   | ironchest                 | 1.12.2-7.0.34.820               | ironchest-1.12.2-7.0.34.820.jar                     | None                                     |
| UCH   | jaopcaadditions           | 1.12.2-2.2.0.6                  | JAOPCAAdditions-1.12.2-2.2.0.6.jar                  | None                                     |
| UCH   | jaopca                    | 1.12.2-2.2.5.64                 | JAOPCA-1.12.2-2.2.5.64.jar                          | None                                     |
| UCH   | oredictinit               | 1.12.2-2.2.1.67                 | JAOPCA-1.12.2-2.2.5.64.jar                          | None                                     |
| UCH   | jeibees                   | 0.9.0.5                         | jeibees-0.9.0.5-mc1.12.2.jar                        | None                                     |
| UCH   | journeymap                | 1.12.2-5.5.2                    | journeymap-1.12.2-5.5.2.jar                         | None                                     |
| UCH   | justenoughdimensions      | 1.5.5                           | justenoughdimensions-1.12.1-1.5.5.jar               | 2b03e1423915a189b8094816baa18f239d576dff |
| UCH   | jeresources               | 0.8.6.33                        | JustEnoughResources-1.12.2-0.8.6.33.jar             | None                                     |
| UCH   | kleeslabs                 | 5.3.2                           | KleeSlabs_1.12-5.3.2.jar                            | None                                     |
| UCH   | wizardry                  | 0.5.1                           | wizardry-0.5.1.jar                                  | None                                     |
| UCH   | librarianlib              | 2.4                             | librarianlib-1.12-4.2.jar                           | None                                     |
| UCH   | lostcities                | 1.0.2                           | lostcities-1.12-1.0.2.jar                           | None                                     |
| UCH   | magipsi                   | 1.2                             | MagicalPsi-1.2.1.jar                                | None                                     |
| UCH   | magicbees                 | 1.0                             | MagicBees-1.12-3.1.7.jar                            | None                                     |
| UCH   | mekanismgenerators        | 9.4.2                           | MekanismGenerators-1.12.2-9.4.2.327.jar             | None                                     |
| UCH   | mekanismtools             | 9.4.2                           | MekanismTools-1.12.2-9.4.2.327.jar                  | None                                     |
| UCH   | minecolonies              | 1.12.2-0.8.5290                 | minecolonies-universal-1.12.2-0.8.5290.jar          | None                                     |
| UCH   | modnametooltip            | 1.10.0                          | modnametooltip_1.12.2-1.10.0.jar                    | None                                     |
| UCH   | moreoverlays              | 1.13                            | moreoverlays-1.13-mc1.12.1.jar                      | None                                     |
| UCH   | morpheus                  | 1.12-3.3.2                      | Morpheus-1.12-3.3.2.jar                             | None                                     |
| UCH   | mousetweaks               | 2.8                             | MouseTweaks-2.8-mc1.12.1.jar                        | None                                     |
| UCH   | naturescompass            | 1.5.0                           | NaturesCompass-1.12.2-1.5.0.jar                     | None                                     |
| UCH   | nmsot                     | 1.2.1-mc1.12                    | NoMobSpawningOnTrees-1.2.1-mc1.12.jar               | None                                     |
| UCH   | neid                      | 1.5.4.2                         | NotEnoughIDs-1.5.4.2.jar                            | None                                     |
| UCH   | notenoughwands            | 1.5.9                           | notenoughwands-1.12-1.5.9.jar                       | None                                     |
| UCH   | nuclearcraft              | 2.5a                            | NuclearCraft-2.5a--1.12.2.jar                       | None                                     |
| UCH   | nutrition                 | 2.5.0                           | Nutrition-1.12.2-2.5.0.jar                          | None                                     |
| UCH   | oreexcavation             | 1.4.109                         | OreExcavation-1.4.109.jar                           | None                                     |
| UCH   | oeintegration             | 2.3.2                           | oeintegration-2.3.2.jar                             | None                                     |
| UCH   | openglider                | @VERSION@                       | OpenGlider-1.12.1-1.1.0.jar                         | None                                     |
| UCH   | overloaded                | 0.0.44                          | Overloaded-1.12.1-0.0.44.jar                        | None                                     |
| UCH   | p455w0rdslib              | 2.0.24                          | p455w0rdslib-1.12-2.0.24.jar                        | None                                     |
| UCH   | packmode                  | 1.1.0                           | packmode-1.12.1-1.1.0.jar                           | None                                     |
| UCH   | harvestcraft              | 1.12.2a                         | Pam's HarvestCraft 1.12.2a.jar                      | None                                     |
| UCH   | pamscookables             | 1.1                             | pamscookables-1.1.jar                               | None                                     |
| UCH   | twilightforest            | 3.4.239                         | twilightforest-1.12.2-3.4.239-universal.jar         | None                                     |
| UCH   | plants2                   | 2.2.2                           | Plants-2.2.2.jar                                    | None                                     |
| UCH   | shetiphiancore            | 3.5.5                           | shetiphiancore-1.12.0-3.5.5.jar                     | None                                     |
| UCH   | platforms                 | 1.4.1                           | platforms-1.12.0-1.4.1.jar                          | None                                     |
| UCH   | plustic                   | 6.3.2.0                         | plustic-6.3.2.0.jar                                 | None                                     |
| UCH   | portalgun                 | 7.0.0                           | PortalGun-1.12.2-7.0.1.jar                          | None                                     |
| UCH   | reborncore                | 3.5.0.162                       | RebornCore-1.12.2-3.5.0.162-universal.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | quantumstorage            | 4.4.6                           | QuantumStorage-1.12-4.4.6.jar                       | None                                     |
| UCH   | quickleafdecay            | 1.2.4                           | QuickLeafDecay-MC1.12.1-1.2.4.jar                   | None                                     |
| UCH   | rangedpumps               | 0.5                             | rangedpumps-0.5.jar                                 | None                                     |
| UCH   | reauth                    | 3.5.2                           | ReAuth-3.5.2.jar                                    | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCH   | redstonearsenal           | 2.3.6                           | RedstoneArsenal-1.12-2.3.6.16-universal.jar         | None                                     |
| UCH   | refinedstorageaddons      | 0.2                             | refinedstorageaddons-0.2.jar                        | None                                     |
| UCH   | resourceloader            | 1.5.3                           | ResourceLoader-MC1.12.1-1.5.3.jar                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCH   | rftoolscontrol            | 1.7.0                           | rftoolsctrl-1.12-1.7.0.jar                          | None                                     |
| UCH   | rftoolsdim                | 5.05                            | rftoolsdim-1.12-5.05.jar                            | None                                     |
| UCH   | roots                     | 0.103                           | roots-2-0.103.jar                                   | None                                     |
| UCH   | rustic                    | 0.4.2.1                         | rustic-0.4.3.jar                                    | None                                     |
| UCH   | woodenshears              | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar                   | None                                     |
| UCH   | simplesponge              | 3.5                             | SimpleSponge-1.12-3.5.jar                           | None                                     |
| UCH   | soulshardstow             | 1.12-2.7.4-53                   | SoulShards-TOW-1.12-2.7.4-53.jar                    | None                                     |
| UCH   | stevescarts               | ${version}                      | StevesCarts-1.12.2-2.4.12.62.jar                    | None                                     |
| UCH   | storagedrawersextra       | @VERSION@                       | StorageDrawersExtras-1.12-3.1.0.jar                 | None                                     |
| UCH   | techreborn                | 2.9.1.354                       | TechReborn-1.12.2-2.9.1.354-universal.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | terraqueous               | 1.4.5                           | terraqueous-1.12.0-1.4.5.jar                        | None                                     |
| UCH   | thermalcultivation        | 0.1.1                           | ThermalCultivation-1.12-0.1.1.6-universal.jar       | None                                     |
| UCH   | thermaldynamics           | 2.3.6                           | ThermalDynamics-1.12-2.3.6.13-universal.jar         | None                                     |
| UCH   | tinkertoolleveling        | 1.12-1.0.2b.DEV.1a79301         | TinkerToolLeveling-1.12-1.0.2b.jar                  | None                                     |
| UCH   | toastcontrol              | 1.2.0                           | Toast Control-1.12-1.2.0.jar                        | None                                     |
| UCH   | topaddons                 | 1.12.2-1.1.3                    | topaddons-1.12.2-1.1.3.jar                          | None                                     |
| UCH   | traverse                  | 1.3.1                           | Traverse-1.12.1-1.3.1.jar                           | None                                     |
| UCH   | usefulnullifiers          | 1.4.1                           | usefulnullifiers-1.4.1.jar                          | None                                     |
| UCH   | wanionlib                 | 1.12.2-1.2c                     | WanionLib-1.12.2-1.2c.jar                           | None                                     |
| UCH   | waterstrainer             | 3.2.0                           | WaterStrainer-1.12-3.2.0.jar                        | None                                     |
| UCH   | waystones                 | 4.0.17                          | Waystones_1.12.1-4.0.17.jar                         | None                                     |
| UCH   | wificharge                | 1.3.0                           | WirelessCharger-1.3.0.jar                           | None                                     |
| UCH   | wct                       | 3.8.55                          | WirelessCraftingTerminal-1.12.2-3.8.55.jar          | None                                     |
| UCH   | xnet                      | 1.4.1                           | xnet-1.12-1.4.1.jar                                 | None                                     |
| UCH   | xtones                    | 1.12-1.0.7-10                   | Xtones-1.12-1.0.7-10.jar                            | None                                     |
| UCH   | elulib                    | 0.1.7                           | elulib-0.1.7.jar                                    | None                                     |
| UCH   | librarianliblate          | 2.4                             | librarianlib-1.12-4.2.jar                           | None                                     |
| UCH   | teslacorelib_registries   | 1.0.11                          | tesla-core-lib-1.12-1.0.11.jar                      | None                                     |
| UCH   | unidict                   | 1.12.2-1.3b                     | UniDict-1.12.2-1.3b.jar                             | None                                     |
| UCH   | wrapup                    | 1.12-1.1.3                      | WrapUp-1.12-1.1.3.jar                               | None                                     |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.5.1.jar)

IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
squeek.applecore.asm.TransformerModuleHandler
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.2.jar)

LibrarianLib Plugin (librarianlib-1.12-4.2.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-25.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
li.cil.oc.common.asm.ClassTransformer
LoadingPlugin (Quark-r1.3-117.jar)
vazkii.quark.base.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.b128.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
shetiphian.asm.ClassTransformer
Wizardry Plugin (wizardry-0.5.1.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.2-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics 5500'
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)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

AE2 Version: stable rv5-stable-3 for Forge 14.23.1.2554
Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)
	- craftingtweaksIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* AbyssalCraftAPI (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Biome (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Block (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Condition (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Disruption (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Energy (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Entity (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Event (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Integration (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Internal (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Item (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Necronomicon (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Recipe (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Ritual (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* AbyssalCraftAPI|Spell (1.11.0) from AbyssalCraft-1.12.2-1.9.4.2.jar
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r124.jar
	* AppleCoreAPI (2.4.0) from AppleCore-mc1.12.2-2.2.2.jar
	* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-3.jar
	* asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
	* asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
	* asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
	* Base|API (1.0.0) from base-1.12-3.4.2.jar
	* Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.44.jar
	* BotaniaAPI (88) from Botania r1.10-350.jar
	* Chisel-API (0.0.1) from Chisel-MC1.12-0.0.14.18.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.0.14.18.jar
	* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.9.jar
	* cofhapi (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
	* cofhapi|block (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
	* cofhapi|core (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
	* cofhapi|item (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
	* cofhapi|tileentity (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
	* cofhapi|util (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
	* ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
	* computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
	* computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
	* computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
	* computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
	* computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
	* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.1-8.1.6.jar
	* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.9.jar
	* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.9.jar
	* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.9.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.9.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.9.jar
	* DLDungeonsAPI (1.1) from DoomlikeDungeons-1.10.0-MC1.12.2.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.5.269-universal.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.7.0.213.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.7.0.213.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.12-alpha-0.0.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.6-mc1.12.2.jar
	* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.4-57.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.2.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-75.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-75.jar
	* industrialforegoingapi (3) from industrialforegoing-1.12.2-1.5.11-100.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.9.6.jar
	* jeresources|API (0.8.6.33) from JustEnoughResources-1.12.2-0.8.6.33.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.4.130.jar
	* mcjtylib_ng (2.5.0) from mcjtylib-1.12-2.5.0.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.2.327.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
	* Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
	* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
	* pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.24.jar
	* PsiAPI (6) from Psi-r1.1-59.jar
	* QuarkAPI (1) from Quark-r1.3-117.jar
	* reborncoreAPI (3.5.0.162) from RebornCore-1.12.2-3.5.0.162-universal.jar
	* reborncoreAPI|Power (3.5.0.162) from RebornCore-1.12.2-3.5.0.162-universal.jar
	* reborncoreAPI|Recipe (3.5.0.162) from RebornCore-1.12.2-3.5.0.162-universal.jar
	* reborncoreAPI|Tile (3.5.0.162) from RebornCore-1.12.2-3.5.0.162-universal.jar
	* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.12.62.jar
	* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.12.62.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
	* techrebornAPI (2.9.1.354) from TechReborn-1.12.2-2.9.1.354-universal.jar
	* TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.5.jar
	* TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.5.jar
	* TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.5.jar
	* TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.5.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.19.jar
	* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.X-2.0.4b.jar
	* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.5.0.162
	Runtime Debofucsation 1
	RenderEngine: 0
commented

I thought ContentTweaker was removed from ATM3? Also open "config/acronym/saved" folder and upload all those files.

commented

It was, but I'm using Modded Minecraft: Peaceful Mode which requires ContentTweaker. Up until today, everything has worked fine.

As for the files, when I open them in Notepad++, there are only NUL symbols.
image

commented

Sounds like something corrupted that file.

commented

Does peaceful mode include copies of those files? If so replace them with those

commented

It does not include copies of those files. Is there a way to regenerate them?

commented

delete them. Looked into the pack and they don't super need those files (Some things do)

commented

Yep, that fixed it! Thanks for your help! :)