Jump to content

FrairFox

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by FrairFox

  1. Hello, I am trying to set up a server with the modpack "new game" (https://www.curseforge.com/minecraft/modpacks/new-game-modpack-release) but the server crash at launch. I am very new to this and don't know how to read the crash report so if anyone can help me thanks ! ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 2023-09-20 15:55:55 Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:60) ~[forge-1.20.1-47.1.47-universal.jar%23484!/:?] {re:classloading,pl:rei_plugin_compatibilities:B} at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.1.47-universal.jar%23484!/:?] {re:classloading,pl:rei_plugin_compatibilities:B} at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23479!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,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.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.47.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.47.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.47.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} 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 Stacktrace: at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.1.47.jar%2369!/:1.0] {} -- MOD oculus -- Details: Mod File: /home/amp/.ampdata/instances/G1grosex01/Minecraft/mods/oculus-mc1.20-1.6.4.jar Failure message: Oculus (oculus) has failed to load correctly java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER Mod Version: 1.6.4 Mod Issue URL: NOT PROVIDED Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER Stacktrace: at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.1.47.jar%2369!/:1.0] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} 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:68) ~[javafmllanguage-1.20.1-47.1.47.jar%23481!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.47.jar%23480!/:?] {} 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,pl:rei_plugin_compatibilities:B} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames,pl:rei_plugin_compatibilities:B} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} -- MOD notenoughanimations -- Details: Mod File: /home/amp/.ampdata/instances/G1grosex01/Minecraft/mods/notenoughanimations-forge-1.6.4-mc1.20.jar Failure message: NotEnoughAnimations Mod (notenoughanimations) has failed to load correctly java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER Mod Version: 1.6.4 Mod Issue URL: https://github.com/tr7zw/NotEnoughAnimations/issues Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER Stacktrace: at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.1.47.jar%2369!/:1.0] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} 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:68) ~[javafmllanguage-1.20.1-47.1.47.jar%23481!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.47.jar%23480!/:?] {} 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,pl:rei_plugin_compatibilities:B} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames,pl:rei_plugin_compatibilities:B} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Linux (amd64) version 5.10.0-18-cloud-amd64 Java Version: 17.0.7, Debian Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Debian Memory: 1061828096 bytes (1012 MiB) / 2181038080 bytes (2080 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 2 Processor Vendor: AuthenticAMD Processor Name: AMD EPYC 7543P 32-Core Processor Identifier: AuthenticAMD Family 25 Model 1 Stepping 1 Microarchitecture: Zen 3 Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 2 Number of logical CPUs: 2 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 3979.95 Virtual memory used (MB): 2992.34 Swap memory total (MB): 0.00 Swap memory used (MB): 0.00 JVM Flags: 1 total; -Xmx8192M ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeserver ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.1.47.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.1.47.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.1.47.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.1.47.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.1.47.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: javafml@null kotlinforforge@4.4.0 lowcodefml@null minecraft@1.0 gml@4.0.4 Mod List: RoughlyEnoughProfessions-forge-1.20.1-2.0.1.jar |Roughly Enough Professions |roughlyenoughprofessions |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE colourfulearth-1.20.1-2.1.jar |Colourful Earth |colourfulearth |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE loadingbackgrounds-1.1.0-forge.jar |Loading Backgrounds |loadingbackgrounds |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE woodenhopper-1.20.1-1.6.0.1.jar |Wooden Hopper |woodenhopper |1.20.1-1.6.0.1 |COMMON_SET|Manifest: NOSIGNATURE rubidium-0.6.5.jar |Rubidium |rubidium |0.6.5 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar |ForgeEndertech |forgeendertech |11.1.0.0 |COMMON_SET|Manifest: NOSIGNATURE modernfix-forge-5.7.2+mc1.20.1.jar |ModernFix |modernfix |5.7.2+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE bagus_lib-1.20.1-4.0.0.jar |Bagus Lib |bagus_lib |1.20.1-4.0.0 |COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.20-1.6.1.jar |Guard Villagers |guardvillagers |1.20-1.6.1 |COMMON_SET|Manifest: NOSIGNATURE balm-forge-1.20-7.1.1.jar |Balm |balm |7.1.1 |COMMON_SET|Manifest: NOSIGNATURE chat_heads-0.10.20-forge-1.20.jar |Chat Heads |chat_heads |0.10.20 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |COMMON_SET|Manifest: NOSIGNATURE stackrefill-1.20.1-4.0.jar |Stack Refill |stackrefill |4.0 |COMMON_SET|Manifest: NOSIGNATURE ctov-3.3.4.jar |ChoiceTheorem's Overhauled Vil|ctov |3.3.4 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.20-2.5.28.jar |Supplementaries |supplementaries |1.20-2.5.28 |COMMON_SET|Manifest: NOSIGNATURE durabilitytooltip-1.1.4-forge-mc1.20.jar |Durability Tooltip |durabilitytooltip |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE AdvancementPlaques-1.20.1-forge-1.4.10.jar |Advancement Plaques |advancementplaques |1.4.10 |COMMON_SET|Manifest: NOSIGNATURE lapisreserve-1.0.8F.jar |lapisreserve |lapisreserve |1.0.8F |COMMON_SET|Manifest: NOSIGNATURE torchmaster-20.1.4.jar |Torchmaster |torchmaster |20.1.4 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.1.jar |Handcrafted |handcrafted |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE repurposed_structures-7.1.6+1.20.1-forge.jar |Repurposed Structures |repurposed_structures |7.1.6+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.ja|Better Compatibility Checker |bcc |4.0.8 |COMMON_SET|Manifest: NOSIGNATURE mod-4.0.4.jar |GroovyModLoader |gml |4.0.4 |COMMON_SET|Manifest: NOSIGNATURE ironfurnaces-1.20-3.9.0.jar |Iron Furnaces |ironfurnaces |3.9.0 |COMMON_SET|Manifest: NOSIGNATURE mcw-trapdoors-1.1.1-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.1.12a-forge-mc1.20.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.12a |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.20.1-2.1.0.jar |Resourcefulconfig |resourcefulconfig |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE spark-1.10.53-forge.jar |spark |spark |1.10.53 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-5.3.1+1.20.1.jar |Curios API |curios |5.3.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE goldenfood-2.0.0.jar |Golden Food |goldenfood |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE corail_woodcutter-1.20.1-3.0.3.jar |Corail Woodcutter |corail_woodcutter |3.0.3 |COMMON_SET|Manifest: NOSIGNATURE right-click-harvest-3.2.3+1.20.1-forge.jar |Right Click Harvest |rightclickharvest |3.2.3+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE oculus-mc1.20-1.6.4.jar |Oculus |oculus |1.6.4 |ERROR |Manifest: NOSIGNATURE cgl-1.20-forge-0.3.3.jar |CommonGroovyLibrary |commongroovylibrary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE advancednetherite-forge-2.0.2-1.20.1.jar |Advanced Netherite |advancednetherite |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.1.jar |Searchables |searchables |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE tombstone-8.5.3-1.20.1.jar |Corail Tombstone |tombstone |8.5.3 |COMMON_SET|Manifest: NOSIGNATURE eatanomelette-1.2.1-1.20.1_forge.jar |Eat an Omelette |eatanomelette |1.2.1-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE mcw-roofs-2.2.4-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.2.4 |COMMON_SET|Manifest: NOSIGNATURE cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |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 Chimes-v2.0.1-1.20.1.jar |Chimes |chimes |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE Adorn-5.0.0+1.20.1-forge.jar |Adorn |adorn |5.0.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE flib-1.20.1-0.0.11.jar |flib |flib |0.0.11 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed AdChimneys-1.20.1-10.1.1.0-build.0254.jar |Advanced Chimneys |adchimneys |10.1.1.0 |COMMON_SET|Manifest: NOSIGNATURE FallingTree-1.20.1-4.3.0.jar |FallingTree |fallingtree |4.3.0 |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29 PlayerRevive_FORGE_v2.0.17_mc1.20.1.jar |PlayerRevive |playerrevive |2.0.17 |COMMON_SET|Manifest: NOSIGNATURE Phenomena-2.3.2c-1.20.jar |Phenomena Structures |phenomena |2.3.2b-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-lights-1.0.6-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE doubledoors-1.20.1-5.0.jar |Double Doors |doubledoors |5.0 |COMMON_SET|Manifest: NOSIGNATURE VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.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 AttributeFix-Forge-1.20.1-21.0.2.jar |AttributeFix |attributefix |21.0.2 |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 libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE dangerclose-2.2.4-1.20.1_forge.jar |Danger Close |dangerclose |2.2.4-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE awesomedungeon-forge-1.20.1-3.2.0.jar |Awesome dungeon |awesomedungeon |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE TravelersBackpack-1.20.1-9.1.7.jar |Traveler's Backpack |travelersbackpack |9.1.7 |COMMON_SET|Manifest: NOSIGNATURE NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |COMMON_SET|Manifest: NOSIGNATURE AdHooks-1.20.1-10.1.0.0-build.0142.jar |Advanced Hook Launchers |adhooks |10.1.0.0 |COMMON_SET|Manifest: NOSIGNATURE snowundertrees-1.20-1.4.1.jar |Snow Under Trees |snowundertrees |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE snuffles-1.0.7.jar |Snuffles |snuffles |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE Exclusive_Weapons_Armor_and_Tools-2.1.0-Forge.jar |Exclusive Weapons Armor And To|exclusive_weapons_armor_and_to|2.1.0 |COMMON_SET|Manifest: NOSIGNATURE additional_lights-1.20.1-2.1.7.jar |Additional Lights |additional_lights |2.1.7 |COMMON_SET|Manifest: NOSIGNATURE catalogue-forge-1.20.1-1.7.1.jar |Catalogue |catalogue |1.7.1 |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 CraftTweaker-forge-1.20.1-14.0.14.jar |CraftTweaker |crafttweaker |14.0.14 |COMMON_SET|Manifest: NOSIGNATURE forge-1.20.1-47.1.47-universal.jar |Forge |forge |47.1.47 |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 hunters_return-1.20.1-10.5.1.jar |Hunters Return |hunters_return |1.20.1-10.5.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-paths-1.0.3forge-mc1.20.1.jar |Macaw's Paths and Pavings |mcwpaths |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE emotecraft-for-MC1.20.1-2.2.7-b.build.50-forge.jar|Emotecraft |emotecraft |2.2.7-b.build.50 |COMMON_SET|Manifest: NOSIGNATURE ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE infernalmobs-1.20.1.0.jar |Infernal Mobs |infernalmobs |1.20.1.0 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeonocean-forge-1.20.1-3.3.0.jar |Awesome dungeon edition ocean |awesomedungeonocean |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE voicechat-forge-1.20.1-2.4.24.jar |Simple Voice Chat |voicechat |1.20.1-2.4.24 |COMMON_SET|Manifest: NOSIGNATURE soundphysics-forge-1.20.1-1.1.2.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE trade-cycling-forge-1.20.1-1.0.7.jar |Trade Cycling |trade_cycling |1.20.1-1.0.7 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.0.169.jar |TerraBlender |terrablender |3.0.0.169 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |COMMON_SET|Manifest: NOSIGNATURE MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeonnether-forge-1.20.1-3.1.1.jar |Awesome dungeon nether |awesomedungeonnether |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE Super-Oro-Block-4.1.0-Forge.jar |Super Ore Block |super_ore_block |4.1.0 |COMMON_SET|Manifest: NOSIGNATURE NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |COMMON_SET|Manifest: NOSIGNATURE inventorytotem-1.20.1-3.0.jar |Inventory Totem |inventorytotem |3.0 |COMMON_SET|Manifest: NOSIGNATURE spectrelib-forge-0.13.12+1.20.1.jar |SpectreLib |spectrelib |0.13.12+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE kffmod-4.4.0.jar |Kotlin For Forge |kotlinforforge |4.4.0 |COMMON_SET|Manifest: NOSIGNATURE notenoughanimations-forge-1.6.4-mc1.20.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.4 |ERROR |Manifest: NOSIGNATURE polymorph-forge-0.49.0+1.20.1.jar |Polymorph |polymorph |0.49.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE [1.20.1] SecurityCraft v1.9.7-beta2.jar |SecurityCraft |securitycraft |1.9.7-beta2 |COMMON_SET|Manifest: NOSIGNATURE sit-1.20-1.3.3.jar |Sit |sit |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE entityculling-forge-1.6.2-mc1.20.jar |EntityCulling |entityculling |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.0.jar |AppleSkin |appleskin |2.5.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE newslabvariants-1.2.2.jar |New Slab Variants! |newslabvariants |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE connectedglass-1.1.7-forge-mc1.20.jar |Connected Glass |connectedglass |1.1.7 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v8.0.24-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.0.24 |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 Aquaculture-1.20.1-2.5.0.jar |Aquaculture 2 |aquaculture |2.5.0 |COMMON_SET|Manifest: NOSIGNATURE mavapi-1.1.3-mc1.20.1.jar |More Axolotl Variants API |mavapi |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE stackablestewandsoup-1.0.1.jar |Stackable Stew and Soup |stackabowls |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-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 responsiveshields-2.2.jar |Responsive Shields |responsiveshields |2.2 |COMMON_SET|Manifest: NOSIGNATURE xptome-1.20.1-2.1.7.jar |XP Tome |xpbook |2.1.7 |COMMON_SET|Manifest: NOSIGNATURE SBM-BoneTorch-1.20-0.0.2.jar |[SBM] BoneTorch |bonetorch |0.0.1 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.2.2.jar |GeckoLib 4 |geckolib |4.2.2 |COMMON_SET|Manifest: NOSIGNATURE dynamiclights-1.20.1.1.jar |Dynamic Lights |dynamiclights |1.20.1.1 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.20.1-0.5.89.425.jar |Sophisticated Core |sophisticatedcore |0.5.89.425 |COMMON_SET|Manifest: NOSIGNATURE kleeslabs-forge-1.20-15.0.0.jar |KleeSlabs |kleeslabs |15.0.0 |COMMON_SET|Manifest: NOSIGNATURE sleeping_bags-1.20.1-1.0.3.jar |Sleeping Bags |sleeping_bags |1.20.1-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE InsaneLib-1.10.2-mc1.20.1.jar |InsaneLib |insanelib |1.10.2 |COMMON_SET|Manifest: NOSIGNATURE Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE citadel-2.4.4-1.20.1.jar |Citadel |citadel |2.4.4 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.22.6.jar |Alex's Mobs |alexsmobs |1.22.6 |COMMON_SET|Manifest: NOSIGNATURE REIPluginCompatibilities-forge-12.0.88.jar |REI Plugin Compatibilities |rei_plugin_compatibilities |12.0.88 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.0.4.jar |Bookshelf |bookshelf |20.0.4 |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.20.1-3.18.59.909.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.18.59.909 |COMMON_SET|Manifest: NOSIGNATURE u_team_core-forge-1.20.1-5.1.4.269.jar |U Team Core |uteamcore |5.1.4.269 |COMMON_SET|Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0 ProgressiveBosses-3.9.1-mc1.20.1.jar |Progressive Bosses |progressivebosses |3.9.1 |COMMON_SET|Manifest: NOSIGNATURE Rex's-AdditionalStructures-1.20.x-(v.4.1.2).jar |Additional Structures |additionalstructures |4.1.2 |COMMON_SET|Manifest: NOSIGNATURE shulkerbox-1.20.1-1.0.1.jar |Advanced Shulkerboxes |shulkerbox |1.20.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE FpsReducer2-forge-1.20-2.5.jar |FPS Reducer |fpsreducer |1.20-2.5 |COMMON_SET|Manifest: NOSIGNATURE carryon-forge-1.20.1-2.1.0.1.jar |Carry On |carryon |2.1.0.1 |COMMON_SET|Manifest: NOSIGNATURE aqupdcaracal-1.20-2.3.1.jar |Caracal mob |aqupdcaracal |1.20-2.3.1 |COMMON_SET|Manifest: NOSIGNATURE macawsroofsbop-1.20-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE despawningeggshatch-1.20.1-4.1.jar |Despawning Eggs Hatch |despawningeggshatch |4.1 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.1846-universal.jar |The Twilight Forest |twilightforest |4.3.1846 |COMMON_SET|Manifest: NOSIGNATURE konkrete_forge_1.6.1-2_MC_1.20.jar |Konkrete |konkrete |1.6.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE macawsbridgesbop-1.20-1.1.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE useful_backpacks-forge-1.20.1-2.0.1.121.jar |Useful Backpacks |usefulbackpacks |2.0.1.121 |COMMON_SET|Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0 DustrialDecor-1.3.4-1.20.jar |'Dustrial Decor |dustrial_decor |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar |AmbientSounds |ambientsounds |5.2.22 |COMMON_SET|Manifest: NOSIGNATURE iron_ender_chests-1.20-1.0.2.jar |Iron Ender Chests |iron_ender_chests |1.20-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Chunky-1.3.92.jar |Chunky |chunky |1.3.92 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.0.7-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE mcwfencesbop-1.20-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE mining_dimension-1.20.1-1.0.4.jar |Mining World |mining_dimension |1.20.1-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE nsv-1.0.5.jar |New Shield Variants |nsv |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE trimeffects-1.0.1-forge.jar |Trim Effects |trimeffects |1.0.1-forge |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.20.1-81-FORGE.jar |Patchouli |patchouli |1.20.1-81-FORGE |COMMON_SET|Manifest: NOSIGNATURE collective-1.20.1-6.65.jar |Collective |collective |6.65 |COMMON_SET|Manifest: NOSIGNATURE Nature_Arise-0.4.3-1.20.1.jar |Nature Arise |nature_arise |0.4.3 |COMMON_SET|Manifest: NOSIGNATURE camera-1.20.1-1.0.5.jar |Camera Mod |camera |1.20.1-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE BetterThirdPerson-Forge-1.20-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.11.jar |Resourceful Lib |resourcefullib |2.1.11 |COMMON_SET|Manifest: NOSIGNATURE starterkit-1.20.1-5.2.jar |Starter Kit |starterkit |5.2 |COMMON_SET|Manifest: NOSIGNATURE eatinganimation-1.20-5.0.0.jar |Eating Animation |eatinganimation |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE MoreVanillaArmor-1.20.1-5.1.2.jar |MoreVanillaArmor |morevanillaarmor |1.20.1-5.1.2 |COMMON_SET|Manifest: NOSIGNATURE BoatBreakFix-Universal-1.0.11.jar |Boat Break Fix |boatbreakfix |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |COMMON_SET|Manifest: NOSIGNATURE BambooEverything-forge-3.0.3+mc1.20.1.jar |Bamboo Everything |bambooeverything |3.0.3+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |COMMON_SET|Manifest: NOSIGNATURE The_Undergarden-1.20.1-0.8.8.jar |The Undergarden |undergarden |0.8.8 |COMMON_SET|Manifest: NOSIGNATURE DramaticDoors-Forge-1.20.1-2.3.8.jar |Dramatic Doors |dramaticdoors |1.20.1-2.3.8 |COMMON_SET|Manifest: NOSIGNATURE inventoryessentials-forge-1.20.1-8.2.1.jar |Inventory Essentials |inventoryessentials |8.2.1 |COMMON_SET|Manifest: NOSIGNATURE enchantwithmob-1.20.1-11.0.0.jar |EnchantWithMob |enchantwithmob |1.20.1-11.0.0 |COMMON_SET|Manifest: NOSIGNATURE mavm-1.2.4-mc1.20.jar |More Axolotl Variants Mod |mavm |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE mbt-2.4.2-1.20.1.jar |More Beautiful Torches |mbt |2.4.2-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Cyclic-1.20.1-1.12.4.jar |Cyclic |cyclic |1.12.4 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed BetterAdvancements-1.20.1-0.3.2.161.jar |Better Advancements |betteradvancements |0.3.2.161 |COMMON_SET|Manifest: NOSIGNATURE BHMenu-Forge-1.20.1-2.4.1.jar |BHMenu |bhmenu |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE biomemakeover-FORGE-1.20.1-1.10.3.jar |Biome Makeover |biomemakeover |1.20.1-1.10.3 |COMMON_SET|Manifest: NOSIGNATURE minecraft-comes-alive-7.5.8+1.20.1-universal.jar |Minecraft Comes Alive |mca |7.5.8+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeonend-forge-1.20.1-3.1.1.jar |Awesome dungeon the end |awesomedungeonend |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedstorage-1.20.1-0.8.51.605.jar |Sophisticated Storage |sophisticatedstorage |0.8.51.605 |COMMON_SET|Manifest: NOSIGNATURE additionallanterns-1.1.1-forge-mc1.20.jar |Additional Lanterns |additionallanterns |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE colorize-1.20-forge-1.6.0.jar |Colorize |colorize |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.20-14.0.2.jar |Waystones |waystones |14.0.2 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.3.jar |Clumps |clumps |12.0.0.3 |COMMON_SET|Manifest: NOSIGNATURE journeymap-1.20.1-5.9.12-forge.jar |Journeymap |journeymap |5.9.12 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-6.3.3+1.20.1.jar |Comforts |comforts |6.3.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ExplorersCompass-1.20.1-1.3.3-forge.jar |Explorer's Compass |explorerscompass |1.20.1-1.3.3-forge |COMMON_SET|Manifest: NOSIGNATURE mahoutsukai-1.20.1-v1.34.57.jar |Mahou Tsukai |mahoutsukai |1.20.1-v1.34.57 |COMMON_SET|Manifest: NOSIGNATURE netherdepthsupgrade-3.1.0-1.20.jar |Nether Depths Upgrade |netherdepthsupgrade |3.1.0-1.20 |COMMON_SET|Manifest: NOSIGNATURE automessage-2.0.3-1.20.1_forge.jar |AutoMessage |automessage |2.0.3-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE craftingtweaks-forge-1.20-18.0.2.jar |CraftingTweaks |craftingtweaks |18.0.2 |COMMON_SET|Manifest: NOSIGNATURE vanillaplustools-1.20-1.0.jar |Vanilla+ Tools |vanillaplustools |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.0.5.jar |EnchantmentDescriptions |enchdesc |17.0.5 |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 moonlight-1.20-2.8.21-forge.jar |Moonlight Library |moonlight |1.20-2.8.21 |COMMON_SET|Manifest: NOSIGNATURE morebowsandarrows-1.0.0.jar |More Bows and Arrows! |morebowsandarrows |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.20.1-forge-11.5.1.jar |Jade |jade |11.5.1 |COMMON_SET|Manifest: NOSIGNATURE snowyspirit-1.20-2.2.5.jar |Snowy Spirit |snowyspirit |1.20-2.2.5 |COMMON_SET|Manifest: NOSIGNATURE fish_of_thieves-mc1.20.1-v3.0.2-forge.jar |Fish of Thieves |fishofthieves |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE CreativeCore_FORGE_v2.10.34_mc1.20.1.jar |CreativeCore |creativecore |2.10.34 |COMMON_SET|Manifest: NOSIGNATURE movingelevators-1.4.3c-forge-mc1.20.jar |Moving Elevators |movingelevators |1.4.3c |COMMON_SET|Manifest: NOSIGNATURE taniwha-forge-1.20.0-5.1.1.jar |Taniwha |taniwha |1.20.0-5.1.1 |COMMON_SET|Manifest: NOSIGNATURE RoughlyEnoughItems-12.0.652.jar |Roughly Enough Items (REI) |roughlyenoughitems |12.0.652 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.20.1-forge-1.1.15.jar |Iceberg |iceberg |1.1.15 |COMMON_SET|Manifest: NOSIGNATURE DiagonalFences-v8.0.1-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.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 invhud.forge.1.20.1-3.4.18.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.18 |COMMON_SET|Manifest: NOSIGNATURE modonomicon-1.20.1-forge-1.39.0.jar |Modonomicon |modonomicon |1.39.0 |COMMON_SET|Manifest: NOSIGNATURE fancymenu_forge_2.14.9-1_MC_1.20.1.jar |FancyMenu |fancymenu |2.14.9 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-6.0.0-forge.jar |Ferrite Core |ferritecore |6.0.0 |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 Craftable Horse Armour Saddle-1.20-1.10.jar |CHA&S - Craftable Horse Armour|craftablehorsearmour |1.10 |COMMON_SET|Manifest: NOSIGNATURE loadmyresources_forge_1.0.4_MC_1.19.3.jar |Load My Resources |loadmyresources |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 4c87bc29-fe12-4b7d-a5b2-40794ea8a09b FML: 47.1 Forge: net.minecraftforge:47.1.47
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.