개인 자료란 (JE)

  서버 커뮤니티

Profile sichi 대표칭호 없음
Profile

질문하기 멀티플레이

커스포지 서버팩 실행시 오류

2024.02.16 조회 수 83 추천 수 0
이해도 입문자 
게임버전 (JE) 1.16.5 
게임버전 (BE) 관련없음 

커스포지 모드서버팩을 다운 받고 서버 실행기를 실행하면 이런 에러코드와 함께 서버가 안열립니다 어떻게 해야하나요 ㅠ



C:\Users\User\Downloads\RAD2-Serverpack-1.9\RAD2-Serverpack-1.9>java -Xmx4G -jar forge-1.16.5-36.2.39.jar nogui

2024-02-16 17:17:02,986 main WARN Advanced terminal features are not available in this environment

[17:17:03] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.39, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]

[17:17:03] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 15.0.2 by Oracle Corporation

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by cpw.mods.modlauncher.SecureJarHandler (file:/C:/Users/User/Downloads/RAD2-Serverpack-1.9/RAD2-Serverpack-1.9/libraries/cpw/mods/modlauncher/8.1.3/modlauncher-8.1.3.jar) to field java.util.jar.Manifest.jv

WARNING: Please consider reporting this to the maintainers of cpw.mods.modlauncher.SecureJarHandler

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

[17:17:03] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust

[17:17:03] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/User/Downloads/RAD2-Serverpack-1.9/RAD2-Serverpack-1.9/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER

[17:17:03] [main/INFO] [io.do.se.co.SerializationIsBad/]: Initializing SerializationIsBad, implementation type: modlauncher

[17:17:04] [main/INFO] [io.do.se.co.SerializationIsBad/]: Using remote config file

[17:17:04] [main/INFO] [io.do.se.co.SerializationIsBad/]: Loaded config file

[17:17:04] [main/INFO] [io.do.se.co.SerializationIsBad/]:   Blocking Enabled: true

[17:17:04] [main/INFO] [io.do.se.co.SerializationIsBad/]:   Loaded Patch Modules: 39

[17:17:06] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'

[17:17:07] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector]

[17:17:07] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [de.maxhenkel.miningdimension.mixin.MixinConnector]

[17:17:07] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]

[17:17:07] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.integral.enigmaticlegacy.MixinConnector]

[17:17:07] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]

[17:17:08] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix 5.12.0+mc1.16.5: 84 options available, 1 override(s) found

[17:17:08] [main/WARN] [ModernFix/]: Option 'mixin.perf.compress_biome_container' overriden (by mods [chocolate]) to 'false'

[17:17:09] [main/ERROR] [cp.mo.mo.TransformationServiceDecorator/]: Illegal prefix specified for serializationisbad : io.dogboy.serializationisbad.

[17:17:09] [main/ERROR] [ModernFix/]: Failed to make classloading changes

java.lang.reflect.InvocationTargetException: null

        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {re:classloading}

        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) ~[?:?] {re:classloading}

        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {re:classloading}

        at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?] {}

        at org.embeddedt.modernfix.platform.forge.ModernFixPlatformHooksImpl.constructResourceFinder(ModernFixPlatformHooksImpl.java:228) ~[modernfix:5.12.0+mc1.16.5] {re:classloading}

        at org.embeddedt.modernfix.platform.forge.ModernFixPlatformHooksImpl.injectPlatformSpecificHacks(ModernFixPlatformHooksImpl.java:168) ~[modernfix:5.12.0+mc1.16.5] {re:classloading}

        at org.embeddedt.modernfix.core.ModernFixMixinPlugin.<init>(ModernFixMixinPlugin.java:71) ~[modernfix:5.12.0+mc1.16.5] {re:classloading}

        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}

        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) ~[?:?] {}

        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}

        at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}

        at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?] {}

        at org.spongepowered.asm.mixin.transformer.PluginHandle.<init>(PluginHandle.java:97) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:706) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:498) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:460) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}

        at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec] {}

        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading}

        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading}

        at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] {}

        at java.lang.Class.forName0(Native Method) ~[?:?] {}

        at java.lang.Class.forName(Class.java:468) ~[?:?] {}

        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge-1.16.5-36.2.39.jar:36.2] {}

        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}

        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}

        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge-1.16.5-36.2.39.jar:?] {}

        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge-1.16.5-36.2.39.jar:?] {}

        at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.39.jar:?] {}

Caused by: java.lang.IllegalArgumentException: Bad prefixes specified

        at cpw.mods.modlauncher.TransformationServiceDecorator.getClassLoader(TransformationServiceDecorator.java:138) ~[modlauncher-8.1.3.jar:?] {re:classloading}

        ... 39 more

[17:17:09] [main/INFO] [ModernFix/]: Applied Forge config corruption patch

[17:17:09] [main/WARN] [mixin/]: Reference map 'eidolon.refmap.json' for eidolon.mixins.json could not be read. If this is a development environment you can ignore this message

[17:17:09] [main/WARN] [mixin/]: Reference map 'farmersrespite.refmap.json' for farmersrespite.mixins.json could not be read. If this is a development environment you can ignore this message

[17:17:09] [main/WARN] [mixin/]: Reference map 'rhino-forge-refmap.json' for rhino.mixins.json could not be read. If this is a development environment you can ignore this message

[17:17:09] [main/WARN] [mixin/]: Reference map 'nethers_delight.refmap.json' for nethers_delight.mixins.json could not be read. If this is a development environment you can ignore this message

[17:17:10] [main/INFO] [Sledgehammer/]: Successfully loaded configuration file.

[17:17:10] [main/INFO] [Sledgehammer/]: Successfully saved configuration file.

[17:17:10] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom

[17:17:10] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching LivingEntity#blockUsingShield

[17:17:10] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching LivingEntity#applyPotionDamageCalculations

[17:17:10] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching ItemStack#onItemUse

[17:17:11] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LootTableManager#apply

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching CrossbowItem#onItemRightClick

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching CrossbowItem#fireProjectile

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Successfully removed the anvil level cap.

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Successfully allowed nbt-unbreakable items in the anvil.

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching net/minecraft/inventory/container/RepairContainer

[17:17:11] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching FishingBobberEntity#catchingFish

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentModifierDamage

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getModifierForCreature

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyThornEnchantments

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching EnchantmentHelper#applyArthropodEnchantments

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching buildEnchantmentList for the Enchantability affix.

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching EnchantmentHelper#getEnchantmentDatas

[17:17:12] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching DataPackRegistries#<init>

[17:17:12] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER

[17:17:12] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/entity/player/ClientPlayerEntity (java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER)

[17:17:12] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.ClientPlayerEntity was not found ars_nouveau.mixins.json:ClientElytraMixin

[17:17:12] [main/WARN] [mixin/]: Error loading class: biomesoplenty/common/world/BOPBiomeProvider (java.lang.ClassNotFoundException: null)

[17:17:12] [main/WARN] [mixin/]: Error loading class: com/ferreusveritas/dynamictrees/worldgen/BiomeRadiusCoordinator (java.lang.ClassNotFoundException: null)

[17:17:12] [main/WARN] [mixin/]: Error loading class: com/ferreusveritas/dynamictrees/worldgen/TreeGenerator (java.lang.ClassNotFoundException: null)

[17:17:12] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching CombatRules#getDamageAfterMagicAbsorb

[17:17:13] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching net/minecraft/item/EnchantedBookItem

[17:17:13] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching TemptGoal#isTempting

[17:17:13] [main/WARN] [mixin/]: Error loading class: dev/ftb/mods/ftbchunks/data/ClaimedChunkManager (java.lang.ClassNotFoundException: null)

[17:17:13] [main/WARN] [mixin/]: @Mixin target dev.ftb.mods.ftbchunks.data.ClaimedChunkManager was not found doespotatotick.mixins.json:ClaimedChunkManagerMixin

[17:17:13] [main/WARN] [mixin/]: Error loading class: net/darkhax/darkutils/features/charms/CharmEffects (java.lang.ClassNotFoundException: null)

[17:17:13] [main/WARN] [mixin/]: Error loading class: com/brandon3055/csg/ModEventHandler (java.lang.ClassNotFoundException: null)

[17:17:13] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via org.embeddedt.modernfix.forge.shadow.mixinextras.service.MixinExtrasServiceImpl(version=0.3.2).

[17:17:14] [main/INFO] [minecraft/Bootstrap]: ModernFix reached bootstrap stage (11.85 s after launch)

[17:17:14] [main/INFO] [mixin/]: Mixing MixinEnchantment from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraft.enchantment.Enchantment

[17:17:16] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LivingEntity#attackEntityFrom

[17:17:16] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching LivingEntity#blockUsingShield

[17:17:16] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching LivingEntity#applyPotionDamageCalculations

