Paste not found.
Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on April 26, 2025 at 05:52 PM
Expires on May 26, 2025 at 05:52 PM (2 weeks from now)

New Paste 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445
[11:50:24] [main/INFO]: ModLauncher running: args [--username, rocket9x, --version, forge-47.4.0, --gameDir, C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick, --assetsDir, C:\Users\rocke\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, cb3ddfbe93ad45b9a392378017f9bbfc, --accessToken, ????????, --clientId, MWMxMTk4NjctYmI0Ny00MjMxLWI0MzgtYzA3MGZhOTEyYmJi, --xuid, 2535412198524245, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\rocke\curseforge\minecraft\Install\quickPlay\java\1745689822907.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
[11:50:24] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 11 arch amd64 version 10.0
[11:50:26] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow
[11:50:26] [main/INFO]: Trying GL version 4.6
[11:50:26] [main/INFO]: Requested GL version 4.6 got version 4.6
[11:50:26] [main/INFO]: Mixin Transmogrifier is definitely up to no good...
[11:50:26] [main/INFO]: crimes against java were committed
[11:50:26] [main/INFO]: Original mixin transformation service successfully crobbed by mixin-transmogrifier!
[11:50:26] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/rocke/curseforge/minecraft/Instances/Tistic%20Stick/mods/Connector-1.0.0-beta.46+1.20.1.jar%23778%23782!/ Service=ModLauncher Env=CLIENT
[11:50:26] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce RTX 4060 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 576.02, NVIDIA Corporation
[11:50:26] [main/INFO]: [Mods Optimizer] ? Init ...
[11:50:26] [main/INFO]: Game Directory: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick
[11:50:26] [main/INFO]: Mods Directory: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods
[11:50:26] [main/INFO]: Game Environment: CLIENT
[11:50:26] [main/INFO]: Loading Mods Database Config File from C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\config\mods_optimizer\config.toml
[11:50:26] [main/INFO]: ? init with game dir C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick and mods dir C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods for target CLIENT in 25 ms.
[11:50:26] [main/INFO]: ? Re-Enable possible client side mods ...
[11:50:26] [main/INFO]: ? Parsing Mods data ...
[11:50:26] [main/INFO]: [Mod Data] parsing ~629 mods in C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods with file extension .jar ...
[11:50:26] [main/WARN]: ? Found no displayName tag inside the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\accessories_cclayer-7.4.0-beta.18+1.20.1.jar!
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-03-31T19:42:21.715405600Z:
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for ambientsounds from DEFAULT to CLIENT
[11:50:26] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\arrzees-multiverse-v1.1.2.jar, which is expected in some cases.
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for attributefix from CLIENT to DEFAULT
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.beekeeperhut[0] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\beekeeperhut-forge-mc1.20.1-2.0.1.jar!
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for betterfpsdist from DEFAULT to CLIENT
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for bettermodsbutton from DEFAULT to CLIENT
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.botania[0] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Botania-1.20.1-448-FORGE.jar!
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for cfwinfo from DEFAULT to CLIENT
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-06-29-18:00:11:
[11:50:26] [main/ERROR]: TOML file META-INF/mods.toml not found in java.util.jar.JarFile@5f481b73
[11:50:26] [main/WARN]: ? Found no META-INF/mods.toml file for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar!
[11:50:26] [main/ERROR]: TOML file META-INF/mods.toml not found in java.util.jar.JarFile@31ddb930
[11:50:26] [main/WARN]: ? Found no META-INF/mods.toml file for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Connector-1.0.0-beta.46+1.20.1.jar!
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-09-27T11:02:52.188759466:
[11:50:26] [main/ERROR]: Json file fabric.mod.json not found in java.util.jar.JarFile@31ddb930
[11:50:26] [main/WARN]: ? Found no id tag inside the fabric.mod.json file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Connector-1.0.0-beta.46+1.20.1.jar!
[11:50:26] [main/WARN]: ? Found no name tag inside the fabric.mod.json file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Connector-1.0.0-beta.46+1.20.1.jar!
[11:50:26] [main/WARN]: ? Found no version tag inside the fabric.mod.json file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Connector-1.0.0-beta.46+1.20.1.jar!
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-09-27T11:02:52.188759466:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-03-07T13:03:09.575686478:
[11:50:26] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\create_ltab-2.7.0.1.jar, which is expected in some cases.
[11:50:26] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\dampened-v1.0.1.jar, which is expected in some cases.
[11:50:26] [main/ERROR]: Error reading TOML file META-INF\mods.toml from java.util.jar.JarFile@313f8301: java.lang.IllegalStateException: Invalid table array definition on line 42: [[dependencies.'do_a_barrel_roll']]
[11:50:26] [main/WARN]: ? Found no META-INF/mods.toml file for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\do_a_barrel_roll-forge-3.5.6+1.20.1.jar!
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for durabilitytooltip from DEFAULT to CLIENT
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-04-11T12:11:59.061609155Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-02-07T23:56:39.061862600Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-08-26T02:09:50.975242900Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-01-16T01:01:16.086582500Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-07-16T00:28:25.934673Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-07-07T20:02:10.927322600Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-07-22T14:17:24.644003800Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-07-26T04:17:27.272564400Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-04-13T12:06:05.995441230Z:
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-04-13T12:06:05.995441230Z:
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for entityculling from UNKNOWN to CLIENT
[11:50:26] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\ExpandedWorld-v1.2.0.jar, which is expected in some cases.
[11:50:26] [main/WARN]: Was unable to parse timestamp 2024-11-13T16:43:00+01:00:
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.flowerymooblooms[0] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\flowerymooblooms-forge-mc1.20.1-2.0.2.jar!
[11:50:26] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\FortuneAncientDebris-1.18.2-1.20.4-1.0.jar, which is expected in some cases.
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for gamemenuremovegfarb from DEFAULT to CLIENT
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for guiclock from UNKNOWN to CLIENT
[11:50:26] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\HopoBetterMineshaft-[1.20.2-1.20.4]-1.2.2b.jar, which is expected in some cases.
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.idas[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\idas_forge-1.11.1+1.20.1.jar!
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.integrated_api[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\integrated_api-1.5.3+1.20.1-forge.jar!
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.integrated_cataclysm[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\integrated_cataclysm_forge-1.0.4+1.20.1.jar!
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.integrated_stronghold[2] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\integrated_stronghold-1.1.2+1.20.1-forge.jar!
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.integrated_villages[2] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\integrated_villages-1.2.0+1.20.1-forge.jar!
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for justzoom from DEFAULT to CLIENT
[11:50:26] [main/ERROR]: TOML file META-INF/mods.toml not found in java.util.jar.JarFile@6587305a
[11:50:26] [main/WARN]: ? Found no META-INF/mods.toml file for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\kotlinforforge-4.11.0-all.jar!
[11:50:26] [main/WARN]: Was unable to parse timestamp 2023-12-11T00:18:42+01:00:
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.mekanism_extras[0] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\mekanism_extras-1.20.1-1.4.0.jar!
[11:50:26] [main/WARN]: Was unable to parse timestamp 2025-03-25T22:59:45.756559:
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for midnightlib from DEFAULT to CLIENT
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for notenoughanimations from UNKNOWN to CLIENT
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for notes from DEFAULT to CLIENT
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for oculus from UNKNOWN to CLIENT
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for paperdoll from DEFAULT to CLIENT
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.patchouli[0] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Patchouli-1.20.1-84.1-FORGE.jar!
[11:50:26] [main/ERROR]: TOML file META-INF/mods.toml not found in java.util.jar.JarFile@1624775
[11:50:26] [main/WARN]: ? Found no META-INF/mods.toml file for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\ScalableCatsForce-3.3.1-build-0-with-library.jar!
[11:50:26] [main/WARN]: Was unable to parse timestamp 2023-10-22T02:57:42.786436452Z:
[11:50:26] [main/WARN]: ? Found no side tag inside the dependencies.searchables[0] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Searchables-forge-1.20.1-1.0.3.jar!
[11:50:26] [main/INFO]: [Mod Data] Overwrite mod environment for searchables from UNKNOWN to CLIENT
[11:50:27] [main/WARN]: Was unable to parse timestamp Apr 20, 2024:
[11:50:27] [main/ERROR]: Error reading TOML file META-INF\mods.toml from java.util.jar.JarFile@481558ce: java.lang.IllegalStateException: Invalid key on line 61: mixin.block.moving_block_shapes
[11:50:27] [main/WARN]: ? Found no META-INF/mods.toml file for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\supplementaries-1.20-3.1.30.jar!
[11:50:27] [main/ERROR]: ? Found no valid modId for C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\supplementaries-1.20-3.1.30.jar!
[11:50:27] [main/WARN]: [Mod Data] ? Unable to read manifest from mod file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\transformer-1.1.5.jar, which is expected in some cases.
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.travelerstitles[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\TravelersTitles-1.20-Forge-4.0.2.jar!
[11:50:27] [main/WARN]: Was unable to parse timestamp 2025-02-28T20:07:15+01:00:
[11:50:27] [main/INFO]: [Mod Data] Overwrite mod environment for waveycapes from UNKNOWN to CLIENT
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.yungsapi[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsApi-1.20-Forge-4.0.6.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterdeserttemples[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterDesertTemples-1.20-Forge-3.0.3.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterdungeons[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterDungeons-1.20-Forge-4.0.4.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterendisland[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterEndIsland-1.20-Forge-2.0.6.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterjungletemples[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterJungleTemples-1.20-Forge-2.0.5.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.bettermineshafts[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterMineshafts-1.20-Forge-4.0.4.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterfortresses[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betteroceanmonuments[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterstrongholds[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterStrongholds-1.20-Forge-4.0.3.jar!
[11:50:27] [main/INFO]: [Mod Data] Overwrite mod environment for betterstrongholds from UNKNOWN to DEFAULT
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.betterwitchhuts[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsBetterWitchHuts-1.20-Forge-3.0.3.jar!
[11:50:27] [main/WARN]: ? Found no side tag inside the dependencies.yungsextras[1] section of the mods.toml file C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\YungsExtras-1.20-Forge-4.0.3.jar!
[11:50:27] [main/INFO]: [Mod Data] Found 2 language provider mods in 622 mods.
[11:50:27] [main/INFO]: [Mod Data] Found 1 library mods in 622 mods.
[11:50:27] [main/INFO]: [Mod Data] Found 8 data pack mods in 622 mods.
[11:50:27] [main/INFO]: [Mod Data] Found 30 client mods in 622 mods.
[11:50:27] [main/INFO]: [Mod Data] Found 4 server mods in 622 mods.
[11:50:27] [main/INFO]: [Mod Data] Found 1 service mods in 622 mods.
[11:50:27] [main/INFO]: [Mod Data] Found 576 default mods in 622 mods.
[11:50:27] [main/INFO]: -------------------------------------------------------------------------------------------------------------------
[11:50:27] [main/INFO]: | ID                                 | VERSION                | TYPE     | ENVIRONMENT       | TIMESTAMP           |
[11:50:27] [main/INFO]: -------------------------------------------------------------------------------------------------------------------
[11:50:27] [main/INFO]: | create_lt                          | 1.0.1-forge-mc1.20.1   | FORGE    | SERVER            | 2025-04-15 10:59:32 |
[11:50:27] [main/INFO]: | giacomos_exp                       | 1.20.1-1.4.6           | FORGE    | DEFAULT           | 2023-06-14 12:20:54 |
[11:50:27] [main/INFO]: | kubeutils                          | 20.1.1                 | FORGE    | DEFAULT           | 2025-04-16 12:57:25 |
[11:50:27] [main/INFO]: | kubejs                             | 2001.6.5-build.16      | FORGE    | DEFAULT           | 2024-10-28 09:20:21 |
[11:50:27] [main/INFO]: | betterdungeons                     | 1.204.0-4              | FORGE    | UNKNOWN           | 2024-04-18 01:09:50 |
[11:50:27] [main/INFO]: | fluffy_fur                         | 1.20.1-0.1.9           | FORGE    | DEFAULT           | 2025-04-13 23:58:47 |
[11:50:27] [main/INFO]: | climbladdersfast                   | 1.20.1                 | FORGE    | DEFAULT           | 2025-04-16 17:53:26 |
[11:50:27] [main/INFO]: | paucal                             | 0.6.0+1.20.1-forge     | FORGE    | DEFAULT           | 2024-09-02 12:15:11 |
[11:50:27] [main/INFO]: | expandedworld                      | 1.2.0                  | MIXED    | DATA_PACK         | 2025-04-15 15:43:00 |
[11:50:27] [main/INFO]: | parcool_compat_addon               | 1.0.0                  | FORGE    | DEFAULT           | 2024-12-30 19:23:49 |
[11:50:27] [main/INFO]: | xp_jellies                         | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 18:52:35 |
[11:50:27] [main/INFO]: | aethergearexpansion                | 1.20.1-2.0.1.2-release | FORGE    | DEFAULT           | 2024-11-07 16:33:18 |
[11:50:27] [main/INFO]: | nethers_exoticism                  | 1.2.9                  | FORGE    | UNKNOWN           | 2025-04-16 12:11:20 |
[11:50:27] [main/INFO]: | draconicevolution                  | 3.1.2-604              | FORGE    | DEFAULT           | 2025-01-08 08:35:26 |
[11:50:27] [main/INFO]: | hammerlib                          | 20.1.50                | FORGE    | DEFAULT           | 2025-03-24 00:27:07 |
[11:50:27] [main/INFO]: | mffs                               | 5.1.19                 | FORGE    | DEFAULT           | 2025-04-16 12:29:20 |
[11:50:27] [main/INFO]: | planttech2                         | 2.696.0                | FORGE    | DEFAULT           | 2024-07-27 00:23:39 |
[11:50:27] [main/INFO]: | create_thermal                     | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:04:59 |
[11:50:27] [main/INFO]: | l2backpack                         | 2.5.0                  | FORGE    | DEFAULT           | 2025-03-11 18:20:55 |
[11:50:27] [main/INFO]: | palladium                          | 4.2.1                  | FORGE    | DEFAULT           | 2025-04-21 17:13:11 |
[11:50:27] [main/INFO]: | enchantment_evolution              | 1.0.1                  | FORGE    | UNKNOWN           | 2025-04-18 15:46:29 |
[11:50:27] [main/INFO]: | forgeendertech                     | 11.1.6-0               | FORGE    | DEFAULT           | 2025-04-15 11:57:33 |
[11:50:27] [main/INFO]: | erdricksgear                       | 1.20.1-1.0.6           | FORGE    | DEFAULT           | 2024-11-14 18:40:41 |
[11:50:27] [main/INFO]: | worldedit_items                    | 2.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 19:45:27 |
[11:50:27] [main/INFO]: | modernfix                          | 5.21.0+mc1.20.1        | FORGE    | DEFAULT           | 2025-04-15 10:23:22 |
[11:50:27] [main/INFO]: | tacticalmovement                   | 1.0.0                  | FORGE    | UNKNOWN           | 2024-11-02 13:41:51 |
[11:50:27] [main/INFO]: | yungsapi                           | 1.204.0-6              | FORGE    | UNKNOWN           | 2024-09-30 02:13:42 |
[11:50:27] [main/INFO]: | atlantis                           | 2025.3.25-1.20.1-9.7-forge | FORGE    | DEFAULT           | 2025-03-25 02:52:22 |
[11:50:27] [main/INFO]: | dynamictreesplus                   | 1.20.1-1.2.0-BETA3     | FORGE    | DEFAULT           | 2025-04-15 13:39:18 |
[11:50:27] [main/INFO]: | apotheosis                         | 7.4.8                  | FORGE    | UNKNOWN           | 2025-04-24 22:20:09 |
[11:50:27] [main/INFO]: | alchemygadgetry                    | 1.20.1-1.1.0           | FORGE    | DEFAULT           | 2024-03-23 22:25:52 |
[11:50:27] [main/INFO]: | clickadv                           | 1.20.1-3.8             | FORGE    | DEFAULT           | 2024-04-26 23:12:13 |
[11:50:27] [main/INFO]: | clean_tooltips                     | 1.0.0                  | FORGE    | DEFAULT           | 2025-04-16 12:49:59 |
[11:50:27] [main/INFO]: | create_new_age                     | 1.1.3                  | FORGE    | DEFAULT           | 2025-03-06 11:05:22 |
[11:50:27] [main/INFO]: | togenc                             | 1.1.0                  | FORGE    | UNKNOWN           | 2025-03-23 20:15:26 |
[11:50:27] [main/INFO]: | biggerstacks                       | 1.20.1-1.0.4           | FORGE    | DEFAULT           | 2025-04-24 14:56:09 |
[11:50:27] [main/INFO]: | craftvania2                        | 1.4.0                  | FORGE    | UNKNOWN           | 2025-04-15 20:16:20 |
[11:50:27] [main/INFO]: | tfms_best_of_all_worlds            | 1.2.2                  | FORGE    | UNKNOWN           | 2025-04-20 13:41:23 |
[11:50:27] [main/INFO]: | cloth_config                       | 11.1.136               | FORGE    | DEFAULT           | 2025-04-15 10:25:11 |
[11:50:27] [main/INFO]: | betterfortresses                   | 1.202.0-6              | FORGE    | UNKNOWN           | 2024-03-18 19:16:50 |
[11:50:27] [main/INFO]: | createqol                          | 1.3.1                  | FORGE    | DEFAULT           | 2025-03-19 15:31:25 |
[11:50:27] [main/INFO]: | experience_bed                     | 1.23.1                 | FORGE    | UNKNOWN           | 2025-04-15 18:41:18 |
[11:50:27] [main/INFO]: | redstone_arsenal                   | 8.0.1                  | FORGE    | DEFAULT           | 2024-05-19 18:47:45 |
[11:50:27] [main/INFO]: | jackseconomy                       | 1.2.2                  | FORGE    | DEFAULT           | 2024-02-25 08:28:06 |
[11:50:27] [main/INFO]: | durabilitytooltip                  | 1.1.5                  | FORGE    | CLIENT            | 2025-04-15 12:34:33 |
[11:50:27] [main/INFO]: | dtupgradeaquatic                   | 1.20.1-1.2.0           | FORGE    | DEFAULT           | 2025-04-22 15:42:37 |
[11:50:27] [main/INFO]: | embeddium                          | 0.3.31+mc1.20.1        | FORGE    | UNKNOWN           | 2025-04-15 10:25:22 |
[11:50:27] [main/INFO]: | structure_gel                      | 2.16.2                 | FORGE    | DEFAULT           | 2025-04-16 11:37:38 |
[11:50:27] [main/INFO]: | castle_in_the_sky                  | 1.20.1                 | FORGE    | DEFAULT           | 2024-01-15 23:30:59 |
[11:50:27] [main/INFO]: | dynamictrim                        | 1.4.1                  | FORGE    | DEFAULT           | 2025-04-15 14:22:27 |
[11:50:27] [main/INFO]: | bcc                                | 4.0.8                  | FORGE    | UNKNOWN           | 2023-08-08 16:31:28 |
[11:50:27] [main/INFO]: | rainbowlamp                        | 1.3.0                  | FORGE    | DEFAULT           | 2024-09-22 14:30:01 |
[11:50:27] [main/INFO]: | noenchantmentcaplevel              | 1.1.0                  | FORGE    | UNKNOWN           | 2025-03-06 00:48:08 |
[11:50:27] [main/INFO]: | stopdropnroll                      | 1.0.0                  | FORGE    | SERVER            | 2025-04-15 19:59:42 |
[11:50:27] [main/INFO]: | biomesoplenty                      | 19.0.0-96              | FORGE    | DEFAULT           | 2025-03-29 17:56:37 |
[11:50:27] [main/INFO]: | create_deep_dark                   | 1.7.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:56:37 |
[11:50:27] [main/INFO]: | celestial_core                     | 1.5.4                  | FORGE    | DEFAULT           | 2025-04-08 07:53:56 |
[11:50:27] [main/INFO]: | integrated_cataclysm               | 1.0.4+1.20.1           | FORGE    | UNKNOWN           | 2025-01-18 11:28:20 |
[11:50:27] [main/INFO]: | dungeons_plus                      | 1.3.0                  | FORGE    | UNKNOWN           | 2025-04-17 18:47:20 |
[11:50:27] [main/INFO]: | auroras                            | 1.6.2                  | FORGE    | DEFAULT           | 2025-04-16 18:11:34 |
[11:50:27] [main/INFO]: | blockrunner                        | 8.0.4                  | FORGE    | DEFAULT           | 2024-03-04 13:26:10 |
[11:50:27] [main/INFO]: | botania                            | 1.20.1-448-FORGE       | FORGE    | UNKNOWN           | 2025-04-15 10:30:03 |
[11:50:27] [main/INFO]: | flying_stuff                       | 0.5.0                  | FORGE    | UNKNOWN           | 2025-04-20 13:41:28 |
[11:50:27] [main/INFO]: | curiouslanterns                    | 1.20.1-1.3.6           | FORGE    | DEFAULT           | 2025-03-05 23:39:51 |
[11:50:27] [main/INFO]: | improvableskills                   | 20.1.13                | FORGE    | DEFAULT           | 2025-01-18 05:31:43 |
[11:50:27] [main/INFO]: | armorpointspp                      | 3.1.1                  | FORGE    | DEFAULT           | 2023-06-28 12:16:43 |
[11:50:27] [main/INFO]: | oculus                             | 1.8.0                  | FORGE    | CLIENT            | 2025-04-15 10:23:48 |
[11:50:27] [main/INFO]: | rightclickharvest                  | 4.5.3+1.20.1           | FORGE    | DEFAULT           | 2025-04-15 16:27:07 |
[11:50:27] [main/INFO]: | lucent                             | 1.5.5                  | FORGE    | CLIENT            | 2023-12-12 03:12:17 |
[11:50:27] [main/INFO]: | new_xp_ore                         | 1.1.1                  | FORGE    | UNKNOWN           | 2025-04-15 16:28:23 |
[11:50:27] [main/INFO]: | trading_floor                      | 2.0.2                  | FORGE    | DEFAULT           | 2025-04-20 15:38:49 |
[11:50:27] [main/INFO]: | attributeslib                      | 1.3.7                  | FORGE    | UNKNOWN           | 2024-08-15 23:08:23 |
[11:50:27] [main/INFO]: | jewelcraft                         | 1.7.0                  | FORGE    | UNKNOWN           | 2025-04-15 14:57:06 |
[11:50:27] [main/INFO]: | yungsextras                        | 1.204.0-3              | FORGE    | UNKNOWN           | 2023-09-26 01:57:21 |
[11:50:27] [main/INFO]: | noisium                            | 2.3.0+mc1.20-1.20.1    | FORGE    | DEFAULT           | 2025-04-17 10:17:28 |
[11:50:27] [main/INFO]: | more_divines                       | 7.0.0                  | FORGE    | UNKNOWN           | 2025-04-18 07:12:02 |
[11:50:27] [main/INFO]: | accessories                        | 1.0.0-beta46+1.20.1    | NEOFORGE | DEFAULT           | 2025-04-24 14:03:18 |
[11:50:27] [main/INFO]: | atlaslib                           | 1.1.12                 | FORGE    | UNKNOWN           | 2024-04-11 18:35:27 |
[11:50:27] [main/INFO]: | naturesaura                        | 39.4.0                 | FORGE    | DEFAULT           | 2023-12-17 18:14:47 |
[11:50:27] [main/INFO]: | littlelogistics                    | 2.0.0                  | FORGE    | DEFAULT           | 2023-10-14 22:55:01 |
[11:50:27] [main/INFO]: | flib                               | 0.0.15                 | FORGE    | DEFAULT           | 2025-03-30 23:18:54 |
[11:50:27] [main/INFO]: | betterendisland                    | 1.202.0-6              | FORGE    | UNKNOWN           | 2024-03-18 22:33:53 |
[11:50:27] [main/INFO]: | l2library                          | 2.5.1                  | FORGE    | DEFAULT           | 2025-03-24 08:01:02 |
[11:50:27] [main/INFO]: | create_nj                          | 1.1.6                  | FORGE    | UNKNOWN           | 2025-04-15 11:04:14 |
[11:50:27] [main/INFO]: | illageandspillage                  | 1.2.8                  | FORGE    | DEFAULT           | 2025-02-03 22:20:32 |
[11:50:27] [main/INFO]: | ultimate_enchantment               | 2001.2.4               | FORGE    | DEFAULT           | 2025-04-23 20:15:36 |
[11:50:27] [main/INFO]: | fastleafdecay                      | 32.0.0                 | FORGE    | DEFAULT           | 2024-05-27 12:43:28 |
[11:50:27] [main/INFO]: | tacz_fallout                       | 0.1.0                  | FORGE    | UNKNOWN           | 2025-01-09 01:25:19 |
[11:50:27] [main/INFO]: | dynamictrees                       | 1.20.1-1.4.2           | FORGE    | DEFAULT           | 2025-04-15 13:39:17 |
[11:50:27] [main/INFO]: | bettermodsbutton                   | 8.0.2                  | FORGE    | CLIENT            | 2023-07-26 18:22:35 |
[11:50:27] [main/INFO]: | enchantinginfuser                  | 8.0.3                  | FORGE    | DEFAULT           | 2024-07-13 15:30:42 |
[11:50:27] [main/INFO]: | experienced_crops                  | 1.20.1-1.1.0           | FORGE    | DEFAULT           | 2025-04-17 13:02:31 |
[11:50:27] [main/INFO]: | nebs                               | 2.0.3                  | FORGE    | CLIENT            | 2025-04-15 12:34:45 |
[11:50:27] [main/INFO]: | so_many_enchants                   | 1.8.0                  | FORGE    | DEFAULT           | 2024-01-09 22:08:46 |
[11:50:27] [main/INFO]: | extra_enchantments                 | 1.7.2                  | FORGE    | DEFAULT           | 2023-11-15 12:31:50 |
[11:50:27] [main/INFO]: | betterjungletemples                | 1.202.0-5              | FORGE    | UNKNOWN           | 2024-05-09 23:08:40 |
[11:50:27] [main/INFO]: | smartbrainlib                      | 1.15.0                 | FORGE    | DEFAULT           | 2024-08-23 14:23:32 |
[11:50:27] [main/INFO]: | bellsandwhistles                   | 0.4.3-1.20.x           | FORGE    | DEFAULT           | 2025-03-08 12:24:51 |
[11:50:27] [main/INFO]: | adfinders                          | 9.1.11-0               | FORGE    | DEFAULT           | 2025-04-15 11:57:33 |
[11:50:27] [main/INFO]: | notes                              | 1.20.1-1.3.0-forge     | FORGE    | CLIENT            | 2023-06-17 12:23:49 |
[11:50:27] [main/INFO]: | confluence                         | 0.1.12                 | FORGE    | DEFAULT           | 2025-01-21 19:11:27 |
[11:50:27] [main/INFO]: | mutantmonsters                     | 8.0.7                  | FORGE    | DEFAULT           | 2024-02-14 13:20:07 |
[11:50:27] [main/INFO]: | too_many_bows                      | 3.5.3                  | FORGE    | DEFAULT           | 2025-04-17 10:46:19 |
[11:50:27] [main/INFO]: | connectiblechains                  | 1.1.0                  | FORGE    | DEFAULT           | 2025-01-31 04:45:36 |
[11:50:27] [main/INFO]: | expore                             | 1.20.1-0.3             | FORGE    | DEFAULT           | 2024-02-06 20:45:01 |
[11:50:27] [main/INFO]: | mobs_of_mythology                  | 2.1.2                  | FORGE    | DEFAULT           | 2025-04-17 10:35:55 |
[11:50:27] [main/INFO]: | nameless_trinkets                  | 1.20.1-1.8.5           | FORGE    | DEFAULT           | 2025-03-23 23:40:56 |
[11:50:27] [main/INFO]: | attributefix                       | 21.0.4                 | FORGE    | DEFAULT           | 2023-11-29 11:27:15 |
[11:50:27] [main/INFO]: | feywild                            | 1.20.1-4.0.4           | FORGE    | DEFAULT           | 2025-04-17 10:35:56 |
[11:50:27] [main/INFO]: | petrolsparts                       | 1.2.3                  | FORGE    | DEFAULT           | 2025-04-05 18:13:07 |
[11:50:27] [main/INFO]: | visualworkbench                    | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-27 22:59:57 |
[11:50:27] [main/INFO]: | caelus                             | 3.2.0+1.20.1           | FORGE    | DEFAULT           | 2024-04-22 00:58:26 |
[11:50:27] [main/INFO]: | taczjs                             | 1.3.4-mc1.20.1         | FORGE    | DEFAULT           | 2025-04-18 07:00:57 |
[11:50:27] [main/INFO]: | ea                                 | 1.1.0                  | FORGE    | DEFAULT           | 2025-01-19 18:48:09 |
[11:50:27] [main/INFO]: | integrated_api                     | 1.5.3+1.20.1-forge     | FORGE    | UNKNOWN           | 2025-04-15 10:44:56 |
[11:50:27] [main/INFO]: | blazinghot                         | 0.6.7+forge-mc1.20.1   | FORGE    | DEFAULT           | 2025-04-20 15:38:50 |
[11:50:27] [main/INFO]: | aaa_particles                      | 1.20.1-1.4.10          | FORGE    | DEFAULT           | 2025-04-15 12:43:02 |
[11:50:27] [main/INFO]: | untamedwilds                       | 4.0.4                  | FORGE    | DEFAULT           | 2023-10-02 23:10:18 |
[11:50:27] [main/INFO]: | modularforcefields                 | 1.20.1-0.2.0-2         | FORGE    | UNKNOWN           | 2024-06-19 21:19:54 |
[11:50:27] [main/INFO]: | create_high_pressure               | 1.1.0                  | MIXED    | UNKNOWN           | 2025-04-15 11:08:06 |
[11:50:27] [main/INFO]: | cofh_core                          | 11.0.2                 | FORGE    | DEFAULT           | 2024-05-26 17:19:31 |
[11:50:27] [main/INFO]: | midnightlib                        | 1.4.2                  | FORGE    | CLIENT            | 2025-04-15 11:33:14 |
[11:50:27] [main/INFO]: | arsenia                            | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-18 07:34:58 |
[11:50:27] [main/INFO]: | vintageimprovements                | 1.20.1-0.2.0.2         | FORGE    | DEFAULT           | 2024-08-10 21:38:16 |
[11:50:27] [main/INFO]: | mek_x_star                         | 1.20.1-1.2.0           | FORGE    | DEFAULT           | 2024-11-28 08:43:04 |
[11:50:27] [main/INFO]: | createhorsepower                   | 1.0.0                  | FORGE    | DEFAULT           | 2024-09-06 18:23:18 |
[11:50:27] [main/INFO]: | electrodynamics                    | 1.20.1-0.9.1-2         | FORGE    | UNKNOWN           | 2025-02-18 18:02:10 |
[11:50:27] [main/INFO]: | jeitweaker                         | 8.0.6                  | FORGE    | DEFAULT           | 2023-10-04 09:39:42 |
[11:50:27] [main/INFO]: | fusion                             | 1.2.7+b                | FORGE    | DEFAULT           | 2025-04-23 14:21:20 |
[11:50:27] [main/INFO]: | mechanicalbotania                  | 1.0.1                  | FORGE    | DEFAULT           | 2024-04-18 16:31:15 |
[11:50:27] [main/INFO]: | crafttweaker                       | 14.0.57                | FORGE    | DEFAULT           | 2025-03-02 15:52:25 |
[11:50:27] [main/INFO]: | armorstatues                       | 8.0.6                  | FORGE    | DEFAULT           | 2024-04-07 08:46:49 |
[11:50:27] [main/INFO]: | lifefruit                          | 1.0.9                  | FORGE    | UNKNOWN           | 2024-12-21 00:28:19 |
[11:50:27] [main/INFO]: | wso16                              | 1.1.0                  | FORGE    | DEFAULT           | 2022-09-27 18:45:21 |
[11:50:27] [main/INFO]: | lucky                              | 1.20.1-13.0            | FORGE    | DEFAULT           | 2025-04-15 13:10:59 |
[11:50:27] [main/INFO]: | compressedblocks                   | 1.6.1-1.20.2           | FORGE    | DEFAULT           | 2024-06-11 13:41:48 |
[11:50:27] [main/INFO]: | terrablender                       | 3.0.1-10               | FORGE    | DEFAULT           | 2025-03-10 23:40:02 |
[11:50:27] [main/INFO]: | forgeconfigscreens                 | 8.0.2                  | FORGE    | DEFAULT           | 2023-07-30 12:26:35 |
[11:50:27] [main/INFO]: | blockydoors                        | 1.0.1                  | FORGE    | DEFAULT           | 2023-07-02 21:35:31 |
[11:50:27] [main/INFO]: | alltheleaks                        | 0.1.3-beta+1.20.1-forge | FORGE    | DEFAULT           | 2025-04-15 12:20:12 |
[11:50:27] [main/INFO]: | cogsofcarminite                    | 1.20.1-1.0.23          | FORGE    | DEFAULT           | 2024-07-01 18:50:19 |
[11:50:27] [main/INFO]: | expplus                            | 0.0.0                  | FORGE    | DEFAULT           | 2023-07-23 22:57:22 |
[11:50:27] [main/INFO]: | numina                             | 2.3.13                 | FORGE    | DEFAULT           | 2024-04-30 08:08:57 |
[11:50:27] [main/INFO]: | adlods                             | 8.1.4-0                | FORGE    | DEFAULT           | 2025-04-15 12:40:39 |
[11:50:27] [main/INFO]: | betterfpsdist                      | 1.20.1-6.0             | FORGE    | CLIENT            | 2024-09-14 21:25:41 |
[11:50:27] [main/INFO]: | notenoughanimations                | 1.9.3                  | FORGE    | CLIENT            | 2025-04-16 11:15:48 |
[11:50:27] [main/INFO]: | create_simple_ore_doubling         | 1.5.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:58:01 |
[11:50:27] [main/INFO]: | bhc                                | 1.20.1-1.1.0           | FORGE    | DEFAULT           | 2024-11-18 20:52:43 |
[11:50:27] [main/INFO]: | moreplayermodels                   | 20240409.0.0           | FORGE    | UNKNOWN           | 2024-04-09 22:27:02 |
[11:50:27] [main/INFO]: | experienceobelisk                  | 0.0.0                  | FORGE    | DEFAULT           | 2025-04-10 14:43:45 |
[11:50:27] [main/INFO]: | securitycraft                      | 1.9.12                 | FORGE    | DEFAULT           | 2025-04-15 12:21:42 |
[11:50:27] [main/INFO]: | almostunified                      | 1.20.1-0.9.4           | FORGE    | UNKNOWN           | 2025-04-15 10:57:07 |
[11:50:27] [main/INFO]: | nocubescreateexp                   | 1.0.4                  | FORGE    | UNKNOWN           | 2025-04-15 10:48:30 |
[11:50:27] [main/INFO]: | floormats                          | 1.6.0                  | FORGE    | DEFAULT           | 2023-12-31 00:23:17 |
[11:50:27] [main/INFO]: | kubejs_create                      | 2001.3.0-build.8       | FORGE    | UNKNOWN           | 2025-03-05 00:02:50 |
[11:50:27] [main/INFO]: | appleskin                          | 2.5.1+mc1.20.1         | FORGE    | CLIENT            | 2023-09-26 21:01:11 |
[11:50:27] [main/INFO]: | occultism                          | 1.141.4                | FORGE    | DEFAULT           | 2025-03-20 15:47:50 |
[11:50:27] [main/INFO]: | henshin                            | 1.1.2                  | FORGE    | UNKNOWN           | 2025-04-17 18:47:05 |
[11:50:27] [main/INFO]: | parry                              | 2.5.0                  | FORGE    | DEFAULT           | 2023-09-10 21:06:17 |
[11:50:27] [main/INFO]: | fence_on_slab                      | 1.0.0                  | FORGE    | DEFAULT           | 2025-04-17 14:54:23 |
[11:50:27] [main/INFO]: | followme                           | 1.1.8                  | FORGE    | UNKNOWN           | 2023-06-10 20:52:15 |
[11:50:27] [main/INFO]: | cosmeticarmorreworked              | 1.20.1-v1a             | FORGE    | DEFAULT           | 2023-06-21 05:11:55 |
[11:50:27] [main/INFO]: | perkacola                          | 1.20.1-2.0.2           | FORGE    | DEFAULT           | 2024-12-07 17:04:15 |
[11:50:27] [main/INFO]: | apothic_equipment                  | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 18:48:49 |
[11:50:27] [main/INFO]: | skyvillages                        | 1.0.4                  | FORGE    | DEFAULT           | 2024-06-05 18:44:11 |
[11:50:27] [main/INFO]: | alchemylib                         | 1.0.30                 | FORGE    | DEFAULT           | 2024-01-16 14:50:51 |
[11:50:27] [main/INFO]: | moreartifacts                      | 1.2.7-5                | FORGE    | DEFAULT           | 2025-03-15 01:18:13 |
[11:50:27] [main/INFO]: | tickrateapi                        | 3.0.0                  | FORGE    | DEFAULT           | 2025-02-26 09:30:53 |
[11:50:27] [main/INFO]: | illagerinvasion                    | 8.0.7                  | FORGE    | DEFAULT           | 2025-02-14 16:16:58 |
[11:50:27] [main/INFO]: | utilitix                           | 1.20.1-0.8.25          | FORGE    | DEFAULT           | 2025-04-17 10:18:23 |
[11:50:27] [main/INFO]: | extra_ropes                        | 2.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 14:54:04 |
[11:50:27] [main/INFO]: | betteroceanmonuments               | 1.203.0-4              | FORGE    | UNKNOWN           | 2023-11-19 21:55:49 |
[11:50:27] [main/INFO]: | playeranimatorapi                  | 2.1.5                  | FORGE    | DEFAULT           | 2025-04-24 07:23:35 |
[11:50:27] [main/INFO]: | sophisticatedcore                  | 1.2.20-894             | FORGE    | DEFAULT           | 2025-02-23 18:29:21 |
[11:50:27] [main/INFO]: | glassential                        | 2.4.4                  | FORGE    | DEFAULT           | 2025-01-10 17:25:18 |
[11:50:27] [main/INFO]: | cardsnboards                       | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 17:51:41 |
[11:50:27] [main/INFO]: | elytra_physics                     | 2.1.0                  | FORGE    | CLIENT            | 2025-04-17 10:54:59 |
[11:50:27] [main/INFO]: | placebo                            | 8.6.3                  | FORGE    | UNKNOWN           | 2025-03-07 01:06:01 |
[11:50:27] [main/INFO]: | dragonminez                        | 1.2.5                  | FORGE    | DEFAULT           | 2025-04-22 03:43:19 |
[11:50:27] [main/INFO]: | craftableexp                       | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:22:30 |
[11:50:27] [main/INFO]: | create_more_additions              | 1.6.0                  | FORGE    | UNKNOWN           | 2025-04-15 15:27:24 |
[11:50:27] [main/INFO]: | bookshelf                          | 20.2.13                | FORGE    | DEFAULT           | 2024-06-13 15:16:22 |
[11:50:27] [main/INFO]: | condensed_creative                 | 3.1.3+1.20             | FORGE    | UNKNOWN           | 2025-04-15 14:18:24 |
[11:50:27] [main/INFO]: | littlecontraptions                 | 2.0.0                  | FORGE    | DEFAULT           | 2023-10-15 07:41:27 |
[11:50:27] [main/INFO]: | sophisticatedbackpacks             | 3.23.6-1210            | FORGE    | DEFAULT           | 2025-02-28 08:55:15 |
[11:50:27] [main/INFO]: | plentyplates                       | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-28 08:12:36 |
[11:50:27] [main/INFO]: | create_ca                          | 2.1.0                  | FORGE    | DEFAULT           | 2024-08-12 17:22:25 |
[11:50:27] [main/INFO]: | dynamo                             | 1.0.1                  | FORGE    | UNKNOWN           | 2025-04-15 20:35:13 |
[11:50:27] [main/INFO]: | magicaljewelry                     | 1.6.0                  | FORGE    | DEFAULT           | 2023-07-07 03:58:11 |
[11:50:27] [main/INFO]: | mermod                             | 3.0.1                  | FORGE    | DEFAULT           | 2025-04-15 14:07:35 |
[11:50:27] [main/INFO]: | bygonenether                       | 1.3.2                  | FORGE    | DEFAULT           | 2023-09-10 16:51:32 |
[11:50:27] [main/INFO]: | etheria                            | 0.2.1                  | FORGE    | UNKNOWN           | 2025-04-21 02:28:36 |
[11:50:27] [main/INFO]: | carryon                            | 2.1.2-7                | FORGE    | DEFAULT           | 2023-11-19 22:01:15 |
[11:50:27] [main/INFO]: | goggleplacement                    | 1.0.1                  | FORGE    | DEFAULT           | 2025-04-15 11:33:14 |
[11:50:27] [main/INFO]: | botanicpledge                      | 1.20.1-0.8.2           | FORGE    | DEFAULT           | 2025-02-11 11:50:03 |
[11:50:27] [main/INFO]: | fabric_api                         | 0.0.0                  | FORGE    | DEFAULT           | 2025-04-15 10:37:33 |
[11:50:27] [main/INFO]: | fzzy_config                        | 0.0.0                  | FORGE    | DEFAULT           | 2025-04-23 18:48:55 |
[11:50:27] [main/INFO]: | giacomos_map_merging               | 1.20.1-1.3.6           | FORGE    | DEFAULT           | 2023-06-16 20:43:58 |
[11:50:27] [main/INFO]: | konkrete                           | 1.8.0                  | FORGE    | DEFAULT           | 2024-01-13 04:21:05 |
[11:50:27] [main/INFO]: | diagonalwalls                      | 8.0.4                  | FORGE    | DEFAULT           | 2024-11-19 00:21:42 |
[11:50:27] [main/INFO]: | dsbg                               | 1.20.1                 | FORGE    | DEFAULT           | 2023-11-27 23:47:35 |
[11:50:27] [main/INFO]: | arcanelanterns                     | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-28 09:53:46 |
[11:50:27] [main/INFO]: | create_numismatics_wallet          | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:14:43 |
[11:50:27] [main/INFO]: | create_connected                   | 1.0.1-mc1.20.1         | FORGE    | DEFAULT           | 2025-04-09 13:56:20 |
[11:50:27] [main/INFO]: | gobbos_simple_health_crystals      | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 20:40:03 |
[11:50:27] [main/INFO]: | flowerymooblooms                   | 2.0.2                  | FORGE    | UNKNOWN           | 2025-04-17 10:48:58 |
[11:50:27] [main/INFO]: | customizableelytra                 | 2.1.2+1.20             | FORGE    | DEFAULT           | 2024-04-20 13:11:59 |
[11:50:27] [main/INFO]: | ambientsounds                      | 6.1.9                  | MIXED    | CLIENT            | 2025-04-22 14:24:15 |
[11:50:27] [main/INFO]: | themutantmobsmod                   | 1.0.4                  | FORGE    | UNKNOWN           | 2025-04-17 12:12:22 |
[11:50:27] [main/INFO]: | faewulf_lib                        | 1.3.1                  | FORGE    | DEFAULT           | 2025-04-15 15:28:59 |
[11:50:27] [main/INFO]: | limilium                           | 1.0.0                  | FORGE    | UNKNOWN           | 2024-06-23 20:16:26 |
[11:50:27] [main/INFO]: | fuelgoeshere                       | 1.20.0-1.0.1           | FORGE    | DEFAULT           | 2023-06-11 14:01:08 |
[11:50:27] [main/INFO]: | diagonalwindows                    | 8.1.5                  | FORGE    | DEFAULT           | 2024-11-19 00:21:09 |
[11:50:27] [main/INFO]: | immunity_enchantments              | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 13:40:21 |
[11:50:27] [main/INFO]: | lionfishapi                        | 2.4.0                  | FORGE    | DEFAULT           | 2024-11-17 22:13:16 |
[11:50:27] [main/INFO]: | survivality                        | 1.2.5                  | FORGE    | DEFAULT           | 2023-06-13 15:06:46 |
[11:50:27] [main/INFO]: | throwablefirecharge                | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 17:50:52 |
[11:50:27] [main/INFO]: | technobauble                       | 9.0.3                  | FORGE    | DEFAULT           | 2023-07-29 09:43:15 |
[11:50:27] [main/INFO]: | compost_me                         | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 16:26:04 |
[11:50:27] [main/INFO]: | cataclysm                          | 2.64.0                 | FORGE    | DEFAULT           | 2025-04-13 23:52:12 |
[11:50:27] [main/INFO]: | create_fs                          | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:21:33 |
[11:50:27] [main/INFO]: | morexp                             | 1.0.0                  | FORGE    | DEFAULT           | 2023-12-28 07:18:59 |
[11:50:27] [main/INFO]: | tiab                               | 4.0.4-mc1.20.1         | FORGE    | UNKNOWN           | 2023-09-08 23:09:53 |
[11:50:27] [main/INFO]: | villagertools                      | 1.0.3                  | FORGE    | DEFAULT           | 2023-07-04 16:11:00 |
[11:50:27] [main/INFO]: | createaddition_plus                | 1.3.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:04:51 |
[11:50:27] [main/INFO]: | magictreasures                     | 1.3.0                  | FORGE    | DEFAULT           | 2024-11-13 10:25:41 |
[11:50:27] [main/INFO]: | create_basic_additions             | 1.0.2                  | FORGE    | DEFAULT           | 2024-04-05 05:57:49 |
[11:50:27] [main/INFO]: | create_enchantment_industry_plus   | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:13:47 |
[11:50:27] [main/INFO]: | create_furnace_lava_adapter        | 1.1.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:18:01 |
[11:50:27] [main/INFO]: | inventoryprofilesnext              | 1.10.14                | FORGE    | CLIENT            | 2025-04-16 11:29:47 |
[11:50:27] [main/INFO]: | cupboard                           | 1.20.1-2.7             | FORGE    | DEFAULT           | 2024-06-24 22:44:28 |
[11:50:27] [main/INFO]: | monolib                            | 2.0.0                  | FORGE    | DEFAULT           | 2025-01-25 11:15:36 |
[11:50:27] [main/INFO]: | framework                          | 0.7.12                 | FORGE    | UNKNOWN           | 2024-11-12 08:25:47 |
[11:50:27] [main/INFO]: | dtquark                            | 1.20.1-2.5.3           | FORGE    | DEFAULT           | 2025-04-16 13:02:33 |
[11:50:27] [main/INFO]: | hopo                               | 1.2.2                  | MIXED    | DATA_PACK         | 2025-04-26 11:41:10 |
[11:50:27] [main/INFO]: | mchalo                             | 2.0.0                  | FORGE    | DEFAULT           | 2023-12-06 09:48:21 |
[11:50:27] [main/INFO]: | shulkerboxtooltip                  | 4.0.4+1.20.1           | FORGE    | DEFAULT           | 2025-04-16 11:54:29 |
[11:50:27] [main/INFO]: | effortlessbuilding                 | 3.10.0                 | FORGE    | DEFAULT           | 2025-03-22 10:47:12 |
[11:50:27] [main/INFO]: | zeldamod                           | 1.4.2                  | FORGE    | DEFAULT           | 2025-04-06 10:57:32 |
[11:50:27] [main/INFO]: | betteradvancements                 | 4.2.25                 | FORGE    | CLIENT            | 2025-04-15 10:23:50 |
[11:50:27] [main/INFO]: | soulsweapons                       | 0.0.0                  | FORGE    | DEFAULT           | 2025-04-16 11:51:31 |
[11:50:27] [main/INFO]: | trajectory_estimation              | 1.0.3-1                | FORGE    | DEFAULT           | 2024-10-08 00:20:02 |
[11:50:27] [main/INFO]: | twilight_lib                       | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 15:09:37 |
[11:50:27] [main/INFO]: | kleiders_custom_renderer           | 7.3.0                  | FORGE    | UNKNOWN           | 2025-04-24 13:42:08 |
[11:50:27] [main/INFO]: | biggerspongeabsorptionradius       | 3.7.0                  | MIXED    | UNKNOWN           | 2024-07-28 01:49:45 |
[11:50:27] [main/INFO]: | nourished_nether                   | 0.2.5                  | FORGE    | UNKNOWN           | 2025-04-16 11:49:17 |
[11:50:27] [main/INFO]: | perception                         | 0.1.4                  | FORGE    | DEFAULT           | 2025-04-22 15:20:42 |
[11:50:27] [main/INFO]: | xlpackets                          | 1.18.2-2.1             | FORGE    | UNKNOWN           | 2023-03-07 03:26:59 |
[11:50:27] [main/INFO]: | artisticraft                       | 0.19.2                 | FORGE    | UNKNOWN           | 2025-04-17 15:52:04 |
[11:50:27] [main/INFO]: | commonnetworking                   | 1.0.5-1.20.1           | FORGE    | DEFAULT           | 2025-04-15 12:47:14 |
[11:50:27] [main/INFO]: | chaos_gadgets                      | 1.1.0                  | FORGE    | UNKNOWN           | 2025-04-17 17:25:15 |
[11:50:27] [main/INFO]: | obscure_api                        | 15.0.0                 | FORGE    | DEFAULT           | 2023-06-29 20:53:57 |
[11:50:27] [main/INFO]: | expcounter                         | 2.1.0                  | FORGE    | UNKNOWN           | 2025-04-15 13:48:08 |
[11:50:27] [main/INFO]: | enchantableboat                    | 1.5.3                  | FORGE    | DEFAULT           | 2025-03-11 14:04:21 |
[11:50:27] [main/INFO]: | taxfreelevels                      | 1.4.8                  | FORGE    | DEFAULT           | 2025-04-15 13:07:33 |
[11:50:27] [main/INFO]: | clumps                             | 12.0.0-4               | FORGE    | UNKNOWN           | 2024-04-21 05:03:41 |
[11:50:27] [main/INFO]: | artifacts                          | 9.5.16                 | FORGE    | DEFAULT           | 2025-04-15 10:25:11 |
[11:50:27] [main/INFO]: | create_sheets_to_ingots            | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:14:52 |
[11:50:27] [main/INFO]: | tacz_fire_control_extension        | 1.1.3+tacz1.1.4        | FORGE    | UNKNOWN           | 2025-01-26 03:15:56 |
[11:50:27] [main/INFO]: | paganbless                         | 0.1.2                  | FORGE    | DEFAULT           | 2024-09-01 23:35:05 |
[11:50:27] [main/INFO]: | hopour                             | 1.1.4                  | MIXED    | UNKNOWN           | 2022-07-06 18:05:39 |
[11:50:27] [main/INFO]: | simple_enchantments                | 1.3.3                  | FORGE    | UNKNOWN           | 2025-04-15 16:30:54 |
[11:50:27] [main/INFO]: | azurelib                           | 2.0.41                 | FORGE    | DEFAULT           | 2024-12-19 10:37:25 |
[11:50:27] [main/INFO]: | shadowlands                        | 2.1.0                  | FORGE    | DEFAULT           | 2025-03-27 16:56:19 |
[11:50:27] [main/INFO]: | enhanced_boss_bars                 | 1.20.1-1.0.0           | FORGE    | DEFAULT           | 2024-07-12 03:01:44 |
[11:50:27] [main/INFO]: | skinlayers3d                       | 1.7.5                  | FORGE    | UNKNOWN           | 2025-04-15 10:25:31 |
[11:50:27] [main/INFO]: | travelerstitles                    | 1.204.0-2              | FORGE    | UNKNOWN           | 2024-01-28 15:29:52 |
[11:50:27] [main/INFO]: | brandonscore                       | 3.2.1-302              | FORGE    | DEFAULT           | 2024-06-12 20:19:13 |
[11:50:27] [main/INFO]: | elytratrims                        | 3.5.7                  | FORGE    | UNKNOWN           | 2025-04-17 11:00:14 |
[11:50:27] [main/INFO]: | friendsandfoes                     | 3.0.9                  | FORGE    | UNKNOWN           | 2025-04-16 11:35:27 |
[11:50:27] [main/INFO]: | selfexpression                     | 2.21.0                 | MIXED    | UNKNOWN           | 2025-04-15 15:19:40 |
[11:50:27] [main/INFO]: | chromaticarsenal                   | 1.20.3                 | FORGE    | DEFAULT           | 2024-09-13 21:01:16 |
[11:50:27] [main/INFO]: | craftingtweaks                     | 18.2.5                 | FORGE    | DEFAULT           | 2024-08-13 07:03:52 |
[11:50:27] [main/INFO]: | nyfsspiders                        | 2.1.1                  | FORGE    | DEFAULT           | 2023-08-29 13:51:42 |
[11:50:27] [main/INFO]: | occultengineering                  | 0.7.0                  | FORGE    | DEFAULT           | 2025-04-14 14:43:01 |
[11:50:27] [main/INFO]: | tconstruct                         | 3.9.2-37               | FORGE    | DEFAULT           | 2025-03-05 06:41:21 |
[11:50:27] [main/INFO]: | wizards_reborn                     | 1.20.1-0.2.8           | FORGE    | DEFAULT           | 2025-04-07 17:44:54 |
[11:50:27] [main/INFO]: | libipn                             | 4.0.2                  | FORGE    | CLIENT            | 2025-04-16 11:29:47 |
[11:50:27] [main/INFO]: | simplyswords                       | 1.56.0-1.20.1          | FORGE    | DEFAULT           | 2025-04-16 11:34:54 |
[11:50:27] [main/INFO]: | transformer                        | 1.1.5                  | FORGE    | DATA_PACK         | 2025-04-17 18:47:06 |
[11:50:27] [main/INFO]: | xp_veins                           | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 16:04:26 |
[11:50:27] [main/INFO]: | armorposer                         | 2.2.2                  | FORGE    | UNKNOWN           | 2024-10-28 18:46:23 |
[11:50:27] [main/INFO]: | another_furniture                  | 1.20.1-3.0.2           | FORGE    | DEFAULT           | 2025-04-20 15:38:51 |
[11:50:27] [main/INFO]: | creativecore                       | 2.12.32                | FORGE    | DEFAULT           | 2025-04-04 14:48:42 |
[11:50:27] [main/INFO]: | hoporp                             | 1.3.7                  | MIXED    | UNKNOWN           | 2022-07-06 18:02:53 |
[11:50:27] [main/INFO]: | dynamictrees_createcompat          | 1.0.1                  | FORGE    | DEFAULT           | 2024-03-02 15:27:51 |
[11:50:27] [main/INFO]: | configured-defaults                | 8.0.4                  | FORGE    | LANGUAGE_PROVIDER | 2025-01-06 18:30:41 |
[11:50:27] [main/INFO]: | noanimaltemptdelay                 | 1.2.0                  | MIXED    | UNKNOWN           | 2024-07-27 22:14:29 |
[11:50:27] [main/INFO]: | fluidtank                          | 20.7.5                 | FORGE    | DEFAULT           | 2025-04-16 12:54:48 |
[11:50:27] [main/INFO]: | curio_enchantment                  | 2001.1.1               | FORGE    | DEFAULT           | 2025-03-25 22:45:55 |
[11:50:27] [main/INFO]: | reliquary                          | 2.0.45-1248            | FORGE    | DEFAULT           | 2024-11-13 22:37:42 |
[11:50:27] [main/INFO]: | curiotiab                          | 1.20.1-2.0.2           | FORGE    | DEFAULT           | 2023-10-22 03:44:52 |
[11:50:27] [main/INFO]: | mysticpotions                      | 1.3.2                  | FORGE    | DEFAULT           | 2025-04-17 14:12:18 |
[11:50:27] [main/INFO]: | pigpen                             | 15.0.2                 | FORGE    | DEFAULT           | 2023-08-21 01:54:00 |
[11:50:27] [main/INFO]: | create_bs                          | 0.0.0                  | FORGE    | DEFAULT           | 2025-02-21 03:42:02 |
[11:50:27] [main/INFO]: | diagonalfences                     | 8.1.5                  | FORGE    | DEFAULT           | 2024-11-19 00:22:10 |
[11:50:27] [main/INFO]: | cpapireforged                      | 1.0.4                  | FORGE    | DEFAULT           | 2024-06-29 23:13:49 |
[11:50:27] [main/INFO]: | createcompression                  | 1.8.2                  | FORGE    | DEFAULT           | 2024-05-06 14:49:35 |
[11:50:27] [main/INFO]: | kubejs_botania                     | 1.4.0                  | FORGE    | DEFAULT           | 2025-04-15 13:38:17 |
[11:50:27] [main/INFO]: | create_ironworks                   | 3.5.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:52:26 |
[11:50:27] [main/INFO]: | upgradedcore                       | 1.20.1-5.0.0.2-release | FORGE    | DEFAULT           | 2024-09-02 15:30:16 |
[11:50:27] [main/INFO]: | solarcraft                         | 3.3.1-1                | FORGE    | DEFAULT           | 2024-04-12 12:39:50 |
[11:50:27] [main/INFO]: | chromaticenchantments              | 1.1.1                  | FORGE    | UNKNOWN           | 2024-09-19 20:03:05 |
[11:50:27] [main/INFO]: | createmetallurgy                   | 0.0.7-C6-1.20.1        | FORGE    | DEFAULT           | 2025-04-19 22:38:08 |
[11:50:27] [main/INFO]: | ferritecore                        | 6.0.1                  | FORGE    | DEFAULT           | 2023-10-22 15:27:07 |
[11:50:27] [main/INFO]: | ice_enchantments                   | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-20 13:41:24 |
[11:50:27] [main/INFO]: | betterf3                           | 7.0.2                  | FORGE    | CLIENT            | 2025-04-15 12:27:04 |
[11:50:27] [main/INFO]: | charmofundying                     | 6.5.0+1.20.1           | FORGE    | DEFAULT           | 2024-03-04 23:47:56 |
[11:50:27] [main/INFO]: | justzoom                           | 2.1.1                  | FORGE    | CLIENT            | 2025-03-10 23:59:36 |
[11:50:27] [main/INFO]: | lychee                             | 5.1.19+forge           | FORGE    | UNKNOWN           | 2025-03-11 15:33:41 |
[11:50:27] [main/INFO]: | majruszsenchantments               | 1.10.8                 | FORGE    | DEFAULT           | 2024-04-26 23:18:49 |
[11:50:27] [main/INFO]: | rarcompat                          | 0.1.7                  | FORGE    | DEFAULT           | 2024-09-29 09:46:43 |
[11:50:27] [main/INFO]: | occultism_kubejs                   | 1.0.0                  | FORGE    | UNKNOWN           | 2024-03-03 14:46:54 |
[11:50:27] [main/INFO]: | mario_power_ups                    | 1.9.0                  | FORGE    | UNKNOWN           | 2025-04-16 08:33:54 |
[11:50:27] [main/INFO]: | playingcards                       | 2.0.1                  | FORGE    | DEFAULT           | 2025-01-01 15:18:23 |
[11:50:27] [main/INFO]: | valhelsia_core                     | 1.1.2                  | FORGE    | DEFAULT           | 2025-04-15 10:35:08 |
[11:50:27] [main/INFO]: | charms_and_medallions              | 1.0.2                  | FORGE    | UNKNOWN           | 2025-04-23 17:42:03 |
[11:50:27] [main/INFO]: | create_enchantment_industry        | 1.3.2-for-create-6.0.4 | FORGE    | DEFAULT           | 2025-04-10 03:45:25 |
[11:50:27] [main/INFO]: | manaliquidizer                     | 1.20.1-1.0.0           | FORGE    | DEFAULT           | 2024-04-19 21:41:16 |
[11:50:27] [main/INFO]: | betterdeepdark                     | 1.20.1                 | FORGE    | DEFAULT           | 2024-07-09 15:07:58 |
[11:50:27] [main/INFO]: | create_structures_arise            | 156.29.28              | MIXED    | UNKNOWN           | 2025-04-23 17:59:36 |
[11:50:27] [main/INFO]: | csl                                | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:15:04 |
[11:50:27] [main/INFO]: | createaddition                     | 1.20.1-1.3.1           | FORGE    | DEFAULT           | 2025-03-15 14:16:04 |
[11:50:27] [main/INFO]: | tacz_c                             | 1.0.1                  | FORGE    | UNKNOWN           | 2025-04-15 10:54:45 |
[11:50:27] [main/INFO]: | curioslot                          | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 15:56:16 |
[11:50:27] [main/INFO]: | easyanvils                         | 8.0.2                  | FORGE    | DEFAULT           | 2024-03-04 10:07:14 |
[11:50:27] [main/INFO]: | supermartijn642configlib           | 1.1.8                  | FORGE    | DEFAULT           | 2025-04-15 10:26:56 |
[11:50:27] [main/INFO]: | alexsmobs                          | 1.22.9                 | FORGE    | DEFAULT           | 2025-04-15 15:58:16 |
[11:50:27] [main/INFO]: | testmod                            | 1.47.12                | FORGE    | UNKNOWN           | 2025-04-15 19:56:44 |
[11:50:27] [main/INFO]: | collectibles                       | 1.4.9                  | FORGE    | DEFAULT           | 2025-02-08 13:32:12 |
[11:50:27] [main/INFO]: | l2artifacts                        | 2.4.27                 | FORGE    | DEFAULT           | 2024-10-09 21:35:17 |
[11:50:27] [main/INFO]: | celestial_enchantments             | 1.3.3                  | FORGE    | DEFAULT           | 2024-06-15 15:31:47 |
[11:50:27] [main/INFO]: | botarium                           | 2.3.4                  | FORGE    | DEFAULT           | 2025-04-15 10:44:54 |
[11:50:27] [main/INFO]: | playeranimator                     | 1.0.2-rc1+1.20         | FORGE    | UNKNOWN           | 2025-04-15 12:24:53 |
[11:50:27] [main/INFO]: | ponder                             | 1.0.0                  | FORGE    | DEFAULT           | 2025-04-09 23:43:23 |
[11:50:27] [main/INFO]: | gamemenuremovegfarb                | 2.1.2                  | FORGE    | CLIENT            | 2025-04-16 15:57:09 |
[11:50:27] [main/INFO]: | stalwart_dungeons                  | 1.2.8                  | FORGE    | UNKNOWN           | 2025-04-16 11:27:41 |
[11:50:27] [main/INFO]: | guiclock                           | 4.7.0                  | MIXED    | CLIENT            | 2025-02-23 11:42:48 |
[11:50:27] [main/INFO]: | tfmgjs                             | 1.20.1-1.2.0           | FORGE    | DEFAULT           | 2024-12-14 14:17:27 |
[11:50:27] [main/INFO]: | create_jetpack                     | 4.4.0                  | FORGE    | DEFAULT           | 2025-04-20 15:38:52 |
[11:50:27] [main/INFO]: | sound_physics_remastered           | 1.20.1-1.4.13          | FORGE    | DEFAULT           | 2025-04-08 18:04:18 |
[11:50:27] [main/INFO]: | aileron                            | 1.20.1-forge-1.1.1     | FORGE    | DEFAULT           | 2025-04-24 13:42:08 |
[11:50:27] [main/INFO]: | taczplus                           | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-18 07:02:05 |
[11:50:27] [main/INFO]: | trinketsandbaubles                 | 1.2.2                  | FORGE    | DEFAULT           | 2025-04-23 04:13:18 |
[11:50:27] [main/INFO]: | basic_bags                         | 1.1.2                  | FORGE    | UNKNOWN           | 2025-04-15 18:36:33 |
[11:50:27] [main/INFO]: | create_compressed                  | 2.1.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:46:52 |
[11:50:27] [main/INFO]: | balm                               | 7.3.27                 | FORGE    | DEFAULT           | 2025-03-29 09:48:24 |
[11:50:27] [main/INFO]: | immersive_armors                   | 1.6.1+1.20.1           | FORGE    | DEFAULT           | 2025-04-16 11:36:25 |
[11:50:27] [main/INFO]: | tactical_stuff                     | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-16 07:49:15 |
[11:50:27] [main/INFO]: | projectile_damage                  | 3.2.2+1.20.1           | FORGE    | DEFAULT           | 2025-04-20 14:54:09 |
[11:50:27] [main/INFO]: | uniquemagic                        | 1.20.1-1.1.0           | FORGE    | DEFAULT           | 2024-01-27 00:29:54 |
[11:50:27] [main/INFO]: | leavesbegone                       | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-28 07:09:21 |
[11:50:27] [main/INFO]: | elitex                             | 3.3.0                  | FORGE    | DEFAULT           | 2025-01-20 07:05:49 |
[11:50:27] [main/INFO]: | advanced_enchantments              | 1.0.2                  | FORGE    | DEFAULT           | 2023-11-20 10:04:03 |
[11:50:27] [main/INFO]: | betterpingdisplay                  | 1.1.0                  | FORGE    | DEFAULT           | 2023-06-17 20:53:38 |
[11:50:27] [main/INFO]: | mekanism_extras                    | 1.20.1-1.4.0           | FORGE    | UNKNOWN           | 2025-04-15 14:59:56 |
[11:50:27] [main/INFO]: | thermal_innovation                 | 11.0.1                 | FORGE    | DEFAULT           | 2024-05-19 02:54:04 |
[11:50:27] [main/INFO]: | ironfurnaces                       | 4.1.6                  | FORGE    | DEFAULT           | 2024-03-05 12:21:46 |
[11:50:27] [main/INFO]: | justhammers                        | 2.0.3+mc1.20.1         | FORGE    | DEFAULT           | 2025-04-20 14:53:05 |
[11:50:27] [main/INFO]: | betterdefaultbiomes                | 5.1.0-Alpha            | FORGE    | DEFAULT           | 2024-01-25 16:27:24 |
[11:50:27] [main/INFO]: | supermartijn642corelib             | 1.1.18                 | FORGE    | DEFAULT           | 2025-04-15 10:26:56 |
[11:50:27] [main/INFO]: | diversity                          | 2.4.1                  | FORGE    | DEFAULT           | 2025-04-15 15:29:00 |
[11:50:27] [main/INFO]: | resourcefulconfig                  | 2.1.3                  | FORGE    | DEFAULT           | 2025-04-15 12:47:13 |
[11:50:27] [main/INFO]: | vanquisher_spirit                  | 17.0.0                 | FORGE    | UNKNOWN           | 2025-04-25 10:34:15 |
[11:50:27] [main/INFO]: | mekanism_tfmg_compat               | 0.0.0                  | FORGE    | DEFAULT           | 2025-01-02 12:31:55 |
[11:50:27] [main/INFO]: | metalbundles                       | 8.0.2                  | FORGE    | DEFAULT           | 2024-03-04 14:01:38 |
[11:50:27] [main/INFO]: | twilightaether                     | 1.20.1-1.0.0           | FORGE    | DEFAULT           | 2024-08-16 03:38:43 |
[11:50:27] [main/INFO]: | curios                             | 7.4.0+1.20.1           | FORGE    | UNKNOWN           | 2025-04-15 13:22:30 |
[11:50:27] [main/INFO]: | searchables                        | 1.0.3                  | FORGE    | CLIENT            | 2024-04-23 06:56:27 |
[11:50:27] [main/INFO]: | measurements                       | 2.0.0                  | FORGE    | UNKNOWN           | 2023-06-14 16:51:40 |
[11:50:27] [main/INFO]: | framedblocks                       | 9.4.1                  | FORGE    | DEFAULT           | 2025-04-23 18:47:06 |
[11:50:27] [main/INFO]: | nuclearscience                     | 1.20.1-0.6.1-2         | FORGE    | UNKNOWN           | 2025-01-18 12:14:34 |
[11:50:27] [main/INFO]: | thermal_foundation                 | 11.0.6                 | FORGE    | DEFAULT           | 2024-06-15 08:48:44 |
[11:50:27] [main/INFO]: | betterf3plus                       | 1.0.0                  | FORGE    | DEFAULT           | 2023-06-21 01:03:56 |
[11:50:27] [main/INFO]: | dampened                           | 1.0.1                  | MIXED    | DATA_PACK         | 2025-04-15 14:53:10 |
[11:50:27] [main/INFO]: | gottschcore                        | 2.3.0                  | FORGE    | DEFAULT           | 2024-10-27 18:45:53 |
[11:50:27] [main/INFO]: | icarus                             | 2.12.0                 | FORGE    | UNKNOWN           | 2025-02-20 20:45:53 |
[11:50:27] [main/INFO]: | allthetrims                        | 3.4.3                  | FORGE    | DEFAULT           | 2025-04-15 12:58:53 |
[11:50:27] [main/INFO]: | devil_may_cry_weapons_reborn       | 1.4.4                  | FORGE    | UNKNOWN           | 2025-04-15 17:10:53 |
[11:50:27] [main/INFO]: | worldedit                          | 7.2.15+6463-5ca4dff    | MIXED    | DEFAULT           | 2025-04-15 12:40:48 |
[11:50:27] [main/INFO]: | deimos                             | 2.1.0                  | FORGE    | UNKNOWN           | 2025-04-15 13:48:08 |
[11:50:27] [main/INFO]: | apothiccurios                      | 0.0.0                  | FORGE    | DEFAULT           | 2024-07-03 09:48:59 |
[11:50:27] [main/INFO]: | create_rustic_structures           | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:18:39 |
[11:50:27] [main/INFO]: | deep_aether                        | 1.20.1-1.1.5           | FORGE    | DEFAULT           | 2025-02-22 13:15:20 |
[11:50:27] [main/INFO]: | easyshulkerboxes                   | 8.0.2                  | FORGE    | DEFAULT           | 2024-03-04 13:50:30 |
[11:50:27] [main/INFO]: | amelet                             | 0.0.8-1.20.1-47.4.0    | FORGE    | UNKNOWN           | 2025-04-06 19:48:56 |
[11:50:27] [main/INFO]: | codechickenlib                     | 4.4.0-516              | FORGE    | DEFAULT           | 2024-09-18 14:56:11 |
[11:50:27] [main/INFO]: | bettermineshafts                   | 1.204.0-4              | FORGE    | UNKNOWN           | 2023-09-25 16:44:02 |
[11:50:27] [main/INFO]: | apothic_sups_enchanting            | 0.1.2                  | FORGE    | UNKNOWN           | 2025-04-20 13:43:48 |
[11:50:27] [main/INFO]: | majruszlibrary                     | 7.0.8                  | FORGE    | DEFAULT           | 2024-04-29 22:47:12 |
[11:50:27] [main/INFO]: | thermal_dynamics                   | 11.0.1                 | FORGE    | DEFAULT           | 2024-05-19 02:46:30 |
[11:50:27] [main/INFO]: | elytraslot                         | 6.4.4+1.20.1           | FORGE    | DEFAULT           | 2024-10-02 22:39:04 |
[11:50:27] [main/INFO]: | potion_of_flying                   | 1.0.2                  | FORGE    | UNKNOWN           | 2025-04-18 15:48:50 |
[11:50:27] [main/INFO]: | create_tweaked_controllers         | 1.20.1-1.2.5           | FORGE    | DEFAULT           | 2025-03-01 20:36:05 |
[11:50:27] [main/INFO]: | effectdescriptions                 | 8.0.2                  | FORGE    | DEFAULT           | 2023-08-15 17:18:32 |
[11:50:27] [main/INFO]: | doubledoors                        | 7.0.0                  | MIXED    | UNKNOWN           | 2025-04-17 22:55:11 |
[11:50:27] [main/INFO]: | packapunch                         | 0.0.5                  | FORGE    | DEFAULT           | 2025-04-15 15:57:33 |
[11:50:27] [main/INFO]: | tenebrus_baubles                   | 4.0.0                  | FORGE    | SERVER            | 2025-04-15 17:05:16 |
[11:50:27] [main/INFO]: | dtbop                              | 1.20.1-3.3.2           | FORGE    | DEFAULT           | 2025-04-16 11:57:47 |
[11:50:27] [main/INFO]: | magic_rings                        | 6.4.0                  | FORGE    | UNKNOWN           | 2025-04-15 17:18:34 |
[11:50:27] [main/INFO]: | formationsnether                   | 1.0.5                  | MIXED    | DATA_PACK         | 2025-04-16 12:11:25 |
[11:50:27] [main/INFO]: | integrated_villages                | 1.2.0+1.20.1-forge     | FORGE    | UNKNOWN           | 2025-04-15 11:08:42 |
[11:50:27] [main/INFO]: | tonsofenchants                     | 1.0.0                  | FORGE    | UNKNOWN           | 2023-08-24 17:42:17 |
[11:50:27] [main/INFO]: | transcendingtrident                | 4.9.0                  | MIXED    | UNKNOWN           | 2025-02-12 13:22:41 |
[11:50:27] [main/INFO]: | bountifulbaubles                   | 1.4.9                  | FORGE    | DEFAULT           | 2025-04-23 04:17:14 |
[11:50:27] [main/INFO]: | create_and_explore_alexs_caves     | 7.8.6                  | FORGE    | UNKNOWN           | 2025-04-18 07:29:06 |
[11:50:27] [main/INFO]: | create_optical                     | 0.3.1                  | FORGE    | DEFAULT           | 2025-03-23 17:17:42 |
[11:50:27] [main/INFO]: | jei                                | 15.20.0-106            | FORGE    | DEFAULT           | 2025-04-15 10:22:45 |
[11:50:27] [main/INFO]: | everlastingabilities               | 2.3.0                  | FORGE    | DEFAULT           | 2024-12-13 10:49:49 |
[11:50:27] [main/INFO]: | universalbonemeal                  | 8.0.1                  | FORGE    | DEFAULT           | 2023-08-12 01:06:50 |
[11:50:27] [main/INFO]: | pehkui                             | 3.8.2+1.20.1-forge     | FORGE    | UNKNOWN           | 2025-04-15 10:28:30 |
[11:50:27] [main/INFO]: | create_heat_js                     | 1.20.1-0.0.3           | FORGE    | UNKNOWN           | 2024-10-04 17:58:48 |
[11:50:27] [main/INFO]: | mekanism                           | 10.4.15                | FORGE    | DEFAULT           | 2025-03-03 04:21:53 |
[11:50:27] [main/INFO]: | upgrade_aquatic                    | 6.0.3                  | FORGE    | DEFAULT           | 2025-04-06 15:55:48 |
[11:50:27] [main/INFO]: | bdlib                              | 1.27.0-8               | FORGE    | DEFAULT           | 2023-07-29 09:41:55 |
[11:50:27] [main/INFO]: | stoneworks                         | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-27 12:13:19 |
[11:50:27] [main/INFO]: | createimmersivetacz                | 1.20.1                 | FORGE    | DEFAULT           | 2025-03-08 15:33:46 |
[11:50:27] [main/INFO]: | ringsofascension                   | 2.0.0                  | FORGE    | UNKNOWN           | 2024-03-08 00:07:31 |
[11:50:27] [main/INFO]: | kubejs_thermal                     | 2001.1.10-build.2      | FORGE    | UNKNOWN           | 2024-01-02 22:06:36 |
[11:50:27] [main/INFO]: | more_enchantments                  | 1.4.3                  | FORGE    | UNKNOWN           | 2025-04-15 15:15:16 |
[11:50:27] [main/INFO]: | libx                               | 1.20.1-5.0.12          | FORGE    | DEFAULT           | 2025-04-17 10:18:23 |
[11:50:27] [main/INFO]: | minecraftbluearchivehalo           | 1.0.20-0               | FORGE    | DEFAULT           | 2023-08-12 19:04:36 |
[11:50:27] [main/INFO]: | anvilrestoration                   | 2.4.0                  | MIXED    | UNKNOWN           | 2025-02-12 21:25:29 |
[11:50:27] [main/INFO]: | glitchcore                         | 0.0.0                  | FORGE    | DEFAULT           | 2024-10-06 09:39:40 |
[11:50:27] [main/INFO]: | northstar                          | 0.0.0                  | FORGE    | DEFAULT           | 2024-08-09 11:40:37 |
[11:50:27] [main/INFO]: | iceandfire                         | 2.1.13-1.20.1          | FORGE    | DEFAULT           | 2024-08-15 16:28:35 |
[11:50:27] [main/INFO]: | wingsn                             | 0.0.8-1.20.1-47.3.22   | FORGE    | UNKNOWN           | 2025-01-11 21:49:29 |
[11:50:27] [main/INFO]: | create_magics                      | 1.0.5-1.20.1           | FORGE    | DEFAULT           | 2025-01-16 17:17:15 |
[11:50:27] [main/INFO]: | formations                         | 1.0.3                  | FORGE    | DEFAULT           | 2025-04-16 12:11:25 |
[11:50:27] [main/INFO]: | forge                              | 3.5.6+1.20.1           | FORGE    | UNKNOWN           | 2024-05-08 10:33:38 |
[11:50:27] [main/INFO]: | additionalredstone                 | 1.20.1-1.1.0           | FORGE    | DEFAULT           | 2023-07-01 23:17:47 |
[11:50:27] [main/INFO]: | idas                               | 1.11.1+1.20.1          | FORGE    | UNKNOWN           | 2025-03-17 22:11:49 |
[11:50:27] [main/INFO]: | alchemistry                        | 2.3.4                  | FORGE    | DEFAULT           | 2023-09-26 18:44:15 |
[11:50:27] [main/INFO]: | jamlib                             | 1.3.5+1.20.1           | FORGE    | DEFAULT           | 2025-04-15 16:27:07 |
[11:50:27] [main/INFO]: | bettercombat                       | 1.8.6+1.20.1           | FORGE    | DEFAULT           | 2025-04-15 15:06:52 |
[11:50:27] [main/INFO]: | unknown-5ed0c1bf-3725-4247-b120-dc4ba2bed487 | 0.0.0                  | FORGE    | UNKNOWN           | 2025-04-25 10:34:11 |
[11:50:27] [main/INFO]: | dttwilightforest                   | 1.20.1-2.2.0-BETA2     | FORGE    | DEFAULT           | 2025-04-15 14:15:11 |
[11:50:27] [main/INFO]: | immersiveengineering               | 1.20.1-10.2.0-183      | FORGE    | DEFAULT           | 2025-04-15 10:27:13 |
[11:50:27] [main/INFO]: | grindenc                           | 2.2.0                  | FORGE    | UNKNOWN           | 2024-09-09 22:44:32 |
[11:50:27] [main/INFO]: | guccivuitton                       | 0.2.2                  | FORGE    | UNKNOWN           | 2025-01-07 17:22:39 |
[11:50:27] [main/INFO]: | aeroblender                        | 1.20.1-1.0.1-neoforge  | NEOFORGE | DEFAULT           | 2023-10-09 07:40:56 |
[11:50:27] [main/INFO]: | create_aquatic_ambitions           | 1.20.1-1.1.1           | FORGE    | DEFAULT           | 2025-03-06 17:50:22 |
[11:50:27] [main/INFO]: | dimdungeons                        | 202.0.0                | FORGE    | DEFAULT           | 2025-04-13 18:13:23 |
[11:50:27] [main/INFO]: | whisperwoods                       | 1.20.1-2.1.2           | FORGE    | DEFAULT           | 2024-09-05 16:29:34 |
[11:50:27] [main/INFO]: | mantle                             | 1.11.44                | FORGE    | DEFAULT           | 2025-02-25 15:47:35 |
[11:50:27] [main/INFO]: | integrated_stronghold              | 1.1.2+1.20.1-forge     | FORGE    | UNKNOWN           | 2025-04-15 10:45:03 |
[11:50:27] [main/INFO]: | xaerominimap                       | 25.2.0                 | FORGE    | DEFAULT           | 2025-03-14 12:46:17 |
[11:50:27] [main/INFO]: | pipeorgans                         | 0.6.1+1.20.1           | FORGE    | DEFAULT           | 2025-03-15 23:00:59 |
[11:50:27] [main/INFO]: | polymorph                          | 0.49.10+1.20.1         | FORGE    | DEFAULT           | 2025-04-22 00:43:19 |
[11:50:27] [main/INFO]: | zeta                               | 1.0.30                 | FORGE    | DEFAULT           | 2025-04-17 13:18:38 |
[11:50:27] [main/INFO]: | craftingxp                         | 1.20.1                 | FORGE    | UNKNOWN           | 2025-04-15 11:02:33 |
[11:50:27] [main/INFO]: | entityculling                      | 1.7.4                  | FORGE    | CLIENT            | 2025-04-15 11:53:30 |
[11:50:27] [main/INFO]: | mna                                | 3.1.0-8                | FORGE    | DEFAULT           | 2025-04-01 21:06:06 |
[11:50:27] [main/INFO]: | aaa_particles_world                | 1.20.1-1.0.3           | FORGE    | DEFAULT           | 2025-04-15 15:32:48 |
[11:50:27] [main/INFO]: | dyeable_redstone_signal            | 3.0.0                  | FORGE    | DEFAULT           | 2023-08-14 21:26:25 |
[11:50:27] [main/INFO]: | connectedglass                     | 1.1.13                 | FORGE    | DEFAULT           | 2025-04-15 12:27:01 |
[11:50:27] [main/INFO]: | puzzleslib                         | 8.1.32                 | FORGE    | DEFAULT           | 2025-04-05 13:22:47 |
[11:50:27] [main/INFO]: | visualoverhaul                     | 5.0.1                  | FORGE    | CLIENT            | 2025-04-16 11:12:07 |
[11:50:27] [main/INFO]: | create_vault_terminal              | 1.0.0                  | FORGE    | DEFAULT           | 2025-01-19 02:17:45 |
[11:50:27] [main/INFO]: | aether_redux                       | 2.0.18                 | NEOFORGE | DEFAULT           | 2024-11-03 15:54:14 |
[11:50:27] [main/INFO]: | cfwinfo                            | 1.4.0                  | FORGE    | CLIENT            | 2025-03-08 22:19:56 |
[11:50:27] [main/INFO]: | xp                                 | 7.4.13                 | FORGE    | UNKNOWN           | 2025-04-15 20:43:22 |
[11:50:27] [main/INFO]: | aquamirae                          | 0.0.0                  | FORGE    | DEFAULT           | 2023-06-29 20:55:10 |
[11:50:27] [main/INFO]: | cristellib                         | 1.1.6                  | FORGE    | DEFAULT           | 2025-04-15 10:25:44 |
[11:50:27] [main/INFO]: | iceandfire_curios                  | 1.2.0                  | FORGE    | UNKNOWN           | 2025-04-15 16:09:19 |
[11:50:27] [main/INFO]: | cyclopscore                        | 1.19.10                | FORGE    | DEFAULT           | 2025-04-12 11:08:28 |
[11:50:27] [main/INFO]: | mna_attributes                     | 0.3.0                  | FORGE    | DEFAULT           | 2025-04-08 06:19:22 |
[11:50:27] [main/INFO]: | bottledair                         | 2.5.0                  | MIXED    | UNKNOWN           | 2025-02-12 19:45:07 |
[11:50:27] [main/INFO]: | org.sinytra.connector              | 1.0.0-beta.46+1.20.1   | MIXED    | SERVICE           | 2025-04-15 10:37:33 |
[11:50:27] [main/INFO]: | create_things_and_misc             | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:46:30 |
[11:50:27] [main/INFO]: | merenc                             | 4.2.0                  | FORGE    | UNKNOWN           | 2025-02-21 17:14:32 |
[11:50:27] [main/INFO]: | unionlib                           | 12.0.12                | FORGE    | DEFAULT           | 2025-04-17 10:21:01 |
[11:50:27] [main/INFO]: | betterwitchhuts                    | 1.203.0-3              | FORGE    | UNKNOWN           | 2023-09-26 00:52:20 |
[11:50:27] [main/INFO]: | geckolib                           | 4.7.1-2                | FORGE    | DEFAULT           | 2025-03-23 09:44:24 |
[11:50:27] [main/INFO]: | resonances                         | 1.2.9                  | FORGE    | UNKNOWN           | 2025-04-17 18:53:54 |
[11:50:27] [main/INFO]: | aether                             | 1.20.1-1.5.2-neoforge  | NEOFORGE | DEFAULT           | 2025-01-28 21:37:07 |
[11:50:27] [main/INFO]: | taczaddon                          | 1.1.1                  | FORGE    | DEFAULT           | 2025-04-17 14:55:21 |
[11:50:27] [main/INFO]: | extendedslabs                      | 3.0.1                  | FORGE    | DEFAULT           | 2025-04-15 13:43:27 |
[11:50:27] [main/INFO]: | paintgun                           | 1.20.1-1.0.0           | FORGE    | DEFAULT           | 2024-09-17 21:24:58 |
[11:50:27] [main/INFO]: | dynamiclights                      | 2.0.0                  | FORGE    | UNKNOWN           | 2023-11-12 08:08:43 |
[11:50:27] [main/INFO]: | occultcreate                       | 1.0.2                  | FORGE    | DEFAULT           | 2025-02-23 22:38:20 |
[11:50:27] [main/INFO]: | paperdoll                          | 8.0.0                  | FORGE    | CLIENT            | 2023-06-28 09:48:30 |
[11:50:27] [main/INFO]: | controlling                        | 12.0.2                 | FORGE    | CLIENT            | 2023-07-16 04:39:00 |
[11:50:27] [main/INFO]: | xaeroworldmap                      | 1.39.4                 | FORGE    | DEFAULT           | 2025-02-19 13:36:54 |
[11:50:27] [main/INFO]: | citadel                            | 2.6.1                  | FORGE    | DEFAULT           | 2024-12-18 09:11:09 |
[11:50:27] [main/INFO]: | stronger_potions                   | 0.0.3-1.20             | FORGE    | DEFAULT           | 2025-02-24 17:19:59 |
[11:50:27] [main/INFO]: | fastitemframes                     | 20.1.1                 | FORGE    | DEFAULT           | 2025-03-29 17:23:15 |
[11:50:27] [main/INFO]: | aether_villages                    | 1.0.7                  | FORGE    | DEFAULT           | 2024-09-09 17:32:29 |
[11:50:27] [main/INFO]: | numismatics                        | 1.0.15+forge-mc1.20.1  | FORGE    | DEFAULT           | 2025-04-20 15:38:51 |
[11:50:27] [main/INFO]: | createmetalwork                    | 1.20.1-1.0.11-forge    | FORGE    | DEFAULT           | 2025-03-03 00:35:46 |
[11:50:27] [main/INFO]: | relics                             | 8.0.9                  | FORGE    | DEFAULT           | 2025-04-02 03:28:14 |
[11:50:27] [main/INFO]: | jeed                               | 2.2.5                  | FORGE    | DEFAULT           | 2025-04-24 07:07:28 |
[11:50:27] [main/INFO]: | rch_supplementaries_compat         | 1.0.0                  | FORGE    | DEFAULT           | 2025-04-15 16:27:08 |
[11:50:27] [main/INFO]: | betterbeaconplacement              | 3.5.0                  | MIXED    | UNKNOWN           | 2025-02-12 19:58:02 |
[11:50:27] [main/INFO]: | fortuneancientdebris               | 1.0.0                  | MIXED    | DATA_PACK         | 2025-04-15 15:54:04 |
[11:50:27] [main/INFO]: | railways                           | 1.6.7+forge-mc1.20.1   | FORGE    | DEFAULT           | 2025-04-15 10:27:31 |
[11:50:27] [main/INFO]: | createnergy                        | 0.0.3                  | FORGE    | DEFAULT           | 2025-02-13 00:47:56 |
[11:50:27] [main/INFO]: | fpsreducer                         | 0.0.0                  | FORGE    | CLIENT            | 2023-06-14 23:14:44 |
[11:50:27] [main/INFO]: | botanicadds                        | 20.1.3                 | FORGE    | DEFAULT           | 2025-03-04 21:25:59 |
[11:50:27] [main/INFO]: | cat_jam                            | 1.3.1                  | FORGE    | CLIENT            | 2025-04-16 12:40:18 |
[11:50:27] [main/INFO]: | create_jetpack_curios              | 1.2.0                  | FORGE    | UNKNOWN           | 2025-04-15 11:10:50 |
[11:50:27] [main/INFO]: | dummmmmmy                          | 2.0.6                  | FORGE    | DEFAULT           | 2025-04-15 10:24:16 |
[11:50:27] [main/INFO]: | alltheenchants                     | 1.6.0                  | FORGE    | UNKNOWN           | 2025-04-15 19:53:26 |
[11:50:27] [main/INFO]: | twilightforest                     | 4.3.2508               | FORGE    | DEFAULT           | 2024-06-24 18:00:24 |
[11:50:27] [main/INFO]: | celestial_artifacts                | 1.5.3                  | FORGE    | DEFAULT           | 2025-02-26 20:53:25 |
[11:50:27] [main/INFO]: | bulletarmorenchant                 | 1.20.1                 | FORGE    | DEFAULT           | 2024-08-07 21:09:10 |
[11:50:27] [main/INFO]: | zoni_mod                           | 3.2.0                  | FORGE    | UNKNOWN           | 2025-04-25 10:34:13 |
[11:50:27] [main/INFO]: | dtaether                           | 1.20.1-1.3.1           | FORGE    | DEFAULT           | 2025-04-23 18:22:54 |
[11:50:27] [main/INFO]: | glowingeyes                        | 2.0.2                  | FORGE    | DEFAULT           | 2025-04-15 16:02:38 |
[11:50:27] [main/INFO]: | curious_armor_stands               | 5.1.0                  | FORGE    | DEFAULT           | 2024-06-06 18:07:20 |
[11:50:27] [main/INFO]: | armorstandarms                     | 1.0.0                  | FORGE    | DEFAULT           | 2024-06-24 22:37:09 |
[11:50:27] [main/INFO]: | commoncapabilities                 | 2.9.4                  | FORGE    | DEFAULT           | 2024-12-10 14:44:42 |
[11:50:27] [main/INFO]: | combat_structures_update           | 1.6.0                  | FORGE    | UNKNOWN           | 2025-04-18 07:38:24 |
[11:50:27] [main/INFO]: | create_ultimate_factory            | 1.9.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:46:02 |
[11:50:27] [main/INFO]: | colorfulhearts                     | 4.3.16                 | FORGE    | CLIENT            | 2025-04-15 10:40:22 |
[11:50:27] [main/INFO]: | dungeons_enhanced                  | 5.3.0                  | FORGE    | DEFAULT           | 2024-11-11 09:00:13 |
[11:50:27] [main/INFO]: | protection_pixel                   | 1.1.6                  | FORGE    | UNKNOWN           | 2025-04-15 10:49:10 |
[11:50:27] [main/INFO]: | patchouli                          | 1.20.1-84.1-FORGE      | FORGE    | UNKNOWN           | 2025-04-15 10:27:09 |
[11:50:27] [main/INFO]: | cthulhufishing                     | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 15:25:53 |
[11:50:27] [main/INFO]: | suppsquared                        | 1.1.21                 | FORGE    | DEFAULT           | 2025-04-16 11:43:45 |
[11:50:27] [main/INFO]: | collective                         | 8.3.0                  | MIXED    | UNKNOWN           | 2025-04-16 15:33:04 |
[11:50:27] [main/INFO]: | unusual_meme_shoes                 | 1.2.0                  | FORGE    | UNKNOWN           | 2025-04-15 17:16:42 |
[11:50:27] [main/INFO]: | ffenchantments                     | 1.20.1-1.6.5           | FORGE    | DEFAULT           | 2024-10-13 20:15:24 |
[11:50:27] [main/INFO]: | mysticrift_better_jungle_temple_   | 17.6.8                 | MIXED    | UNKNOWN           | 2025-04-17 17:32:36 |
[11:50:27] [main/INFO]: | thermal_expansion                  | 11.0.1                 | FORGE    | DEFAULT           | 2024-05-19 02:54:02 |
[11:50:27] [main/INFO]: | wisdom_enchantment                 | 1.0.1                  | FORGE    | DEFAULT           | 2023-11-05 13:25:45 |
[11:50:27] [main/INFO]: | betterstrongholds                  | 1.204.0-3              | FORGE    | DEFAULT           | 2023-09-25 16:59:18 |
[11:50:27] [main/INFO]: | compostbag                         | 2.0.0                  | FORGE    | DEFAULT           | 2023-08-12 18:40:36 |
[11:50:27] [main/INFO]: | resourcefullib                     | 2.1.29                 | FORGE    | DEFAULT           | 2025-04-15 10:45:08 |
[11:50:27] [main/INFO]: | architectury                       | 9.2.14                 | FORGE    | DEFAULT           | 2025-04-15 10:25:11 |
[11:50:27] [main/INFO]: | deeperdarker                       | 1.3.3                  | FORGE    | DEFAULT           | 2024-11-13 18:58:14 |
[11:50:27] [main/INFO]: | blasmatech                         | 1.20.1-1.1.4           | FORGE    | DEFAULT           | 2024-06-11 17:34:42 |
[11:50:27] [main/INFO]: | dungeonsenchantments               | 1.1.1-1.20.1           | FORGE    | UNKNOWN           | 2024-02-27 18:42:01 |
[11:50:27] [main/INFO]: | nangman_dive_kit                   | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 17:30:25 |
[11:50:27] [main/INFO]: | sacred_gears                       | 2.0.0                  | FORGE    | UNKNOWN           | 2025-04-18 15:48:53 |
[11:50:27] [main/INFO]: | infinitetrading                    | 4.6.0                  | MIXED    | UNKNOWN           | 2025-02-12 16:40:13 |
[11:50:27] [main/INFO]: | fantasydice                        | 10.0.0                 | FORGE    | DEFAULT           | 2023-08-13 05:35:57 |
[11:50:27] [main/INFO]: | t_and_t                            | 1.10.2                 | MIXED    | DEFAULT           | 2023-05-07 21:17:13 |
[11:50:27] [main/INFO]: | crawlondemand                      | 0.0.0                  | FORGE    | DEFAULT           | 2023-08-15 15:53:13 |
[11:50:27] [main/INFO]: | petrolpark                         | 1.4.9                  | FORGE    | DEFAULT           | 2025-04-14 19:58:06 |
[11:50:27] [main/INFO]: | lradd                              | 0.2.4                  | FORGE    | UNKNOWN           | 2025-01-07 17:15:39 |
[11:50:27] [main/INFO]: | tacslings                          | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 15:10:42 |
[11:50:27] [main/INFO]: | tradingpost                        | 8.0.2                  | FORGE    | DEFAULT           | 2024-01-24 23:14:53 |
[11:50:27] [main/INFO]: | cyclic                             | 1.13.6                 | FORGE    | DEFAULT           | 2025-03-31 23:22:40 |
[11:50:27] [main/INFO]: | arcane_abilities                   | 0.2.7                  | FORGE    | UNKNOWN           | 2025-04-12 17:50:31 |
[11:50:27] [main/INFO]: | createhaven                        | 1.0.0                  | FORGE    | DEFAULT           | 2024-06-27 13:29:56 |
[11:50:27] [main/INFO]: | majruszsaccessories                | 1.5.3                  | FORGE    | DEFAULT           | 2024-04-26 18:53:05 |
[11:50:27] [main/INFO]: | portal_gels                        | 1.1.0                  | FORGE    | UNKNOWN           | 2025-04-17 18:54:43 |
[11:50:27] [main/INFO]: | rhino                              | 2001.2.3-build.10      | FORGE    | UNKNOWN           | 2025-02-12 21:26:35 |
[11:50:27] [main/INFO]: | amazingtrading                     | 0.1.9                  | FORGE    | UNKNOWN           | 2024-04-26 12:04:18 |
[11:50:27] [main/INFO]: | doom                               | 7.0.13                 | FORGE    | DEFAULT           | 2024-09-05 20:39:15 |
[11:50:27] [main/INFO]: | handoveryouritems                  | 3.6.0                  | MIXED    | UNKNOWN           | 2025-02-12 17:02:33 |
[11:50:27] [main/INFO]: | treasuredistance                   | 0.0.0                  | FORGE    | DEFAULT           | 2023-10-16 08:25:11 |
[11:50:27] [main/INFO]: | xpfromharvest                      | 1.2.4                  | FORGE    | DEFAULT           | 2023-12-26 16:32:19 |
[11:50:27] [main/INFO]: | amendments                         | 1.2.19                 | FORGE    | DEFAULT           | 2025-04-15 10:24:33 |
[11:50:27] [main/INFO]: | createenchantablemachinery         | 3.3.2                  | FORGE    | DEFAULT           | 2025-04-24 13:42:08 |
[11:50:27] [main/INFO]: | sophisticatedstorage               | 1.3.9-1075             | FORGE    | DEFAULT           | 2025-02-21 17:03:08 |
[11:50:27] [main/INFO]: | octolib                            | 5.0.1                  | FORGE    | DEFAULT           | 2025-04-20 13:44:04 |
[11:50:27] [main/INFO]: | even_more_magic                    | 1.869.0                | FORGE    | UNKNOWN           | 2025-04-20 13:41:22 |
[11:50:27] [main/INFO]: | arrzenhanced                       | 1.1.2                  | MIXED    | DATA_PACK         | 2025-04-15 14:53:12 |
[11:50:27] [main/INFO]: | tacz                               | 1.1.4-hotfix           | FORGE    | DEFAULT           | 2025-04-15 10:54:45 |
[11:50:27] [main/INFO]: | health_plus                        | 1.1.0                  | FORGE    | UNKNOWN           | 2025-04-23 18:53:27 |
[11:50:27] [main/INFO]: | experienceripper                   | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-18 15:49:50 |
[11:50:27] [main/INFO]: | minecards                          | 1.1.0                  | FORGE    | DEFAULT           | 2025-02-17 14:46:00 |
[11:50:27] [main/INFO]: | tinygates                          | 4.0.0                  | FORGE    | DEFAULT           | 2023-06-17 22:41:07 |
[11:50:27] [main/INFO]: | improvedsignediting                | 1.5.0                  | MIXED    | UNKNOWN           | 2025-02-12 16:42:54 |
[11:50:27] [main/INFO]: | create                             | 6.0.4                  | FORGE    | DEFAULT           | 2025-03-19 19:55:21 |
[11:50:27] [main/INFO]: | hallucinatory_plants               | 2.3.0                  | FORGE    | SERVER            | 2025-04-15 16:52:03 |
[11:50:27] [main/INFO]: | enchantments_plus                  | 1.10.0                 | FORGE    | UNKNOWN           | 2025-04-15 15:24:10 |
[11:50:27] [main/INFO]: | create_ltab                        | 2.7.0                  | MIXED    | DATA_PACK         | 2025-04-17 10:05:59 |
[11:50:27] [main/INFO]: | apotheoticcreation                 | 1.0.1                  | FORGE    | UNKNOWN           | 2024-07-08 17:17:39 |
[11:50:27] [main/INFO]: | thedarkcolour.kotlinforforge       | 0.0.0                  | FORGE    | LIBRARY           | 2025-04-15 10:49:56 |
[11:50:27] [main/INFO]: | mods_optimizer                     | 3.0.0                  | FORGE    | DEFAULT           | 2025-03-30 18:58:41 |
[11:50:27] [main/INFO]: | backpack_pixel                     | 0.9.6                  | FORGE    | UNKNOWN           | 2025-04-17 10:05:58 |
[11:50:27] [main/INFO]: | particular                         | 1.2.0                  | FORGE    | UNKNOWN           | 2025-04-15 13:42:06 |
[11:50:27] [main/INFO]: | betterdeserttemples                | 1.203.0-3              | FORGE    | UNKNOWN           | 2023-09-25 23:47:57 |
[11:50:27] [main/INFO]: | waveycapes                         | 1.5.2                  | FORGE    | CLIENT            | 2025-04-15 12:57:52 |
[11:50:27] [main/INFO]: | mahoutsukai                        | 1.20.1-v1.34.78        | FORGE    | UNKNOWN           | 2024-11-07 17:30:00 |
[11:50:27] [main/INFO]: | kotori_scala                       | 3.3.1-build-0          | FORGE    | LANGUAGE_PROVIDER | 2025-04-15 14:33:56 |
[11:50:27] [main/INFO]: | blueprint                          | 7.1.3                  | FORGE    | DEFAULT           | 2025-04-10 16:41:16 |
[11:50:27] [main/INFO]: | create_curios_backtank             | 1.0.1                  | FORGE    | UNKNOWN           | 2025-04-15 10:58:50 |
[11:50:27] [main/INFO]: | molten_metals                      | 1.20.1-0.1.4           | FORGE    | DEFAULT           | 2025-04-15 11:10:48 |
[11:50:27] [main/INFO]: | recast                             | 3.6.0                  | MIXED    | UNKNOWN           | 2025-02-12 15:03:26 |
[11:50:27] [main/INFO]: | tfmg                               | 0.9.3-1.20.1           | FORGE    | DEFAULT           | 2024-10-12 18:20:13 |
[11:50:27] [main/INFO]: | enchantedcharms                    | 1.1.0                  | FORGE    | DEFAULT           | 2025-04-15 20:40:31 |
[11:50:27] [main/INFO]: | weatherdetector                    | 1.0.1-1.20.1           | FORGE    | DEFAULT           | 2025-03-01 17:38:20 |
[11:50:27] [main/INFO]: | alexscaves                         | 2.0.2                  | FORGE    | DEFAULT           | 2024-10-26 10:13:03 |
[11:50:27] [main/INFO]: | curioscompat                       | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 16:19:05 |
[11:50:27] [main/INFO]: | enchdesc                           | 17.1.19                | FORGE    | CLIENT            | 2024-10-28 22:29:40 |
[11:50:27] [main/INFO]: | moonlight                          | 2.13.82                | FORGE    | DEFAULT           | 2025-04-17 10:05:57 |
[11:50:27] [main/INFO]: | radiantgear                        | 2.2.0+1.20.1           | FORGE    | DEFAULT           | 2024-12-27 21:54:40 |
[11:50:27] [main/INFO]: | creategbd                          | 0.0.0                  | FORGE    | DEFAULT           | 2025-03-10 12:36:15 |
[11:50:27] [main/INFO]: | enchlevellangpatch                 | 3.0.0                  | MIXED    | UNKNOWN           | 2025-04-15 13:52:07 |
[11:50:27] [main/INFO]: | beekeeperhut                       | 2.0.1                  | FORGE    | UNKNOWN           | 2025-04-16 18:03:13 |
[11:50:27] [main/INFO]: | forbidden_arcanus                  | 1.20.1-2.2.6           | FORGE    | UNKNOWN           | 2024-03-20 18:26:10 |
[11:50:27] [main/INFO]: | minsenchantments                   | 1.0.0                  | FORGE    | DEFAULT           | 2025-02-10 23:08:38 |
[11:50:27] [main/INFO]: | theurgy                            | 1.23.4                 | FORGE    | DEFAULT           | 2025-02-01 07:51:27 |
[11:50:27] [main/INFO]: | weaponmaster                       | 1.4.3-1.20.1           | FORGE    | DEFAULT           | 2024-12-29 17:54:07 |
[11:50:27] [main/INFO]: | zoe                                | 2.0.6                  | FORGE    | UNKNOWN           | 2025-04-17 14:19:15 |
[11:50:27] [main/INFO]: | miners_luck                        | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-17 17:55:06 |
[11:50:27] [main/INFO]: | dtalexsmobs                        | 1.20.1-1.0.0           | FORGE    | DEFAULT           | 2025-04-15 15:58:16 |
[11:50:27] [main/INFO]: | barteringstation                   | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-28 11:13:00 |
[11:50:27] [main/INFO]: | quark                              | 4.0.462                | FORGE    | DEFAULT           | 2025-04-16 02:33:45 |
[11:50:27] [main/INFO]: | chemlib                            | 2.0.19                 | FORGE    | DEFAULT           | 2024-02-22 12:45:28 |
[11:50:27] [main/INFO]: | create_sa                          | 2.1.0                  | FORGE    | UNKNOWN           | 2025-04-15 10:44:53 |
[11:50:27] [main/INFO]: | shimmer                            | 1.20.1-0.2.4           | FORGE    | DEFAULT           | 2025-04-15 14:38:12 |
[11:50:27] [main/INFO]: | parcool                            | 3.3.1-1                | FORGE    | DEFAULT           | 2025-02-13 23:52:26 |
[11:50:27] [main/INFO]: | armourers_workshop                 | 2.1.4                  | FORGE    | DEFAULT           | 2025-04-16 12:15:38 |
[11:50:27] [main/INFO]: | betterchunkloading                 | 1.20.1-5.4             | FORGE    | DEFAULT           | 2025-02-19 17:35:01 |
[11:50:27] [main/INFO]: | createaddoncompatibility           | 0.2.4                  | FORGE    | DEFAULT           | 2025-03-16 08:14:05 |
[11:50:27] [main/INFO]: | universalenchants                  | 8.0.0                  | FORGE    | DEFAULT           | 2023-06-27 17:57:02 |
[11:50:27] [main/INFO]: | betterconduitplacement             | 3.4.0                  | MIXED    | UNKNOWN           | 2025-02-12 19:55:27 |
[11:50:27] [main/INFO]: | modonomicon                        | 1.77.6                 | FORGE    | DEFAULT           | 2025-02-11 13:42:43 |
[11:50:27] [main/INFO]: | bettertridents                     | 8.0.1                  | FORGE    | DEFAULT           | 2023-08-16 17:22:21 |
[11:50:27] [main/INFO]: | yet_another_config_lib_v3          | 3.6.6+1.20.1-forge     | FORGE    | UNKNOWN           | 2025-04-18 07:02:04 |
[11:50:27] [main/INFO]: | createtrackmap                     | 1.4.0                  | NEOFORGE | DEFAULT           | 2025-04-15 11:22:09 |
[11:50:27] [main/INFO]: | inline                             | 1.20.1-1.1.1           | FORGE    | DEFAULT           | 2025-04-20 14:53:32 |
[11:50:27] [main/INFO]: | mahou_tsukai_combat                | 1.0.2                  | FORGE    | UNKNOWN           | 2025-04-15 15:06:52 |
[11:50:27] [main/INFO]: | packetfixer                        | 2.0.0                  | FORGE    | DEFAULT           | 2025-04-16 11:23:40 |
[11:50:27] [main/INFO]: | chiselsandbits                     | 1.4.148                | FORGE    | DEFAULT           | 2024-03-22 18:43:33 |
[11:50:27] [main/INFO]: | enchanted_duplication              | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-18 07:32:44 |
[11:50:27] [main/INFO]: | ultrakillmusicdisc                 | 1.0.0                  | FORGE    | UNKNOWN           | 2025-04-15 19:44:08 |
[11:50:27] [main/INFO]: -------------------------------------------------------------------------------------------------------------------
[11:50:27] [main/INFO]: ? Parsed 622 mods in 431 ms.
[11:50:27] [main/INFO]: ? No duplicated mods found.
[11:50:27] [main/INFO]: ? Client side mods are enabled.
[11:50:27] [main/INFO]: ? Mod Optimizer needs 460 ms in total.
[11:50:27] [main/INFO]: Found mod file Connector-1.0.0-beta.46+1.20.1-mod.jar of type MOD with provider org.sinytra.connector.locator.ConnectorEarlyLocator@29d405e6
[11:50:27] [main/INFO]: Found mod file 2.2_ice_enchants_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.9.12.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file [FORGE 1.20.1] Arsenia The Greatest Final Update.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aaa_particles-1.20.1-1.4.10-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aaa_particles_world-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file accessories-neoforge-1.0.0-beta.46+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file accessories_cclayer-7.4.0-beta.18+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file additionalredstone-forge-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file AdFinders-1.20.1-9.1.11.0-build.0995.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file AdLods-1.20.1-8.1.4.0-build.1012.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file advanced_enchantments-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aeroblender-1.20.1-1.0.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aether-1.20.1-1.5.2-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aether-redux-2.0.18-1.20.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aethergearexpansion-1.20.1-2.0.1.2-release.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file AetherVillages-1.20.1-1.0.7-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aileron-1.20.1-forge-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file alchemistry-1.20.1-2.3.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file alchemygadgetry-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file alchemylib-1.20.1-1.0.30.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file alexscaves-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file alexsmobs-1.22.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file AllTheEnchants 2.2 (forge-1.20.1).jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file alltheleaks-0.1.3-beta+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file allthetrims-3.4.3-forge+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file almostunified-forge-1.20.1-0.9.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file amazingtrading-1.20.1-0.1.9-universal.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file amelet-0.0.8-1.20.1-47.4.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file amendments-1.20-1.2.19.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file another_furniture-forge-1.20.1-3.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file anvilrestoration-1.20.1-2.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Apotheosis-1.20.1-7.4.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file apotheoticcreation-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Apothic Supplementaries - Enchanting - 0.1.2a.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file apothic_equipment-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ApothicAttributes-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ApothicCurios-1.20.1-1.0.3d.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file aquamirae-6.API15.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file arcane_abilities-0.2.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ArcaneLanterns-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file armorpointspp-forge-1.20-3.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ArmorPoser-forge-1.20.1-2.2.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file armorstandarms-forge-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ArmorStatues-v8.0.6-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file armourersworkshop-forge-1.20.1-2.1.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file arrzees-multiverse-v1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file artifacts-forge-9.5.16.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ArtisticCraft v0.19.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file atlantis-2025.3.25-1.20.1-9.7-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Atlas Lib-1.20.1-1.1.12.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file AttributeFix-Forge-1.20.1-21.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Auroras-1.20.1-1.6.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file azurelib-neo-1.20.1-2.0.41.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file backpack_pixel-0.9.6-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.27-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BarteringStation-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file basic-bags-v1.1.2-v1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file baubley-heart-canisters-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bdlib-1.27.0.8-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file beekeeperhut-forge-mc1.20.1-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bellsandwhistles-0.4.5-1.20.x-Create6.0+.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterAdvancements-Forge-1.20.1-0.4.2.25.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file betterbeaconplacement-1.20.1-3.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file betterchunkloading-1.20.1-5.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bettercombat-forge-1.8.6+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file betterconduitplacement-1.20.1-3.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file betterdeepdark-2024.07.09-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterDefaultBiomes-1.20.1-Alpha 5.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterF3-7.0.2-Forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file betterf3plus-1.20.1-1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file betterfpsdist-1.20.1-6.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterModsButton-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BetterTridents-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file biggerspongeabsorptionradius-1.20.1-3.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file biggerstacks-1.20.1-1.0.4-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file blasmatech-1.20.1-1.1.4-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BlockRunner-v8.0.4-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file blockydoors-1.20.1-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Blue-Archive-Halos-forge-1.20.1-1.0.20.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file blueprint-1.20.1-7.1.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.13.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Botania-1.20.1-448-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BotanicAdditions-1.20.1-20.1.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file botanicpledge-1.20.1-0.8.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file botarium-forge-1.20.1-2.3.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bottledair-1.20.1-2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bountifulbaubles-1.4.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file BrandonsCore-1.20.1-3.2.1.302-universal.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bulletarmorenchant-1.1-1.20.1 .jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file bygonenether-1.3.2-1.20.x.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CardsNBoards Forge 1.20.1 Money.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file carryon-forge-1.20.1-2.1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file castle_in_the_sky-1.20.1-0.6.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cat_jam-forge-mc1.20-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file celestial_artifacts-1.5.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file celestial_core-1.5.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file celestial_enchantments-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cfwinfo-1.4.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file chaos_gadgets-1.1.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file charmofundying-forge-6.5.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file charms-and-medallions-v1.0.2-v1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file chemlib-1.20.1-2.0.19.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file chisels-and-bits-forge-1.4.148.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file chromaticarsenal-1.20.1-1.20.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file chromaticenchantments-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file citadel-2.6.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file clean_tooltips-1.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file clickadv-1.20.1-3.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file climbladdersfast-4.0-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CodeChickenLib-1.20.1-4.4.0.516-universal.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cofh_core-1.20.1-11.0.2.56.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cogsofcarminite-1.20.1-1.0.23.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Collectibles-1.20.x-(v.1.4.9).jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file collective-1.20.1-8.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file colorfulhearts-forge-1.20.1-4.3.16.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file combat_structures_update-1.6.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file common-networking-forge-1.0.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CommonCapabilities-1.20.1-2.9.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file compost_me-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CompostBag-Forge-1.20.1-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Compressed Blocks-forge-1.20.2-1.6.1-1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file condensed_creative-3.1.3+1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar of type LANGPROVIDER with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file connectedglass-1.1.13-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Connectible Chains-forge-1.20.1-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cosmeticarmorreworked-1.20.1-v1a.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cpapireforged-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Craft-Vania_1.4.1_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file craftableexp-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file craftingtweaks-forge-1.20.1-18.2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CraftingXP 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CraftTweaker-forge-1.20.1-14.0.57.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file crawlondemand-1.20.x-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Create Quality of Life-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create-1.20.1-6.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Create-Better-Storages-Forge-1.20.1-1.0b.Release.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Create-Guardian-Beam-Defense-1.3.2b-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create-metalwork-1.20.1-1.0.11-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create-new-age-forge-1.20.1-1.1.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create-stuff-additions1.20.1_v2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create-track-map-1.4+mc1.20.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_and_explore_alexs_caves-7.8.6-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_aquatic_ambitions_forge-1.20.1-1.1.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_basic_additions-1.20.1-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_blazing_hot-0.6.7+forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_ca-2.1 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_compressed-2.1.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_connected-1.0.1-mc1.20.1-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_curios_backtank-forge-1.20.1-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_deep_dark-1.7.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_enchantment_industry-1.3.2-for-create-6.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_enchantment_industry_plus-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_fs-1.0.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_furnace_lava_adapter-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_haven-1.0.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_heat_js-1.20.1-0.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_high_pressure-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_ironworks-3.5.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_jetpack-forge-4.4.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_jetpack_curios-1.2.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_lt-1.0.1-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_ltab-2.7.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_magics-1.0.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_misc_and_things_ 1.20.1_4.0A.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_more_additions-1.6.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_numismatics_wallet-1.0.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_optical-0.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_rustic_structures-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_sheets_to_ingots-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_simple_ore_doubling-1.5.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_sna-1.1.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_structures_arise-156.29.28-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_thermal-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_tweaked_controllers-1.20.1-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_ultimate_factory-1.9.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file create_vault_terminal-1.20.1-forge-1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createaddition-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createadditionplus-1.3.0-1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createaddoncompatibility-0.2.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CreateCompression-1.20.1-1.8.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createenchantablemachinery-3.3.2+mc1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CreateGogglePlacement-1.0.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createhorsepower-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createimmersivetacz-1.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createmetallurgy-0.0.7-C6-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createnergy-0.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CreateNumismatics-1.0.15+forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file createSpringLoaded-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CreativeCore_FORGE_v2.12.32_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cristellib-1.1.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CthulhuFishingPort_1.20.1_v.1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file curio_enchantment-2001.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file curios_compat_1_20_1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CurioSlot.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file curiotiab-1.20.1-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file curious_armor_stands-1.20-5.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file curiouslanterns-1.20.1-1.3.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file customizableelytra-forge-2.1.2+1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Cyclic-1.20.1-1.13.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file CyclopsCore-1.20.1-1.19.10.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dampened-v1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file deep_aether-1.20.1-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file deeperdarker-forge-1.20.1-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file deimos-1.20.1-forge-2.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DiagonalFences-v8.1.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DiagonalWalls-v8.0.4-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DiagonalWindows-v8.1.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dimdungeons-202-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file diversity-forge-1.20.1-2.4.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DMC-Weapons-Reborn-1.20.1-1.4.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file do_a_barrel_roll-forge-3.5.6+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file doom-neo-1.20.1-7.0.13.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file doubledoors-1.20.1-7.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Draconic-Evolution-1.20.1-3.1.2.604-universal.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dragonminez-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dsbg-1.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dummmmmmy-1.20-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dungeons_enhanced-1.20.1-5.3.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dungeons_plus-1.3.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dungeonsenchantments-1.1.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file durabilitytooltip-1.1.5-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dyeable_redstone_signal-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dynamiclights-1.20.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTrees-1.20.1-1.4.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dynamictrees_createcompat-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesAether-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesAlexsMobs-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesBOP-1.20.1-3.3.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesPlus-1.20.1-1.2.0-BETA3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesQuark-1.20.1-2.5.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesTheTwilightForest-1.20.1-2.2.0-BETA2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file DynamicTreesUpgradeAquatic-1.20.1-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dynamictrim-1.4.1-forge+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file dynamo-1.20.1-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file EasyAnvils-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file EasyShulkerBoxes-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file EffectDescriptions-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file effortlessbuilding-1.20.1-3.10.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Electrodynamics-1.20.1-0.9.1-2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Elite X Quality Guns Forge v3.3 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file elytra_physics-forge-2.1_mc1.19.3-1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file elytraslot-forge-6.4.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file elytratrims-forge-3.5.7+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file embeddium-0.3.31+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file enchantableboat-1.5.3-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Enchanted duplication-forge_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file enchantedcharms-forge-1.20.1-0.1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file EnchantingInfuser-v8.0.3-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file enchantment-evolution-1.20.1-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file enchlevel-langpatch-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Endless Ammo Lib v1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file enhanced_boss_bars-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file entityculling-forge-1.7.4-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file erdricksgear-1.20.1-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file etheria-0.2.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file even_more_magic_1.20.1(v.1.869).jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file EverlastingAbilities-1.20.1-2.3.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ExpandedWorld-v1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file expcounter-1.20.1-forge-2.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Experience Bed 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file experienced_crops-1.20.1-1.1.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file experienceobelisk-2.3.6.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ExperienceRipper1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file expore-1.20.1-0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file expplus-0.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file extendedslabs-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file extra_enchantments-1.20.1-1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ExtraRopes2.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fabric-api-0.92.2+1.11.12+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file faewulf_lib-forge-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fantasydice-1.20.1-10.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file FastItemFrames-v20.1.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file FastLeafDecay-32.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fence_on_slab-forge-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Feywild-1.20.1-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ffenchantments-1.20.1-1.6.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file flib-1.20.1-0.0.15.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file floormats-1.20.1-1.6.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file flowerymooblooms-forge-mc1.20.1-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fluffy_fur-1.20.1-0.1.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Follow Me-1.20-1.1.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file forbidden_arcanus-1.20.1-2.2.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ForgeEndertech-1.20.1-11.1.6.0-build.0980.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file formations-1.0.3-forge-mc1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file formationsnether-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file FortuneAncientDebris-1.18.2-1.20.4-1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file FpsReducer2-forge-1.20-2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file FramedBlocks-9.4.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.12.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file friendsandfoes-forge-mc1.20.1-3.0.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fuelgoeshere-1.20.0-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fusion-1.2.7b-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file fzzy_config-0.6.9+1.20.1+forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file gamemenuremovegfarb-forge-mc1.19.4-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file giacomos_exp-1.20.1-1.4.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file giacomos_map_merging-1.20.1-1.3.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file glassential-renewed-forge-1.20.1-2.4.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file glowingeyes-forge-1.20.1-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file gobbos_simple_health_crystals-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file gottschcore-1.20.1-2.3.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file grindenc-forge-1.20.x-v2.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file guccivuitton-1.20.1-0.2.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file guiclock-1.20.1-4.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file hallucinatory_plants-2.3.0-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file HammerLib-1.20.1-20.1.50.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file handoveryouritems-1.20.1-3.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file health_plus-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file henshin-1.1.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file HopoBetterMineshaft-[1.20.2-1.20.4]-1.2.2b.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file HopoBetterRuinedPortals-[1.20-1.20.2]-1.3.7b.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file HopoBetterUnderwaterRuins-[1.20.1-1.20.4]-1.1.5b.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Icarus-Forge-2.12.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file iceandfire-2.1.13-1.20.1-beta-5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file iceandfire_curios-1.2.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file idas_forge-1.11.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file illageandspillagerespillaged-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file IllagerInvasion-v8.0.7-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file immersive_armors-1.6.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ImmersiveEngineering-1.20.1-10.2.0-183.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Immunity Enchantments 1.0.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ImprovableSkills-1.20.1-20.1.13.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file improvedsignediting-1.20.1-1.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file infinitetrading-1.20.1-4.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file inline-forge-1.20.1-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file integrated_api-1.5.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file integrated_cataclysm_forge-1.0.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file integrated_stronghold-1.1.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file integrated_villages-1.2.0+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file InventoryProfilesNext-forge-1.20-1.10.14.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file ironfurnaces-1.20.1-4.1.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file jackseconomy-1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file jamlib-forge-1.3.5+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file jeed-1.20-2.2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.106.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file JeiTweaker-forge-1.20.1-8.0.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Jewelry-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file justhammers-forge-2.0.3+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file justzoom_forge_2.1.1_MC_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kleiders_custom_renderer-7.3.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file konkrete_forge_1.8.0_MC_1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kube-utils-20.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kubejs-create-forge-2001.3.0-build.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kubejs-forge-2001.6.5-build.16.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kubejs-thermal-2001.1.10-build.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file kubejs_botania-1.4.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file l2artifacts-2.4.27.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file l2backpack-2.5.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file l2library-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file L_Enders_Cataclysm-2.64.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file largefluidtank-forge-20.7.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file LeavesBeGone-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Legendary Armory 1.4.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file libIPN-forge-1.20-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file LibX-1.20.1-5.0.12.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file LifeFruit-1.0.9-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file limilium -1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file lionfishapi-2.4-Fix.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file littlecontraptions-forge-1.20.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file littlelogistics-mc1.20.1-v1.20.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file lradd-1.20.1-0.2.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file lucent-1.20.1-1.5.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file lucky-block-forge-1.20.1-13.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Lychee-1.20.1-Forge-5.1.19.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Magic rings 6.4 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file magicaljewelry-1.20.1_1.6.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file magictreasures-forge-1.20.1-47.2.0-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mahou_tsukai_combat-1.0.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mahoutsukai-1.20.1-v1.34.78.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file majrusz-library-forge-1.20.1-7.0.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file majruszs-accessories-forge-1.20.1-1.5.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file majruszs-enchantments-forge-1.20.1-1.10.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Mana_Liquidizer-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Mantle-1.20.1-1.11.44.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mario_power_ups-1.9-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mchalo-neo-1.20.1-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Measurements-forge-1.20.1-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mechanicalbotania-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mek_x_star-1.20.1-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Mekanism-1.20.1-10.4.15.75.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mekanism_extras-1.20.1-1.4.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mekanism_tfmg_compat-0.7-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file merenc-forge-1.20.[0-4]-v4.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mermod-forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file MetalBundles-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mffs-5.1.19-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file midnightlib-forge-1.4.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file minecards-1.1.0_Forge_MC1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Miner'sLuck1.2(1.20.1).jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Mins Enchantments-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mna-forge-1.20.1-3.1.0.8-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mna_attributes-forge-1.20.1-0.3.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Mo'Enchantments-1.20.1-1.10.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mobs_of_mythology-forge-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file modernfix-forge-5.21.0+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file modonomicon-1.20.1-forge-1.77.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Modular Forcefields-1.20.1-0.2.0-2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file molten_metals-1.20.1-0.1.4-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file monolib-forge-1.20.1-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file moonlight-1.20-2.13.82-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file More Divines 1.20.1 - v0.7 - Reimagined.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file moreartifacts-1.2.7.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file MoreEnchantments_MC_1.20.1_Vers.1.4.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file MorePlayerModels-1.20.1.20240409.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file morexp-forge-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file MutantMonsters-v8.0.7-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file MysticPotions-1.3.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file mysticrift_better_jungle_temple_-17.6.8-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file Nameless Trinkets-1.20.1-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file nangman_dive_kit-1.0.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file NaturesAura-39.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file NekosEnchantedBooks-1.19.3-2.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file nether-s-exoticism-1.20.1-1.2.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file NewXpOre_MC_1.20.1_Vers.1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file noanimaltemptdelay-1.20.1-1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file nocube's_create_compact_exp_1.0.4_forge_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:27] [main/INFO]: Found mod file NoEnchantmentCapLevel-forge-1.20.[0-4]-v1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file noisium-forge-2.3.0+mc1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file northstar-0.1cb-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file notenoughanimations-forge-1.9.3-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Notes-1.20.1-1.3.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Nuclear Science-1.20.1-0.6.1-2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Numina-Forge-1.20.1-2.3.13.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file nyfsspiders-forge-1.20.1-2.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file obscure_api-15.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file occultcreate-1.20.1-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file occultengineering-1.20.1-0.7.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file occultism-1.20.1-1.141.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file occultism_kubejs-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file OctoLib-FORGE-0.5.0.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file oculus-mc1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file packapunch-1.20.1-0.0.5-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file packetfixer-forge-2.0.0-1.19-to-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file paganbless-0.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file paintgun-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file palladium-4.2.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file PaperDoll-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file ParCool-1.20.1-3.3.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file ParCool-CompatibilityAddon-1.20.1-3.3.1.0-1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file parry-2.5.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file particular-1.20.1-Forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Patchouli-1.20.1-84.1-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file paucal-0.6.0+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Pehkui-3.8.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Perception-FORGE-0.1.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file perkacola-1.20.1-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file petrolpark-1.20.1-1.4.9-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file petrolsparts-1.20.1-1.2.3-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file phantasmic-1.20.1-0.2.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file PigPen-Forge-1.20.1-15.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file pipeorgans-0.6.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Placebo-1.20.1-8.6.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file PlantTech 2-1.20.1-0.02.696.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file player-animation-lib-forge-1.0.2-rc1+1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file playeranimatorapi-forge-1.20.1-2.1.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file playingcards-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file PlentyPlates-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file polymorph-forge-0.49.10+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Ponder-Forge-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Portal Gels [v1.1.1] [1.20.1].jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file potion_of_flying-forge-1.20.1-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file projectile_damage-forge-3.2.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file protection_pixel-1.1.6-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file PuzzlesLib-v8.1.32-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Quark-4.0-462.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file radiantgear-forge-2.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file rainbowlamp-forge-1.3-1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file rarcompat-1.20.1-0.1.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file rch-supplementaries-compat-forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file recast-1.20.1-3.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file redstone_arsenal-1.20.1-8.0.1.24.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file relics-1.20.1-0.8.0.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file reliquary-1.20.1-2.0.45.1248.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file resonances-1.2.9-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file rhino-forge-2001.2.3-build.10.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file rightclickharvest-forge-4.5.3+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file RingsOfAscension-1.20.1-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Sacred Gears Mod 2.6 Silver Dragon.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file ScalableCatsForce-3.3.1-build-0-with-library.jar of type LANGPROVIDER with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file selfexpression-2.21-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Several Things 7.4.13 (1.20.1).jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Shadowlands 2.1 for 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Shimmer-forge-1.20.1-0.2.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file shulkerboxtooltip-forge-4.0.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Simple Enchantments 1.3.3 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file simplyswords-forge-1.56.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file skinlayers3d-forge-1.7.5-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file SkyLands-0.5.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file SkyVillages-1.0.4-1.19.2-1.20.1-forge-release.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file SmartBrainLib-forge-1.20.1-1.15.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file so_many_enchants-1.20-1.8.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file solarcraft-1.20.1-3.3.1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.23.6.1210.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.2.20.894.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file sophisticatedstorage-1.20.1-1.3.9.1075.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file soulslike-weaponry-1.2.3-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file sound-physics-remastered-forge-1.20.1-1.4.13.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file stalwart-dungeons-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Steam_Rails-1.6.7+forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Stoneworks-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file stopdropnroll-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file stronger_potions-0.0.3-1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file structure_gel-1.20.1-2.16.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file supermartijn642configlib-1.1.8-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file supermartijn642corelib-1.1.18-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file supplementaries-1.20-3.1.30.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file suppsquared-1.20-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file survivality-1.20.1-1.2.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tacslings-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tactical_stuff-1.20.1-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tacticalmovement-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tacz-1.20.1-1.1.4-hotfix-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tacz_c-1.0.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tacz_fallout-0.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tacz_fire_control_extension-1.1.3+mc1.20.1+tacz1.1.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file taczaddon-1.20.1-1.1.1-hotfix.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file taczjs-forge-1.3.4-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file taczplus-1.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TaxFreeLevels-1.4.8-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TConstruct-1.20.1-3.9.2.37.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file technobauble-0.9.0.3-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tenebrus_baubles-4.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TerraCurio-0.1.12-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TFM's Best of All Worlds 1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tfmg-0.9.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tfmgjs-1.20.1-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TheMutantMobsModV1.0.4[1.20.1].jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file thermal_dynamics-1.20.1-11.0.1.23.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file thermal_expansion-1.20.1-11.0.1.29.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file thermal_foundation-1.20.1-11.0.6.70.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file thermal_innovation-1.20.1-11.0.1.23.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file theurgy-1.20.1-1.23.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file throwablefirecharge-1.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tickrateapi-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file time-in-a-bottle-4.0.4-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file tinygates-1.20-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file ToggleEnchantments-forge-1.20.[0-1]-v1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TonsOfEnchants-1.20.1-1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file too_many_bows-forge-3.5.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file trading_floor-forge-1.20.1-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TradingPost-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file trajectory_estimation-forge-1.0.3.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file transcendingtrident-1.20.1-4.9.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file transformer-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file TravelersTitles-1.20-Forge-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file treasuredistance-1.20-1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file trinketsandbaubles-1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file twilight_lib-1.20.1-1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file twilightaether-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2508-universal.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file ultimate_enchantment-2001.2.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file ULTRAKILLMusicDisc 1.20.1 full.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file UndertaleMod-1.20.1-2.15.7.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file UnionLib-1.20.1-12.0.12-Forge-all.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file uniquemagic-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file UniversalEnchants-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file untamedwilds-1.20.1-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Unusual Meme Shoes-1.2.0 Forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file upgrade_aquatic-1.20.1-6.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file upgradedcore-1.20.1-5.0.0.2-release.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file UtilitiX-1.20.1-0.8.25.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file valhelsia_core-forge-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file villagertools-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file vintageimprovements-1.20.1-0.2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file visualoverhaul-forge-5.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file VisualWorkbench-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file VS 17.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file waveycapes-forge-1.5.2-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file weaponmaster-1.4.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file weather-detector-forge-1.0.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file whisperwoods-1.20.1-2.1.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file wingsn-0.0.8-1.20.1-47.3.22.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file wisdom_enchantment-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file wizards_reborn-1.20.1-0.2.8.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file worldedit-mod-7.2.15.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file worldedit_items-2.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file wso16-forge-1.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Xaeros_Minimap_25.2.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file XaerosWorldMap_1.39.4_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file xlpackets-1.18.2-2.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file XP From Harvest Reworked-1.20.x-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file xp_jellies_industrial_revolution-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file xp_veins-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterDesertTemples-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterEndIsland-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterStrongholds-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file Zeta-1.0-30.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file zoe-2.0.6-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/INFO]: Found mod file zoni_mod-3.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods}
[11:50:28] [main/WARN]: Mod file C:\Users\rocke\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.0\fmlcore-1.20.1-47.4.0.jar is missing mods.toml file
[11:50:28] [main/WARN]: Mod file C:\Users\rocke\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.0\javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file
[11:50:28] [main/WARN]: Mod file C:\Users\rocke\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.0\lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file
[11:50:28] [main/WARN]: Mod file C:\Users\rocke\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.0\mclanguage-1.20.1-47.4.0.jar is missing mods.toml file
[11:50:28] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@101330ad
[11:50:28] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@101330ad
[11:50:28] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@101330ad
[11:50:28] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@101330ad
[11:50:28] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@101330ad
[11:50:28] [main/INFO]: Found mod file forge-1.20.1-47.4.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@101330ad
[11:50:28] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File: 
[11:50:28] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: playeranimator. Using Mod File: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\player-animation-lib-forge-1.0.2-rc1+1.20.jar
[11:50:28] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: ponder. Using Mod File: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\Ponder-Forge-1.20.1-1.0.0.jar
[11:50:28] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: architectury. Using Mod File: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\architectury-9.2.14-forge.jar
[11:50:28] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: l2library. Using Mod File: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\l2library-2.5.1.jar
[11:50:28] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: midnightlib. Using Mod File: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\midnightlib-forge-1.4.2.jar
[11:50:28] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick\mods\aeroblender-1.20.1-1.0.1-neoforge.jar
[11:50:28] [main/INFO]: Found 112 dependencies adding them to mods collection
[11:50:28] [main/INFO]: Found mod file kuma-api-forge-20.1.10+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-renderer-api-v1-3.2.1+cf68abbe77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file gunsmithlib-2.0.0+mc1.20.1+tacz1.1.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file scena-forge-1.0.103.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file palladiumcore-forge-1.0.1+1.20.1-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-item-api-v1-2.1.28+4d0bbcfa77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file netty-0.1.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file imageio-webp-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-models-v0-0.4.2+7c3892a477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file endec-0.1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file thermal_core-1.20.1-11.0.6.24.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file commonmark-ext-ins-0.24.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file imageio-core-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-command-api-v1-1.2.34+f71b366f77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-block-view-api-v2-1.0.1+0767707077.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-command-api-v2-2.2.13+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file luaj-jse-3.0.8-figura.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file mixinextras-forge-0.2.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file l2modularblock-1.1.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file common-lang-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file streamex-0.8.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-screen-api-v1-2.0.8+45a670a577.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file tomlj-1.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file gson-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file l2damagetracker-0.3.8.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file lz4-pure-java-1.8.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-content-registries-v0-4.0.11+a670df1e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file diagonalblocks-forge-8.0.6.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file caffeine-3.2.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file bcel-6.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-game-rule-api-v1-1.0.40+683d4da877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file runtime-1.0.0+1.20.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-api-lookup-api-v1-1.6.36+67f9824077.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file MixinSquared-0.2.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file zigysmultiloaderutils-forge-1.20.1-1.3.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file curios-forge-5.6.1+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-entity-events-v1-1.6.0+6274ab9d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file cumulus_menus-1.20.1-1.0.1-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-loot-api-v2-1.2.1+eb28f93e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file conditional-mixin-forge-0.6.3.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-rendering-data-attachment-v1-0.3.37+a6081afc77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file nitrogen_internals-1.20.1-1.0.12-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file flightlib-forge-2.1.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file l2serial-1.2.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-networking-api-v1-1.3.11+503a202477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-lifecycle-events-v1-2.2.22+afab492177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-key-binding-api-v1-1.0.37+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-client-tags-api-v1-1.1.2+5d6761b877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-dimensions-v1-2.1.54+8005d10d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-transfer-api-v1-3.3.5+631c9cd677.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file puzzlesapi-forge-8.1.6.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file BiggerStacksTransformerLib-1.5.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file l2tabs-0.3.3.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file commonmark-ext-gfm-strikethrough-0.24.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file xstream-1.4.20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file BiggerStacksConfigLib-1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file gson-0.1.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-screen-handler-api-v1-1.3.30+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-resource-loader-v0-0.11.10+bcd08ed377.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file snakeyaml-2.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-rendering-v1-3.0.8+66e9a48f77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-renderer-indigo-1.5.2+b5b2da4177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-mining-level-api-v1-2.1.50+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file MixinExtras-0.5.0-rc.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file l2screentracker-0.1.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file puzzlesaccessapi-forge-20.1.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-particles-v1-1.1.2+78e1ecb877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-transitive-access-wideners-v1-4.3.1+1880499877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-api-base-0.4.31+ef105b4977.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file commonality-1.20.1-7.0.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file mixinsquared-forge-0.2.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file common-io-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file Registrate-MC1.20-1.3.11.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file spectrelib-forge-0.13.17+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file json-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-block-api-v1-1.0.11+0e6cb7f777.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-resource-conditions-api-v1-2.3.8+9e342fc177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file flywheel-forge-1.20.1-1.0.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-item-group-api-v1-4.0.12+c9161c2d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file common-image-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file Connector-1.0.0-beta.46+1.20.1-fabricloader.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-biome-api-v1-13.0.13+dc36698e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file luaj-core-3.0.8-figura.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-registry-sync-v0-2.3.3+1c0ea72177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-recipe-api-v1-1.0.21+514a076577.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file imageio-metadata-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-object-builder-api-v1-11.1.3+2174fc8477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file apexcore-1.20.1-10.0.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file l2itemselector-0.1.9.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file saecularia-caudices-forge-1.0.23.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-sound-api-v1-1.0.13+4f23bd8477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-message-api-v1-5.1.9+52cc178c77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file commonmark-0.24.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file expandability-forge-9.0.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file tomlkt-jvm-0.3.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-data-generation-api-v1-12.3.4+369cb3a477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:28] [main/INFO]: Found mod file SimpleLoggerWrapper-1.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@7e76a66f
[11:50:29] [main/INFO]: Fabric mod metadata not found in jar ConfiguredDefaults.v8._0._4.Forge, ignoring
[11:50:29] [main/INFO]: Fabric mod metadata not found in jar thedarkcolour.kotlinforforge, ignoring
[11:50:30] [main/INFO]: Fabric mod metadata not found in jar kotori_scala, ignoring
[11:50:30] [main/INFO]: Dependency resolution found 0 candidates to load
[11:50:32] [main/INFO]: Applying default files...
[11:50:32] [main/INFO]: Successfully made module authlib transformable
[11:50:42] [main/INFO]: Compatibility level set to JAVA_17
[11:50:44] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
[11:50:44] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.4.0, --gameDir, C:\Users\rocke\curseforge\minecraft\Instances\Tistic Stick, --assetsDir, C:\Users\rocke\curseforge\minecraft\Install\assets, --uuid, cb3ddfbe93ad45b9a392378017f9bbfc, --username, rocket9x, --assetIndex, 5, --accessToken, ????????, --clientId, MWMxMTk4NjctYmI0Ny00MjMxLWI0MzgtYzA3MGZhOTEyYmJi, --xuid, 2535412198524245, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\rocke\curseforge\minecraft\Install\quickPlay\java\1745689822907.json]
[11:50:44] [main/INFO]: Loaded configuration file for ModernFix 5.21.0+mc1.20.1: 88 options available, 0 override(s) found
[11:50:44] [main/INFO]: Applying Nashorn fix
[11:50:44] [main/INFO]: Applied Forge config corruption patch
[11:50:44] [main/WARN]: Reference map 'tacticalmovement.refmap.json' for tacticalmovement.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:44] [main/INFO]: Loaded transformer transformers/vanilla.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/gregtechmodernce.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/simpletomb.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/assortedstorage.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/refinedstorage.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/ic2.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/computercraft.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/sophisticated_core.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/mekanism.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/puzzlesapi.xml
[11:50:44] [main/INFO]: Loaded transformer transformers/ironfurnaces.xml
[11:50:44] [main/INFO]: Loaded configuration file for Embeddium: 735 options available, 3 override(s) found
[11:50:44] [main/INFO]: Searching for graphics cards...
[11:50:44] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=NVIDIA, name=NVIDIA GeForce RTX 4060 Ti, version=DriverVersion=32.0.15.7602]
[11:50:44] [main/WARN]: Embeddium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS]
[11:50:44] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver.
[11:50:44] [main/WARN]: Reference map 'mixins.dungeons_plus.refmap.json' for mixins.dungeons_plus.json could not be read. If this is a development environment you can ignore this message
[11:50:44] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:44] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:44] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'tacz_fallout.refmap.json' for tacz_fallout.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'experienced_crops-forge-refmap.json' for experienced_crops.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'untamedwilds.refmap.json' for mixins.untamedwilds.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'jeitweaker.refmap.json' for jeitweaker.forge.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'jeitweaker.refmap.json' for jeitweaker.common.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'condensed_creative-forge-refmap.json' for condensedCreativeForge.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'integrated_cataclysm.refmap.json' for integrated_cataclysm.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'mixins.kleiders_custom_renderer.refmap.json' for mixins.kleiders_custom_renderer.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'xlpackets.refmap.json' for xlpackets.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'DynamicTreesCreateCompat.refmap.json' for dynamictrees_createcompat.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'tfmgjs.refmap.json' for tfmgjs.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'mixins.potion_of_flying.refmap.json' for mixins.potion_of_flying.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'mixins.create_and_explore_alexs_caves.refmap.json' for mixins.create_and_explore_alexs_caves.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'createheatjs.refmap.json' for create_heat_js.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'wingsn.refmap.json' for wingsn.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'puzzlesaccessapi.common.refmap.json' for puzzlesaccessapi.common.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'l2artifacts.refmap.json' for l2artifacts.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'guccivuitton.refmap.json' for guccivuitton.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/INFO]: Loading 688 mods:
	- aaa_particles 1.20.1-1.4.10
	- aaa_particles_world 1.20.1-1.0.3
	- accessories 1.0.0-beta46+1.20.1
		|-- fabric_api_base 0.4.31+ef105b4977
		|-- fabric_entity_events_v1 1.6.0+6274ab9d77
		\-- fabric_object_builder_api_v1 11.1.3+2174fc8477
	- additionalredstone 1.20.1-1.1.0
	- adfinders 9.1.11.0
	- adlods 8.1.4.0
	- advanced_enchantments 1.0.2
	- aeroblender 1.20.1-1.0.1-neoforge
	- aether 1.20.1-1.5.2-neoforge
		|-- cumulus_menus 1.20.1-1.0.1-neoforge
		\-- nitrogen_internals 1.20.1-1.0.12-neoforge
	- aether_redux 2.0.18
	- aether_villages 1.0.7
	- aethergearexpansion 1.20.1-2.0.1.2-release
	- aileron 1.20.1-forge-1.1.1
	- alchemistry 2.3.4
	- alchemygadgetry 1.20.1-1.1.0
	- alchemylib 1.0.30
	- alexscaves 2.0.2
	- alexsmobs 1.22.9
	- alltheenchants 1.6
	- alltheleaks 0.1.3-beta+1.20.1-forge
		\-- mixinsquared 0.2.0
	- allthetrims 3.4.3
		\-- mixinextras 0.2.0
	- almostunified 1.20.1-0.9.4
	- amazingtrading 0.1.9
	- ambientsounds 6.1.9
	- amelet 0.0.8-1.20.1-47.4.0
	- amendments 1.20-1.2.19
	- another_furniture 1.20.1-3.0.2
	- anvilrestoration 2.4
	- apotheosis 7.4.8
	- apotheoticcreation 1.0.1
	- apothic_equipment 1.0.0
	- apothic_sups_enchanting 0.1.2
	- apothiccurios 1.0.3d
	- appleskin 2.5.1+mc1.20.1
	- aquamirae 6.API15
	- arcane_abilities 0.2.7
	- arcanelanterns 8.0.0
	- architectury 9.2.14
	- armorpointspp 1.20-3.1.1
	- armorposer 2.2.2
	- armorstandarms 1.0.0
	- armorstatues 8.0.6
	- armourers_workshop 2.1.4
	- arrzenhanced 1.1.2
	- arsenia 1.0.0
	- artifacts 9.5.16
		\-- expandability 9.0.4
	- artisticraft 0.19.2
	- atlantis 2025.3.25-1.20.1-9.7-forge
	- atlaslib 1.1.12
	- attributefix 21.0.4
	- attributeslib 1.3.7
	- auroras 1.6.2
	- azurelib 2.0.41
	- backpack_pixel 0.9.6
	- balm 7.3.27
		\-- kuma_api 20.1.10
	- barteringstation 8.0.0
	- basic_bags 1.1.2
	- bcc 4.0.8
	- bdlib 1.27.0.8
	- beekeeperhut 2.0.1
	- bellsandwhistles 0.4.3-1.20.x
	- betteradvancements 0.4.2.25
	- betterbeaconplacement 3.5
	- betterchunkloading 1.20.1-5.4
	- bettercombat 1.8.6+1.20.1
	- betterconduitplacement 3.4
	- betterdeepdark 2024.07.09-1.20.1-forge
	- betterdefaultbiomes 5.1.0-Alpha
	- betterdeserttemples 1.20-Forge-3.0.3
	- betterdungeons 1.20-Forge-4.0.4
	- betterendisland 1.20-Forge-2.0.6
	- betterf3 7.0.2
	- betterf3plus 1.0.0
	- betterfortresses 1.20-Forge-2.0.6
	- betterfpsdist 1.20.1-6.0
	- betterjungletemples 1.20-Forge-2.0.5
	- bettermineshafts 1.20-Forge-4.0.4
	- bettermodsbutton 8.0.2
	- betteroceanmonuments 1.20-Forge-3.0.4
	- betterpingdisplay 1.1
	- betterstrongholds 1.20-Forge-4.0.3
	- bettertridents 8.0.1
	- betterwitchhuts 1.20-Forge-3.0.3
	- bhc 1.20.1-1.1.0
	- biggerspongeabsorptionradius 3.7
	- biggerstacks 1.20.1-1.0.4
	- biomesoplenty 19.0.0.96
	- blasmatech 1.20.1-1.1.4
	- blazinghot 0.6.7+forge-mc1.20.1
	- blockrunner 8.0.4
	- blockydoors 1.0.1
	- blueprint 7.1.3
	- bookshelf 20.2.13
	- botania 1.20.1-448-FORGE
	- botanicadds 20.1.3
	- botanicpledge 1.20.1-0.8.2
	- botarium 2.3.4
	- bottledair 2.5
	- bountifulbaubles 1.4.9
	- brandonscore 3.2.1.302
	- bulletarmorenchant 1.0-1.20.1
	- bygonenether 1.3.2
	- caelus 3.2.0+1.20.1
	- cardsnboards 1.0.0
	- carryon 2.1.2.7
	- castle_in_the_sky 1.20.1
	- cat_jam 1.3.1
	- cataclysm 2.64
	- celestial_artifacts 1.5.3
	- celestial_core 1.5.4
		\-- l2damagetracker 0.3.8
	- celestial_enchantments 1.3.3
	- cfwinfo 1.4.0
	- chaos_gadgets 1.1.0
	- charmofundying 6.5.0+1.20.1
	- charms_and_medallions 1.0.2
	- chemlib 2.0.19
	- chiselsandbits 1.4.148
		\-- scena 1.0.103
	- chromaticarsenal 1.20.3
	- chromaticenchantments 1.1.1
	- citadel 2.6.1
	- clean_tooltips 1.0
	- clickadv 1.20.1-3.8
	- climbladdersfast 4.0-1.20.1
	- cloth_config 11.1.136
	- clumps 12.0.0.4
	- codechickenlib 4.4.0.516
	- cofh_core 11.0.2
	- cogsofcarminite 0
	- collectibles 1.4.9
	- collective 8.3
	- colorfulhearts 4.3.16
	- combat_structures_update 1.6.0
	- commoncapabilities 2.9.4
	- commonnetworking 1.0.5-1.20.1
	- compost_me 1.0.0
	- compostbag 2.0.0
	- compressedblocks 1.6.1-1.20.2
	- condensed_creative 3.1.3+1.20
	- confluence 0.1.12
	- connectedglass 1.1.13
	- connectiblechains 1.1.0
	- connectormod 1.0.0-beta.46+1.20.1
	- controlling 12.0.2
	- cosmeticarmorreworked 1.20.1-v1a
	- cpapireforged 1.0.4
	- craftableexp 1.0.0
	- craftingtweaks 18.2.5
	- craftingxp 1.20.1
	- crafttweaker 14.0.57
	- craftvania2 1.4
	- crawlondemand 1.20.x-1.0.0
	- create 6.0.4
	- create_and_explore_alexs_caves 7.8.6
	- create_aquatic_ambitions 1.20.1-1.1.1
	- create_basic_additions 1.0.2
	- create_bs 1.0b.Release
	- create_ca 2.1
	- create_compressed 2.1.0
	- create_connected 1.0.1-mc1.20.1
	- create_curios_backtank 1.0.1
	- create_deep_dark 1.7.0
	- create_enchantment_industry 1.3.2-for-create-6.0.4
	- create_enchantment_industry_plus 1.0.0
	- create_fs 1.0.0
	- create_furnace_lava_adapter 1.1.0
	- create_heat_js 1.20.1-0.0.3
	- create_high_pressure 1.1.0
	- create_ironworks 3.5.0
	- create_jetpack 4.4.0
		\-- flightlib 2.1.0
	- create_jetpack_curios 1.2.0
	- create_lt 1.0.1-forge-mc1.20.1
	- create_ltab 2.7.0
	- create_magics 1.0.5-1.20.1
	- create_more_additions 1.6.0
	- create_new_age 1.1.3
	- create_nj 1.1.6
	- create_numismatics_wallet 1.0.0
	- create_optical 0.3.1
	- create_rustic_structures 1.0.0
	- create_sa 2.1.0
	- create_sheets_to_ingots 1.0.0
	- create_simple_ore_doubling 1.5.0
	- create_structures_arise 156.29.28
	- create_thermal 1.0.0
	- create_things_and_misc 1.0.0
	- create_tweaked_controllers 1.20.1-1.2.5
	- create_ultimate_factory 1.9.0
	- create_vault_terminal 1.0
	- createaddition 1.20.1-1.3.1
	- createaddition_plus 1.3.0
	- createaddoncompatibility 0.2.4
	- createcompression 1.8.2
	- createenchantablemachinery 3.3.2
	- creategbd 1.3.2b-1.20.1
	- createhaven 1.0.0
	- createhorsepower 1.0.0
	- createimmersivetacz 1.1-1.20.1
	- createmetallurgy 0.0.7-C6-1.20.1
	- createmetalwork 1.20.1-1.0.11-forge
	- createnergy 0.0.3
	- createqol 1.3.1
	- createtrackmap 1.4
	- creativecore 2.12.32
	- cristellib 1.1.6
	- csl 1.0.0
	- cthulhufishing 1.0.0
	- cupboard 1.20.1-2.7
	- curio_enchantment 2001.1.1
	- curios 7.4.0+1.20.1
		\-- cclayer 0.beta.18
	- curioscompat 1.0.0
	- curioslot 1.0
	- curiotiab 1.20.1-2.0.2
	- curious_armor_stands 1.20-5.1.0
	- curiouslanterns 1.20.1-1.3.6
	- customizableelytra 2.1.2+1.20
	- cyclic 1.13.6
	- cyclopscore 1.19.10
	- dampened 1.0.1
	- deep_aether 1.20.1-1.1.5
	- deeperdarker 1.3.3
	- deimos 2.1
	- devil_may_cry_weapons_reborn 1.4.4
	- diagonalfences 8.1.5
	- diagonalwalls 8.0.4
	- diagonalwindows 8.1.5
		\-- diagonalblocks 8.0.6
	- dimdungeons 202
	- diversity 2.4.1
	- do_a_barrel_roll 3.5.6+1.20.1
	- doom 7.0.13
	- doubledoors 7.0
	- draconicevolution 3.1.2.604
	- dragonminez 1.2.5
	- dsbg 1.0-1.20.1
	- dtaether 1.20.1-1.3.1
	- dtalexsmobs 1.20.1-1.0.0
	- dtbop 1.20.1-3.3.2
	- dtquark 1.20.1-2.5.3
	- dttwilightforest 1.20.1-2.2.0-BETA2
	- dtupgradeaquatic 1.20.1-1.2.0
	- dummmmmmy 1.20-2.0.6
	- dungeons_enhanced 5.3.0
	- dungeons_plus 1.3.0
	- dungeonsenchantments 1.1.1-1.20.1
	- durabilitytooltip 1.1.5
	- dyeable_redstone_signal 3.0.0
	- dynamiclights 1.20.1.2
	- dynamictrees 1.20.1-1.4.2
	- dynamictrees_createcompat 1.0.1
	- dynamictreesplus 1.20.1-1.2.0-BETA3
	- dynamictrim 1.4.1
	- dynamo 1.0.1
	- ea 1.1
	- easyanvils 8.0.2
	- easyshulkerboxes 8.0.2
		\-- puzzlesapi 8.1.6
	- effectdescriptions 8.0.2
	- effortlessbuilding 3.10
		\-- flywheel 1.0.1
	- electrodynamics 1.20.1-0.9.1-2
	- elitex 3.3
	- elytra_physics 2.1
	- elytraslot 6.4.4+1.20.1
	- elytratrims 3.5.7
		\-- conditional_mixin 0.6.3
	- embeddium 0.3.31+mc1.20.1
		\-- rubidium 0.7.1
	- enchantableboat 1.5.3
	- enchanted_duplication 1.0.0
	- enchantedcharms 0.1.1.0
	- enchantinginfuser 8.0.3
	- enchantment_evolution 1.0.1
	- enchantments_plus 1.10
	- enchdesc 17.1.19
	- enchlevellangpatch 3.0.0
	- enhanced_boss_bars 1.20.1-1.0.0
	- entityculling 1.7.4
	- erdricksgear 1.20.1-1.0.6
	- etheria 0.2.1
	- even_more_magic 1.869
	- everlastingabilities 2.3.0
	- expandedworld 1.2.0
	- expcounter 2.1
	- experience_bed 1.23.01
	- experienced_crops 1.20.1-1.1.0
	- experienceobelisk 2.3.6.1-1.20.1
	- experienceripper 1.0.0
	- expore 1.20.1-0.3
	- expplus 0.2-1.20.1
	- extendedslabs 3.0.1
	- extra_enchantments 1.7.2
	- extra_ropes 2.0.0
	- fabric_api 0.92.2+1.11.12+1.20.1
		|-- fabric_api_lookup_api_v1 1.6.36+67f9824077
		|-- fabric_biome_api_v1 13.0.13+dc36698e77
		|-- fabric_block_api_v1 1.0.11+0e6cb7f777
		|-- fabric_block_view_api_v2 1.0.1+0767707077
		|-- fabric_blockrenderlayer_v1 1.1.41+1d0da21e77
		|-- fabric_client_tags_api_v1 1.1.2+5d6761b877
		|-- fabric_command_api_v1 1.2.34+f71b366f77
		|-- fabric_command_api_v2 2.2.13+561530ec77
		|-- fabric_content_registries_v0 4.0.11+a670df1e77
		|-- fabric_convention_tags_v1 1.5.5+fa3d1c0177
		|-- fabric_data_attachment_api_v1 1.0.0+30ef839e77
		|-- fabric_data_generation_api_v1 12.3.4+369cb3a477
		|-- fabric_dimensions_v1 2.1.54+8005d10d77
		|-- fabric_events_interaction_v0 0.6.2+0d0bd5a777
		|-- fabric_game_rule_api_v1 1.0.40+683d4da877
		|-- fabric_item_api_v1 2.1.28+4d0bbcfa77
		|-- fabric_item_group_api_v1 4.0.12+c9161c2d77
		|-- fabric_key_binding_api_v1 1.0.37+561530ec77
		|-- fabric_lifecycle_events_v1 2.2.22+afab492177
		|-- fabric_loot_api_v2 1.2.1+eb28f93e77
		|-- fabric_message_api_v1 5.1.9+52cc178c77
		|-- fabric_mining_level_api_v1 2.1.50+561530ec77
		|-- fabric_model_loading_api_v1 1.0.3+6274ab9d77
		|-- fabric_models_v0 0.4.2+7c3892a477
		|-- fabric_networking_api_v1 1.3.11+503a202477
		|-- fabric_particles_v1 1.1.2+78e1ecb877
		|-- fabric_recipe_api_v1 1.0.21+514a076577
		|-- fabric_registry_sync_v0 2.3.3+1c0ea72177
		|-- fabric_renderer_api_v1 3.2.1+cf68abbe77
		|-- fabric_renderer_indigo 1.5.2+b5b2da4177
		|-- fabric_rendering_data_attachment_v1 0.3.37+a6081afc77
		|-- fabric_rendering_fluids_v1 3.0.28+4ac5e37a77
		|-- fabric_rendering_v1 3.0.8+66e9a48f77
		|-- fabric_resource_conditions_api_v1 2.3.8+9e342fc177
		|-- fabric_resource_loader_v0 0.11.10+bcd08ed377
		|-- fabric_screen_api_v1 2.0.8+45a670a577
		|-- fabric_screen_handler_api_v1 1.3.30+561530ec77
		|-- fabric_sound_api_v1 1.0.13+4f23bd8477
		|-- fabric_transfer_api_v1 3.3.5+631c9cd677
		\-- fabric_transitive_access_wideners_v1 4.3.1+1880499877
	- faewulf_lib 1.3.1
	- fantasydice 10.0.0
		|-- apexcore 10.0.0
		\-- commonality 7.0.0
	- fastitemframes 20.1.1
	- fastleafdecay 32
	- fence_on_slab 1.0.0
	- ferritecore 6.0.1
	- feywild 1.20.1-4.0.4
	- ffenchantments 1.20.1-1.6.5
	- flib 0.0.15
	- floormats 1.6.0
	- flowerymooblooms 2.0.2
	- fluffy_fur 1.20.1-0.1.9
	- fluidtank 20.7.5
	- flying_stuff 0.5.0
	- followme 1.1.8
	- forbidden_arcanus 1.20.1-2.2.6
	- forge 47.4.0
	- forgeconfigscreens 8.0.2
	- forgeendertech 11.1.6.0
	- formations 1.0.3
	- formationsnether 1.0.5
	- fortuneancientdebris 1.0
	- fpsreducer 1.20-2.5
	- framedblocks 9.4.1
	- framework 0.7.12
	- friendsandfoes 3.0.9
	- fuelgoeshere 1.20.0-1.0.1
	- fusion 1.2.7+b
	- fzzy_config 0.6.9+1.20.1+forge
	- gamemenuremovegfarb 2.1.2
	- geckolib 4.7.1.2
	- giacomos_exp 1.20.1-1.4.6
	- giacomos_map_merging 1.20.1-1.3.6
	- glassential 2.4.4
	- glitchcore 0.0.1.1
	- glowingeyes 2.0.2
	- gobbos_simple_health_crystals 1.0.0
	- goggleplacement 1.0.1
	- gottschcore 2.3.0
	- grindenc 2.2
	- guccivuitton 0.2.2
	- guiclock 4.7
	- hallucinatory_plants 2.3.0
	- hammerlib 20.1.50
	- handoveryouritems 3.6
	- health_plus 1.1.0
	- henshin 1.1.2
	- hopo 1.2.2
	- hoporp 1.3.7
	- hopour 1.1.4
	- icarus 2.12.0
	- ice_enchantments 1.0.0
	- iceandfire 2.1.13-1.20.1
	- iceandfire_curios 1.2.0
	- idas 1.11.1+1.20.1
	- illageandspillage 1.2.8
	- illagerinvasion 8.0.7
	- immersive_armors 1.6.1+1.20.1
	- immersiveengineering 1.20.1-10.2.0-183
	- immunity_enchantments 1.0.0
	- improvableskills 20.1.13
	- improvedsignediting 1.5
	- infinitetrading 4.6
	- inline 1.20.1-1.1.1
	- integrated_api 1.5.3+1.20.1-forge
	- integrated_cataclysm 1.0.4+1.20.1
	- integrated_stronghold 1.1.2+1.20.1-forge
	- integrated_villages 1.2.0+1.20.1-forge
	- inventoryprofilesnext 1.10.14
	- ironfurnaces 4.1.6
	- jackseconomy 1.2.2
	- jamlib 1.3.5+1.20.1
	- jeed 1.20-2.2.5
	- jei 15.20.0.106
	- jeitweaker 8.0.6
	- jewelcraft 1.7.0
	- justhammers 2.0.3+mc1.20.1
	- justzoom 2.1.1
	- kleiders_custom_renderer 7.3.0
	- konkrete 1.8.0
	- kotlinforforge 4.11.0
	- kubejs 2001.6.5-build.16
	- kubejs_botania 1.4.0
	- kubejs_create 2001.3.0-build.8
	- kubejs_thermal 2001.1.10-build.2
	- kubeutils 20.1.1
	- l2artifacts 2.4.27
	- l2backpack 2.5.0
	- l2library 2.5.1
		|-- l2itemselector 0.1.9
		|-- l2screentracker 0.1.4
		\-- l2tabs 0.3.3
	- leavesbegone 8.0.0
	- libipn 4.0.2
	- libx 1.20.1-5.0.12
	- lifefruit 1.0.9
	- limilium 1.0.1 - 1.20.1
	- lionfishapi 2.4-Fix
	- littlecontraptions 1.20.1.2
	- littlelogistics 1.20.1.2
	- lradd 0.2.4
	- lucent 1.5.5
	- lucky 1.20.1-13.0
	- lychee 5.1.19+forge
	- magic_rings 6.4
	- magicaljewelry 1.20.1_1.6.0
	- magictreasures 1.3.0
	- mahou_tsukai_combat 1.0.2
	- mahoutsukai 1.20.1-v1.34.78
	- majruszlibrary 7.0.8
	- majruszsaccessories 1.5.3
	- majruszsenchantments 1.10.8
	- manaliquidizer 1.20.1-1.0.0
	- mantle 1.11.44
	- mario_power_ups 1.9
	- mchalo 2.0.0
	- measurements 2.0.0
	- mechanicalbotania 1.0.1
	- mek_x_star 1.20.1-1.2.0
	- mekanism 10.4.15
	- mekanism_extras 1.20.1-1.4.0
	- mekanism_tfmg_compat 0.7-1.20.1
	- merenc 4.2
	- mermod 3.0.1
	- metalbundles 8.0.2
	- mffs 5.1.19
	- midnightlib 1.4.2
	- minecards 1.1.0
	- minecraft 1.20.1
	- minecraftbluearchivehalo 1.0.20.0
	- miners_luck 1.0.0
	- minsenchantments 1.0.0
	- mna 3.1.0.8
	- mna_attributes 0.3.0
	- mobs_of_mythology 2.1.2
	- modernfix 5.21.0+mc1.20.1
	- modonomicon 1.77.6
	- modularforcefields 1.20.1-0.2.0-2
	- molten_metals 1.20.1-0.1.4
	- monolib 2.0.0
	- moonlight 1.20-2.13.82
	- more_divines 0.7
	- more_enchantments 1.4.3
	- moreartifacts 1.2.7.5
	- moreplayermodels 1.20.1.20240409
	- morexp 1.0.0
	- mutantmonsters 8.0.7
	- mysticpotions 1.3.2
	- mysticrift_better_jungle_temple_ 17.6.8
	- nameless_trinkets 1.20.1-1.8.5
	- nangman_dive_kit 1.0.0
	- naturesaura 39.4
	- nebs 2.0.3
	- nethers_exoticism 1.2.9
	- new_xp_ore 1.1.1
	- noanimaltemptdelay 1.2
	- nocubescreateexp 1.0.4
	- noenchantmentcaplevel 1.1
	- noisium 2.3.0+mc1.20-1.20.1
	- northstar 0.1cb-1.20.1
	- notenoughanimations 1.9.3
	- notes 1.20.1-1.3.0-forge
	- nourished_nether 0.2.5
	- nuclearscience 1.20.1-0.6.1-2
	- numina 2.3.13
	- numismatics 1.0.15+forge-mc1.20.1
	- nyfsspiders 2.1.1
	- obscure_api 15
	- occultcreate 1.0.2
	- occultengineering 0.7.0
	- occultism 1.141.4
	- occultism_kubejs 1.0.0
	- octolib 0.5.0.1
	- oculus 1.8.0
	- packapunch 0.0.5
	- packetfixer 2.0.0
	- paganbless 0.1.2
	- paintgun 1.20.1-1.0.0
	- palladium 4.2.1
		\-- palladiumcore 1.0.1
	- paperdoll 8.0.0
	- parcool 3.3.1.1
	- parcool_compat_addon 1.0
	- parry 2.5.0
	- particular 1.2.0
	- patchouli 1.20.1-84.1-FORGE
	- paucal 0.6.0+1.20.1-forge
	- pehkui 3.8.2+1.20.1-forge
	- perception 0.1.4
	- perkacola 1.20.1-2.0.2
	- petrolpark 1.4.9
	- petrolsparts 1.2.3
	- pigpen 15.0.2
	- pipeorgans 0.6.1+1.20.1
	- placebo 8.6.3
	- planttech2 0.02.696
	- playeranimator 1.0.2-rc1+1.20
	- playeranimatorapi 2.1.5
		\-- zigysmultiloaderutils 1.3.1
	- playingcards 2.0.1
	- plentyplates 8.0.0
	- polymorph 0.49.10+1.20.1
		\-- spectrelib 0.13.17+1.20.1
	- ponder 1.0.0
	- portal_gels 1.1
	- potion_of_flying 1.0.2
	- projectile_damage 3.2.2+1.20.1
	- protection_pixel 1.1.6
	- puzzleslib 8.1.32
		\-- puzzlesaccessapi 20.1.1
	- quark 4.0-462
	- radiantgear 2.2.0+1.20.1
	- railways 1.6.7+forge-mc1.20.1
	- rainbowlamp 1.3
	- rarcompat 0.1.7
	- rch_supplementaries_compat 1.0.0
	- recast 3.6
	- redstone_arsenal 8.0.1
	- relics 0.8.0.9
	- reliquary 2.0.45.1248
	- resonances 1.2.9
	- resourcefulconfig 2.1.3
	- resourcefullib 2.1.29
	- rhino 2001.2.3-build.10
	- rightclickharvest 4.5.3+1.20.1
	- ringsofascension 2.0.0
	- sacred_gears 2.0
	- searchables 1.0.3
	- securitycraft 1.9.12
	- selfexpression 2.21
	- shadowlands 2.1
	- shimmer 1.20.1-0.2.4
	- shulkerboxtooltip 4.0.4+1.20.1
	- simple_enchantments 1.3.3
	- simplyswords 1.56.0-1.20.1
	- skinlayers3d 1.7.5
	- skyvillages 1.0.4
	- smartbrainlib 1.15
	- so_many_enchants 1.20-1.8.0-forge
	- solarcraft 3.3.1.1
	- sophisticatedbackpacks 3.23.6.1210
	- sophisticatedcore 1.2.20.894
	- sophisticatedstorage 1.3.9.1075
	- soulsweapons 1.2.3-1.20.1-forge}
	- sound_physics_remastered 1.20.1-1.4.13
	- stalwart_dungeons 1.2.8
	- stoneworks 8.0.0
	- stopdropnroll 1.0.0
	- stronger_potions 0.0.3-1.20
	- structure_gel 2.16.2
	- supermartijn642configlib 1.1.8
	- supermartijn642corelib 1.1.18
	- supplementaries 1.20-3.1.30
	- suppsquared 1.20-1.1.21
	- survivality 1.2.5
	- t_and_t 0.0NONE
	- tacslings 1.0.0
	- tactical_stuff 1.0.0
	- tacticalmovement 1.0.0
	- tacz 1.1.4-hotfix
	- tacz_c 1.0.1
	- tacz_fallout 0.1.0
	- tacz_fire_control_extension 1.1.3+mc1.20.1+tacz1.1.4
		\-- gunsmithlib 2.0.0+mc1.20.1+tacz1.1.4
	- taczaddon 1.1.1
	- taczjs 1.3.4-mc1.20.1
	- taczplus 1.0.0
	- taxfreelevels 1.4.8
	- tconstruct 3.9.2.37
	- technobauble 0.9.0.3
	- tenebrus_baubles 4.0.0
	- terrablender 3.0.1.10
	- testmod 1.47.12
	- tfmg 0.9.3-1.20.1
	- tfmgjs 1.20.1-1.2.0
	- tfms_best_of_all_worlds 1.2.2
	- themutantmobsmod 1.0.4
	- thermal_dynamics 11.0.1
	- thermal_expansion 11.0.1
	- thermal_foundation 11.0.6
		\-- thermal 11.0.6
	- thermal_innovation 11.0.1
	- theurgy 1.23.4
	- throwablefirecharge 1.0.0
	- tiab 4.0.4-mc1.20.1
	- tickrateapi 3.0.0
	- tinygates 1.20-4.0.0
	- togenc 1.1
	- tonsofenchants 1.0.0
	- too_many_bows 3.5.3
	- trading_floor 2.0.2
	- tradingpost 8.0.2
	- trajectory_estimation 1.0.3.1
	- transcendingtrident 4.9
	- transformer 1.1.5
	- travelerstitles 1.20-Forge-4.0.2
	- treasuredistance 1.20-1.2
	- trinketsandbaubles 1.2.2
	- twilight_lib 1.0
	- twilightaether 1.20.1-1.0.0
	- twilightforest 4.3.2508
	- ultimate_enchantment 2001.2.4
	- ultrakillmusicdisc 1
	- unionlib 12.0.12
		\-- unionlib_potionfluid 1.0.0
	- uniquemagic 1.20.1-1.1.0
	- universalbonemeal 8.0.1
	- universalenchants 8.0.0
	- untamedwilds 4.0.4
	- unusual_meme_shoes 1.2.0
	- upgrade_aquatic 6.0.3
	- upgradedcore 1.20.1-5.0.0.2-release
	- utilitix 1.20.1-0.8.25
	- valhelsia_core 1.1.2
	- vanquisher_spirit 17.0
	- villagertools 1.0.3
	- vintageimprovements 1.20.1-0.2.0.2
	- visualoverhaul 5.0.1
	- visualworkbench 8.0.0
	- waveycapes 1.5.2
	- weaponmaster 1.4.3-1.20.1
	- weatherdetector 1.0.1-1.20.1
	- whisperwoods 1.20.1-2.1.2
	- wingsn 0.0.8-1.20.1-47.3.22
	- wisdom_enchantment 1.0.1
	- wizards_reborn 1.20.1-0.2.8
	- worldedit 7.2.15+6463-5ca4dff
	- worldedit_items 2.0
	- wso16 1.1
	- xaerominimap 25.2.0
	- xaeroworldmap 1.39.4
	- xlpackets 1.18.2-2.1
	- xp 7.4.13
	- xp_jellies 1.0.0
	- xp_veins 1.0.0
	- xpfromharvest 1.2.4
	- yet_another_config_lib_v3 3.6.6+1.20.1-forge
	- yungsapi 1.20-Forge-4.0.6
	- yungsextras 1.20-Forge-4.0.3
	- zeldamod 1.4.2
	- zeta 1.0-30
	- zoe 2.0.6
	- zoni_mod 3.2
[11:50:45] [main/WARN]: Reference map 'create_vault_terminal.refmap.json' for create_vault_terminal.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'Aquamirae.refmap.json' for aquamirae.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'UnionLib-refmap.json' for unionlib.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'UnionLib-refmap.json' for unionlib.insert.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'UnionLib-refmap.json' for unionlib_potionfluid.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'fastitemframes.forge.refmap.json' for fastitemframes.forge.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/INFO]: OptiFine was NOT detected.
[11:50:45] [main/INFO]: OptiFabric was NOT detected.
[11:50:45] [main/WARN]: Reference map 'colorfulhearts-common-api-api_common-refmap.json' for colorfulhearts-common.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'zigysmultiloaderutils-common-1.20.1-common-refmap.json' for zigysmultiloaderutils-common.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'dynamictrim-forge-refmap.json' for dynamictrim.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'MysticPotions-forge-refmap.json' for mysticpotions.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'kubejs_botania-forge-refmap.json' for kubejs_botania.mixins.forge.json could not be read. If this is a development environment you can ignore this message
[11:50:45] [main/WARN]: Reference map 'justhammers-common-refmap.json' for justhammers-common.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'LesRaisinsAddon_1201.refmap.json' for lradd.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'mixins.tacslings.refmap.json' for mixins.tacslings.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'CreateHaven.refmap.json' for create_haven.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'arcane_abilities.refmap.json' for arcane_abilities.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'tfmg.refmap.json' for tfmg.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'molten_metals-common-refmap.json' for molten_metals-common.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'gbd.refmap.json' for gbd.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'modonomicon.refmap.json' for modonomicon.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'modonomicon.refmap.json' for modonomicon.forge.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'apexcore.refmap.json' for apexcore.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'itemselector.refmap.json' for l2itemselector.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'packetfixer-forge-forge-refmap.json' for packetfixer.forge.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map 'chiselsandbits.refmap.json' for chisels-and-bits.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/WARN]: Reference map '' for adapter.init.mixins.json could not be read. If this is a development environment you can ignore this message
[11:50:46] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel
[11:50:46] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel
[11:50:46] [main/WARN]: Error loading class: top/theillusivec4/curios/client/ClientEventHandler (java.lang.ClassNotFoundException: top.theillusivec4.curios.client.ClientEventHandler)
[11:50:46] [main/WARN]: @Mixin target top.theillusivec4.curios.client.ClientEventHandler was not found fluffy_fur.mixins.json:client.curios.CurioTooltipMixin from mod fluffy_fur
[11:50:46] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu
[11:50:46] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel
[11:50:46] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel
[11:50:46] [main/WARN]: Error loading class: com/hollingsworth/arsnouveau/common/items/SpellCrossbow (java.lang.ClassNotFoundException: com.hollingsworth.arsnouveau.common.items.SpellCrossbow)
[11:50:47] [main/WARN]: Error loading class: jeresources/api/util/LootConditionHelper (java.lang.ClassNotFoundException: jeresources.api.util.LootConditionHelper)
[11:50:47] [main/WARN]: @Mixin target jeresources.api.util.LootConditionHelper was not found mixins.improvableskills.json:jer.LootConditionHelperMixin from mod improvableskills
[11:50:47] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds
[11:50:47] [main/INFO]: Replaced 1 calls to Enchantment#isTreasureOnly() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds
[11:50:47] [main/INFO]: Replaced 1 calls to Enchantment#isTradeable() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds
[11:50:47] [main/WARN]: Error loading class: yalter/mousetweaks/handlers/GuiContainerHandler (java.lang.ClassNotFoundException: yalter.mousetweaks.handlers.GuiContainerHandler)
[11:50:47] [main/WARN]: Error loading class: yalter/mousetweaks/Main (java.lang.ClassNotFoundException: yalter.mousetweaks.Main)
[11:50:47] [main/WARN]: Error loading class: com/github/tartaricacid/touhoulittlemaid/entity/passive/EntityMaid (java.lang.ClassNotFoundException: com.github.tartaricacid.touhoulittlemaid.entity.passive.EntityMaid)
[11:50:47] [main/WARN]: @Mixin target com.github.tartaricacid.touhoulittlemaid.entity.passive.EntityMaid was not found ultimate_enchantment_touhou_little_maid.mixins.json:EntityMaidMixin from mod ultimate_enchantment
[11:50:47] [main/WARN]: Error loading class: com/github/tartaricacid/touhoulittlemaid/entity/task/TaskBowAttack (java.lang.ClassNotFoundException: com.github.tartaricacid.touhoulittlemaid.entity.task.TaskBowAttack)
[11:50:47] [main/WARN]: @Mixin target com.github.tartaricacid.touhoulittlemaid.entity.task.TaskBowAttack was not found ultimate_enchantment_touhou_little_maid.mixins.json:TaskBowAttackMixin from mod ultimate_enchantment
[11:50:47] [main/WARN]: Error loading class: com/oblivioussp/spartanweaponry/item/HeavyCrossbowItem (java.lang.ClassNotFoundException: com.oblivioussp.spartanweaponry.item.HeavyCrossbowItem)
[11:50:47] [main/WARN]: Error loading class: com/oblivioussp/spartanweaponry/item/LongbowItem (java.lang.ClassNotFoundException: com.oblivioussp.spartanweaponry.item.LongbowItem)
[11:50:47] [main/WARN]: Error loading class: se/mickelus/tetra/items/modular/impl/bow/ModularBowItem (java.lang.ClassNotFoundException: se.mickelus.tetra.items.modular.impl.bow.ModularBowItem)
[11:50:47] [main/INFO]: Skipping issue ItemStackCreationStatistics from mod jei as it's dev only!
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.travelersbackpack.UntrackedIssue002 will NOT be loaded as mod travelersbackpack is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.travelersbackpack.UntrackedIssue001 will NOT be loaded as mod travelersbackpack is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.toolbelt.UntrackedIssue001 will NOT be loaded as mod toolbelt is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.tfcthermaldeposits.UntrackedIssue001 will NOT be loaded as mod tfcthermaldeposits is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.smallships.UntrackedIssue001 will NOT be loaded as mod smallships is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.sereneseasons.UntrackedIssue001 will NOT be loaded as mod sereneseasons is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.railcraft.UntrackedIssue001 will NOT be loaded as mod railcraft is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.pneumaticcraft.UntrackedIssue001 will NOT be loaded as mod pneumaticcraft is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.phosphophyllite.UntrackedIssue001 will NOT be loaded as mod phosphophyllite is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.occultism.UntrackedIssue001 will be loaded as it matches versions: 1.141.4 in [1.80.7,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.OccultismCapabilitiesMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.moonlight.UntrackedIssue001 will be loaded as it matches versions: 1.20-2.13.82 in [1.20-2.13.32,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.FakeLevelManagerMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue002 will be loaded as it matches versions: 1.20.1 in 1.20.1
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.EntityTickListMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.minecraft.UntrackedIssue001 will be loaded as it matches versions: 1.20.1 in 1.20.1
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.irons_spellbooks.UntrackedIssue001 will NOT be loaded as mod irons_spellbooks is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.forge.UntrackedIssue003 will be loaded as it matches versions: 47.4.0 in [47.2,)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.forge.UntrackedIssue002 will be loaded as it matches versions: 47.4.0 in [47.2,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [accessor.FakePlayerNetHandlerAccessor, accessor.ConnectionAccessor]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.forge.UntrackedIssue001 will be loaded as it matches versions: 47.4.0 in [47.2,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.ServerPlayerMixin, main.PlayerListMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.forbidden_arcanus.UntrackedIssue001 will be loaded as it matches versions: 1.20.1-2.2.6 in [1.20.1-2.2.0-beta1,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.PlayerEventsMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.domesticationinnovation.UntrackedIssue001 will NOT be loaded as mod domesticationinnovation is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.curios.UntrackedIssue001 will be loaded as it matches versions: 7.4.0+1.20.1 in [5.9.1,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.CuriosEventHandlerMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.createaddition.UntrackedIssue001 will NOT be loaded as mod createaddition does not match versions: 1.20.1-1.3.1 in [1.20.1-1.0.0b,1.20.1-1.2.3]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.create.UntrackedIssue001 will be loaded as it matches versions: 6.0.4 in [0.5.1.c,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [accessor.ExtendoGripItemAccessor]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.citadel.UntrackedIssue001 will be loaded as it matches versions: 2.6.1 in [2.5.4,)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.betterf3.UntrackedIssue001 will be loaded as it matches versions: 7.0.2 in [7.0.2,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.LocationModuleMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.badpackets.UntrackedIssue001 will NOT be loaded as mod badpackets is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.ars_nouveau.UntrackedIssue002 will NOT be loaded as mod ars_nouveau is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.ars_nouveau.UntrackedIssue001 will NOT be loaded as mod ars_nouveau is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.architectury.UntrackedIssue001 will be loaded as it matches versions: 9.2.14 in [9.0.8,)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.alexsmobs.Issue2165 will be loaded as it matches versions: 1.22.9 in [1.22.5,)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.aether.UntrackedIssue001 will be loaded as it matches versions: 1.20.1-1.5.2-neoforge in [1.20.1-1.4.2,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.DroppedItemCapabilityMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.common.mods.ae2wtlib.UntrackedIssue001 will NOT be loaded as mod ae2wtlib is not present
[11:50:47] [main/INFO]: Extra dependecy Mod jei matches versions: 15.20.0.106 in [15.8.2.24,)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.twilightforest.UntrackedIssue001 will be loaded as it matches versions: 4.3.2508 in [4.3.2508,)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.travelersbackpack.UntrackedIssue001 will NOT be loaded as mod travelersbackpack is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.tombstone.UntrackedIssue001 will NOT be loaded as mod tombstone is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.sereneseasons.UntrackedIssue001 will NOT be loaded as mod sereneseasons is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.pneumaticcraft.UntrackedIssue001 will NOT be loaded as mod pneumaticcraft is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.nuclearcraft.UntrackedIssue001 will NOT be loaded as mod nuclearcraft is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.mowziesmobs.UntrackedIssue002 will NOT be loaded as mod mowziesmobs is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.mowziesmobs.UntrackedIssue001 will NOT be loaded as mod mowziesmobs is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.mousetweaks.UntrackedIssue001 will NOT be loaded as mod mousetweaks is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.mna.UntrackedIssue001 will be loaded as it matches versions: 3.1.0.8 in [3.1.0,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.FeyArmorRendererMixin, main.MAGeckoRendererMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.minecraft.UntrackedIssue001 will be loaded as it matches versions: 1.20.1 in 1.20.1
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.ATLItemStackMixin, main.MinecraftMixin, main.SynchedEntityDataMixin]
[11:50:47] [main/INFO]: Skipping issue [untracked] from mod minecraft as mod modernfix is present!
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.minecolonies.UntrackedIssue002 will NOT be loaded as mod minecolonies is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.minecolonies.UntrackedIssue001 will NOT be loaded as mod minecolonies is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.ldlib.UntrackedIssue001 will NOT be loaded as mod ldlib is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.journeymap.UntrackedIssue001 will NOT be loaded as mod journeymap is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jeresources.UntrackedIssue001 will NOT be loaded as mod jeresources is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jei.UntrackedIssue002 will NOT be loaded as mod jei does not match versions: 15.20.0.106 in [15.4,15.5)
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.jei.UntrackedIssue001 will be loaded as it matches versions: 15.20.0.106 in [15.8.2.24,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.RecipeTransferButtonMixin, main.LazySortedRecipeLayoutListMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.irons_spellbooks.UntrackedIssue002 will NOT be loaded as mod irons_spellbooks is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.irons_spellbooks.UntrackedIssue001 will NOT be loaded as mod irons_spellbooks is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.iceberg.UntrackedIssue003 will NOT be loaded as mod iceberg is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.iceberg.UntrackedIssue002 will NOT be loaded as mod iceberg is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.iceberg.UntrackedIssue001 will NOT be loaded as mod iceberg is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.geckolib.UntrackedIssue001 will be loaded as it matches versions: 4.7.1.2 in [4.4.8,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.GeoModelMixin, main.GeoArmorRendererMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.ftblibrary.UntrackedIssue001 will NOT be loaded as mod ftblibrary is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.flywheel.UntrackedIssue001 will NOT be loaded as mod flywheel does not match versions: 1.0.1 in [0.6.9-4,0.6.11-13]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.findme.UntrackedIssue001 will NOT be loaded as mod findme is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.entity_texture_features.UntrackedIssue001 will NOT be loaded as mod entity_texture_features is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.entity_model_features.UntrackedIssue001 will NOT be loaded as mod entity_model_features is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.emi_loot.UntrackedIssue001 will NOT be loaded as mod emi_loot is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.emi.UntrackedIssue001 will NOT be loaded as mod emi is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.easy_villagers.UntrackedIssue001 will NOT be loaded as mod easy_villagers is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.difficultylock.UntrackedIssue001 will NOT be loaded as mod difficultylock is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.cyclopscore.UntrackedIssue001 will be loaded as it matches versions: 1.19.10 in [1.19.1,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.DelegatingDynamicItemAndBlockModelMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.corpse.UntrackedIssue001 will NOT be loaded as mod corpse is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.citadel.UntrackedIssue001 will be loaded as it matches versions: 2.6.1 in [2.5.4,)
[11:50:47] [main/INFO]: Mixins added to allowed list: [main.ModelAnimatorMixin]
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.blue_skies.UntrackedIssue001 will NOT be loaded as mod blue_skies is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.beansbackpacks.UntrackedIssue001 will NOT be loaded as mod beansbackpacks is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.badpackets.UntrackedIssue001 will NOT be loaded as mod badpackets is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.ae2wtlib.UntrackedIssue002 will NOT be loaded as mod ae2wtlib is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.leaks.client.mods.ae2wtlib.UntrackedIssue001 will NOT be loaded as mod ae2wtlib is not present
[11:50:47] [main/INFO]: Class dev.uncandango.alltheleaks.fix.common.mods.modernfix.CancelRLMixin will be loaded as it matches versions: 5.21.0+mc1.20.1 in [5.0.0,)
[11:50:47] [main/INFO]: Mixins added to cancel list: [org.embeddedt.modernfix.common.mixin.perf.deduplicate_location.MixinResourceLocation]
[11:50:47] [main/INFO]: Skipping feature ResourceLocation Deduplication from mod minecraft as it's feature flag is not activated!
[11:50:47] [main/INFO]: Skipping feature Ingredient Deduplication from mod minecraft as it's feature flag is not activated!
[11:50:47] [main/INFO]: Skipping feature Prevent Search Ignored Items from mod jei as it's feature flag is not activated!
[11:50:47] [main/WARN]: Error loading class: top/theillusivec4/curios/common/event/CuriosEventHandler (java.lang.ClassNotFoundException: top.theillusivec4.curios.common.event.CuriosEventHandler)
[11:50:47] [main/WARN]: Config betterfpsdist.json not found, recreating default
[11:50:47] [main/INFO]: Loaded config for: betterfpsdist.json
[11:50:47] [main/WARN]: Error loading class: com/copycatsplus/copycats/content/copycat/slab/CopycatSlabBlock (java.lang.ClassNotFoundException: com.copycatsplus.copycats.content.copycat.slab.CopycatSlabBlock)
[11:50:47] [main/WARN]: @Mixin target com.copycatsplus.copycats.content.copycat.slab.CopycatSlabBlock was not found create_connected.mixins.json:compat.CopycatBlockMixin from mod create_connected
[11:50:47] [main/WARN]: Error loading class: com/copycatsplus/copycats/content/copycat/board/CopycatBoardBlock (java.lang.ClassNotFoundException: com.copycatsplus.copycats.content.copycat.board.CopycatBoardBlock)
[11:50:47] [main/WARN]: @Mixin target com.copycatsplus.copycats.content.copycat.board.CopycatBoardBlock was not found create_connected.mixins.json:compat.CopycatBlockMixin from mod create_connected
[11:50:47] [main/WARN]: Error loading class: me/jellysquid/mods/lithium/common/ai/pathing/PathNodeDefaults (java.lang.ClassNotFoundException: me.jellysquid.mods.lithium.common.ai.pathing.PathNodeDefaults)
[11:50:47] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs
[11:50:47] [main/WARN]: Error loading class: com/illusivesoulworks/colytra/client/ColytraLayer (java.lang.ClassNotFoundException: com.illusivesoulworks.colytra.client.ColytraLayer)
[11:50:47] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/server/commands/EnchantCommand
[11:50:47] [main/WARN]: Inventory Profiles Next: Doing our own dependency resolving! Because Forge is being Forge....: https://github.com/MinecraftForge/MinecraftForge/issues/9088
[11:50:47] [main/WARN]: Error loading class: de/maxhenkel/easyvillagers/blocks/tileentity/TraderTileentityBase (java.lang.ClassNotFoundException: de.maxhenkel.easyvillagers.blocks.tileentity.TraderTileentityBase)
[11:50:47] [main/WARN]: @Mixin target de.maxhenkel.easyvillagers.blocks.tileentity.TraderTileentityBase was not found mixins.ipnext.json:MixinTraderTileEntityBase from mod (unknown)
[11:50:47] [main/WARN]: Error loading class: com/simibubi/create/foundation/utility/TreeCutter (java.lang.ClassNotFoundException: com.simibubi.create.foundation.utility.TreeCutter)
[11:50:47] [main/WARN]: @Mixin target com.simibubi.create.foundation.utility.TreeCutter was not found dynamictrees_createcompat.mixins.json:TreeCutterMixin from mod dynamictrees_createcompat
[11:50:47] [main/WARN]: Error loading class: com/hollingsworth/arsnouveau/common/entity/LightningEntity (java.lang.ClassNotFoundException: com.hollingsworth.arsnouveau.common.entity.LightningEntity)
[11:50:47] [main/WARN]: @Mixin target com.hollingsworth.arsnouveau.common.entity.LightningEntity was not found lychee.mixins.json:arsnouveau.LightningEntityMixin from mod lychee
[11:50:47] [main/WARN]: Error loading class: me/shedaniel/rei/plugin/common/displays/crafting/DefaultCraftingDisplay (java.lang.ClassNotFoundException: me.shedaniel.rei.plugin.common.displays.crafting.DefaultCraftingDisplay)
[11:50:47] [main/WARN]: @Mixin target me.shedaniel.rei.plugin.common.displays.crafting.DefaultCraftingDisplay was not found lychee.mixins.json:rei.DefaultCraftingDisplayMixin from mod lychee
[11:50:47] [main/WARN]: Error loading class: io/github/kosmx/emotes/forge/ClientInit (java.lang.ClassNotFoundException: io.github.kosmx.emotes.forge.ClientInit)
[11:50:47] [main/WARN]: @Mixin target io.github.kosmx.emotes.forge.ClientInit was not found playeranimatorapi.mixins.json:EmoteCraftClientInitMixinForge from mod playeranimatorapi
[11:50:47] [main/WARN]: Error loading class: vazkii/quark/base/module/ModuleFinder (java.lang.ClassNotFoundException: vazkii.quark.base.module.ModuleFinder)
[11:50:47] [main/WARN]: Error loading class: top/theillusivec4/curios/client/ClientEventHandler (java.lang.ClassNotFoundException: top.theillusivec4.curios.client.ClientEventHandler)
[11:50:47] [main/WARN]: @Mixin target top.theillusivec4.curios.client.ClientEventHandler was not found trinketsandbaubles.mixins.json:CuriosTooltipMixin from mod trinketsandbaubles
[11:50:47] [main/WARN]: Error loading class: vectorwing/farmersdelight/common/block/RichSoilBlock (java.lang.ClassNotFoundException: vectorwing.farmersdelight.common.block.RichSoilBlock)
[11:50:47] [main/WARN]: @Mixin target vectorwing.farmersdelight.common.block.RichSoilBlock was not found wizards_reborn.mixins.json:common.farmers_delight.RichSoilBlockMixin from mod wizards_reborn
[11:50:47] [main/INFO]: Patching FishingHook#catchingFish
[11:50:47] [main/WARN]: Error loading class: com/teammetallurgy/aquaculture/entity/AquaFishingBobberEntity (java.lang.ClassNotFoundException: com.teammetallurgy.aquaculture.entity.AquaFishingBobberEntity)
[11:50:47] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects
[11:50:47] [main/WARN]: Error loading class: top/theillusivec4/curios/client/ClientEventHandler (java.lang.ClassNotFoundException: top.theillusivec4.curios.client.ClientEventHandler)
[11:50:47] [main/WARN]: @Mixin target top.theillusivec4.curios.client.ClientEventHandler was not found bountifulbaubles.mixins.json:CuriosTooltipMixin from mod bountifulbaubles
[11:50:47] [main/WARN]: Error loading class: mekanism/generators/common/network/GeneratorsPacketHandler (java.lang.ClassNotFoundException: mekanism.generators.common.network.GeneratorsPacketHandler)
[11:50:47] [main/WARN]: @Mixin target mekanism.generators.common.network.GeneratorsPacketHandler was not found mekanism_extras.mixins.json:MixinGeneratorsPacketHandler from mod mekanism_extras
[11:50:47] [main/WARN]: Error loading class: mekanism/generators/common/content/turbine/TurbineGasTank (java.lang.ClassNotFoundException: mekanism.generators.common.content.turbine.TurbineGasTank)
[11:50:47] [main/WARN]: @Mixin target mekanism.generators.common.content.turbine.TurbineGasTank was not found mekanism_extras.mixins.json:MixinTurbineGasTank from mod mekanism_extras
[11:50:47] [main/WARN]: Error loading class: mekanism/generators/common/content/turbine/TurbineMultiblockData (java.lang.ClassNotFoundException: mekanism.generators.common.content.turbine.TurbineMultiblockData)
[11:50:47] [main/WARN]: @Mixin target mekanism.generators.common.content.turbine.TurbineMultiblockData was not found mekanism_extras.mixins.json:MixinTurbineMultiblockData from mod mekanism_extras
[11:50:48] [main/WARN]: Error loading class: com/legacy/lost_aether/entity/AerwhaleKingEntity (java.lang.ClassNotFoundException: com.legacy.lost_aether.entity.AerwhaleKingEntity)
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/GreenAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock was not found aether_redux.mixins.json:common.block.GreenAercloudBlockMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/OrangeTreeBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock was not found aether_redux.mixins.json:common.block.OrangeTreeMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/PurpleAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock was not found aether_redux.mixins.json:common.block.PurpleAercloudBlockMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: snownee/jade/addon/core/ModNameProvider (java.lang.ClassNotFoundException: snownee.jade.addon.core.ModNameProvider)
[11:50:48] [main/WARN]: @Mixin target snownee.jade.addon.core.ModNameProvider was not found aether_redux.mixins.json:common.compat.ModNameProviderMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/GenesisMusic (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.GenesisMusic)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.GenesisMusic was not found aether_redux.mixins.json:client.audio.GoTVMusicMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer was not found aether_redux.mixins.json:client.render.MimicRendererMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer)
[11:50:48] [main/WARN]: @Mixin target net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer was not found aether_redux.mixins.json:client.render.SwetRendererMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/protect_your_moa/client/renderer/entity/layers/MoaArmorLayer (java.lang.ClassNotFoundException: com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaArmorLayer)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaArmorLayer was not found aether_redux.mixins.json:client.render.layer.MoaArmorLayerMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/aetherteam/protect_your_moa/client/renderer/entity/layers/MoaChestLayer (java.lang.ClassNotFoundException: com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaChestLayer)
[11:50:48] [main/WARN]: @Mixin target com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaChestLayer was not found aether_redux.mixins.json:client.render.layer.MoaChestLayerMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: com/legacy/lost_aether/client/render/layer/MoaHeadFeatherLayer (java.lang.ClassNotFoundException: com.legacy.lost_aether.client.render.layer.MoaHeadFeatherLayer)
[11:50:48] [main/WARN]: @Mixin target com.legacy.lost_aether.client.render.layer.MoaHeadFeatherLayer was not found aether_redux.mixins.json:client.render.layer.MoaFeathersLayerMixin from mod aether_redux
[11:50:48] [main/WARN]: Error loading class: io/github/jamalam360/rightclickharvest/RightClickHarvestModInit (java.lang.ClassNotFoundException: io.github.jamalam360.rightclickharvest.RightClickHarvestModInit)