- Oyun Sürümü
- 1.12.2
Antimatter Chemistry
Antimadde Kimyası Adlı Mod paketini İndirdim.Mod paketi Crash Verdi.Bunun Sorunlarını Araştırdım.Neredeyse Hiçbirşey Bulamadım.Mod paketi Çok Bilindik Değil Zaten.Sonra Crash vermesinin nedenini buldum.Minecraft Bu Mod paketini kaldıramadığını farkettim.Sonra Fazla Büyük Olan Modların Bazılarını Sildim.Sonra Mod Kurulurken Yine Crash Verdi.Yine Aynı Sorundan Olacağını Sanmıyordum.Sonunda Öğrendim Ki CodeChickenLib Adlı Mod Hata Veriyor.Lütfen Bana Yardım Edin. Aşağıda Yorumda Crash Raporum Var.
He Bu Arada Modlar 1.12.2 her şey 1.12.2 Bende 1.12.2 Kullanıyorum.
Antimadde Kimyası Adlı Mod paketini İndirdim.Mod paketi Crash Verdi.Bunun Sorunlarını Araştırdım.Neredeyse Hiçbirşey Bulamadım.Mod paketi Çok Bilindik Değil Zaten.Sonra Crash vermesinin nedenini buldum.Minecraft Bu Mod paketini kaldıramadığını farkettim.Sonra Fazla Büyük Olan Modların Bazılarını Sildim.Sonra Mod Kurulurken Yine Crash Verdi.Yine Aynı Sorundan Olacağını Sanmıyordum.Sonunda Öğrendim Ki CodeChickenLib Adlı Mod Hata Veriyor.Lütfen Bana Yardım Edin. Aşağıda Yorumda Crash Raporum Var.
He Bu Arada Modlar 1.12.2 her şey 1.12.2 Bende 1.12.2 Kullanıyorum.
Kod:
---- Minecraft Crash Report ----
WARNING: coremods are present:
ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
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)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 3/23/20 6:00 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:33)
at com.teamacronymcoders.base.BaseModFoundation.preInit(BaseModFoundation.java:96)
at com.teamacronymcoders.contenttweaker.ContentTweaker.preInit(ContentTweaker.java:40)
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.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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 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:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.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 (x86) version 10.0
Java Version: 1.8.0_241, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 132748176 bytes (126 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 129 mods loaded, 129 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 | openmodscore | 0.12.2 | minecraft.jar | None |
| LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCH | randompatches | 1.12.2-1.21.0.0 | randompatches-1.12.2-1.21.0.0.jar | None |
| LCH | ctm | MC1.12.2-1.0.1.30 | CTM-MC1.12.2-1.0.1.30.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 | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCH | alib | 1.0.12 | alib-1.0.12.jar | None |
| LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
| LCH | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCH | singularities | 2.4.1 | Singularities-1.12.2-2.4.1.jar | None |
| LCH | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.jar | None |
| LCH | alchemistry | 1.0.37 | alchemistry-1.0.37.jar | None |
| LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LCH | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
| LCH | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
| LCH | tconstruct | 1.12.2-2.13.0.179 | TConstruct-1.12.2-2.13.0.179.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 | antimattertweaks | 1.2.0 | antimattertweaks-1.2.0.jar | None |
| LCH | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.4.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 | atum | 2.0.16 | Atum-1.12.2-2.0.16.jar | None |
| LCH | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| LCH | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
| LCH | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
| LCH | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
| LCH | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None |
| LCH | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
| LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| LCH | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| LCH | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
| LCH | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCE | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
| LC | conarm | 1.2.5.3 | conarm-1.12.2-1.2.5.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC | controlling | 3.0.8 | Controlling-3.0.8.jar | None |
| LC | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.jar | None |
| LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.jar | None |
| LC | cropdusting | 0.7 | CropDusting-0.7-[1.12.2].jar | None |
| LC | custommainmenu | 2.0.9.1 | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
| LC | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
| LC | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | deepmoblearning | 1.12.2-2.5.2 | deepmoblearning-1.12.2-2.5.2-universal.jar | None |
| LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
| LC | diethopper | 1.1 | diethopper-1.1.jar | None |
| LC | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| LC | dimensionaledibles | 1.3.1 | DimensionalEdibles-1.12.2-1.3.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC | discordcraft | 1.0 | DiscordCraft-1.0.3.1.jar | None |
| LC | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None |
| LC | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
| LC | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
| LC | extracells | 2.6.5 | ExtraCells-1.12.2-2.6.5.jar | None |
| LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LC | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
| LC | forbidden_arcanus | 1.12.2-1.1.4 | forbidden_arcanus-1.12.2-1.1.4.jar | None |
| LC | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
| LC | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
| LC | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
| LC | gamestages | 2.0.117 | GameStages-1.12.2-2.0.117.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None |
| LC | ftbquests | 1.8.0.237 | FTBQuests-1.8.0.237.jar | None |
| LC | reborncore | 3.18.0 | RebornCore-1.12.2-3.18.1.514-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | hardcoremapreset | 4.2.3.39 | HardCoreMapReset-4.2.3.39.jar | None |
| LC | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
| LC | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
| LC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
| LC | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
| LC | nuclearcraft | 2.18o | NuclearCraft-2.18o-1.12.2.jar | None |
| LC | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
| LC | rftools | 7.73 | rftools-1.12-7.73.jar | None |
| LC | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC | inventorytweaks | 1.64+dev.150.7168e7a | InventoryTweaks-1.64+dev.150.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| LC | itlt | 1.0.0 | itlt-1.12.2-1.0.2.jar | None |
| LC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| LC | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
| LC | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
| LC | modnametooltip | 1.10.1 | modnametooltip_1.12.2-1.10.1.jar | None |
| LC | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
| LC | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
| LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
| LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
| LC | neat | 1.4-17 | Neat 1.4-17.jar | None |
| LC | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LC | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
| LC | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| LC | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
| LC | recipestages | 1.1.3 | RecipeStages-1.1.3.jar | None |
| LC | refined_avaritia | 2.6 | refined_avaritia-1.12.2-2.6.jar | None |
| LC | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
| LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
| LC | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
| LC | speedyhoppers | 1.1.19 | speedyhoppers-1.1.19.jar | None |
| LC | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
| LC | tieredmagnets | 1.12.2-0.0.3 | tieredmagnets-1.12.2-0.0.3.jar | None |
| LC | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LC | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
| LC | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
| LC | tombstone | 3.6.6 | tombstone-3.6.6-1.12.2.jar | None |
| LC | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
| LC | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | xencraft | 1.0.0.4 | XenCraft-1.0.0.4.jar | None |
| LC | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
| LC | solcarrot | 1.8.3 | solcarrot-1.12.2-1.8.3.jar | None |
| LC | mysticallib | 1.12.2-1.6.0 | mysticallib-1.12.2-1.6.0.jar | None |
| LC | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| LC | unidict | 1.12.2-2.9.5 | UniDict-1.12.2-2.9.5.jar | None |
Loaded coremods (and transformers):
ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
shadows.ApotheosisTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)