[17:17:16] [main/INFO] [mixin/]: Mixing MixinForgeHooks from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraftforge.common.ForgeHooks

[17:17:17] [main/INFO] [FerriteCore - class definer/]: Using Java 9+ class definer

[17:17:17] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching SharedMonsterAttributes#readAttributeModifier

[17:17:17] [main/INFO] [mixin/]: Mixing MixinEnchantmentContainer from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraft.inventory.container.EnchantmentContainer

[17:17:17] [main/INFO] [mixin/]: Renaming synthetic method lambda$onEnchantedItem$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/inventory/container/EnchantmentContainer;ILnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V to md405a17$lambda$onEnchantedItem$0$0 in assets/enigmaticlegacy/enigmaticlegacy.mixins.json:MixinEnchantmentContainer

[17:17:17] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput

[17:17:17] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Successfully removed the anvil level cap.

[17:17:17] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching RepairContainer#updateRepairOutput

[17:17:17] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Successfully allowed nbt-unbreakable items in the anvil.

[17:17:17] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching net/minecraft/inventory/container/RepairContainer

[17:17:18] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching CampfireTileEntity#findMatchingRecipe

[17:17:18] [main/INFO] [mixin/]: Mixing AccessorAbstractArrowEntity from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraft.entity.projectile.AbstractArrowEntity

[17:17:18] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching TemptGoal#isTempting

[17:17:19] [main/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching ItemStack#onItemUse

[17:17:19] [main/INFO] [mixin/]: Mixing MixinVillagerEntity from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraft.entity.merchant.villager.VillagerEntity

[17:17:20] [main/INFO] [minecraft/Bootstrap]: Vanilla bootstrap took 6139 milliseconds

[17:17:20] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching ItemArrow#isInfinite

[17:17:20] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching ItemArrow#isInfinite

[17:17:20] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching net/minecraft/item/EnchantedBookItem

[17:17:21] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching CrossbowItem#onItemRightClick

[17:17:21] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching CrossbowItem#fireProjectile

[17:17:21] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching FishingBobberEntity#catchingFish

[17:17:21] [main/INFO] [mixin/]: Mixing MixinPiglinMobsSensor from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraft.entity.ai.brain.sensor.PiglinMobsSensor

[17:17:21] [main/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching net/minecraft/loot/functions/EnchantRandomly

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `vtweaks` for name `lumbering`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `vtweaks` for name `imperishable`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `mining_dimension` for name `teleporter`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `walljump`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `doublejump`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:23] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `speedboost`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:24] [modloading-worker-9/INFO] [or.in.se.SecondChanceForge/]: Second Chance: Sound Events Registered!

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Sound Events Registered!

[17:17:24] [modloading-worker-6/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching DataPackRegistries#<init>

[17:17:24] [modloading-worker-2/INFO] [STDOUT/]: [tfar.toughnessbar.ToughnessBar:<init>:32]: Why did you put this on a dedicated server?

[17:17:24] [modloading-worker-2/INFO] [mixin/]: Mixing MixinLootTable from assets/enigmaticlegacy/enigmaticlegacy.mixins.json into net.minecraft.loot.LootTable

[17:17:24] [modloading-worker-2/INFO] [ne.mi.co.Co.placebo/COREMODLOG]: Patching LootTableManager#apply

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Blocks Registered!

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Items Registered!

[17:17:24] [modloading-worker-8/INFO] [radenchants/]: Refreshing Server Config

[17:17:24] [modloading-worker-8/INFO] [radenchants/]: Initializing Enchants

[17:17:24] [modloading-worker-8/INFO] [radenchants/]: Refreshing [Nightmask] Config

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Effects Registered!

[17:17:24] [modloading-worker-8/INFO] [radenchants/]: Refreshing [Yield] Config

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Potions Registered!

[17:17:24] [modloading-worker-8/INFO] [radenchants/]: Refreshing Client Config

[17:17:24] [modloading-worker-4/INFO] [betterdefaultbiomes/]: Built Better Default Biomes Config

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Entity Types Registered!

[17:17:24] [modloading-worker-9/INFO] [CRT/]: Carrots Lib mod constructor called

[17:17:24] [modloading-worker-4/INFO] [betterdefaultbiomes/]: Built Better Default Biomes Worldgen Config

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Painting Types Registered!

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Tile Entity Types Registered!

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Biomes Registered!

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Loot Modifiers Registered!

[17:17:24] [modloading-worker-11/INFO] [or.in.in.InfernalExpansion/]: Infernal Expansion: Entity Classifications Registered!

[17:17:24] [modloading-worker-9/INFO] [CRT/]: Potion effect neutralizer hook initialized successfully!

[17:17:24] [modloading-worker-9/INFO] [CRT/]: Potion type converter hook initialized successfully!

[17:17:24] [modloading-worker-9/INFO] [CRT/]: Setting *DEFAULT* builtin as default season provider

[17:17:24] [modloading-worker-9/INFO] [CRT/]: Using configured thresholds as Day-Night state provider

[17:17:24] [modloading-worker-9/INFO] [CRT/]: Registered Curios mod as primary baubles provider

[17:17:24] [modloading-worker-15/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 36.2.39, for MC 1.16.5 with MCP 20210115.111550

[17:17:24] [modloading-worker-15/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v36.2.39 Initialized

[17:17:24] [modloading-worker-11/WARN] [ne.mi.ev.EventBus/EVENTBUS]: Attempting to add a Lambda listener with computed generic type of Event. Are you sure this is what you meant? NOTE : there are complex lambda forms where the generic type information is erased and cannot be recovered at runtime.

[17:17:24] [modloading-worker-6/INFO] [my.my.re.re.AbstractRegistrate/]: Detected new forge version, registering events reflectively.

[17:17:24] [modloading-worker-2/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: pmmo, class harmonised.pmmo.ProjectMMOMod

java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant

        at harmonised.pmmo.ftb_quests.FTBQHandler.<clinit>(FTBQHandler.java:13) ~[pmmo:1.16.5-3.67.6] {re:classloading}

        at harmonised.pmmo.ProjectMMOMod.<init>(ProjectMMOMod.java:62) ~[pmmo:1.16.5-3.67.6] {re:classloading}

        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading}

        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) ~[?:?] {re:classloading}

        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading}

        at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}

        at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?] {}

        at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?] {re:classloading}

        at java.lang.Class.newInstance(Class.java:645) ~[?:?] {}

        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[forge:36.2] {re:classloading}

        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[forge:?] {re:classloading}

        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) [?:?] {}

        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) [?:?] {}

        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?] {}

        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [?:?] {}

        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [?:?] {re:computing_frames}

        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [?:?] {re:computing_frames}

        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?] {}

[17:17:26] [modloading-worker-10/WARN] [mixin/]: @Final field field_188669_b:Lorg/apache/logging/log4j/Logger; in progressivebosses.mixins.json:ChargingPlayerPhaseMixin should be final

[17:17:26] [modloading-worker-10/INFO] [chocolate/]: Vanilla is real good, but chocolate is better, let's be honest. :)

[17:17:26] [modloading-worker-9/INFO] [twilightforest/]: Skipped compatibility for mod immersiveengineering.

[17:17:26] [modloading-worker-8/INFO] [Enigmatic Legacy/INFO]: Constructing mod instance...

[17:17:26] [modloading-worker-4/INFO] [Spartan Weaponry/]: Constructing Mod: Spartan Weaponry

[17:17:26] [modloading-worker-4/INFO] [Spartan Weaponry/]: Initialising API! Version: 6

