Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.82k stars 890 forks source link

spongepowered.asm.mixin.transformer #4490

Closed D4rk5t4r02 closed 6 months ago

D4rk5t4r02 commented 1 year ago

Describe the Bug

To begin with im going to state that im trying to make a modpack on curseforge and in modpacks similar to the one im trying to make they also have the Create mod in them. So i believed it would be a mod that would be nice to include. I'm also using the Curse forge app for windows

After selecting the list of mods I wish to include and doing some adding and dropping of a couple of mods, I have settled on a modlist that I believed would work for me. When i first recieved the issue that Create had a problem i did a quick check of the crash .Txt file to see what the problem was. "An unexpected critical error was encountered" Was the message that i recieved.

Seemed interesting to me, did a quick check of what had the unexpected error. "Caused by 0: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError"

Alright, keep the text document open, close minecraft and relaunch it from Curseforge again, just to see if it is a one time thing. Error reoccurs, so maybe the mod installation could be damaged. Internet wasnt looking to good earlier so it might have missed a file or two that could be causing the problem, alright, go to the mod library remove create, do a quick run of it get the expected error of "this mod requires create" close minecraft, close curseforge. restart curseforge, re-add create to the modlist, start up again... Get the same error (checking the crash report each time to make sure of this). Alright so this looks to be an actual problem with running the file when minecraft starts up not a simple there is a problem with the files because my internet is a little spotty.

From here i have come to the Create/issues page as i dont want to do to many things that may cause problems with the current modpack i want to make. I have considered the simplest solution of not using create and the mods that require create but i would like to give them a try before going that route, and i have considered just simply playing other people's modpacks that do seem to work but some of them dont have features that id like to use, like Origins.

Here is the error from the .txt file: -- Head -- Thread: Render thread Stacktrace: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {re:classloading} -- MOD create -- Details: Caused by 0: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading} at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {} at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51] {} at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51] {} at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?] {re:classloading} at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$3503/198323814.accept(Unknown Source) ~[?:?] {} at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {} at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?] {re:classloading} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:91) ~[?:36.2] {re:classloading} at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3053/2054792662.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModContainer$$Lambda$3480/1430554384.run(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}

Mod File: create-mc1.16.5_v0.3.2g.jar
Failure message: Create (create) has failed to load correctly
    org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Mod Version: v0.3.2g
Mod Issue URL: https://github.com/Creators-of-Create/Create/issues
Exception message: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Constant modifier method getKeepAlivePacketInterval(J)J in randompatches.mixins.json:timeouts.ServerPlayNetHandlerKeepAliveMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap randompatches.refmap.json

(if this even works) import data for Curseforge via Zipfile: WATER everywhere.zip

Reproduction Steps

  1. run modpack
  2. get error
  3. re-install create
  4. run again
  5. get error
  6. Profit? (???) ...

Expected Result

expected result: to play the modpack and have some interesting underwater adventures?

Screenshots and Videos

No response

Crash Report or Log

crash-2023-02-26_07.57.00-fml.txt

Operating System

windows 11

Mod Version

0.3.2g

Minecraft Version

1.16.5

Forge Version

36.2.34

Other Mods

