LunaPixelStudios / SteamPunk

8 stars 3 forks source link

Server crash on boot v22HF #207

Closed RussIT99 closed 5 months ago

RussIT99 commented 5 months ago

Describe the Bug

Server fails to load

Reproduction Steps

1.start server with ./start.sh 2. 3. ...

Screenshots and Videos

---- Minecraft Crash Report ---- // Why did you do that?

Time: 2024-04-04 08:24:14 Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.3.5-universal.jar%23634!/:?] {re:classloading} at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.3.5-universal.jar%23634!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23629!/:?] {re:classloading,re:mixin,pl:mixin:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.3.5.jar%2367!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

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

-- Head -- Thread: main Suspected Mods: NONE Stacktrace: at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {} -- MOD euphoria_patcher -- Details: Caused by 0: java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/ArchiveException at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:70) ~[javafmllanguage-1.19.2-43.3.5.jar%23631!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.3.5.jar%23630!/:?] {re:mixin} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}

Mod File: /home/ubuntu/minecraft/steam2/mods/EuphoriaPatcher-0.3.0-forge.jar
Failure message: Euphoria Patcher (euphoria_patcher) has failed to load correctly
    java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/ArchiveException
Mod Version: 0.3.0-forge
Mod Issue URL: NOT PROVIDED
Exception message: java.lang.ClassNotFoundException: org.apache.commons.compress.archivers.ArchiveException

Stacktrace: at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:70) ~[javafmllanguage-1.19.2-43.3.5.jar%23631!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.3.5.jar%23630!/:?] {re:mixin} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}

-- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Linux (aarch64) version 6.5.0-1019-oracle Java Version: 17.0.10, Private Build Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Private Build Memory: 2535970304 bytes (2418 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 4 Processor Vendor: aarch64 Processor Name: Identifier: aarch64 Family 8 Model 0xd0c Stepping r0x3p1 Microarchitecture: unknown Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 1 Number of logical CPUs: 4 Graphics card #0 name: Virtio GPU Graphics card #0 vendor: Red Hat, Inc. Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: version: 01 Virtual memory max (MB): 11990.89 Virtual memory used (MB): 4750.96 Swap memory total (MB): 0.00 Swap memory used (MB): 0.00 JVM Flags: 2 total; -Xmx4G -Xms4G ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeserver ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.2-43.3.5.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.3.5.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.3.5.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.3.5.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.3.5.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar redirector TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 Configured Defaults@8.0.1 javafml@null kotlinforforge@3.12.0 lowcodefml@null Mod List: EasyAnvils-v4.0.11-1.19.2-Forge.jar |Easy Anvils |easyanvils |4.0.11 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a open-parties-and-claims-forge-1.19.2-0.20.4.jar |Open Parties and Claims |openpartiesandclaims |0.20.4 |COMMON_SET|Manifest: NOSIGNATURE cccbridge-mc1.19.2-forge-v1.5.1.jar |CC:C Bridge |cccbridge |1.5.1-forge |COMMONSET|Manifest: NOSIGNATURE Ulterlands v1.2.1 19.jar |Ulterlands |ulterlands |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE botarium-forge-1.19.2-1.9.2.jar |Botarium |botarium |1.9.2 |COMMON_SET|Manifest: NOSIGNATURE HammerLib-1.19.2-19.3.76.jar |HammerLib |hammerlib |19.3.76 |COMMON_SET|Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c create_jetpack-forge-3.3.1.jar |Create Jetpack |create_jetpack |3.3.1 |COMMON_SET|Manifest: NOSIGNATURE modernfix-forge-5.15.0+mc1.19.2.jar |ModernFix |modernfix |5.15.0+mc1.19.2 |COMMON_SET|Manifest: NOSIGNATURE VillagersPlus1.2(FORGE)_for_1.19.2.jar |Villagers Plus |villagersplus |1.2 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.19.2-Forge-3.8.10.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.10 |COMMON_SET|Manifest: NOSIGNATURE ResourcePackOverrides-v4.0.4-1.19.2-Forge.jar |Resource Pack Overrides |resourcepackoverrides |4.0.4 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a create_compressed_1.0.1_forge_1.19.2.jar |Create Compressed |create_compressed |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE create-new-age-forge-1.19.2-1.1.2.jar |Create: New Age |create_new_age |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE balm-forge-1.19.2-4.6.0.jar |Balm |balm |4.6.0 |COMMON_SET|Manifest: NOSIGNATURE SnowRealMagic-1.19.2-forge-6.5.4.jar |Snow! Real Magic! |snowrealmagic |6.5.4 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.19.2-1.2.3.243.jar |Just Enough Resources |jeresources |1.2.3.243 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-8.3.115-forge.jar |Cloth Config v8 API |cloth_config |8.3.115 |COMMON_SET|Manifest: NOSIGNATURE ctov-3.2.6c.jar |ChoiceTheorem's Overhauled Vil|ctov |3.2.6c |COMMON_SET|Manifest: NOSIGNATURE QualityCrops-1.19.2-1.3.3.jar |Quality Crops |qualitycrops |1.19.2-1.3.3 |COMMON_SET|Manifest: NOSIGNATURE LeavesBeGone-v4.0.1-1.19.2-Forge.jar |Leaves Be Gone |leavesbegone |4.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a AutoLeveling-1.19.2-1.19b.jar |Auto Leveling |autoleveling |1.19b |COMMON_SET|Manifest: NOSIGNATURE revampedwolf-1.19.2-4.0.0.jar |RevampedWolf |revampedwolf |1.19.2-4.0.0 |COMMON_SET|Manifest: NOSIGNATURE iterpg-0.5.0-1.19.2.jar |Iter RPG |iter_rpg |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE geophilic-1.19-2.0.0c.jar |Geophilic |geophilic |1.19-2.0.0c |COMMON_SET|Manifest: NOSIGNATURE GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.19.2-2.7.3.jar |Structure Gel API |structure_gel |2.7.3 |COMMON_SET|Manifest: NOSIGNATURE lmft-1.0.2+1.19-forge.jar |Load My F***ing Tags |lmft |1.0.2+1.19 |COMMON_SET|Manifest: NOSIGNATURE AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.19.2-2.0.6.jar |Handcrafted |handcrafted |2.0.6 |COMMON_SET|Manifest: NOSIGNATURE BetterCompatibilityChecker-1.0.10-build.50+mc1.19.|Better Compatibility Checker |bcc |1.0.10-build.50+mc1.|COMMON_SET|Manifest: NOSIGNATURE Good Ending-1.19.2-1.0.2-forge.jar |Good Ending |goodending |1.19.2-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE explorify-forge-1.19-1.3.0.jar |Explorify |explorify |1.19-1.3.0 |COMMON_SET|Manifest: NOSIGNATURE UnusualEnd1.19.2_V1.4.3.jar |Unusual End |unusualend |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE transparent-5.1.2+1.19-forge.jar |Transparent |transparent |5.1.2 |COMMON_SET|Manifest: NOSIGNATURE YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |COMMON_SET|Manifest: NOSIGNATURE Highlighter-1.19.1-1.1.4.jar |Highlighter |highlighter |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE spark-1.10.37-forge.jar |spark |spark |1.10.37 |COMMON_SET|Manifest: NOSIGNATURE ImprovableSkills-1.19.2-19.2.9.jar |Improvable Skills |improvableskills |19.2.9 |COMMON_SET|Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c workers-1.19.2-1.7.7.jar |Workers Mod |workers |1.7.7 |COMMON_SET|Manifest: NOSIGNATURE toms_trading_network-1.19-0.2.2.jar |Tom's Trading Network |toms_trading_network |0.2.2 |COMMON_SET|Manifest: NOSIGNATURE scguns-1.10-1.19.2.jar |Scorched Bronze Guns |scguns |0.7.2 |COMMON_SET|Manifest: NOSIGNATURE salt-1.19.2-1.2.4.jar |Salt |salt |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE sparsestructuresreforged-1.19.2-1.0.0.jar |SparseStructuresReforged |sparsestructuresreforged |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE cumulus_menus-1.19.2-1.0.0-forge.jar |Cumulus |cumulus_menus |1.19.2-1.0.0-forge |COMMON_SET|Manifest: NOSIGNATURE Engineers Delight 1.19.2 B.1.2.jar |Engineers Delight |tmted |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterEndIsland-1.19.2-Forge-1.0.jar |YUNG's Better End Island |betterendisland |1.19.2-Forge-1.0 |COMMON_SET|Manifest: NOSIGNATURE nitrogen_internals-1.19.2-1.0.3-forge.jar |Nitrogen |nitrogen_internals |1.19.2-1.0.3-forge |COMMON_SET|Manifest: NOSIGNATURE flightlib-forge-1.2.0.jar |Flight Lib |flightlib |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE JadeAddons-1.19.2-forge-3.6.0.jar |Jade Addons |jadeaddons |3.6.0 |COMMON_SET|Manifest: NOSIGNATURE toms_storage-1.19-1.5.10.jar |Tom's Simple Storage Mod |toms_storage |1.5.10 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.1 |COMMON_SET|Manifest: NOSIGNATURE sliceanddice-forge-2.3.2.jar |Create Slice & Dice |sliceanddice |2.3.2 |COMMON_SET|Manifest: NOSIGNATURE vitalize-forge-1.19.2-1.1.1.jar |Vitalize |vitalize |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar |YUNG's Better Jungle Temples |betterjungletemples |1.19.2-Forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE elytraslot-forge-6.1.1+1.19.2.jar |Elytra Slot |elytraslot |6.1.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE Kiwi-1.19.2-forge-8.3.6.jar |Kiwi |kiwi |8.3.6 |COMMON_SET|Manifest: NOSIGNATURE bellsandwhistles-v0.4.4-1.19.2.jar |Create: Bells & Whistles |bellsandwhistles |0.4.4 |COMMON_SET|Manifest: NOSIGNATURE mowziesmobs-1.6.3.jar |Mowzie's Mobs |mowziesmobs |1.6.3 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |COMMON_SET|Manifest: NOSIGNATURE cgm-forge-1.19.2-1.3.7.jar |MrCrayfish's Gun Mod |cgm |1.3.7 |COMMON_SET|Manifest: NOSIGNATURE jei-1.19.2-forge-11.6.0.1019.jar |Just Enough Items |jei |11.6.0.1019 |COMMON_SET|Manifest: NOSIGNATURE VisualWorkbench-v4.2.4-1.19.2-Forge.jar |Visual Workbench |visualworkbench |4.2.4 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a AttributeFix-Forge-1.19.2-17.2.8.jar |AttributeFix |attributefix |17.2.8 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |COMMON_SET|Manifest: NOSIGNATURE Paxi-1.19.2-Forge-3.0.1.jar |Paxi |paxi |1.19.2-Forge-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE armored_redstone-1.19.2-0.2.0.jar |Armored Redstone |armored_redstone |1.19.2-0.2.0 |COMMON_SET|Manifest: NOSIGNATURE fastasyncworldsave-1.19.2-1.2.jar |fastasyncworldsave mod |fastasyncworldsave |1.19.2-1.2 |COMMON_SET|Manifest: NOSIGNATURE integrated_api_forge-1.2.7+1.19.2.jar |Integrated API |integrated_api |1.2.7+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |COMMON_SET|Manifest: NOSIGNATURE EpheroLib-1.19.2-FORGE-1.0.0.jar |EpheroLib |epherolib |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE design_decor-0.3-1.19.2.jar |Create: Design n' Decor |design_decor |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE snowundertrees-1.19.2-1.3.1.jar |Snow Under Trees |snowundertrees |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE AnimaticaReforged-1.19.2-0.1.3.jar |AnimaticaReforged |animatica |1.19.2-0.1.3 |COMMON_SET|Manifest: NOSIGNATURE starlight-1.1.1+forge.cf5b10b.jar |Starlight |starlight |1.1.1+forge.a3aea74 |COMMON_SET|Manifest: NOSIGNATURE memoryleakfix-forge-1.17+-1.1.2.jar |Memory Leak Fix |memoryleakfix |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE more-immersive-wires-1.19.2-1.1.3.jar |More Immersive Wires |more_immersive_wires |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE ImmersivePetroleum-1.19.2-4.2.0-28.jar |Immersive Petroleum |immersivepetroleum |4.2.0-28 |COMMON_SET|Manifest: NOSIGNATURE Villager Comfort-1.19.2-1.0.0.jar |Villager Comfort |villagercomfort |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE chalk-1.19.2-1.6.3.jar |Chalk |chalk |1.6.3 |COMMON_SET|Manifest: NOSIGNATURE idas_forge-1.7.6+1.19.2.jar |Integrated Dungeons and Struct|idas |1.7.6+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE hearths-v1.0.0-mc1.19u1.19.3.jar |Hearths |hearths |1.0.0-mc1.19u1.19.3 |COMMON_SET|Manifest: NOSIGNATURE smoothchunk-1.19.2-3.5.jar |Smoothchunk mod |smoothchunk |1.19.2-3.5 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.166.jar |TerraBlender |terrablender |2.0.1.166 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.19.2-17.1.2.544.jar |Biomes O' Plenty |biomesoplenty |17.1.2.544 |COMMON_SET|Manifest: NOSIGNATURE MindfulDarkness-v4.0.9-1.19.2-Forge.jar |Mindful Darkness |mindfuldarkness |4.0.9 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Luna-FORGE-MC1.19.X-1.0.1.jar |Luna |luna |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE spectrelib-forge-0.12.8+1.19.2.jar |SpectreLib |spectrelib |0.12.8+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE fastpaintings-1.19-1.1.3.jar |Fast Paintings |fastpaintings |1.19-1.1.3 |COMMON_SET|Manifest: NOSIGNATURE betterfpsdist-1.19.2-4.1.jar |betterfpsdist mod |betterfpsdist |1.19.2-4.1 |COMMON_SET|Manifest: NOSIGNATURE kffmod-3.12.0.jar |Kotlin For Forge |kotlinforforge |3.12.0 |COMMON_SET|Manifest: NOSIGNATURE Paintings-forge-1.19.2-10.2.4.0.jar |Paintings ++ |paintings |10.2.4.0 |COMMON_SET|Manifest: NOSIGNATURE forge-1.19.2-43.3.5-universal.jar |Forge |forge |43.3.5 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE BrewinAndChewin-1.19-2.0.jar |Brewin' and Chewin' |brewinandchewin |1.19-2.0 |COMMON_SET|Manifest: NOSIGNATURE archaeology-api-1.19.2-1.0.0.jar |Archaelogy API |archaeology |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.19.2-0.6.10-20.jar |Flywheel |flywheel |0.6.10-20 |COMMON_SET|Manifest: NOSIGNATURE Xaeros_Minimap_24.0.3_Forge_1.19.1.jar |Xaero's Minimap |xaerominimap |24.0.3 |COMMON_SET|Manifest: NOSIGNATURE integrated_stronghold_forge-1.0.2+1.19.2.jar |Integrated Stronghold |integrated_stronghold |1.0.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE bocchium-1.19.2-0.0.3.jar |Bocchium |bocchium |1.19.2-0.0.3 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-0.46.6+1.19.2.jar |Polymorph |polymorph |0.46.6+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |COMMON_SET|Manifest: NOSIGNATURE lootr-forge-1.19-0.4.27.71.jar |Lootr |lootr |0.4.26.69 |COMMON_SET|Manifest: NOSIGNATURE biomemusic-1.19.2-2.2.jar |biomemusic mod |biomemusic |1.19.2-2.2 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v4.4.3-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.3 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a ColdSweat-2.2.5.1.jar |Cold Sweat |cold_sweat |2.2.5.1 |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 chunksending-1.19.2-2.8.jar |chunksending mod |chunksending |1.19.2-2.8 |COMMON_SET|Manifest: NOSIGNATURE EuphoriaPatcher-0.3.0-forge.jar |Euphoria Patcher |euphoria_patcher |0.3.0-forge |ERROR |Manifest: NOSIGNATURE End's Phantasm - BETAv1.2.10.5 - 1.19.2.jar |End's Phantasm |phantasm |1.2.10.5 |COMMON_SET|Manifest: NOSIGNATURE deuf-1.19.2-1.3.jar |DEUF - Duplicate Entity UUID F|deuf |1.19.2-1.3 |COMMON_SET|Manifest: NOSIGNATURE ad_astra-forge-1.19.2-1.12.7.jar |Ad Astra |ad_astra |1.12.7 |COMMON_SET|Manifest: NOSIGNATURE cp_tweaks-1.0.7-1.19.2.jar |Create Planetary Tweaks |cp_tweaks |1.0.7-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE aether_enhanced_extinguishing-1.19.2-1.0.0-forge.j|Enhanced Extinguishing |aether_enhanced_extinguishing |1.19.2-1.0.0-forge |COMMON_SET|Manifest: NOSIGNATURE create_misc_andthings 1.19.2_4.0A.jar |create: things and misc |create_things_and_misc |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE blue_skies-1.19.2-1.3.20.jar |Blue Skies |blue_skies |1.3.20 |COMMON_SET|Manifest: NOSIGNATURE witheringboon-1.7.15.jar |Withering Boon |witheringboon |1.7.15 |COMMON_SET|Manifest: NOSIGNATURE recipeessentials-1.19.2-3.2.jar |recipeessentials mod |recipeessentials |1.19.2-3.2 |COMMON_SET|Manifest: NOSIGNATURE aether-1.19.2-1.3.1-forge.jar |The Aether |aether |1.19.2-1.3.1-forge |COMMON_SET|Manifest: NOSIGNATURE aeroblender-1.19.2-1.0.1.jar |AeroBlender |aeroblender |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE aether-redux-2.0.7d-1.19.2-forge.jar |The Aether: Redux |aether_redux |2.0.7d |COMMON_SET|Manifest: NOSIGNATURE YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE connectivity-1.19.2-4.6.jar |Connectivity Mod |connectivity |1.19.2-4.6 |COMMON_SET|Manifest: NOSIGNATURE Incendium_1.19.3_v5.1.6.jar |Incendium |incendium |5.1.6 |COMMON_SET|Manifest: NOSIGNATURE immersive_aircraft-0.7.5+1.19.2-forge.jar |Immersive Aircraft |immersive_aircraft |0.7.5+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.6.4.587.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.6.4.587 |COMMON_SET|Manifest: NOSIGNATURE kleeslabs-forge-1.19.2-12.3.0.jar |KleeSlabs |kleeslabs |12.3.0 |COMMON_SET|Manifest: NOSIGNATURE create_recycle_1.0.2_forge_1.19.2.jar |Create Recycling |create_crush_everything |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE structureessentials-1.19.2-3.2.jar |Structure Essentials mod |structureessentials |1.19.2-3.2 |COMMON_SET|Manifest: NOSIGNATURE villagernames-1.19.2-7.3.jar |Villager Names |villagernames |7.3 |COMMON_SET|Manifest: NOSIGNATURE XaerosWorldMap_1.38.1_Forge_1.19.1.jar |Xaero's World Map |xaeroworldmap |1.38.1 |COMMON_SET|Manifest: NOSIGNATURE Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.19.2-7.4.0.jar |Placebo |placebo |7.4.0 |COMMON_SET|Manifest: NOSIGNATURE citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |COMMON_SET|Manifest: NOSIGNATURE all_bark_all_bite-1.19.2-0.9.3.jar |All Bark, All Bite |all_bark_all_bite |1.19.2-0.9.3 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations-1.19.2-3.4.jar |Lootintegrations mod |lootintegrations |1.19.2-3.4 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 sophisticatedbackpacks-1.19.2-3.20.2.1035.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.20.2.1035 |COMMON_SET|Manifest: NOSIGNATURE twigs-forge-1.19.2-3.0.1.jar |Twigs |twigs |1.19.2-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE piglinsafety-1.18.2-1.0.0.jar |PiglinSafety |piglinsafety |1.18.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE create_dragon_lib-1.19.2-1.2.3.jar |Create: Dragon Lib |create_dragon_lib |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE takesapillage-1.0.3-1.19.2.jar |It Takes A Pillage |takesapillage |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE wares-1.19.2-1.2.7.jar |Wares |wares |1.2.7 |COMMON_SET|Manifest: NOSIGNATURE monobank-1.19.2-1.1.3.jar |Monobank |monobank |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE bygonenether-1.3.2-1.19.2.jar |Bygone Nether |bygonenether |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE Steam_Rails-1.5.3+forge-mc1.19.2.jar |Create: Steam 'n' Rails |railways |1.5.3+forge-mc1.19.2|COMMON_SET|Manifest: NOSIGNATURE carryon-forge-1.19.2-2.1.2.23.jar |Carry On |carryon |2.1.2.23 |COMMON_SET|Manifest: NOSIGNATURE ShieldExpansion-1.19.2-1.1.7a.jar |Shield Expansion |shieldexp |1.1.7a |COMMON_SET|Manifest: NOSIGNATURE interiors-0.5.2+mc1.19.2-FORGE.jar |Create: Interiors |interiors |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE dragonfight-1.19.2-4.4.jar |dragonfight mod |dragonfight |1.19.2-4.4 |COMMON_SET|Manifest: NOSIGNATURE konkrete_forge_1.8.0_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE dsbg-1.0-1.19.2.jar |Detected setBlock Be Gone |dsbg |1.0-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE adtetra-1.0.1.jar |Ad Tetra |adtetra |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE EnemyExpansion-1.19.2-2.1.0.jar |Enemy Expansion |enemyexpansion |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE chipped-forge-1.19.2-2.1.5.jar |Chipped |chipped |2.1.5 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.19.2-1.2.4.jar |Farmer's Delight |farmersdelight |1.19.2-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE chefs-delight-1.0.2-forge-1.19.2.jar |Chefs Delight |chefsdelight |1.0.2-forge-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE culturaldelights-1.19.2-0.15.5.jar |Cultural Delights |culturaldelights |0.15.5 |COMMON_SET|Manifest: NOSIGNATURE createframed-1.19.2-1.4.1.jar |Create: Framed |createframed |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE tempad-forge-1.19.2-1.4.5.jar |Tempad |tempad |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE endrem_forge-5.2.1-R-1.19.X.jar |End Remastered |endrem |5.2.1-R-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE dungeons_enhanced-1.19.2-4.1.jar |Dungeons Enhanced |dungeons_enhanced |4.1 |COMMON_SET|Manifest: NOSIGNATURE memorysettings-1.19.2-5.4.jar |memorysettings mod |memorysettings |1.19.2-5.4 |COMMON_SET|Manifest: NOSIGNATURE L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |COMMON_SET|Manifest: NOSIGNATURE despawn_tweaker-1.19.2-1.0.0.jar |DespawnTweaker |despawn_tweaker |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE collective-1.19.2-7.40.jar |Collective |collective |7.40 |COMMON_SET|Manifest: NOSIGNATURE spyglass_improvements-1.5+mc1.19+forge.jar |Spyglass Improvements |spyglass_improvements |1.5+mc1.19+forge |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.6.1.jar |Curios API |curios |1.19.2-5.1.6.1 |COMMON_SET|Manifest: NOSIGNATURE tetra-1.19.2-5.6.0.jar |Tetra |tetra |5.6.0 |COMMON_SET|Manifest: NOSIGNATURE tetraextrassro-0.1.1-1.19.jar |Tetra Extras |tetraextrassro |0.1.1-1.19 |COMMON_SET|Manifest: NOSIGNATURE tetranomicon-1.4.2-1.19.2.jar |Tetranomicon |tetranomicon |1.4.2-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE NightConfigFixes-v4.0.7-1.19.2-Forge.jar |Night Config Fixes |nightconfigfixes |4.0.7 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a createair-1.0-1.19.2.jar |Create Air |createair |1.0 |COMMON_SET|Manifest: NOSIGNATURE EnigmaticLegacy-2.26.5.jar |Enigmatic Legacy |enigmaticlegacy |2.26.5 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |COMMON_SET|Manifest: NOSIGNATURE starterkit-1.19.2-5.5.jar |Starter Kit |starterkit |5.5 |COMMON_SET|Manifest: NOSIGNATURE spirit-forge-1.19.2-2.2.7.jar |Spirit |spirit |2.2.7 |COMMON_SET|Manifest: NOSIGNATURE BoatBreakFix-Universal-1.0.2.jar |Boat Break Fix |boatbreakfix |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE architectury-6.6.92-forge.jar |Architectury |architectury |6.6.92 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-1902.4.1-build.236.jar |FTB Library |ftblibrary |1902.4.1-build.236 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-1902.2.14-build.123.jar |FTB Teams |ftbteams |1902.2.14-build.123 |COMMON_SET|Manifest: NOSIGNATURE cc-tweaked-1.19.2-1.101.4.jar |CC: Tweaked |computercraft |1.101.4 |COMMON_SET|Manifest: NOSIGNATURE ServerBrowser-1.19.2-FORGE-1.1.2.jar |ServerBrowser |serverbrowser |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE cupboard-1.19.2-2.6.jar |Cupboard utilities |cupboard |1.19.2-2.6 |COMMON_SET|Manifest: NOSIGNATURE framework-forge-1.19.2-0.6.16.jar |Framework |framework |0.6.16 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 Towns-and-Towers-v.1.10-FORGE-1.19.2.jar |Towns and Towers |t_and_t |1.10 |COMMON_SET|Manifest: NOSIGNATURE Silence's Turrets.jar |Silence's Turrets |silence_s_defense_tower |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE TradingPost-v4.2.0-1.19.2-Forge.jar |Trading Post |tradingpost |4.2.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a potacore-0.2.8-universal.jar |Potacore |potacore |0.2.8-universal |COMMON_SET|Manifest: NOSIGNATURE Reaper-1.0.5.jar |Reaper |reaper |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedstorage-1.19.2-0.9.7.765.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.9.7.765 |COMMON_SET|Manifest: NOSIGNATURE item-filters-forge-1902.2.9-build.51.jar |Item Filters |itemfilters |1902.2.9-build.51 |COMMON_SET|Manifest: NOSIGNATURE ftb-quests-forge-1902.5.8-build.345.jar |FTB Quests |ftbquests |1902.5.8-build.345 |COMMON_SET|Manifest: NOSIGNATURE ftb-xmod-compat-forge-1.2.3.jar |FTB XMod Compat |ftbxmodcompat |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE EasyMagic-v4.3.3-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.3 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a the-conjurer-1.19.2-1.1.5.jar |The Conjurer |conjurer_illager |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |COMMON_SET|Manifest: NOSIGNATURE enlightend-5.0.12-1.19.2.jar |Enlightend |enlightened_end |5.0.12 |COMMON_SET|Manifest: NOSIGNATURE create-1.19.2-0.5.1.f.jar |Create |create |0.5.1.f |COMMON_SET|Manifest: NOSIGNATURE Delightful-1.19.2-3.4.1.jar |Delightful |delightful |3.4.1 |COMMON_SET|Manifest: NOSIGNATURE extendedgears-2.1.0-1.19.2-0.5.1.c-forge.jar |Extended Cogwheels |extendedgears |2.1.0-1.19.2-0.5.1.c|COMMON_SET|Manifest: NOSIGNATURE createastracompat-1.0.3-1.19.2.jar |Create Ad Astra Compat |createastracompat |1.0.3-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE create_crystal_clear-0.2.1-1.19.2.jar |Create: Crystal Clear |create_crystal_clear |1.19.2-0.2.a |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |COMMON_SET|Manifest: NOSIGNATURE alternate-current-mc1.19-1.7.0.jar |Alternate Current |alternate_current |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE BadMobs-1.19.2-16.1.3.jar |BadMobs |badmobs |16.1.3 |COMMON_SET|Manifest: NOSIGNATURE everycomp-1.19.2-2.5.19.jar |Every Compat |everycomp |1.19.2-2.5.19 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |COMMON_SET|Manifest: NOSIGNATURE farsight-1.19.2-3.6.jar |Farsight mod |farsight_view |1.19.2-3.6 |COMMON_SET|Manifest: NOSIGNATURE Block Swap-forge-1.19.2-2.0.0.1.jar |Block Swap |blockswap |2.0.0.1 |COMMON_SET|Manifest: NOSIGNATURE QualitysDelight-1.19.2-1.5.3.jar |Quality's Delight |qualitysdelight |1.19.2-1.5.3 |COMMON_SET|Manifest: NOSIGNATURE FarmersRespite-1.19-2.0.jar |Farmer's Respite |farmersrespite |1.19-2.0 |COMMON_SET|Manifest: NOSIGNATURE endersdelight-1.19-1.2.2.jar |Ender's Delight |endersdelight |1.19-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.19.2-6.2.0.jar |Blueprint |blueprint |6.2.0 |COMMON_SET|Manifest: NOSIGNATURE environmental-1.19.2-3.0.0.jar |Environmental |environmental |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE clayworks-1.19.2-2.1.0.jar |Clayworks |clayworks |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE upgrade_aquatic-1.19.2-5.1.0.jar |Upgrade Aquatic |upgrade_aquatic |5.1.0 |COMMON_SET|Manifest: NOSIGNATURE personality-1.19.2-3.0.2.jar |Personality |personality |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE create_central_kitchen-1.19.2-for-create-0.5.1.f-1|Create: Central Kitchen |create_central_kitchen |1.3.10 |COMMON_SET|Manifest: NOSIGNATURE dolt_compat-1.19.2-1.2.1.jar |Dolt Compat |dolt_compat |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE Compat-O-Plenty-1.19.2-2.0.1.jar |Compat O' Plenty |compatoplenty |1.19.2-2.0.1 |COMMON_SET|Manifest: NOSIGNATURE watut-forge-1.19.2-1.0.14.jar |What Are They Up To |watut |1.19.2-1.0.14 |COMMON_SET|Manifest: NOSIGNATURE skinlayers3d-forge-1.6.2-mc1.19.2.jar |3d-Skin-Layers |skinlayers3d |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE toofast-1.19-0.2.2.4.jar |Too Fast |toofast |0.2.2.4 |COMMON_SET|Manifest: NOSIGNATURE Raided-1.19.2-0.1.4.jar |Raided |raided |0.1.4 |COMMON_SET|Manifest: NOSIGNATURE jeimultiblocks-1.19.2-0.0.3.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.3 |COMMON_SET|Manifest: NOSIGNATURE ImmersivePosts-1.19.2-4.3.0-8.jar |Immersive Posts |immersiveposts |4.3.0-8 |COMMON_SET|Manifest: NOSIGNATURE ImmersiveEngineering-1.19.2-9.2.4-170.jar |Immersive Engineering |immersiveengineering |1.19.2-9.2.4-170 |COMMON_SET|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 JER-Integration-4.5.0.jar |JER Integration |jerintegration |4.5.0 |COMMON_SET|Manifest: NOSIGNATURE swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |COMMON_SET|Manifest: NOSIGNATURE moonlight-1.19.2-2.3.6-forge.jar |Moonlight Library |moonlight |1.19.2-2.3.6 |COMMON_SET|Manifest: NOSIGNATURE smarterfarmers-1.19.2-1.7.1.jar |Smarter Farmers |smarterfarmers |1.19.2-1.7.1 |COMMON_SET|Manifest: NOSIGNATURE gardens-of-the-dead-forge-2.0.1.jar |Gardens of the Dead |gardens_of_the_dead |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.19.1-forge-8.9.1.jar |Jade |jade |8.9.1 |COMMON_SET|Manifest: NOSIGNATURE NethersDelight-1.19-3.1.jar |Nether's Delight |nethersdelight |1.19-3.1 |COMMON_SET|Manifest: NOSIGNATURE ThinAir-v4.0.1-1.19.2-Forge.jar |Thin Air |thinair |4.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a atmospheric-1.19.2-5.0.0.jar |Atmospheric |atmospheric |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE betterstats-2.2.2+1.19.2.jar |Better Statistics Screen |betterstats |2.2.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE tcdcommons-2.2+1.19.2.jar |TCD Commons API |tcdcommons |2.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE BarteringStation-v4.0.3-1.19.2-Forge.jar |Bartering Station |barteringstation |4.0.3 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.4-418.jar |Quark |quark |3.4-418 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.19.2-2.4.20.jar |Supplementaries |supplementaries |1.19.2-2.4.20 |COMMON_SET|Manifest: NOSIGNATURE woodworks-1.19.2-2.2.2.jar |Woodworks |woodworks |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE mutil-1.19.2-5.2.0.jar |mutil |mutil |5.2.0 |COMMON_SET|Manifest: NOSIGNATURE art_of_forging-1.6.7-1.19.2.jar |Art of Forging |art_of_forging |1.6.7-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE obsidianui-0.1.3+1.19.2.jar |ObsidianUI |spruceui |0.1.3+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE irons_spellbooks-1.19.2-3.1.1.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.19.2-3.1.1 |COMMON_SET|Manifest: NOSIGNATURE betterchunkloading-1.19.2-2.5.jar |betterchunkloading mod |betterchunkloading |1.19.2-2.5 |COMMON_SET|Manifest: NOSIGNATURE miners_delight-1.19.2-1.1.2.jar |Miner's Delight |miners_delight |1.19.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE dynamicvillage-v0.3-1.19.2.jar |Create: Dynamic Village |dynamicvillage |0.3 |COMMON_SET|Manifest: NOSIGNATURE pickableorbs-1.19.2-3.0-rc1.jar |Pickable Orbs |pickableorbs |1.19.2-3.0-rc1 |COMMON_SET|Manifest: NOSIGNATURE EndlessBiomes 1.4s - 1.19.2 (Server-friendly).jar |EndlessBiomes |endlessbiomes |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE coroutil-forge-1.19.2-1.3.6.jar |CoroUtil |coroutil |1.19.2-1.3.6 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a engineersdecor-1.19.2-forge-1.3.29.jar |Engineer's Decor |engineersdecor |1.3.29 |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b create_blue_skies_compat-1.0.1-1.19.jar |Create Blue Skies Compat |create_blue_skies_compat |1.0.1-1.19 |COMMON_SET|Manifest: NOSIGNATURE pyrologerandfriends-1.6.5.7-1.19.2.jar |Pyrologer And Friends |pyrologernfriends |1.6.5.7 |COMMON_SET|Manifest: NOSIGNATURE charmofundying-forge-6.2.1+1.19.2.jar |Charm of Undying |charmofundying |6.2.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE PacketFixer-forge-1.19.2-1.2.8.jar |Packet Fixer |packetfixer |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_core-forge-1.19.2-0.5.0.jar |Valhelsia Core |valhelsia_core |1.19.2-0.5.0 |COMMON_SET|Manifest: NOSIGNATURE forbidden_arcanus-1.19.2-2.1.5.jar |Forbidden & Arcanus |forbidden_arcanus |1.19.2-2.1.5 |COMMON_SET|Manifest: NOSIGNATURE create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE UndeadUnleashed-1.1.1-1.19.2.jar |Undead Unleashed |undead_unleashed |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE createaddition-1.19.2-1.2.3.jar |Create Crafts & Additions |createaddition |1.19.2-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: ddc53394-2e84-45ab-be2c-32637c7f8de1 FML: 43.3 Forge: net.minecraftforge:43.3.5

Crash Report or Log

No response

Operating System

ubuntu 22.04

Minecraft Version

1.19

Modloader

Forge

Modpack Version

v22hf

Optifine

No

Other Mods

No response

qwek1 commented 5 months ago

either remove the EuphoriaPatcher mod, or redownload the serverpack.

You somehow downloaded archived version of the v22HF serverpack, instead of the new one that was uploaded 😅

RussIT99 commented 5 months ago

thanks removed Euphoria now it works