[17:17:26] [modloading-worker-13/INFO] [KubeJS/]: Looking for KubeJS plugins...

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_block`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-13/INFO] [KubeJS/]: Found kubejs plugin

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_entity`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_living`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_living_not_monster`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_living_not_player`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_monster`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_player`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_lay_on_hands`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_reverse_direction`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_chaining`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_ray`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_item`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_animal`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_is_baby`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_filter_is_mature`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_amplify_two`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:26] [modloading-worker-11/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_amplify_three`, expected `toomanyglyphs`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:27] [modloading-worker-13/INFO] [KubeJS/]: Found ftbmoney plugin

[17:17:27] [modloading-worker-13/INFO] [KubeJS/]: Found lootjs plugin

[17:17:27] [modloading-worker-8/INFO] [Enigmatic Legacy/INFO]: Mod instance constructed successfully.

[17:17:27] [modloading-worker-13/INFO] [KubeJS/]: Done in 0 s

[17:17:27] [modloading-worker-13/INFO] [KubeJS/]: Loaded common.properties

[17:17:27] [modloading-worker-4/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.3.12...

[17:17:27] [modloading-worker-10/INFO] [Sledgehammer/]: Sledgehammer v1.16.5-2.0.1 (forge)

[17:17:27] [modloading-worker-10/INFO] [Sledgehammer/]: Loaded default locale

[17:17:27] [modloading-worker-1/INFO] [Spartan Shields/]: Constructing Mod: Spartan Shields

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: tower structure registered

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: ice_tower structure registered

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: jungle_tower structure registered

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: derelict_tower structure registered

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: derelict_grass_tower structure registered

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: ocean_tower structure registered

[17:17:27] [modloading-worker-8/INFO] [co._i.to.TowersOfTheWild/]: ocean_warm_tower structure registered

[17:17:27] [modloading-worker-10/INFO] [co.de.pi.PickableOrbs/]: Loading Orbs...

[17:17:27] [modloading-worker-10/INFO] [co.de.pi.PickableOrbs/]: Loading config: C:\Users\User\Downloads\RAD2-Serverpack-1.9\RAD2-Serverpack-1.9\config\pickableorbs\common.toml

[17:17:27] [modloading-worker-10/INFO] [co.de.pi.PickableOrbs/]: Built config: C:\Users\User\Downloads\RAD2-Serverpack-1.9\RAD2-Serverpack-1.9\config\pickableorbs\common.toml

[17:17:27] [modloading-worker-10/INFO] [co.de.pi.PickableOrbs/]: Loaded config: C:\Users\User\Downloads\RAD2-Serverpack-1.9\RAD2-Serverpack-1.9\config\pickableorbs\common.toml

[17:17:27] [modloading-worker-15/INFO] [expandability/]: ExpandAbility here, who dis?

[17:17:27] [modloading-worker-8/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_conjure_terrain`, expected `ars_elemental`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:27] [modloading-worker-8/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_homing_projectile`, expected `ars_elemental`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:27] [modloading-worker-8/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `ars_nouveau` for name `glyph_arc_projectile`, expected `ars_elemental`. This could be a intended override, but in most cases indicates a broken mod.

[17:17:28] [modloading-worker-13/INFO] [KubeJS Startup/]: Starting recipe modification scripts...

[17:17:28] [modloading-worker-13/INFO] [KubeJS Startup/]: Loaded script startup_scripts:script.js in 0.189 s

[17:17:28] [modloading-worker-13/INFO] [KubeJS Startup/]: Loaded 1/1 KubeJS startup scripts in 0.463 s

[17:17:28] [modloading-worker-11/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/module/AncientTomesModule

[17:17:28] [modloading-worker-11/INFO] [ne.mi.co.Co.apotheosis/COREMODLOG]: Patching vazkii/quark/content/tools/item/AncientTomeItem

[17:17:28] [modloading-worker-3/INFO] [ej.bo.BountifulMod/]: Loading Bountiful listeners..

[17:17:28] [modloading-worker-3/INFO] [STDOUT/]: [ejektaflex.bountiful.data.json.JsonSerializers:register:14]: BOREG registering json ser

[17:17:29] [main/FATAL] [ne.mi.fm.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found

[17:17:29] [main/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 518d9ae3-142b-4c39-a1b8-b6b7b6dac286

[17:17:29] [main/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (16/18)

[17:17:29] [main/FATAL] [ne.mi.fm.se.ServerModLoader/]: Crash report saved to .\crash-reports\crash-2024-02-16_17.17.29-fml.txt

---- Minecraft Crash Report ----

// I let you down. Sorry :(


Time: 2/16/24, 5:17 PM

Description: Mod loading error has occurred


java.lang.Exception: Mod Loading has failed

        at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:71) ~[forge:?] {re:classloading}

        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:37) ~[forge:?] {re:classloading}

        at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading,re:mixin,pl:mixin:A}

        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {re:classloading}

        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) ~[?:?] {re:classloading}

        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {re:classloading}

        at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?] {}

        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge-1.16.5-36.2.39.jar:36.2] {}

        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}

        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}

        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge-1.16.5-36.2.39.jar:?] {}

        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge-1.16.5-36.2.39.jar:?] {}

        at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.39.jar:?] {}



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

---------------------------------------------------------------------------------------


-- Head --

Thread: main

Stacktrace:

        at harmonised.pmmo.ftb_quests.FTBQHandler.<clinit>(FTBQHandler.java:13) ~[pmmo:1.16.5-3.67.6] {re:classloading}

-- MOD pmmo --

Details:

        Mod File: Project_MMO-1.16.5-3.67.6.jar

        Failure message: Project MMO (pmmo) has failed to load correctly

                java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant

        Mod Version: 1.16.5-3.67.6

        Mod Issue URL: NOT PROVIDED

        Exception message: java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant

Stacktrace:

        at harmonised.pmmo.ftb_quests.FTBQHandler.<clinit>(FTBQHandler.java:13) ~[pmmo:1.16.5-3.67.6] {re:classloading}

        at harmonised.pmmo.ProjectMMOMod.<init>(ProjectMMOMod.java:62) ~[pmmo:1.16.5-3.67.6] {re:classloading}

        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading,re:classloading}

        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) ~[?:?] {re:classloading,re:classloading,re:classloading}

        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading,re:classloading}

        at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}

        at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?] {}

        at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?] {re:classloading,re:classloading,re:classloading}

        at java.lang.Class.newInstance(Class.java:645) ~[?:?] {}

        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[forge:36.2] {re:classloading}

        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[forge:?] {re:classloading}

        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) ~[?:?] {}

        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) ~[?:?] {}

        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}

        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) ~[?:?] {}

        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) ~[?:?] {re:computing_frames}

        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) ~[?:?] {re:computing_frames}

        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {}



-- System Details --

Details:

        Minecraft Version: 1.16.5

        Minecraft Version ID: 1.16.5

        Operating System: Windows 10 (amd64) version 10.0

        Java Version: 15.0.2, Oracle Corporation

        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation

        Memory: 139249032 bytes (132 MB) / 830472192 bytes (792 MB) up to 4294967296 bytes (4096 MB)

        CPUs: 12

        JVM Flags: 1 total; -Xmx4G

        ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec

        ModLauncher launch target: fmlserver

        ModLauncher naming: srg

        ModLauncher services:

                /mixin-0.8.4.jar mixin PLUGINSERVICE

                /eventbus-4.0.0.jar eventbus PLUGINSERVICE

                /forge-1.16.5-36.2.39.jar object_holder_definalize PLUGINSERVICE

                /forge-1.16.5-36.2.39.jar runtime_enum_extender PLUGINSERVICE

                /forge-1.16.5-36.2.39.jar capability_inject_definalize PLUGINSERVICE

                /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE

                /forge-1.16.5-36.2.39.jar runtimedistcleaner PLUGINSERVICE

                /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE

                /forge-1.16.5-36.2.39.jar fml TRANSFORMATIONSERVICE

                /serializationisbad-1.5.jar serializationisbad TRANSFORMATIONSERVICE

        FML: 36.2

        Forge: net.minecraftforge:36.2.39

        FML Language Providers:

                [email protected]

                minecraft@1

                [email protected]

        Mod List:

                BetterDungeons-1.16.4-1.2.1.jar                   |YUNG's Better Dungeons        |betterdungeons                |1.16.4-1.2.1        |CREATE_REG|Manifest: NOSIGNATURE

                secondchanceforge-1.16.5-1.5.0.jar                |Second Chance Forge           |secondchanceforge             |1.5.0               |CREATE_REG|Manifest: NOSIGNATURE

                infernal-expansion-1.16.5-2.5.0.jar               |Infernal Expansion            |infernalexp                   |2.5.0               |CREATE_REG|Manifest: NOSIGNATURE

                mcw-windows-2.2.1-mc1.16.5forge.jar               |Macaw's Windows               |mcwwindows                    |2.2.1               |CREATE_REG|Manifest: NOSIGNATURE

                torohealth-1.16.4-forge-4.jar                     |ToroHealth                    |torohealth                    |NONE                |CREATE_REG|Manifest: NOSIGNATURE

                stalwart-dungeons-1.16.5-1.1.7.jar                |Stalwart Dungeons             |stalwart_dungeons             |1.1.7               |CREATE_REG|Manifest: NOSIGNATURE

                looot-1.16.4-1.0.0.3.jar                          |Looot                         |looot                         |1.0.0.3             |CREATE_REG|Manifest: NOSIGNATURE

                BetterCaves-Forge-1.16.4-1.1.2.jar                |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |CREATE_REG|Manifest: NOSIGNATURE

                NaNny-1.0.1.jar                                   |NaNny                         |nanny                         |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE

                modernfix-forge-5.12.0+mc1.16.5.jar               |ModernFix                     |modernfix                     |5.12.0+mc1.16.5     |CREATE_REG|Manifest: NOSIGNATURE

                farmersdelightintegrations-1.16.5-1.2.jar         |Farmer's Delight Compats      |farmersdelightintegrations    |1.16.5-1.2          |CREATE_REG|Manifest: NOSIGNATURE

                YungsApi-1.16.4-Forge-13.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |CREATE_REG|Manifest: NOSIGNATURE

                GatewaysToEternity-1.16.5-1.0.2.jar               |Gateways To Eternity          |gateways                      |1.0.2               |CREATE_REG|Manifest: NOSIGNATURE

                upgradednetherite_items-1.16.5-1.1.0.2-release.jar|Upgraded Netherite : Items    |upgradednetherite_items       |1.16.5-1.1.0.2-relea|CREATE_REG|Manifest: NOSIGNATURE

                lootbeams-1.16.5-release-july1722.jar             |LootBeams                     |lootbeams                     |1.16.5              |CREATE_REG|Manifest: NOSIGNATURE

                guardvillagers-1.16.5.1.2.6.jar                   |Guard Villagers               |guardvillagers                |1.2.6               |CREATE_REG|Manifest: NOSIGNATURE

                randompatches-2.4.4-forge.jar                     |RandomPatches                 |randompatches                 |2.4.4-forge         |CREATE_REG|Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7

                ForgivingVoid_1.16.5-5.2.1.jar                    |Forgiving Void                |forgivingvoid                 |5.2.1               |CREATE_REG|Manifest: NOSIGNATURE

                Apotheosis-1.16.5-4.8.9A0.jar                     |Apotheosis                    |apotheosis                    |4.8.9A0             |CREATE_REG|Manifest: NOSIGNATURE

                Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |CREATE_REG|Manifest: NOSIGNATURE

                Unique Enchantments Utils-1.16.5-1.7.3.1.jar      |Unique Util Enchantments      |uniqueutil                    |1.7.3.1             |CREATE_REG|Manifest: NOSIGNATURE

                Paraglider-1.16.5-1.3.2.14.jar                    |Paraglider                    |paraglider                    |1.3.2.14            |CREATE_REG|Manifest: NOSIGNATURE

                supplementaries-1.16.5-0.18.7.jar                 |Supplementaries               |supplementaries               |0.18.7              |CREATE_REG|Manifest: NOSIGNATURE

                betterendforge-1.16.5-2.5.jar                     |BetterEnd Forge               |betterendforge                |1.16.5-2.5          |CREATE_REG|Manifest: NOSIGNATURE

                upgradednetherite-1.16.5-2.1.0.1-release.jar      |Upgraded Netherite            |upgradednetherite             |1.16.5-2.1.0.1-relea|CREATE_REG|Manifest: NOSIGNATURE

                structure_gel-1.16.5-1.7.8.jar                    |Structure Gel API             |structure_gel                 |1.7.8               |CREATE_REG|Manifest: NOSIGNATURE

                AdvancementPlaques-1.16.5-1.4.1.jar               |Advancement Plaques           |advancementplaques            |1.4.1               |CREATE_REG|Manifest: NOSIGNATURE

                TenshiLib-1.16.3-1.3.0.jar                        |TenshiLib                     |tenshilib                     |1.16.3-1.3.0        |CREATE_REG|Manifest: NOSIGNATURE

                repurposed_structures_forge-3.4.7+1.16.5.jar      |Repurposed Structures         |repurposed_structures         |3.4.7+1.16.5        |CREATE_REG|Manifest: NOSIGNATURE

                morevillagers-FORGE-1.16.5-1.5.5.jar              |More Villagers                |morevillagers                 |1.5.5               |CREATE_REG|Manifest: NOSIGNATURE

                twilightdecor-1.16.5-v1.1.jar                     |Twilight Decor                |twilightdecor                 |1.1                 |CREATE_REG|Manifest: NOSIGNATURE

                toughnessbar-6.1.jar                              |Toughness Bar                 |toughnessbar                  |6.1                 |CREATE_REG|Manifest: NOSIGNATURE

                dungeons_plus-1.16.5-1.1.5.jar                    |Dungeons Plus                 |dungeons_plus                 |1.1.5               |CREATE_REG|Manifest: NOSIGNATURE

                Rad Enchants-1.16.5-1.0.1a-BETA.jar               |Rad Enchants                  |radenchants                   |1.0.1a-BETA         |CREATE_REG|Manifest: NOSIGNATURE

                edibles_1.16.5-2.4.jar                            |Edibles                       |edibles                       |2.4                 |CREATE_REG|Manifest: NOSIGNATURE

                BetterDefaultBiomes-1.16.4+-Alpha 2.6.1.jar       |Better Default Biomes         |betterdefaultbiomes           |Alpha 2.6.0         |CREATE_REG|Manifest: NOSIGNATURE

                darkerdepths-1.16.5-1.1.4.jar                     |Darker Depths                 |darkerdepths                  |1.1.4               |CREATE_REG|Manifest: NOSIGNATURE

                Highlighter-1.16.5-1.1.1.jar                      |Highlighter                   |highlighter                   |1.1.1               |CREATE_REG|Manifest: NOSIGNATURE

                curios-forge-1.16.5-4.1.0.0.jar                   |Curios API                    |curios                        |1.16.5-4.1.0.0      |CREATE_REG|Manifest: NOSIGNATURE

                carrotslib-mc1.16.5-3.0.2.jar                     |Carrots Lib                   |carrots                       |3.0.2               |CREATE_REG|Manifest: NOSIGNATURE

                randomite-1.16.4-1.0.1.jar                        |Randomite Classic             |randomite                     |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE

                Unique Enchantments-1.16.5-2.3.3.1.jar            |Unique Enchantments           |uniquee                       |2.3.3.1             |CREATE_REG|Manifest: NOSIGNATURE

                YungsExtras-Forge-1.16.4-1.0.jar                  |YUNG's Extras                 |yungsextras                   |Forge-1.16.4-1.0    |CREATE_REG|Manifest: NOSIGNATURE

                MushroomQuest_1.16.5_v3.2.jar                     |Mushroom Quest                |mushroomquest                 |3.0.0               |CREATE_REG|Manifest: NOSIGNATURE

                tombstone-6.8.12-1.16.5.jar                       |Corail Tombstone              |tombstone                     |6.8.12              |CREATE_REG|Manifest: NOSIGNATURE

                majruszs-difficulty-1.16.4-1.1.0.jar              |Majrusz's Progressive Difficul|majruszs_difficulty           |1.1.0               |CREATE_REG|Manifest: NOSIGNATURE

                constructionwand-1.16.5-2.6.jar                   |Construction Wand             |constructionwand              |1.16.5-2.6          |CREATE_REG|Manifest: NOSIGNATURE

                sapience-1.16.5-1.1.2.jar                         |Sapience                      |sapience                      |1.1.2               |CREATE_REG|Manifest: NOSIGNATURE

                Project_MMO-1.16.5-3.67.6.jar                     |Project MMO                   |pmmo                          |1.16.5-3.67.6       |ERROR     |Manifest: NOSIGNATURE

                cloth-config-4.16.91-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.16.91             |CREATE_REG|Manifest: NOSIGNATURE

                the_bumblezone_forge-3.2.1+1.16.5.jar             |The Bumblezone                |the_bumblezone                |3.2.1+1.16.5        |CREATE_REG|Manifest: NOSIGNATURE

                toms_storage-1.2.19.jar                           |Tom's Simple Storage Mod      |toms_storage                  |1.2.19              |CREATE_REG|Manifest: NOSIGNATURE

                FastLeafDecay-v25.2.jar                           |FastLeafDecay                 |fastleafdecay                 |v25.2               |CREATE_REG|Manifest: NOSIGNATURE

                BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |CREATE_REG|Manifest: NOSIGNATURE

                dungeons_libraries-1.16.5-1.0.6.jar               |Dungeons Libraries            |dungeons_libraries            |1.16.5-1.0.6        |CREATE_REG|Manifest: NOSIGNATURE

                dungeons_gear-1.16.5-3.2.7.jar                    |Dungeons Gear                 |dungeons_gear                 |1.16.5-3.2.7        |CREATE_REG|Manifest: NOSIGNATURE

                mowziesmobs-1.5.27.jar                            |Mowzie's Mobs                 |mowziesmobs                   |1.5.27              |CREATE_REG|Manifest: NOSIGNATURE

                geckolib-forge-1.16.5-3.0.106.jar                 |GeckoLib                      |geckolib3                     |3.0.106             |CREATE_REG|Manifest: NOSIGNATURE

                humancompanions-1.16.5-1.7.4.jar                  |Human Companions              |humancompanions               |1.16.5-1.7.4        |CREATE_REG|Manifest: NOSIGNATURE

                SereneShrubbery-1.16.5-1.2.0.jar                  |Serene Shrubbery              |serene_shrubbery              |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE

                potiondescriptions-1.16.5-1.5.4.jar               |Potion Descriptions           |potiondescriptions            |1.16.5-1.5.4        |CREATE_REG|Manifest: NOSIGNATURE

                bountifulbaubles-1.16.5-0.1.0-forge.jar           |Bountiful Baubles             |bountifulbaubles              |1.16.5-0.1.0        |CREATE_REG|Manifest: NOSIGNATURE

                jei-1.16.5-7.8.0.1009.jar                         |Just Enough Items             |jei                           |7.8.0.1009          |CREATE_REG|Manifest: NOSIGNATURE

                AttributeFix-1.16.5-10.1.4.jar                    |AttributeFix                  |attributefix                  |10.1.4              |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5

                goblintraders-1.7.3-1.16.5.jar                    |Goblin Traders                |goblintraders                 |1.7.3               |CREATE_REG|Manifest: NOSIGNATURE

                caelus-forge-1.16.5-2.1.3.2.jar                   |Caelus API                    |caelus                        |1.16.5-2.1.3.2      |CREATE_REG|Manifest: NOSIGNATURE

                Paxi-Forge-1.16.4-1.0.jar                         |Paxi                          |paxi                          |1.16.4-1.0          |CREATE_REG|Manifest: NOSIGNATURE

                HarderBranchMining-1.16.5-1.36.0.11.jar           |Harder Branch Mining Mod      |harderbranchmining            |1.16.5-1.36.0.11    |CREATE_REG|Manifest: NOSIGNATURE

                NaturesCompass-1.16.5-1.9.1-forge.jar             |Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |CREATE_REG|Manifest: NOSIGNATURE

                LibX-1.16.3-1.0.76.jar                            |LibX                          |libx                          |1.16.3-1.0.76       |CREATE_REG|Manifest: NOSIGNATURE

                stoneholm-1.2.2.jar                               |Stoneholm                     |stoneholm                     |1.2                 |CREATE_REG|Manifest: NOSIGNATURE

                champions-forge-1.16.5-2.0.1.15.jar               |Champions                     |champions                     |1.16.5-2.0.1.15     |CREATE_REG|Manifest: NOSIGNATURE

                good-nights-sleep-1.16.5-1.2.14.jar               |Good Night's Sleep            |good_nights_sleep             |1.2.14              |CREATE_REG|Manifest: NOSIGNATURE

                StepUp-1.16.4-0.2.0.jar                           |StepUp                        |stepup                        |1.16.4-0.2.0        |CREATE_REG|Manifest: NOSIGNATURE

                questsadditions-1.16-1.3.0.jar                    |Quests Additions              |questsadditions               |1.3.0               |CREATE_REG|Manifest: NOSIGNATURE

                CraftTweaker-1.16.5-7.1.2.520.jar                 |CraftTweaker                  |crafttweaker                  |7.1.2.520           |CREATE_REG|Manifest: NOSIGNATURE

                GameStages-Forge-1.16.5-7.3.14.jar                |GameStages                    |gamestages                    |7.3.14              |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5

                mysticalworld-1.16.5-0.3.6.27.jar                 |Mystical World                |mysticalworld                 |0.3.6.27            |CREATE_REG|Manifest: NOSIGNATURE

                majruszsaccessories-1.16.5-0.1.4.jar              |Majrusz's Accessories         |majruszs_accessories          |0.1.4               |CREATE_REG|Manifest: NOSIGNATURE

                forge-1.16.5-36.2.39-universal.jar                |Forge                         |forge                         |36.2.39             |CREATE_REG|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90

                Atum-1.16.5-2.2.12.jar                            |Atum 2                        |atum                          |1.16.5-2.2.12       |CREATE_REG|Manifest: NOSIGNATURE

                WailaHarvestability-mc1.16.x-forge-1.1.15.jar     |Waila Harvestability          |wailaharvestability           |1.1.15              |CREATE_REG|Manifest: NOSIGNATURE

                DungeonsArise-1.16.5-2.1.49-beta.jar              |When Dungeons Arise           |dungeons_arise                |2.1.49              |CREATE_REG|Manifest: NOSIGNATURE

                forge-1.16.5-36.2.39-server.jar                   |Minecraft                     |minecraft                     |1.16.5              |CREATE_REG|Manifest: NOSIGNATURE

                cofh_core-1.16.5-1.5.2.22.jar                     |CoFH Core                     |cofh_core                     |1.5.2.22            |CREATE_REG|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09

                smoothchunk1.16.5-2.0.jar                         |Smoothchunk mod               |smoothchunk                   |2.0                 |CREATE_REG|Manifest: NOSIGNATURE

                logprot-1.16-1.6.jar                              |Logprot                       |logprot                       |1.4                 |CREATE_REG|Manifest: NOSIGNATURE

                Capsule-1.16.5-5.0.94.jar                         |Capsule                       |capsule                       |1.16.5-5.0.94       |CREATE_REG|Manifest: NOSIGNATURE

                roughtweaks-1.16.5-2.5.1.jar                      |Rough Tweaks                  |roughtweaks                   |2.5.1               |CREATE_REG|Manifest: NOSIGNATURE

                greekfantasy-16.5.5.jar                           |Greek Fantasy                 |greekfantasy                  |16.5.5              |CREATE_REG|Manifest: NOSIGNATURE

                nopotionshift_1.16.4-1.6.1.jar                    |No Potion Shift               |nopotionshift                 |1.6.1               |CREATE_REG|Manifest: NOSIGNATURE

                remodifier-1.16.5-2.2.1.jar                       |Remodifier                    |modifiers                     |1.16.5-2.2.1        |CREATE_REG|Manifest: NOSIGNATURE

                pirate_hats.jar                                   |Pirate Hat                    |pirate_hat                    |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE

                majrusz-library-1.16.4-2.0.1.jar                  |Majrusz Library               |majrusz_library               |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE

                dimdungeons-1.13.1.jar                            |Dimensional Dungeons          |dimdungeons                   |1.16.4-1.13.1       |CREATE_REG|Manifest: NOSIGNATURE

                Xaeros_Minimap_23.9.4_Forge_1.16.5.jar            |Xaero's Minimap               |xaerominimap                  |23.9.4              |CREATE_REG|Manifest: NOSIGNATURE

                ftb-backups-2.1.2.2.jar                           |FTB Backups                   |ftbbackups                    |2.1.2.2             |CREATE_REG|Manifest: NOSIGNATURE

                serverconfigupdater-1.3.2.jar                     |ServerConfig Updater          |serverconfigupdater           |1.3.2               |CREATE_REG|Manifest: NOSIGNATURE

                polymorph-forge-1.16.5-0.41.jar                   |Polymorph                     |polymorph                     |1.16.5-0.41         |CREATE_REG|Manifest: NOSIGNATURE

                AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |CREATE_REG|Manifest: NOSIGNATURE

                floormats-1.16.5-v1.5.1.jar                       |Floor Mats                    |floormats                     |1.16.5-v1.5.1       |CREATE_REG|Manifest: NOSIGNATURE

                AmbientEnvironment-5.0.0.11.jar                   |Ambient Environment           |ambientenvironment            |5.0.0.11            |CREATE_REG|Manifest: NOSIGNATURE

                PickleTweaks-1.16.5-5.2.6.jar                     |Pickle Tweaks                 |pickletweaks                  |5.2.6               |CREATE_REG|Manifest: NOSIGNATURE

                Titles-1.16.5-3.4.4.jar                           |Titles                        |titles                        |1.16.5-3.4.3        |CREATE_REG|Manifest: NOSIGNATURE

                appleskin-forge-mc1.16.x-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.16.4      |CREATE_REG|Manifest: NOSIGNATURE

                lootr-1.16.5-0.2.18.49.jar                        |Lootr                         |lootr                         |0.1.15.46           |CREATE_REG|Manifest: NOSIGNATURE

                byg-1.3.6.jar                                     |Oh The Biomes You'll Go       |byg                           |1.3.4               |CREATE_REG|Manifest: NOSIGNATURE

                Aquaculture-1.16.5-2.1.23.jar                     |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.23       |CREATE_REG|Manifest: NOSIGNATURE

                orcinusscaves-1.3.jar                             |Orcinus's Cavern              |cavern                        |{1.2.0}             |CREATE_REG|Manifest: NOSIGNATURE

                CosmeticArmorReworked-1.16.5-v5.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v5           |CREATE_REG|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53

                convenientcurioscontainer-1.3-1.16.5.jar          |Convenient Curios Container   |convenientcurioscontainer     |3_forge-1.16.5      |CREATE_REG|Manifest: NOSIGNATURE

                xptome-1.16.5-v2.1.5.jar                          |XP Tome                       |xpbook                        |v2.1.5              |CREATE_REG|Manifest: NOSIGNATURE

                litewolfcore-1.16.5v1.0.1.jar                     |LiteWolf Core                 |litewolfcore                  |1.16.5v1.0          |CREATE_REG|Manifest: NOSIGNATURE

                Tropicraft-9.2.0-release+90.jar                   |Tropicraft                    |tropicraft                    |9.2.0-release+90    |CREATE_REG|Manifest: NOSIGNATURE

                blue_skies-1.16.5-1.1.3.jar                       |Blue Skies                    |blue_skies                    |1.1.3               |CREATE_REG|Manifest: NOSIGNATURE

                eidolon-0.2.8.jar                                 |Eidolon                       |eidolon                       |0.2.7               |CREATE_REG|Manifest: NOSIGNATURE

                HealthOverlay-1.16.5-3.0.1.jar                    |Health Overlay                |healthoverlay                 |3.0.1               |CREATE_REG|Manifest: NOSIGNATURE

                DoggyTalents-1.16.5-2.1.15.jar                    |Doggy Talents 2               |doggytalents                  |2.1.15              |CREATE_REG|Manifest: NOSIGNATURE

                connectivity-2.4-1.16.5.jar                       |Connectivity Mod              |connectivity                  |2.4-1.16.5          |CREATE_REG|Manifest: NOSIGNATURE

                InsaneLib-1.4.2-mc1.16.5.jar                      |InsaneLib                     |insanelib                     |1.4.2               |CREATE_REG|Manifest: NOSIGNATURE

                XaerosWorldMap_1.37.4_Forge_1.16.5.jar            |Xaero's World Map             |xaeroworldmap                 |1.37.4              |CREATE_REG|Manifest: NOSIGNATURE

                CookingForBlockheads_1.16.5-9.3.4.jar             |Cooking for Blockheads        |cookingforblockheads          |9.3.4               |CREATE_REG|Manifest: NOSIGNATURE

                Prism-1.16.5-1.0.1.jar                            |Prism                         |prism                         |1.0.1               |CREATE_REG|Manifest: NOSIGNATURE

                Placebo-1.16.5-4.7.1.jar                          |Placebo                       |placebo                       |4.7.1               |CREATE_REG|Manifest: NOSIGNATURE

                citadel-1.8.1-1.16.5.jar                          |Citadel                       |citadel                       |1.8.1               |CREATE_REG|Manifest: NOSIGNATURE

                alexsmobs-1.12.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.12.1              |CREATE_REG|Manifest: NOSIGNATURE

                iceandfire-2.1.12-1.16.5-patch-1.jar              |Ice and Fire                  |iceandfire                    |2.1.12-1.16.5-patch-|CREATE_REG|Manifest: NOSIGNATURE

                eyeofdragons-0.1.0.jar                            |Eye of Dragons                |eyeofdragons                  |NONE                |CREATE_REG|Manifest: NOSIGNATURE

                rats-7.1.1-1.16.5.jar                             |Rats                          |rats                          |7.1.1               |CREATE_REG|Manifest: NOSIGNATURE

                forge-branders-spawnermod-1.16.5-1.8.14.jar       |Enhanced Mob Spawners         |spawnermod                    |1.8.14              |CREATE_REG|Manifest: NOSIGNATURE

                Bookshelf-Forge-1.16.5-10.4.33.jar                |Bookshelf                     |bookshelf                     |10.4.33             |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5

                Tips-1.16.5-4.0.18.jar                            |Tips                          |tips                          |4.0.18              |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5

                sophisticatedbackpacks-1.16.5-3.15.20.755.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.16.5-3.15.20.755  |CREATE_REG|Manifest: NOSIGNATURE

                relics-1.16.5-0.3.4.4.jar                         |Relics                        |relics                        |0.3.4.4             |CREATE_REG|Manifest: NOSIGNATURE

                Unique Enchantments Apex-1.16.5-1.2.3.jar         |Unique Apex Enchantments      |uniqueapex                    |1.2.3               |CREATE_REG|Manifest: NOSIGNATURE

                takesapillage-1.0.3-1.16.5.jar                    |It Takes A Pillage            |takesapillage                 |1.0.3               |CREATE_REG|Manifest: NOSIGNATURE

                ProgressiveBosses-3.4.3-mc1.16.5.jar              |Progressive Bosses            |progressivebosses             |3.4.3               |CREATE_REG|Manifest: NOSIGNATURE

                magicaljewelry-1.16.5_1.2.12.jar                  |Magical Jewelry               |magicaljewelry                |1.16.5_1.2.11       |CREATE_REG|Manifest: NOSIGNATURE

                VTweaks-1.16.4-3.6.2.jar                          |V-Tweaks                      |vtweaks                       |3.6.0               |CREATE_REG|Manifest: NOSIGNATURE

                Berry_Nice.jar                                    |Berry Nice                    |berry_nice                    |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE

                LostTrinkets-1.16.5-0.1.27.jar                    |Lost Trinkets                 |losttrinkets                  |0.1.27              |CREATE_REG|Manifest: NOSIGNATURE

                twilightforest-1.16.5-4.0.870-universal.jar       |The Twilight Forest           |twilightforest                |NONE                |CREATE_REG|Manifest: NOSIGNATURE

                Buddycards-1.16.5-2.5.3.jar                       |Buddycards                    |buddycards                    |1.16.5-2.5.3        |CREATE_REG|Manifest: NOSIGNATURE

                cuneiform-1.16.3-1.2.5.jar                        |Cuneiform                     |cuneiform                     |1.16.3-1.2.5        |CREATE_REG|Manifest: NOSIGNATURE

                w2w-1.16.1-0.0.5.2.jar                            |w2w                           |w2w                           |NONE                |CREATE_REG|Manifest: NOSIGNATURE

                chocolate-1.3.0-1.16.4.jar                        |Chocolate                     |chocolate                     |1.3.0-1.16.4        |CREATE_REG|Manifest: NOSIGNATURE

                mcw-bridges-2.1.0-mc1.16.5forge.jar               |Macaw's Bridges               |mcwbridges                    |2.1.0               |CREATE_REG|Manifest: NOSIGNATURE

                FarmersDelight-1.16.5-0.6.0.jar                   |Farmer's Delight              |farmersdelight                |1.16.5-0.6.0        |CREATE_REG|Manifest: NOSIGNATURE

                farmersrespite-1.16.5-1.1.jar                     |Farmer's Respite              |farmersrespite                |1.16.5-1.1          |CREATE_REG|Manifest: NOSIGNATURE

                largemeals-1.16.5-2.2.jar                         |Large Meals                   |largemeals                    |1.16.5-2.2          |CREATE_REG|Manifest: NOSIGNATURE

                projectvibrantjourneys-1.16.5-3.2.11.jar          |Project: Vibrant Journeys     |projectvibrantjourneys        |1.16.5-3.2.11       |CREATE_REG|Manifest: NOSIGNATURE

                Lollipop-1.16.5-3.2.9.jar                         |Lollipop                      |lollipop                      |3.2.9               |CREATE_REG|Manifest: NOSIGNATURE

                mining_dimension-1.16.5-1.0.6.jar                 |Mining World                  |mining_dimension              |1.16.5-1.0.6        |CREATE_REG|Manifest: NOSIGNATURE

                ElenaiDodge2-1.16.X-1.1.0.jar                     |Elenai Dodge 2                |elenaidodge2                  |1.1.0               |CREATE_REG|Manifest: NOSIGNATURE

                simplefarming-1.16.5-1.3.8.jar                    |Simple Farming                |simplefarming                 |1.16.5-1.3.8        |CREATE_REG|Manifest: NOSIGNATURE

                dungeons_enhanced-1.16.5-1.8.2.jar                |Dungeons Enhanced             |dungeons_enhanced             |1.8.2               |CREATE_REG|Manifest: NOSIGNATURE

                Bountiful-1.16.4-3.3.1.jar                        |Bountiful                     |bountiful                     |1.16.4-3.3.1        |CREATE_REG|Manifest: NOSIGNATURE

                Patchouli-1.16.4-53.3.jar                         |Patchouli                     |patchouli                     |1.16.4-53.3         |CREATE_REG|Manifest: NOSIGNATURE

                Feywild-1.16.5-2.1.4.jar                          |Feywild                       |feywild                       |1.16.5-2.1.4        |CREATE_REG|Manifest: NOSIGNATURE

                ars_nouveau-1.16.5-1.25.10.jar                    |Ars Nouveau                   |ars_nouveau                   |1.25.10             |CREATE_REG|Manifest: NOSIGNATURE

                collective-1.16.5-5.49.jar                        |Collective                    |collective                    |5.49                |CREATE_REG|Manifest: NOSIGNATURE

                OreExcavation-1.8.157.jar                         |Ore Excavation                |oreexcavation                 |1.8.157             |CREATE_REG|Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f

                usefulhats-1.16.5-1.10.1.0.jar                    |Useful Hats                   |usefulhats                    |1.16.5-1.10.1.0     |CREATE_REG|Manifest: NOSIGNATURE

                BetterStrongholds-1.16.4-1.2.1.jar                |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.2.1        |CREATE_REG|Manifest: NOSIGNATURE

                EnigmaticLegacy-2.11.12.jar                       |Enigmatic Legacy              |enigmaticlegacy               |2.11.12             |CREATE_REG|Manifest: NOSIGNATURE

                buildersaddition-1.16.5-20210807a.jar             |Builders Crafts & Addition    |buildersaddition              |1.16.5-20210807a    |CREATE_REG|Manifest: NOSIGNATURE

                starterkit_1.16.5-4.1.jar                         |Starter Kit                   |starterkit                    |4.1                 |CREATE_REG|Manifest: NOSIGNATURE

                cavebiomeapi-1.16.5-1.4.2.jar                     |CaveBiomeAPI                  |cavebiomeapi                  |1.16.5-1.4.2        |CREATE_REG|Manifest: NOSIGNATURE

                TwilightDelight-1.16.5-1.1.3.jar                  |Twilight Delight              |twilightdelight               |1.1.3               |CREATE_REG|Manifest: NOSIGNATURE

                SpartanWeaponry-1.16.5-2.2.0-rc-2.jar             |Spartan Weaponry              |spartanweaponry               |2.2.0 Release Candid|CREATE_REG|Manifest: NOSIGNATURE

                architectury-1.32.68.jar                          |Architectury                  |architectury                  |1.32.68             |CREATE_REG|Manifest: NOSIGNATURE

                ftb-library-forge-1605.3.4-build.90.jar           |FTB Library                   |ftblibrary                    |1605.3.4-build.90   |CREATE_REG|Manifest: NOSIGNATURE

                ftb-teams-forge-1605.2.3-build.40.jar             |FTB Teams                     |ftbteams                      |1605.2.3-build.40   |CREATE_REG|Manifest: NOSIGNATURE

                curiouselytra-forge-1.16.5-4.0.2.4.jar            |Curious Elytra                |curiouselytra                 |1.16.5-4.0.2.4      |CREATE_REG|Manifest: NOSIGNATURE

                The_Undergarden-1.16.5-0.5.5.jar                  |The Undergarden               |undergarden                   |0.5.5               |CREATE_REG|Manifest: NOSIGNATURE

                smallships-1.16.5-1.10.1.jar                      |Small Ships Mod               |smallships                    |1.10.1              |CREATE_REG|Manifest: NOSIGNATURE

                toomanyglyphs-snapshot-20220223.jar               |Too Many Glyphs               |toomanyglyphs                 |0.1.0               |CREATE_REG|Manifest: NOSIGNATURE

                nutritionalbalance-1.16.5-0.7.14.jar              |Nutritional Balance           |nutritionalbalance            |1.16.5-0.7.14       |CREATE_REG|Manifest: NOSIGNATURE

                dreadsteel-1.16.5-1.1.6.jar                       |Dreadsteel                    |dreadsteel                    |1.16.5-1.1.6        |CREATE_REG|Manifest: NOSIGNATURE

                BetterAdvancements-1.16.5-0.1.1.115.jar           |Better Advancements           |betteradvancements            |0.1.1.115           |CREATE_REG|Manifest: NOSIGNATURE

                BHMenu-Forge-1.16.5-2.3.1.jar                     |BisectHosting Menu            |bhmenu                        |1.16.5-2.3.1        |CREATE_REG|Manifest: NOSIGNATURE

                rhino-forge-1605.1.5-build.75.jar                 |Rhino                         |rhino                         |1605.1.5-build.75   |CREATE_REG|Manifest: NOSIGNATURE

                kubejs-forge-1605.3.19-build.299.jar              |KubeJS                        |kubejs                        |1605.3.19-build.299 |CREATE_REG|Manifest: NOSIGNATURE

                lootjs-1.16.5-1.0.0.jar                           |LootJS                        |lootjs                        |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE

                Cucumber-1.16.5-4.1.12.jar                        |Cucumber Library              |cucumber                      |4.1.12              |CREATE_REG|Manifest: NOSIGNATURE

                TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |CREATE_REG|Manifest: NOSIGNATURE

                simpledelights-1.2.jar                            |Simple Delights               |simpledelights                |1.2                 |CREATE_REG|Manifest: NOSIGNATURE

                brewevolution0.2.1.jar                            |Brewevolution                 |brewevolution                 |0.2.1               |CREATE_REG|Manifest: NOSIGNATURE

                armoradjustment-1.16-1.2.0.jar                    |Armor Adjustment              |armoradjustment               |1.16-1.2.0          |CREATE_REG|Manifest: NOSIGNATURE

                item-filters-forge-1605.2.5-build.9.jar           |Item Filters                  |itemfilters                   |1605.2.5-build.9    |CREATE_REG|Manifest: NOSIGNATURE

                ftb-quests-forge-1605.3.7-build.165.jar           |FTB Quests                    |ftbquests                     |1605.3.7-build.165  |CREATE_REG|Manifest: NOSIGNATURE

                ftb-money-1605.1.4-build.9.jar                    |FTB Money                     |ftbmoney                      |1605.1.4-build.9    |CREATE_REG|Manifest: NOSIGNATURE

                ArsPMMO-1.16.5-1.0.2c.jar                         |ArsPMMO                       |arspmmo                       |1.0.2c              |CREATE_REG|Manifest: NOSIGNATURE

                dungeons_mobs-1.16.5-2.2.3.jar                    |Dungeons Mobs                 |dungeons_mobs                 |1.16.5-2.2.3        |CREATE_REG|Manifest: NOSIGNATURE

                abnormals_core-1.16.5-3.3.1.jar                   |Abnormals Core                |abnormals_core                |3.3.1               |CREATE_REG|Manifest: NOSIGNATURE

                Bayou-Blues-1.16.5-1.0.5.jar                      |Bayou Blues                   |bayou_blues                   |1.16.5-1.0.5        |CREATE_REG|Manifest: NOSIGNATURE

                upgrade_aquatic-1.16.5-3.1.2.jar                  |Upgrade Aquatic               |upgrade_aquatic               |3.1.2               |CREATE_REG|Manifest: NOSIGNATURE

                irregularchef-1.16.5-1.0.1.jar                    |The Irregular Chef            |irregularchef                 |1.16.5-1.0.1        |CREATE_REG|Manifest: NOSIGNATURE

                endergetic-1.16.5-3.0.2.jar                       |The Endergetic Expansion      |endergetic                    |3.0.2               |CREATE_REG|Manifest: NOSIGNATURE

                nethers_delight-2.1.jar                           |Nethers Delight               |nethers_delight               |2.1                 |CREATE_REG|Manifest: NOSIGNATURE

                buzzier_bees-1.16.5-3.0.3.jar                     |Buzzier Bees                  |buzzier_bees                  |3.0.3               |CREATE_REG|Manifest: NOSIGNATURE

                Enhanced-Mushrooms-1.16.5-3.0.9.jar               |Enhanced Mushrooms            |enhanced_mushrooms            |1.16.5-3.0.9        |CREATE_REG|Manifest: NOSIGNATURE

                WAWLA-1.16.5-8.0.9.jar                            |WAWLA                         |wawla                         |8.0.9               |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5

                Unique Enchantments Battle-1.16.5-1.4.3.jar       |Unique Battle Enchantments    |uniquebattle                  |1.4.3               |CREATE_REG|Manifest: NOSIGNATURE

                Unique Enchantments Base-1.16.5-1.4.3.1.jar       |Unique Enchantments Base      |uniquebase                    |1.4.3.1             |CREATE_REG|Manifest: NOSIGNATURE

                ensorcellation-1.16.5-1.5.0.4.jar                 |Ensorcellation                |ensorcellation                |1.5.0.4             |CREATE_REG|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09

                Waystones_1.16.5-7.6.4.jar                        |Waystones                     |waystones                     |7.6.4               |CREATE_REG|Manifest: NOSIGNATURE

                BetterPortals-1.16.4-0.3.9.jar                    |YUNG's Better Portals         |betterportals                 |1.16.4-0.3.9        |CREATE_REG|Manifest: NOSIGNATURE

                FastSuite-1.16.4-1.1.1.jar                        |FastSuite                     |fastsuite                     |1.1.1               |CREATE_REG|Manifest: NOSIGNATURE

                Clumps-6.0.0.28.jar                               |Clumps                        |clumps                        |6.0.0.28            |CREATE_REG|Manifest: NOSIGNATURE

                christmasfestivity-1.4.7-1.16.5-forge.jar         |Christmas Festivity           |christmasfestivity            |1.4.7-1.16.5-forge  |CREATE_REG|Manifest: NOSIGNATURE

                comforts-forge-1.16.5-4.0.1.5.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.5      |CREATE_REG|Manifest: NOSIGNATURE

                Artifacts-1.16.5-2.10.5.jar                       |Artifacts                     |artifacts                     |1.16.5-2.10.5       |CREATE_REG|Manifest: NOSIGNATURE

                configured-1.5.4-1.16.5.jar                       |Configured                    |configured                    |1.5.4               |CREATE_REG|Manifest: NOSIGNATURE

                OuterEnd-0.2.14.jar                               |The Outer End                 |outer_end                     |0.2.9               |CREATE_REG|Manifest: NOSIGNATURE

                decorative_blocks-1.16.4-1.7.2.jar                |Decorative Blocks             |decorative_blocks             |1.7.2               |CREATE_REG|Manifest: NOSIGNATURE

                decorative_blocks_abnormals-1.2.jar               |Decorative Blocks Abnormals   |decorative_blocks_abnormals   |1.2                 |CREATE_REG|Manifest: NOSIGNATURE

                decorative_winter-0.1.2.jar                       |Decorative Winter             |decorative_winter             |0.1.2               |CREATE_REG|Manifest: NOSIGNATURE

                DungeonCrawl-1.16.5-2.3.12.jar                    |Dungeon Crawl                 |dungeoncrawl                  |2.3.12              |CREATE_REG|Manifest: NOSIGNATURE

                lazydfu-0.1.3.jar                                 |LazyDFU                       |lazydfu                       |0.1.3               |CREATE_REG|Manifest: NOSIGNATURE

                walljump-forge-1.16.4-1.3.7.jar                   |Wall-Jump!                    |walljump                      |1.16.4-1.3.7        |CREATE_REG|Manifest: NOSIGNATURE

                Sledgehammer-1.16.5-2.0.1.jar                     |Sledgehammer                  |sledgehammer                  |1.16.5-2.0.0        |CREATE_REG|Manifest: 65:9c:b2:1c:ac:92:df:f0:35:07:78:51:9b:65:49:87:69:0b:76:7f:23:9a:ab:1f:fa:fc:b0:f3:fc:02:6a:1b

                AkashicTome-1.4-16.jar                            |Akashic Tome                  |akashictome                   |1.4-16              |CREATE_REG|Manifest: NOSIGNATURE

                TravelersTitles-1.16.4-1.5.jar                    |Traveler's Titles             |travelerstitles               |1.16.4-1.5          |CREATE_REG|Manifest: NOSIGNATURE

                spartantwilight-1.16.5-2.3.3.jar                  |Spartan Weaponry: Twilight For|spartantwilight               |1.16.5-2.3.3        |CREATE_REG|Manifest: NOSIGNATURE

                scuba-gear-1.16.5-1.0.3.jar                       |Scuba Gear                    |scuba_gear                    |1.0.3               |CREATE_REG|Manifest: NOSIGNATURE

                meetyourfight-1.16.5-1.2.0.jar                    |Meet Your Fight               |meetyourfight                 |1.2.0               |CREATE_REG|Manifest: NOSIGNATURE

                selene-1.16.5-1.9.0.jar                           |Selene                        |selene                        |1.16.5-1.0          |CREATE_REG|Manifest: NOSIGNATURE

                CraftingTweaks_1.16.5-12.2.1.jar                  |Crafting Tweaks               |craftingtweaks                |12.2.1              |CREATE_REG|Manifest: NOSIGNATURE

                swingthroughgrass-1.16.4-1.5.3.jar                |SwingThroughGrass             |swingthroughgrass             |1.16.4-1.5.3        |CREATE_REG|Manifest: NOSIGNATURE

                Abundance-1.16.5-1.0.5.jar                        |Abundance                     |abundance                     |1.16.5-1.0.5        |CREATE_REG|Manifest: NOSIGNATURE

                silent-lib-1.16.5-4.10.0.jar                      |Silent Lib                    |silentlib                     |4.10.0              |CREATE_REG|Manifest: NOSIGNATURE

                archers_paradox-1.16.5-1.5.0.2.jar                |Archer's Paradox              |archers_paradox               |1.5.0.2             |CREATE_REG|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09

                towers_of_the_wild-1.16.3-2.1.0.1.jar             |Towers Of The Wild            |towers_of_the_wild            |1.16.3-2.1.0        |CREATE_REG|Manifest: NOSIGNATURE

                Iceberg-1.16.5-1.0.45.jar                         |Iceberg                       |iceberg                       |1.0.45              |CREATE_REG|Manifest: NOSIGNATURE

                SpartanShields-1.16.5-2.1.2.jar                   |Spartan Shields               |spartanshields                |2.1.2               |CREATE_REG|Manifest: NOSIGNATURE

                Quark-r2.4-322.jar                                |Quark                         |quark                         |r2.4-322            |CREATE_REG|Manifest: NOSIGNATURE

                abnormals_delight-1.16.5-1.2.1.jar                |Abnormals Delight             |abnormals_delight             |1.2.1               |CREATE_REG|Manifest: NOSIGNATURE

                StorageDrawers-1.16.3-8.5.2.jar                   |Storage Drawers               |storagedrawers                |8.5.2               |CREATE_REG|Manifest: NOSIGNATURE

                ars_elemental-1.16.5-0.1.6.4.jar                  |Ars Elemental - Elemental Spel|ars_elemental                 |1.16.5-0.1.6.4      |CREATE_REG|Manifest: NOSIGNATURE

                doespotatotick-1.16.5-3.7.1.jar                   |DoesPotatoTick                |doespotatotick                |1.16.5-3.7.1        |CREATE_REG|Manifest: NOSIGNATURE

                InventoryHud_[1.16.2-1.16.5].forge-3.4.1.jar      |Inventory HUD+(Forge edition) |inventoryhud                  |3.4.1               |CREATE_REG|Manifest: NOSIGNATURE

                illagersweararmor-1.0.5.jar                       |Illagers Wear Armor           |illagersweararmor             |1.0.5               |CREATE_REG|Manifest: NOSIGNATURE

                pickableorbs-2.3_1.16.5.jar                       |Pickable Orbs                 |pickableorbs                  |2.3                 |CREATE_REG|Manifest: NOSIGNATURE

                fins-1.6.2.jar                                    |Fins and Tails                |fins                          |1.6.2               |CREATE_REG|Manifest: NOSIGNATURE

                upgradedcore-1.16.5-1.1.0.3-release.jar           |Upgraded Core                 |upgradedcore                  |1.16.5-1.1.0.3-relea|CREATE_REG|Manifest: NOSIGNATURE

                workshopsofdoom-1.16.4-1.1.0.1.jar                |Workshops of Doom             |workshopsofdoom               |1.1.0.1             |CREATE_REG|Manifest: NOSIGNATURE

                ferritecore-2.1.1-forge.jar                       |Ferrite Core                  |ferritecore                   |2.1.1               |CREATE_REG|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a

                enhancedcelestials-2.0.9-1.16.5.jar               |Enhanced Celestials           |enhancedcelestials            |2.0.9-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE

                illagers_plus-1.16.5v1.0.3.jar                    |Illagers+                     |illagers_plus                 |1.16.5v1.0.2        |CREATE_REG|Manifest: NOSIGNATURE

                improvedmobs-1.16.5-1.10.13.jar                   |Improved Mobs Mod             |improvedmobs                  |1.16.5-1.10.13      |CREATE_REG|Manifest: NOSIGNATURE

                expandability-2.0.1-forge.jar                     |ExpandAbility                 |expandability                 |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE

                valhelsia_core-16.0.15.jar                        |Valhelsia Core                |valhelsia_core                |16.0.15             |CREATE_REG|Manifest: NOSIGNATURE

                valhelsia_structures-1.16.5-0.1.6.jar             |Valhelsia Structures          |valhelsia_structures          |1.16.5-0.1.6        |CREATE_REG|Manifest: NOSIGNATURE

                overloadedarmorbar-5.1.0.jar                      |Overloaded Armor Bar          |overloadedarmorbar            |5.1.0               |CREATE_REG|Manifest: NOSIGNATURE

                healingcampfire_1.16.5-3.9.jar                    |Healing Campfire              |healingcampfire               |3.9                 |CREATE_REG|Manifest: NOSIGNATURE

        Crash Report UUID: 518d9ae3-142b-4c39-a1b8-b6b7b6dac286[17:17:29] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server

net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [

        Project MMO (pmmo) has failed to load correctly

§7java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant

]

        at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:255) ~[forge:?] {re:classloading}

        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:222) ~[forge:?] {re:classloading}

        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:180) ~[forge:?] {re:classloading}

        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:30) ~[forge:?] {re:classloading}

        at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading,re:mixin,pl:mixin:A}

        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {re:classloading}

        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) ~[?:?] {re:classloading}

        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {re:classloading}

        at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?] {}

        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge-1.16.5-36.2.39.jar:36.2] {}

        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}

        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}

        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}

        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge-1.16.5-36.2.39.jar:?] {}

        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge-1.16.5-36.2.39.jar:?] {}

        at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.39.jar:?] {}


뉴스 및 창작물
/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1