saturn-mc1.16.5-0.0.3.jar                         |Saturn                        |saturn                        |0.0.3               |CREATE_REG|Manifest: NOSIGNATURE
    TRansliterationLib-1.0.4.jar                      |TRansliterationLib Mod        |transliterationlib            |1.0.4               |CREATE_REG|Manifest: NOSIGNATURE
    chaoticlib-1.5.1.jar                              |chaotic Library               |chaoticlib                    |1.5.1               |CREATE_REG|Manifest: NOSIGNATURE
    Pirates_And_Looters_Kraken_Update.jar             |PiratesAndLootersReborn       |piratesandlootersreborn       |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    entitycollisionfpsfix-1.16-1.0.1.jar              |Entity Collision FPS Fix      |entitycollisionfpsfix         |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    rubidium-0.2.11.jar                               |Rubidium                      |rubidium                      |0.2.11              |CREATE_REG|Manifest: NOSIGNATURE
    BetterCaves-Forge-1.16.4-1.1.2.jar                |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |CREATE_REG|Manifest: NOSIGNATURE
    modernfix-mc1.16.5-1.7.0.jar                      |ModernFix                     |modernfix                     |1.7.0               |CREATE_REG|Manifest: NOSIGNATURE
    farmersdelightintegrations-1.16.5-1.2.jar         |Farmer's Delight Compats      |farmersdelightintegrations    |1.16.5-1.2          |CREATE_REG|Manifest: NOSIGNATURE
    YungsApi-1.16.4-Forge-13.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |CREATE_REG|Manifest: NOSIGNATURE
    atlantis-2021.3.21-1.16.5-1.1.1.jar               |Atlantis                      |atlantis                      |1.1.1.0-1.16.5      |CREATE_REG|Manifest: NOSIGNATURE
    ibarnoriginsaddon-1.0.5.1-forge-1.16.5.jar        |ibarn's origins addon         |ibarnorigins                  |1.0.5.1             |CREATE_REG|Manifest: NOSIGNATURE
    reliquary-1.16.5-1.3.5.1124.jar                   |Reliquary                     |xreliquary                    |1.16.5-1.3.5.1124   |CREATE_REG|Manifest: NOSIGNATURE
    Axolotl 1.16.x.jar                                |Axolotl                       |axolotl_12                    |V4 1.12.2           |CREATE_REG|Manifest: NOSIGNATURE
    randompatches-2.4.4-forge.jar                     |RandomPatches                 |randompatches                 |2.4.4-forge         |CREATE_REG|Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
    Morpheus-1.16.5-4.2.70.jar                        |Morpheus                      |morpheus                      |4.2.70              |CREATE_REG|Manifest: NOSIGNATURE
    WaterStrainer-1.16.3-10.0.0.jar                   |Water Strainer                |waterstrainer                 |1.16.3-10.0.0       |CREATE_REG|Manifest: NOSIGNATURE
    aquaticadditionsBETA1.6.1-1.16.5.jar              |Aquatic Additions             |aq                            |1.16.5-1.6          |CREATE_REG|Manifest: NOSIGNATURE
    Extra Ores Version 1.4.3 (MC 1.16.5).jar          |Extra Ores                    |extra_ores                    |1.4.3               |CREATE_REG|Manifest: NOSIGNATURE
    JustEnoughResources-1.16.5-0.12.1.128.jar         |Just Enough Resources         |jeresources                   |0.12.1.128          |CREATE_REG|Manifest: NOSIGNATURE
    islands-1.16.5-1.4.1.jar                          |Islands                       |islands                       |1.4.1               |CREATE_REG|Manifest: NOSIGNATURE
    supplementaries-1.16.5-0.18.5.jar                 |Supplementaries               |supplementaries               |0.18.2              |CREATE_REG|Manifest: NOSIGNATURE
    structure_gel-1.16.5-1.7.8.jar                    |Structure Gel API             |structure_gel                 |1.7.8               |CREATE_REG|Manifest: NOSIGNATURE
    explorations-1.16.5-1.0.0.jar                     |Explorations+                 |explorations                  |1.16.5 - 1.0.0      |CREATE_REG|Manifest: NOSIGNATURE
    corpse-1.16.5-1.0.7.jar                           |Corpse                        |corpse                        |1.16.5-1.0.7        |CREATE_REG|Manifest: NOSIGNATURE
    endlessocean-1.16.5-0.2.5-BETA.jar                |Endless Ocean Aquatic Adventur|endlessocean                  |0.2.5-BETA          |CREATE_REG|Manifest: NOSIGNATURE
    repurposed_structures_forge-3.4.7+1.16.5.jar      |Repurposed Structures         |repurposed_structures         |3.4.7+1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    fastfurnaceminusreplacement-1.1-1.16.3.jar        |Fast Furnace Minus Replacement|fastfurnaceminusreplacement   |1.1-1.16.3          |CREATE_REG|Manifest: NOSIGNATURE
    dungeons_plus-1.16.5-1.1.5.jar                    |Dungeons Plus                 |dungeons_plus                 |1.1.5               |CREATE_REG|Manifest: NOSIGNATURE
    conduitspreventdrowned_1.16.5-1.4.jar             |Conduits Prevent Drowned      |conduitspreventdrowned        |1.4                 |CREATE_REG|Manifest: NOSIGNATURE
    pop-1.16.5-1.0.0.jar                              |Pop!                          |pop                           |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    extcaves-2.4.jar                                  |Extended Caves                |extcaves                      |2.4                 |CREATE_REG|Manifest: NOSIGNATURE
    BetterDefaultBiomes-1.16.4+-Alpha 2.6.1.jar       |Better Default Biomes         |betterdefaultbiomes           |Alpha 2.6.0         |CREATE_REG|Manifest: NOSIGNATURE
    cavesandcliffs-1.16.5-7.2.0.jar                   |Caves and Cliffs Backport     |cavesandcliffs                |1.16.5-7.2.0        |CREATE_REG|Manifest: NOSIGNATURE
    SpawnerFix-1.16.2-1.0.0.2.jar                     |Spawner Fix                   |sf                            |1.0.0.2             |CREATE_REG|Manifest: NOSIGNATURE
    iron_rod_1.16.5_Release_2.0.0.jar                 |Molten's Iron Rod API         |iron_rod                      |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    underwaterenchanting_1.16.5-1.4.jar               |Underwater Enchanting         |underwaterenchanting          |1.4                 |CREATE_REG|Manifest: NOSIGNATURE
    mostructures-forge-1.2.0-1.16.5.jar               |Mo' Structures                |mostructures                  |1.2.0-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    curios-forge-1.16.5-4.0.8.2.jar                   |Curios API                    |curios                        |1.16.5-4.0.8.2      |CREATE_REG|Manifest: NOSIGNATURE
    oculus-1.4.5.jar                                  |Oculus                        |oculus                        |1.4.5               |CREATE_REG|Manifest: NOSIGNATURE
    betterweather-2.0.1.jar                           |Better Weather                |betterweather                 |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    cloth-config-4.16.91-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.16.91             |CREATE_REG|Manifest: NOSIGNATURE
    fastbenchminusreplacement-1.4.jar                 |FastWorkbench Minus Replacemen|fastbenchminusreplacement     |1.4                 |CREATE_REG|Manifest: NOSIGNATURE
    BetterBurning-1.16.5-6.0.8.jar                    |BetterBurning                 |betterburning                 |6.0.8               |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
    bettertridentreturn-1.16.4-1.0.1.jar              |Better Trident Return         |bettertridentreturn           |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    bettas-1.2.1.jar                                  |Bettas                        |bettas                        |1.2.1               |CREATE_REG|Manifest: NOSIGNATURE
    exoticbirds-1.16.4-1.4.0.jar                      |Exotic Birds                  |exoticbirds                   |1.4.0               |CREATE_REG|Manifest: NOSIGNATURE
    BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |CREATE_REG|Manifest: NOSIGNATURE
    PlayerRevive_v2.0.0-pre04_mc1.16.5.jar            |PlayerRevive                  |playerrevive                  |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    dungeons_libraries-1.16.5-1.0.6.jar               |Dungeons Libraries            |dungeons_libraries            |1.16.5-1.0.6        |CREATE_REG|Manifest: NOSIGNATURE
    Phenomena-1.11.3-16.jar                           |Phenomena                     |phenomena                     |1.11.1              |CREATE_REG|Manifest: NOSIGNATURE
    dungeons_gear-1.16.5-3.2.7.jar                    |Dungeons Gear                 |dungeons_gear                 |1.16.5-3.2.7        |CREATE_REG|Manifest: NOSIGNATURE
    QuarkOddities-1.16.3.jar                          |Quark Oddities                |quarkoddities                 |1.16.3              |CREATE_REG|Manifest: NOSIGNATURE
    BetterAnimationsCollection-v1.2.4-1.16.5-Forge.jar|Better Animations Collection  |betteranimationscollection    |1.2.4               |CREATE_REG|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
    mowziesmobs-1.5.27.jar                            |Mowzie's Mobs                 |mowziesmobs                   |1.5.27              |CREATE_REG|Manifest: NOSIGNATURE
    geckolib-forge-1.16.5-3.0.106.jar                 |GeckoLib                      |geckolib3                     |3.0.106             |CREATE_REG|Manifest: NOSIGNATURE
    dusk-1.4.jar                                      |Example Mod                   |dusk                          |1.4                 |CREATE_REG|Manifest: NOSIGNATURE
    mining_helmet-1.16.5-2.0.1.jar                    |Mining Helmet                 |mining_helmet                 |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    Bountiful Baubles FORGE-1.16.3-0.0.2.jar          |Bountiful Baubles             |bountifulbaubles              |NONE                |CREATE_REG|Manifest: NOSIGNATURE
    jei-1.16.5-7.8.0.1009.jar                         |Just Enough Items             |jei                           |7.8.0.1009          |CREATE_REG|Manifest: NOSIGNATURE
    Genesis-0.5.1.jar                                 |Genesis                       |genesis                       |0.5.1               |CREATE_REG|Manifest: NOSIGNATURE
    Pehkui-3.7.0+1.16.5-forge.jar                     |Pehkui                        |pehkui                        |3.7.0+1.16.5-forge  |CREATE_REG|Manifest: NOSIGNATURE
    revsbetterstructures-1.16.5-1.4.2.jar             |Rev's Better Structures       |revsbetterstructures          |1.4.2               |CREATE_REG|Manifest: NOSIGNATURE
    Jellyfishing-1.6.13.jar                           |Jellyfishing                  |jellyfishing                  |1.6.11              |CREATE_REG|Manifest: NOSIGNATURE
    libraryferret-forge-1.16.5-3.0.0.jar              |Library ferret                |libraryferret                 |3.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    caelus-forge-1.16.5-2.1.3.2.jar                   |Caelus API                    |caelus                        |1.16.5-2.1.3.2      |CREATE_REG|Manifest: NOSIGNATURE
    shutupexperimentalsettings-1.0.3.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.3               |CREATE_REG|Manifest: NOSIGNATURE
    stoneholm-1.2.2.jar                               |Stoneholm                     |stoneholm                     |1.2                 |CREATE_REG|Manifest: NOSIGNATURE
    risingtides-1.16.5-1.3.0.jar                      |Rising Tides                  |risingtides                   |1.3                 |CREATE_REG|Manifest: NOSIGNATURE
    StepUp-1.16.4-0.2.0.jar                           |StepUp                        |stepup                        |1.16.4-0.2.0        |CREATE_REG|Manifest: NOSIGNATURE
    starlight-1.2.jar                                 |Starlight                     |starlight                     |1.0.0-RC2           |CREATE_REG|Manifest: NOSIGNATURE
    outvoted-1.16.5-1.2.4.jar                         |Outvoted                      |outvoted                      |1.2.4               |CREATE_REG|Manifest: NOSIGNATURE
    Book Fishing 1.2.5 - 1.16.5.jar                   |Book Fishing                  |book_fishing                  |1.2.5               |CREATE_REG|Manifest: NOSIGNATURE
    HostileWaterMonsters-1.16.5-1.36.22.1.jar         |Hostile Water Mobs            |hostilewatermobs              |1.16.5-1.36.22.1    |CREATE_REG|Manifest: NOSIGNATURE
    mojangdark-1.16.5-1.0.2.jar                       |MojangDark                    |mojangdark                    |1.0.2               |CREATE_REG|Manifest: NOSIGNATURE
    SBM-Merpig-1.16.3-0.0.1.jar                       |[SBM] Merpig                  |merpig                        |0.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    Nautilium.jar                                     |Nautilium                     |nautilium                     |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    majruszsaccessories-1.16.5-0.1.4.jar              |Majrusz's Accessories         |majruszs_accessories          |0.1.4               |CREATE_REG|Manifest: NOSIGNATURE
    extendedbonemeal_1.16.5-1.6.jar                   |Extended Bone Meal            |extendedbonemeal              |1.6                 |CREATE_REG|Manifest: NOSIGNATURE
    Origination 4.0.jar                               |Origination                   |origination                   |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    block_limit_fix-1.0.3-forge.jar                   |Block Limit Fix               |block_limit_fix               |1.0.3-forge         |CREATE_REG|Manifest: NOSIGNATURE
    subwild-1.3.1.jar                                 |Subterranean Wilderness       |subwild                       |1.3.1               |CREATE_REG|Manifest: NOSIGNATURE
    SpawnBalanceUtility-1.36.12.1.jar                 |SpawnBalanceUtility           |spawnbalanceutility           |1.36.12.1           |CREATE_REG|Manifest: NOSIGNATURE
    ImmersiveFX 1.0.2 1.16.5.jar                      |§3ImmersiveFX                 |dsurround                     |4.0.5.0             |CREATE_REG|Manifest: NOSIGNATURE
    idas_forge-1.5.4+1.16.5.jar                       |Integrated Dungeons and Struct|idas                          |1.5.4+1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    DungeonsArise-1.16.5-2.1.49-beta.jar              |When Dungeons Arise           |dungeons_arise                |2.1.49              |CREATE_REG|Manifest: NOSIGNATURE
    awesomedungeonocean-forge-1.16.5-3.0.1.jar        |Awesome dungeon edition ocean |awesomedungeonocean           |3.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    forge-1.16.5-36.2.34-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |CREATE_REG|Manifest: NOSIGNATURE
    pandoras_creatures-1.16.3-2.0.1.jar               |Pandoras Creatures            |pandoras_creatures            |1.16.3-2.0.1        |CREATE_REG|Manifest: NOSIGNATURE
    added_origins_forgefabric-V3.1.0.jar              |Added Origins                 |added_origins_mod             |V3.0.0              |CREATE_REG|Manifest: NOSIGNATURE
    MouseTweaks-2.14-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.14                |CREATE_REG|Manifest: NOSIGNATURE
    EntityCulling-1.16.5-2.1.6.jar                    |Entity Culling                |entity_culling                |2.1.6               |CREATE_REG|Manifest: NOSIGNATURE
    turtlemancy-1.16.5-1.6.5.jar                      |Turtlemancy                   |turtlemancy                   |1.6.5               |CREATE_REG|Manifest: NOSIGNATURE
    endless_oceans-1.0.5-forge.jar                    |Endless Oceans                |endlessoceans                 |1.0.5               |CREATE_REG|Manifest: NOSIGNATURE
    betterfpsdist-1.2.jar                             |betterfpsdist mod             |betterfpsdist                 |1.2                 |CREATE_REG|Manifest: NOSIGNATURE
    mmlib-1.1.1-1.16.5.jar                            |Mysterious Mountain Lib       |mmlib                         |1.1.1-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    majrusz-library-1.16.4-2.0.1.jar                  |Majrusz Library               |majrusz_library               |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    jeiintegration_1.16.5-7.1.0.22.jar                |JEI Integration               |jeiintegration                |7.1.0.22            |CREATE_REG|Manifest: NOSIGNATURE
    notenoughanimations-1.2.4.jar                     |NotEnoughAnimations Mod       |notenoughanimations           |1.2.4               |CREATE_REG|Manifest: NOSIGNATURE
    flywheel-1.16-0.2.5.jar                           |Flywheel                      |flywheel                      |1.16-0.2.5          |CREATE_REG|Manifest: NOSIGNATURE
    polymorph-forge-1.16.5-0.41.jar                   |Polymorph                     |polymorph                     |1.16.5-0.41         |CREATE_REG|Manifest: NOSIGNATURE
    AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |CREATE_REG|Manifest: NOSIGNATURE
    entityculling-forge-mc1.16.5-1.5.2.jar            |EntityCulling                 |entityculling                 |1.5.2               |CREATE_REG|Manifest: NOSIGNATURE
    more_ships_1.16.5_4.1.jar                         |more_ships                    |more_ships                    |3.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    strictly_origins-v8.jar                           |Strictly'sOrigins             |strictly_origins              |4.2                 |CREATE_REG|Manifest: NOSIGNATURE
    globaldataandresourcepacks-1.16.4-1.7.4.jar       |Global Data- & Resourcepacks  |globaldataandresourcepacks    |1.16.4-1.7.3        |CREATE_REG|Manifest: NOSIGNATURE
    norecipeadvancements-1.0.1.jar                    |No Recipe Advancements        |norecipeadvancements          |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    PuzzlesLib-v1.0.15-1.16.5-Forge.jar               |Puzzles Lib                   |puzzleslib                    |1.0.15              |CREATE_REG|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
    byg-1.3.6.jar                                     |Oh The Biomes You'll Go       |byg                           |1.3.4               |CREATE_REG|Manifest: NOSIGNATURE
    FriendlyFire-1.16.5-7.0.5.jar                     |FriendlyFire                  |friendlyfire                  |7.0.5               |CREATE_REG|Manifest: NOSIGNATURE
    CosmeticArmorReworked-1.16.5-v5.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v5           |CREATE_REG|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
    deuf-1.16.5-1.1.jar                               |DEUF - Duplicate Entity UUID F|deuf                          |1.16.5-1.1          |CREATE_REG|Manifest: NOSIGNATURE
    lootbagmod-1.16.5-2.4.0.jar                       |Loot Bag Mod                  |lootbagmod                    |1.16.5-2.4.0        |CREATE_REG|Manifest: NOSIGNATURE
    aquamirae-5.2.API10.jar                           |Aquamirae                     |aquamirae                     |5.2.API10           |CREATE_REG|Manifest: NOSIGNATURE
    SkyVillage_1.0.0_1.16.5.jar                       |Sky Villages                  |skyvillages                   |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    DungeonsMod-1.16.3-1.4.43.jar                     |Dungeons Mod                  |dungeonsmod                   |1.16.3-1.4.43       |CREATE_REG|Manifest: NOSIGNATURE
    Tropicraft-9.2.0-release+90.jar                   |Tropicraft                    |tropicraft                    |9.2.0-release+90    |CREATE_REG|Manifest: NOSIGNATURE
    Philips ruins 1.16.5-2.8.jar                      |Philips ruins1.16.5           |philips_ruins1_16_5           |2.8                 |CREATE_REG|Manifest: NOSIGNATURE
    AdditionalBanners-1.16.5-6.0.3.jar                |AdditionalBanners             |additionalbanners             |6.0.3               |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
    connectivity-2.4-1.16.5.jar                       |Connectivity Mod              |connectivity                  |2.4-1.16.5          |CREATE_REG|Manifest: NOSIGNATURE
    simple_sorter-1.16.4-0.0.1.jar                    |Simple Sorter                 |simple_sorter                 |0.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    forge-1.16.5-36.2.34-universal.jar                |Forge                         |forge                         |36.2.34             |CREATE_REG|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
    appleskin-forge-mc1.16.x-2.4.0.jar                |AppleSkin                     |appleskin                     |2.4.0+mc1.16.4      |CREATE_REG|Manifest: NOSIGNATURE
    Aquaculture-1.16.5-2.1.23.jar                     |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.23       |CREATE_REG|Manifest: NOSIGNATURE
    JRFTL [1.16.5]-1.2.jar                            |JRFTL                         |jrftl                         |1.2                 |CREATE_REG|Manifest: NOSIGNATURE
    EnhancedVisuals_v1.3.32_mc1.16.5.jar              |EnhancedVisuals               |enhancedvisuals               |1.3.0               |CREATE_REG|Manifest: NOSIGNATURE
    Controlling-7.0.0.28.jar                          |Controlling                   |controlling                   |7.0.0.28            |CREATE_REG|Manifest: NOSIGNATURE
    Prism-1.16.5-1.0.1.jar                            |Prism                         |prism                         |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    Placebo-1.16.5-4.7.0.jar                          |Placebo                       |placebo                       |4.7.0               |CREATE_REG|Manifest: NOSIGNATURE
    citadel-1.8.1-1.16.5.jar                          |Citadel                       |citadel                       |1.8.1               |CREATE_REG|Manifest: NOSIGNATURE
    alexsmobs-1.12.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.12.1              |CREATE_REG|Manifest: NOSIGNATURE
    untamedwilds-1.16.5-1.5.8.jar                     |Untamed Wilds                 |untamedwilds                  |1.5.8               |CREATE_REG|Manifest: NOSIGNATURE
    iceandfire-2.1.11-1.16.5.jar                      |Ice and Fire                  |iceandfire                    |2.1.11-1.16.5       |CREATE_REG|Manifest: NOSIGNATURE
    Bookshelf-Forge-1.16.5-10.4.33.jar                |Bookshelf                     |bookshelf                     |10.4.33             |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
    BetterDrowning-1.16.5-2.0.2.jar                   |BetterDrowning                |betterdrowning                |2.0.2               |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
    OceanFloor-1.16.5-1.0.0.jar                       |oceanfloor                    |oceanfloor                    |1.16.5-1.0.0        |CREATE_REG|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
    relics-1.16.5-0.3.4.4.jar                         |Relics                        |relics                        |0.3.4.4             |CREATE_REG|Manifest: NOSIGNATURE
    dynmus-1.3.1.jar                                  |Dynamic Music                 |dynmus                        |1.3.1               |CREATE_REG|Manifest: NOSIGNATURE
    LostTrinkets-1.16.5-0.1.27.jar                    |Lost Trinkets                 |losttrinkets                  |0.1.27              |CREATE_REG|Manifest: NOSIGNATURE
    cuneiform-1.16.3-1.2.5.jar                        |Cuneiform                     |cuneiform                     |1.16.3-1.2.5        |CREATE_REG|Manifest: NOSIGNATURE
    chocolate-1.3.0-1.16.4.jar                        |Chocolate                     |chocolate                     |1.3.0-1.16.4        |CREATE_REG|Manifest: NOSIGNATURE
    FarmersDelight-1.16.5-0.6.0.jar                   |Farmer's Delight              |farmersdelight                |1.16.5-0.6.0        |CREATE_REG|Manifest: NOSIGNATURE
    corn_delight-1.0.3-1.16.5.jar                     |Corn Delight                  |corn_delight                  |1.0.3-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    AmbientSounds_v3.1.11_mc1.16.5.jar                |Ambient Sounds                |ambientsounds                 |3.0.3               |CREATE_REG|Manifest: NOSIGNATURE
    musicdr-forge-1.2.0.jar                           |Music Duration Reducer        |musicdr                       |NONE                |CREATE_REG|Manifest: NOSIGNATURE
    Trident+Crafting++Structures[2.6]+1.16.x.jar      |Trident Crafting & Structures |trident_crafting_and_structure|2.6                 |CREATE_REG|Manifest: NOSIGNATURE
    getittogetherdrops-1.16.5-v1.2.jar                |Get It Together, Drops!       |getittogetherdrops            |1.16.5-v1.2         |CREATE_REG|Manifest: NOSIGNATURE
    projectvibrantjourneys-1.16.5-3.2.11.jar          |Project: Vibrant Journeys     |projectvibrantjourneys        |1.16.5-3.2.11       |CREATE_REG|Manifest: NOSIGNATURE
    Lollipop-1.16.5-3.2.9.jar                         |Lollipop                      |lollipop                      |3.2.9               |CREATE_REG|Manifest: NOSIGNATURE
    rare-ice-0.2.2.jar                                |Rare Ice                      |rare-ice                      |version             |CREATE_REG|Manifest: NOSIGNATURE
    Ocean Recovery 1.1.0 - 1.16.5.jar                 |Ocean Recovery                |ocean_recovery                |1.1.0               |CREATE_REG|Manifest: NOSIGNATURE
    Aquafina no pollution.jar                         |Aquafina Mod                  |aquafina                      |1.0                 |CREATE_REG|Manifest: NOSIGNATURE
    fishontheline_1.16.5-2.0.jar                      |Fish On The Line              |fishontheline                 |2.0                 |CREATE_REG|Manifest: NOSIGNATURE
    memorysettings-1.9.jar                            |memorysettings mod            |memorysettings                |1.9                 |CREATE_REG|Manifest: NOSIGNATURE
    Patchouli-1.16.4-53.3.jar                         |Patchouli                     |patchouli                     |1.16.4-53.3         |CREATE_REG|Manifest: NOSIGNATURE
    collective-1.16.5-5.49.jar                        |Collective                    |collective                    |5.49                |CREATE_REG|Manifest: NOSIGNATURE
    Clay WorldGen-1.16.5-1.2.2.jar                    |Clay WorldGen                 |clayworldgen                  |1.2.2               |CREATE_REG|Manifest: NOSIGNATURE
    betterbiomeblend-1.16.4-1.2.9-forge.jar           |Better Biome Blend            |betterbiomeblend              |1.16.4-1.2.9-forge  |CREATE_REG|Manifest: NOSIGNATURE
    MoossExtraEnchantments_1.16.5_1.jar               |Moos's Extra Enchantments     |mooss_extra_enchantments      |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    nocube's_sea_dwellers_2.0.0_forge_1.16.5.jar      |NoCube's Sea Dwellers         |seadwellers                   |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    BetterDiving-1.16.5-1.3.5.jar                     |Better Diving                 |better_diving                 |1.3.5               |CREATE_REG|Manifest: NOSIGNATURE
    Origins-1.16.5-0.7.3.9-forge.jar                  |Origins                       |origins                       |0.7.3.9             |CREATE_REG|Manifest: NOSIGNATURE
    ftb-ultimine-forge-1605.3.1-build.45.jar          |FTB Ultimine                  |ftbultimine                   |1605.3.1-build.45   |CREATE_REG|Manifest: NOSIGNATURE
    starterkit_1.16.5-4.1.jar                         |Starter Kit                   |starterkit                    |4.1                 |CREATE_REG|Manifest: NOSIGNATURE
    cavebiomeapi-1.16.5-1.4.2.jar                     |CaveBiomeAPI                  |cavebiomeapi                  |1.16.5-1.4.2        |CREATE_REG|Manifest: NOSIGNATURE
    architectury-1.32.66.jar                          |Architectury                  |architectury                  |1.32.66             |CREATE_REG|Manifest: NOSIGNATURE
    ftb-library-forge-1605.3.4-build.90.jar           |FTB Library                   |ftblibrary                    |1605.3.4-build.90   |CREATE_REG|Manifest: NOSIGNATURE
    ftb-teams-forge-1605.2.3-build.40.jar             |FTB Teams                     |ftbteams                      |1605.2.3-build.40   |CREATE_REG|Manifest: NOSIGNATURE
    AI-Improvements-1.16.5-0.5.0.jar                  |AI-Improvements               |aiimprovements                |0.4.0               |CREATE_REG|Manifest: NOSIGNATURE
    smallships-1.16.5-1.10.1.jar                      |Small Ships Mod               |smallships                    |1.10.1              |CREATE_REG|Manifest: NOSIGNATURE
    BetterAdvancements-1.16.5-0.1.1.115.jar           |Better Advancements           |betteradvancements            |0.1.1.115           |CREATE_REG|Manifest: NOSIGNATURE
    PiscaryDelight-1.16.5-1.0.3.jar                   |Piscary Delight               |piscary_delight               |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    AbyssalDepths-1.16.5-1.0.1.jar                    |Abyssal Depths                |abyssaldepths                 |1.16.5-1.0.1        |CREATE_REG|Manifest: NOSIGNATURE
    MoreJellyfish-1.1.7.jar                           |More Jellyfish                |more_jellyfish                |1.1.6               |CREATE_REG|Manifest: NOSIGNATURE
    item-filters-forge-1605.2.5-build.9.jar           |Item Filters                  |itemfilters                   |1605.2.5-build.9    |CREATE_REG|Manifest: NOSIGNATURE
    ftb-quests-forge-1605.3.7-build.165.jar           |FTB Quests                    |ftbquests                     |1605.3.7-build.165  |CREATE_REG|Manifest: NOSIGNATURE
    fishtraps-0.1.3.jar                               |Fish Traps                    |fishtraps                     |1.16.5-0.1.3        |CREATE_REG|Manifest: NOSIGNATURE
    dungeons_mobs-1.16.5-2.2.3.jar                    |Dungeons Mobs                 |dungeons_mobs                 |1.16.5-2.2.3        |CREATE_REG|Manifest: NOSIGNATURE
    basicwatertools-1.1.jar                           |Basic Water Tools             |basicwatertools               |1.1                 |CREATE_REG|Manifest: NOSIGNATURE
    abnormals_core-1.16.5-3.3.1.jar                   |Abnormals Core                |abnormals_core                |3.3.1               |CREATE_REG|Manifest: NOSIGNATURE
    bamboo_blocks-1.16.5-3.0.1.jar                    |Bamboo Blocks                 |bamboo_blocks                 |3.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    copperpot-1.16.5-1.2.0.jar                        |Copper Pot                    |copperpot                     |1.16.5-1.2.0        |CREATE_REG|Manifest: NOSIGNATURE
    upgrade_aquatic-1.16.5-3.1.2.jar                  |Upgrade Aquatic               |upgrade_aquatic               |3.1.2               |CREATE_REG|Manifest: NOSIGNATURE
    neapolitan-1.16.5-2.2.1.jar                       |Neapolitan                    |neapolitan                    |2.2.1               |CREATE_REG|Manifest: NOSIGNATURE
    Enhanced-Mushrooms-1.16.5-3.0.9.jar               |Enhanced Mushrooms            |enhanced_mushrooms            |1.16.5-3.0.9        |CREATE_REG|Manifest: NOSIGNATURE
    obscure_api-10.jar                                |Obscure API                   |obscure_api                   |10                  |CREATE_REG|Manifest: NOSIGNATURE
    extraboats-1.16.5-2.1.1.jar                       |Extra Boats                   |extraboats                    |2.1.1               |CREATE_REG|Manifest: NOSIGNATURE
    UNDEADv.1.7.b.release+Biome.jar                   |UNDEAD                        |undead                        |2.2.2               |CREATE_REG|Manifest: NOSIGNATURE
    create-mc1.16.5_v0.3.2g.jar                       |Create                        |create                        |v0.3.2g             |ERROR     |Manifest: NOSIGNATURE
    createdeco-1.1.2-1.16.5.jar                       |Create Deco                   |createdeco                    |1.1.2-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    Waystones_1.16.5-7.6.4.jar                        |Waystones                     |waystones                     |7.6.4               |CREATE_REG|Manifest: NOSIGNATURE
    mcw-paintings-1.0.4-mc1.16.5.jar                  |Macaw's Paintings             |mcwpaintings                  |1.0.4               |CREATE_REG|Manifest: NOSIGNATURE
    FastSuite-1.16.4-1.1.1.jar                        |FastSuite                     |fastsuite                     |1.1.1               |CREATE_REG|Manifest: NOSIGNATURE
    Clumps-6.0.0.28.jar                               |Clumps                        |clumps                        |6.0.0.28            |CREATE_REG|Manifest: NOSIGNATURE
    RoadRunner-mc1.16.5-1.4.1.jar                     |Meep Meep! (Road Runner)      |roadrunner                    |1.4.1               |CREATE_REG|Manifest: NOSIGNATURE
    comforts-forge-1.16.5-4.0.1.5.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.5      |CREATE_REG|Manifest: NOSIGNATURE
    Artifacts-1.16.5-2.10.5.jar                       |Artifacts                     |artifacts                     |1.16.5-2.10.5       |CREATE_REG|Manifest: NOSIGNATURE
    configured-1.5.3-1.16.5.jar                       |Configured                    |configured                    |1.5.3               |CREATE_REG|Manifest: NOSIGNATURE
    betteranimalsplus-1.16.5-11.0.10-forge.jar        |Better Animals Plus           |betteranimalsplus             |1.16.5-11.0.10      |CREATE_REG|Manifest: NOSIGNATURE
    lazydfu-0.1.3.jar                                 |LazyDFU                       |lazydfu                       |0.1.3               |CREATE_REG|Manifest: NOSIGNATURE
    netherdepthsupgrade-2.0.0-1.16.5.jar              |Nether Depths Upgrade         |netherdepthsupgrade           |2.0.0-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    ToastControl-1.16.5-4.4.0.jar                     |Toast Control                 |toastcontrol                  |4.4.0               |CREATE_REG|Manifest: NOSIGNATURE
    inventorypets-1.16.5-2.0.15.jar                   |Inventory Pets                |inventorypets                 |2.0.15              |CREATE_REG|Manifest: NOSIGNATURE
    scuba-gear-1.16.5-1.0.3.jar                       |Scuba Gear                    |scuba_gear                    |1.0.3               |CREATE_REG|Manifest: NOSIGNATURE
    recipebuffers-2.1.jar                             |Recipe Buffers                |recipebuffers                 |2.1                 |CREATE_REG|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
    explorercraft-5.0.6.jar                           |Explorercraft                 |explorercraft                 |5.0.6               |CREATE_REG|Manifest: NOSIGNATURE
    Better Fishing Rods 1.3.0 - 1.16.5.jar            |Better Fishing Rods           |better_fishing_rods           |1.3.0               |CREATE_REG|Manifest: NOSIGNATURE
    selene-1.16.5-1.9.0.jar                           |Selene                        |selene                        |1.16.5-1.0          |CREATE_REG|Manifest: NOSIGNATURE
    sounddeviceoptions-1.4.3.jar                      |Sound Device Options          |sounddeviceoptions            |1.4.3               |CREATE_REG|Manifest: NOSIGNATURE
    BrassAmberBattleTowers-1.16.5-1.6.3.jar           |Brass Amber BattleTowers      |ba_bt                         |1.16.5-1.6.3        |CREATE_REG|Manifest: NOSIGNATURE
    ocean_expansion_1.16.5_Release_3.1.0.jar          |The Ocean Expansion           |ocean_expansion               |Release 3.1.0       |CREATE_REG|Manifest: NOSIGNATURE
    Alex's Delight 1.1.3 - Forge 1.16.5.jar           |Alex's Delight                |amfd                          |1.1.3               |CREATE_REG|Manifest: NOSIGNATURE
    Jade-1.16.4-2.8.3.jar                             |Jade                          |jade                          |2.8.3               |CREATE_REG|Manifest: NOSIGNATURE
    CreativeCore_v2.2.1_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
    towers_of_the_wild-1.16.4-2.0.1.jar               |Towers Of The Wild            |towers_of_the_wild            |1.16.4-2.0.1        |CREATE_REG|Manifest: NOSIGNATURE
    smoothboot-forge-1.16.4-1.2.2.jar                 |Smooth Boot                   |smoothboot                    |1.16.4-1.2.2        |CREATE_REG|Manifest: NOSIGNATURE
    defaultworldtype-1.16.3-2.0.3.jar                 |Default World Type            |defaultworldtype              |2.0.3               |CREATE_REG|Manifest: NOSIGNATURE
    Piscary-1.16.5-1.0.3.jar                          |Piscary                       |piscary                       |1.16.5-1.0.3        |CREATE_REG|Manifest: NOSIGNATURE
    Iceberg-1.16.5-1.0.45.jar                         |Iceberg                       |iceberg                       |1.0.45              |CREATE_REG|Manifest: NOSIGNATURE
    Quark-r2.4-322.jar                                |Quark                         |quark                         |r2.4-322            |CREATE_REG|Manifest: NOSIGNATURE
    terraincognita-1.16.3-1.7.3.jar                   |Terra Incognita               |terraincognita                |1.16.3-1.7.3        |CREATE_REG|Manifest: NOSIGNATURE
    extragolems-11.3.1.jar                            |Extra Golems                  |golems                        |11.3.1              |CREATE_REG|Manifest: NOSIGNATURE
    LegendaryTooltips-1.16.5-1.3.1.jar                |Legendary Tooltips            |legendarytooltips             |1.3.1               |CREATE_REG|Manifest: NOSIGNATURE
    kryptonreforged-mc1.16.5_v1.0.0.jar               |Krypton Reforged              |kryptonreforged               |mc1.16.5_v1.0.0     |CREATE_REG|Manifest: NOSIGNATURE
    abnormals_delight-1.16.5-1.2.1.jar                |Abnormals Delight             |abnormals_delight             |1.2.1               |CREATE_REG|Manifest: NOSIGNATURE
    wlrs-1.8.2-1.16.5.jar                             |Waterlogged Redstone          |wlrs                          |1.8.2-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    combustivefishing-forge-1.16.3-4.0.0.1.jar        |Combustive Fishing            |combustivefishing             |1.16.3-4.0.0.1      |CREATE_REG|Manifest: NOSIGNATURE
    betterconduitplacement_1.16.5-2.0.jar             |Better Conduit Placement      |betterconduitplacement        |2.0                 |CREATE_REG|Manifest: NOSIGNATURE
    fins-1.6.2.jar                                    |Fins and Tails                |fins                          |1.6.2               |CREATE_REG|Manifest: NOSIGNATURE
    mvs-2.6.1.jar                                     |Moog's Voyager Structures     |mvs                           |2.6.1               |CREATE_REG|Manifest: NOSIGNATURE
    [BETA]dannys_expansion1.16.5-1.0.9.1.jar          |Danny's Expansion             |dannys_expansion              |1.0.9               |CREATE_REG|Manifest: NOSIGNATURE
    ferritecore-2.1.1-forge.jar                       |Ferrite Core                  |ferritecore                   |2.1.1               |CREATE_REG|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
    OddWaterMobs[1.16.5]_1.5.0.jar                    |Odd Water Mobs                |oddwatermobs                  |1.5.0               |CREATE_REG|Manifest: NOSIGNATURE
    NoChatLagForge-1.1.0-1.16.jar                     |NoChatLagForge                |nochatlagforge                |1.1.0-1.16          |CREATE_REG|Manifest: NOSIGNATURE
    enhancedcelestials-2.0.9-1.16.5.jar               |Enhanced Celestials           |enhancedcelestials            |2.0.9-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
    expandability-2.0.1-forge.jar                     |ExpandAbility                 |expandability                 |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    valhelsia_core-16.0.15.jar                        |Valhelsia Core                |valhelsia_core                |16.0.15             |CREATE_REG|Manifest: NOSIGNATURE
    valhelsia_structures-1.16.5-0.1.6.jar             |Valhelsia Structures          |valhelsia_structures          |1.16.5-0.1.6        |CREATE_REG|Manifest: NOSIGNATURE
    SoundFilters-0.14_for_1.16.2.jar                  |Sound Filters                 |soundfilters                  |0.14_for_1.16.2     |CREATE_REG|Manifest: NOSIGNATURE
    flickerfix-1.0.1.jar                              |FlickerFix                    |flickerfix                    |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE
    createaddition-1.16.5-20220129a.jar               |Create Crafts & Additions     |createaddition                |1.16.5-20220129a    |CREATE_REG|Manifest: NOSIGNATURE
    presencefootsteps-r29-1.16.4.jar                  |Presence Footsteps            |presencefootsteps             |r29-1.16.4          |CREATE_REG|Manifest: NOSIGNATURE
    Penguin-Lib-1.16.5-0.4.3.jar                      |Penguin Lib                   |penguinlib                    |1.16.5-0.4.3        |CREATE_REG|Manifest: NOSIGNATURE

Additional Context

No response

FlareonFlarez commented 1 year ago

Having the same issue with the newer versions when doing a modified version of the create+ modpack, which the modifications only add such things like optimization mods and some extra other things (like cosmetic armor). My issue is on the newest version of the mod, and having issues. No clue why this is happening...

FlareonFlarez commented 1 year ago

Think I just figured it out; It has to do with incompatibility with some optimization mods. Krypton Reforged crashed on me when I tried adding it to my modpack, and same goes with Radon & Radium Reforged. Maybe the devs might wanna look there?

Attack8 commented 1 year ago

Yes, these mods do seem to be the cause of this error.

MinusThat commented 1 year ago

im having this same problem on my custom 1.16.5 modpack, I have gone trough every single mod over 3 times and cannot find the damm mod that's causing it . PS I have 265 mods and have spent hours looking trough them all and I don't know what to do at this point so im posting this hear, if anyone can help id be appreciative.

and if it helps hears the crash report. crash-2023-07-29_15.26.45-client.txt

IThundxr commented 6 months ago

This issue is not related to create and is caused by a addon mod/another mod.

randompatches's mixins are failing