Jump to content

Please help Error: java.lang.RuntimeException: null


Sandra Martin

Recommended Posts

I've spent TWO DAYS to figure out what mods were not working and when I finally get it all right it the game crashes and I get this error message. Please help I'm losing my mind!!!!!!

The game crashed whilst initializing game

Error: java.lang.RuntimeException: null

---- Minecraft Crash Report ----
// There are four lights!

Time: 2023-09-10 13:54:21
Description: Initializing game

java.lang.RuntimeException: null
    at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:328) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
    at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:70) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:70) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:459) ~[client-1.20.1-20230612.114412-srg.jar%23870!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin,pl:mixin:APP:itemphysic.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:playerrevive.mixins.json:MinecraftAccessor,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:unionlib.mixins.json:client.MinecraftMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.1.47.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMain,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain,pl:mixin:A,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
    Suppressed: net.minecraftforge.fml.ModLoadingException: Every Compat (everycomp) encountered an error during the common_setup event phase
§7java.lang.IllegalArgumentException: value already present: Block{immersiveweapons:burned_oak_table}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:111) ~[javafmllanguage-1.20.1-47.1.47.jar%23872!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$33(ModLoader.java:346) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:344) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at net.minecraftforge.fml.ModLoader.postEventWrapContainerInModOrder(ModLoader.java:337) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:342) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
        at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:70) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:70) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.<init>(Minecraft.java:459) ~[client-1.20.1-20230612.114412-srg.jar%23870!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin,pl:mixin:APP:itemphysic.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:playerrevive.mixins.json:MinecraftAccessor,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:unionlib.mixins.json:client.MinecraftMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.1.47.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMain,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain,pl:mixin:A,pl:runtimedistcleaner:A}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
        at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
    Caused by: java.lang.IllegalArgumentException: value already present: Block{immersiveweapons:burned_oak_table}
        at com.google.common.collect.HashBiMap.put(HashBiMap.java:310) ~[guava-31.1-jre.jar%23109!/:?] {}
        at com.google.common.collect.HashBiMap.put(HashBiMap.java:290) ~[guava-31.1-jre.jar%23109!/:?] {}
        at net.mehvahdjukaar.moonlight.api.set.BlockType.addChild(BlockType.java:152) ~[moonlight-1.20-2.8.18-forge.jar%23731!/:?] {re:classloading}
        at net.mehvahdjukaar.every_compat.api.SimpleEntrySet.registerBlocks(SimpleEntrySet.java:155) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:mixin,re:classloading}
        at net.mehvahdjukaar.every_compat.api.SimpleEntrySet.registerWoodBlocks(SimpleEntrySet.java:103) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:mixin,re:classloading}
        at net.mehvahdjukaar.every_compat.api.SimpleModule.lambda$registerWoodBlocks$1(SimpleModule.java:67) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:classloading}
        at java.util.LinkedHashMap$LinkedValues.forEach(LinkedHashMap.java:647) ~[?:?] {}
        at net.mehvahdjukaar.every_compat.api.SimpleModule.registerWoodBlocks(SimpleModule.java:67) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:classloading}
        at net.mehvahdjukaar.every_compat.EveryCompat.lambda$registerWoodStuff$18(EveryCompat.java:204) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:classloading}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.mehvahdjukaar.every_compat.EveryCompat.forAllModules(EveryCompat.java:78) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:classloading}
        at net.mehvahdjukaar.every_compat.EveryCompat.registerWoodStuff(EveryCompat.java:204) ~[everycomp-1.20-2.6.6.jar%23634!/:?] {re:classloading}
        at net.mehvahdjukaar.moonlight.core.set.forge.BlockSetInternalImpl.lambda$addDynamicBlockRegistration$2(BlockSetInternalImpl.java:79) ~[moonlight-1.20-2.8.18-forge.jar%23731!/:?] {re:classloading}
        at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin}
        at net.mehvahdjukaar.moonlight.core.set.forge.BlockSetInternalImpl.registerLateBlockAndItems(BlockSetInternalImpl.java:121) ~[moonlight-1.20-2.8.18-forge.jar%23731!/:?] {re:classloading}
        at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2387!/:?] {}
        at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2387!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.20.1-47.1.47.jar%23872!/:?] {}
        ... 34 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:328) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
    at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.47.jar%23871!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:70) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:70) ~[forge-1.20.1-47.1.47-universal.jar%23875!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:459) ~[client-1.20.1-20230612.114412-srg.jar%23870!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin,pl:mixin:APP:itemphysic.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:playerrevive.mixins.json:MinecraftAccessor,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:unionlib.mixins.json:client.MinecraftMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
    Modules:
        ADVAPI32.dll:API base de Windows 32 avanzado:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        COMCTL32.dll:Biblioteca de controles de la experiencia del usuario:6.10 (WinBuild.160101.0800):Microsoft Corporation
        CRYPT32.dll:Crypto API32:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.3324:Microsoft Corporation
        CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation
        DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation
        DEVOBJ.dll:Device Information Set DLL:10.0.19041.3155 (WinBuild.160101.0800):Microsoft Corporation
        DNSAPI.dll:DLL de API de cliente DNS:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        GDI32.dll:GDI Client DLL:10.0.19041.2913 (WinBuild.160101.0800):Microsoft Corporation
        GLU32.dll:DLL de la biblioteca de programas de OpenGL:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.2673 (WinBuild.160101.0800):Microsoft Corporation
        IPHLPAPI.DLL:API auxiliar para IP:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        KERNEL32.DLL:Archivo DLL de cliente API BASE de Windows NT:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        KERNELBASE.dll:Archivo DLL de cliente API BASE de Windows NT:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        MSCTF.dll:Archivo DLL del servidor MSCTF:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        MpOav.dll:IOfficeAntiVirus Module:4.18.23080.2006 (04d8e871ffe7ba6b2204046883e1ad9b7a5989ce):Microsoft Corporation
        NLAapi.dll:Network Location Awareness 2:10.0.19041.3031 (WinBuild.160101.0800):Microsoft Corporation
        NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation
        NTASN1.dll:Microsoft ASN.1 API:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
        OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3208 (WinBuild.160101.0800):Microsoft Corporation
        Oleacc.dll:Active Accessibility Core Component:7.2.19041.746 (WinBuild.160101.0800):Microsoft Corporation
        PROPSYS.dll:Sistema de propiedades de Microsoft:7.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        PhysXCommon_64.dll:PhysXCommon 32bit Dynamic Link Library:5.2.1.0:NVIDIA Corporation
        PhysXCooking_64.dll:PhysXCooking 32bit Dynamic Link Library:5.2.1.0:NVIDIA Corporation
        PhysXDevice64.dll:NVIDIA PhysX Device Module:18, 12, 7, 2:NVIDIA Corporation
        PhysXFoundation_64.dll:PhysXFoundation 32bit Dynamic Link Library:5.2.1.0:NVIDIA Corporation
        PhysXGpu_64.dll:PhysXGpu 32bit Dynamic Link Library:5.2.1.0:NVIDIA Corporation
        PhysXJniBindings_64.dll
        PhysX_64.dll:PhysX 32bit Dynamic Link Library:5.2.1.0:NVIDIA Corporation
        RPCRT4.dll:Tiempo de ejecución de llamada a procedimiento remoto:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        SETUPAPI.dll:API de instalación de Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        SHCORE.dll:SHCORE:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        SHELL32.dll:Archivo DLL común del shell de Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        UMPDC.dll
        USER32.dll:Archivo DLL de cliente API USER de Windows multiusuario:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        USERENV.dll:Userenv:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
        VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        WINHTTP.dll:Servicios HTTP de Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        WINMM.dll:MCI API DLL:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        WINSTA.dll:Winstation Library:10.0.19041.3155 (WinBuild.160101.0800):Microsoft Corporation
        WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.3271 (WinBuild.160101.0800):Microsoft Corporation
        WS2_32.dll:DLL de 32 bits de Windows Socket 2.0:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation
        WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        Wldp.dll:Directiva de bloqueo de Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        amsi.dll:Anti-Malware Scan Interface:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation
        apphelp.dll:Biblioteca de compatibilidad de aplicaciones cliente:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        awt.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        bcrypt.dll:Biblioteca de primitivas criptográficas de Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation
        cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3155 (WinBuild.160101.0800):Microsoft Corporation
        clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
        combase.dll:Microsoft COM para Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        cryptbase.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        cryptnet.dll:Crypto Network Related API:10.0.19041.906 (WinBuild.160101.0800):Microsoft Corporation
        dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.2788 (WinBuild.160101.0800):Microsoft Corporation
        dhcpcsvc.DLL:Servicio cliente DHCP:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        dhcpcsvc6.DLL:Cliente DHCPv6:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        dinput8.dll:Microsoft DirectInput:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        drvstore.dll:Driver Store API:10.0.19041.2546 (WinBuild.160101.0800):Microsoft Corporation
        dwmapi.dll:API del Administrador de ventanas de escritorio de Microsoft:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        fwpuclnt.dll:API de modo usuario de FWP/IPsec:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        gdi32full.dll:GDI Client DLL:10.0.19041.3271 (WinBuild.160101.0800):Microsoft Corporation
        glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
        gpapi.dll:API de Cliente de directiva de grupo:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        imagehlp.dll:Windows NT Image Helper:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation
        inputhost.dll:InputHost:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation
        java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft
        jemalloc.dll
        jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jna12023109127432300817.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
        jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft
        kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        lwjgl.dll
        lwjgl_opengl.dll
        lwjgl_stb.dll
        management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        mdnsNSP.dll:Bonjour Namespace Provider:3,0,0,10:Apple Inc.
        msasn1.dll:ASN.1 Runtime APIs:10.0.19041.2251 (WinBuild.160101.0800):Microsoft Corporation
        mscms.dll:Archivo DLL de Sistema de coincidencias de color de Microsoft:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
        msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation
        msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        mswsock.dll:Proveedor de servicios de Microsoft Windows Sockets 2.0:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        napinsp.dll:Proveedor de correcciones de compatibilidad (shim) de nomenclaturas de correo electrónico:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        ncrypt.dll:Enrutador de Windows NCrypt:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        ntdll.dll:DLL del nivel de Windows NT:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        ntmarta.dll:Proveedor MARTA de Windows NT:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        nvapi64.dll:NVIDIA NVAPI Library, Version 536.23 :31.0.15.3623:NVIDIA Corporation
        nvcuda.dll:NVIDIA CUDA Driver, Version 536.23 :31.0.15.3623:NVIDIA Corporation
        nvcuda64.dll:NVIDIA CUDA Driver, Version 536.23 :31.0.15.3623:NVIDIA Corporation
        nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.3623:NVIDIA Corporation
        nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation
        ole32.dll:Microsoft OLE para Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        opengl32.dll:OpenGL Client DLL:10.0.19041.2193 (WinBuild.160101.0800):Microsoft Corporation
        pdh.dll:Ayudante de los datos de rendimiento DLL de Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        perfos.dll:DLL de objetos de rendimiento del sistema Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        perfproc.dll:DLL de objetos de rendimiento de procesos Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        pnrpnsp.dll:Proveedor de espacio de nombres PNRP:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        powrprof.dll:Archivo DLL auxiliar del perfil de energía:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        profapi.dll:User Profile Basic API:10.0.19041.3155 (WinBuild.160101.0800):Microsoft Corporation
        rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
        sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
        shlwapi.dll:Biblioteca de utilidades de Shell:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.3271 (WinBuild.160101.0800):Microsoft Corporation
        ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation
        uxtheme.dll:Biblioteca UxTheme de Microsoft:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
        verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        win32u.dll:Win32u:10.0.19041.3271 (WinBuild.160101.0800):Microsoft Corporation
        windows.storage.dll:API de almacenamiento de Microsoft WinRT:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        wintypes.dll:DLL de tipos basados en Windows:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        xinput1_4.dll:API Microsoft Common Controller:10.0.19041.3324 (WinBuild.160101.0800):Microsoft Corporation
        zip.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.1.47.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMain,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain,pl:mixin:A,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.47.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.20.1
    Minecraft Version ID: 1.20.1
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 1841316712 bytes (1756 MiB) / 3879731200 bytes (3700 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 12
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 5 3600 6-Core Processor              
    Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
    Microarchitecture: Zen 2
    Frequency (GHz): 3.60
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 12
    Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x2489
    Graphics card #0 versionInfo: DriverVersion=31.0.15.3623
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 3.20
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 20686.86
    Virtual memory used (MB): 17315.69
    Swap memory total (MB): 4352.00
    Swap memory used (MB): 126.96
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
    Launched Version: forge-47.1.47
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.23, NVIDIA Corporation
    Window size: <not initialized>
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages:
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 12x AMD Ryzen 5 3600 6-Core Processor
    ModLauncher: 10.0.9+10.0.9+main.dcd20f30
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services:
        mixin-0.8.5.jar mixin PLUGINSERVICE
        eventbus-6.0.5.jar eventbus PLUGINSERVICE
        fmlloader-1.20.1-47.1.47.jar slf4jfixer PLUGINSERVICE
        fmlloader-1.20.1-47.1.47.jar object_holder_definalize PLUGINSERVICE
        fmlloader-1.20.1-47.1.47.jar runtime_enum_extender PLUGINSERVICE
        fmlloader-1.20.1-47.1.47.jar capability_token_subclass PLUGINSERVICE
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
        fmlloader-1.20.1-47.1.47.jar runtimedistcleaner PLUGINSERVICE
        modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
        modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
    FML Language Providers:
        javafml@null
        [email protected]
        lowcodefml@null
        [email protected]
        [email protected]
        [email protected]
    Mod List:
        habitat-1.2.5.jar                                 |Habitat                       |habitat                       |1.2.5               |COMMON_SET|Manifest: NOSIGNATURE
        EasyAnvils-v8.0.1-1.20.1-Forge.jar                |Easy Anvils                   |easyanvils                    |8.0.1               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        supermartijn642configlib-1.1.8-forge-mc1.20.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        AdditionalEnchantedMiner-1.20.1-1201.0.17.jar     |QuarryPlus                    |quarryplus                    |1201.0.17           |COMMON_SET|Manifest: ef:50:af:b3:03:e0:3e:70:a7:ef:78:77:a5:4d:d4:b5:07:ec:df:9d:d6:f3:12:13:c9:3c:cd:9a:0a:3e:6b:43
        scena-forge-1.0.102.jar                           |Scena                         |scena                         |1.0.102             |COMMON_SET|Manifest: NOSIGNATURE
        player-animation-lib-forge-1.0.2-rc1+1.20.jar     |Player Animator               |playeranimator                |1.0.2-rc1+1.20      |COMMON_SET|Manifest: NOSIGNATURE
        extratrades-1.20.1-1.2.jar                        |Extra Trades                  |extratrades                   |1.20.1-1.2          |COMMON_SET|Manifest: NOSIGNATURE
        DeathCounter-1.20.1-Forge-1.3.0.jar               |Death Counter                 |deathcounter                  |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        hitindication-1.20.1-1.3.1.jar                    |Hit Indication                |hitindication                 |1.3.1               |COMMON_SET|Manifest: NOSIGNATURE
        Satako-7.0.4-1.20.1.jar                           |Satako                        |satako                        |7.0.4-1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        nyfsquiver-1.20.1-forge-1.0.1.jar                 |Nyf's Quiver                  |nyfsquiver                    |1.18.1-0.7.0        |COMMON_SET|Manifest: NOSIGNATURE
        music_player-forge-1.20.1-2.7.0.235.jar           |Music Player                  |musicplayer                   |2.7.0.235           |COMMON_SET|Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
        woodenhopper-1.20.1-1.6.0.1.jar                   |Wooden Hopper                 |woodenhopper                  |1.20.1-1.6.0.1      |COMMON_SET|Manifest: NOSIGNATURE
        modnametooltip-1.20.1-1.20.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.20.0              |COMMON_SET|Manifest: NOSIGNATURE
        immersiveweapons-1.20.1-1.25.1.jar                |Immersive Weapons             |immersiveweapons              |1.20.1-1.25.1       |COMMON_SET|Manifest: NOSIGNATURE
        IronJetpacks-1.20.1-7.0.1.jar                     |Iron Jetpacks                 |ironjetpacks                  |7.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar     |ForgeEndertech                |forgeendertech                |11.1.0.0            |COMMON_SET|Manifest: NOSIGNATURE
        gravelminer-forge-1.20-16.0.2.jar                 |GravelMiner                   |gravelminer                   |16.0.2              |COMMON_SET|Manifest: NOSIGNATURE
        duckling-3.0.0-forge.jar                          |Duckling                      |duckling                      |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        advancementframes-1.20-2.1.0.jar                  |Advancement Frames            |advancementframes             |1.20-2.1.0          |COMMON_SET|Manifest: NOSIGNATURE
        namepain-1.5.0 forge-1.20.x.jar                   |Name Pain                     |namepain                      |1.5.0               |COMMON_SET|Manifest: NOSIGNATURE
        YungsApi-1.20-Forge-4.0.1.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.1    |COMMON_SET|Manifest: NOSIGNATURE
        Baguslib-1.20.1-3.5.2.jar                         |BagusLib                      |bagus_lib                     |1.20.1-3.5.2        |COMMON_SET|Manifest: NOSIGNATURE
        rangedpumps-1.1.0.jar                             |Ranged Pumps                  |rangedpumps                   |1.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        Kambrik-6.1.1+1.20.1-forge.jar                    |Kambrik                       |kambrik                       |6.1.1+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        skeletonhorsespawn-1.20.1-3.6.jar                 |Skeleton Horse Spawn          |skeletonhorsespawn            |3.6                 |COMMON_SET|Manifest: NOSIGNATURE
        PickUpNotifier-v8.0.0-1.20.1-Forge.jar            |Pick Up Notifier              |pickupnotifier                |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        balm-forge-1.20-7.0.7.jar                         |Balm                          |balm                          |7.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        K-Turrets-3.0.4-1.20.1.jar                        |K-Turrets                     |k_turrets                     |3.0.4-1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        immersive_armors-1.6.1+1.20.1-forge.jar           |Immersive Armors              |immersive_armors              |1.6.1+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        swampier_swamps-1.20-4.0.0.jar                    |Swampier Swamps               |swampier_swamps               |1.20-4.0.0          |COMMON_SET|Manifest: NOSIGNATURE
        JustEnoughResources-1.20.1-1.4.0.238.jar          |Just Enough Resources         |jeresources                   |1.4.0.238           |COMMON_SET|Manifest: NOSIGNATURE
        BetterThanMending-1.7.2.jar                       |BetterThanMending             |betterthanmending             |1.7.2               |COMMON_SET|Manifest: NOSIGNATURE
        Paraglider-forge-20.1.1.jar                       |Paraglider                    |paraglider                    |20.1.1              |COMMON_SET|Manifest: NOSIGNATURE
        cloth-config-11.1.106-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.106            |COMMON_SET|Manifest: NOSIGNATURE
        shetiphiancore-forge-1.20.1-1.0.jar               |ShetiPhian-Core               |shetiphiancore                |1.20.1-1.0          |COMMON_SET|Manifest: NOSIGNATURE
        revampedwolf-1.20.1-5.0.0.jar                     |RevampedWolf                  |revampedwolf                  |1.20.1-5.0.0        |COMMON_SET|Manifest: NOSIGNATURE
        durabilitytooltip-1.1.4-forge-mc1.20.jar          |Durability Tooltip            |durabilitytooltip             |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
        AdvancementPlaques-1.20.1-forge-1.4.10.jar        |Advancement Plaques           |advancementplaques            |1.4.10              |COMMON_SET|Manifest: NOSIGNATURE
        solapplepie-1.20.1-2.3.0.jar                      |Spice of Life: Apple Pie Editi|solapplepie                   |1.20.1-2.3.0        |COMMON_SET|Manifest: NOSIGNATURE
        corpse-1.20.1-1.0.5.jar                           |Corpse                        |corpse                        |1.20.1-1.0.5        |COMMON_SET|Manifest: NOSIGNATURE
        alltheores-1.20-46.0.2-2.0.3.jar                  |AllTheOres                    |alltheores                    |2.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        xaeros_waystones_compability-1.0.jar              |Xaero's Map - Waystones Compab|w2w2                          |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
        lapisreserve-1.0.8F.jar                           |lapisreserve                  |lapisreserve                  |1.0.8F              |COMMON_SET|Manifest: NOSIGNATURE
        industrial-foregoing-1.20.1-3.5.9.jar             |Industrial Foregoing          |industrialforegoing           |3.5.9               |COMMON_SET|Manifest: NOSIGNATURE
        Amplified_Nether_1.20.1_v1.2.2.jar                |Amplified Nether              |amplifiednether               |1.2.2               |COMMON_SET|Manifest: NOSIGNATURE
        handcrafted-forge-1.20.1-3.0.1.jar                |Handcrafted                   |handcrafted                   |3.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        repurposed_structures-7.1.5+1.20.1-forge.jar      |Repurposed Structures         |repurposed_structures         |7.1.5+1.20.1-forge  |COMMON_SET|Manifest: NOSIGNATURE
        mod-4.0.4.jar                                     |GroovyModLoader               |gml                           |4.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        plaingrinder-1.20.1-1.3.0.jar                     |plaingrinder                  |plaingrinder                  |1.3.0               |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        ToolStats-Forge-1.20.1-16.0.3.jar                 |ToolStats                     |toolstats                     |16.0.3              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        ChunkAnimator-1.20.1-1.3.7.jar                    |Chunk Animator                |chunkanimator                 |1.20.1-1.3.7        |COMMON_SET|Manifest: NOSIGNATURE
        BlockRunner-v8.0.0-1.20.1-Forge.jar               |Block Runner                  |blockrunner                   |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        transparent-forge-8.0.1+1.20.1.jar                |Transparent                   |transparent                   |8.0.1+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        heyberryshutup-1.20.0-2.0.3.jar                   |Hey Berry! SHUT UP            |heyberryshutup                |1.20.0-2.0.3        |COMMON_SET|Manifest: NOSIGNATURE
        supermartijn642corelib-1.1.12a-forge-mc1.20.jar   |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.12a             |COMMON_SET|Manifest: NOSIGNATURE
        YungsBridges-1.20-Forge-4.0.1.jar                 |YUNG's Bridges                |yungsbridges                  |1.20-Forge-4.0.1    |COMMON_SET|Manifest: NOSIGNATURE
        resourcefulconfig-forge-1.20.1-2.1.0.jar          |Resourcefulconfig             |resourcefulconfig             |2.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        Fishingreal-1.20.1-1.7.1.jar                      |Fishingreal                   |fishingreal                   |1.20.1-1.7.1        |COMMON_SET|Manifest: NOSIGNATURE
        portablemobs-1.2.0-forge-mc1.20.jar               |Portable Mobs                 |portablemobs                  |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        spark-1.10.53-forge.jar                           |spark                         |spark                         |1.10.53             |COMMON_SET|Manifest: NOSIGNATURE
        curios-forge-5.3.1+1.20.1.jar                     |Curios API                    |curios                        |5.3.1+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        corail_woodcutter-1.20.1-3.0.3.jar                |Corail Woodcutter             |corail_woodcutter             |3.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        armorpointspp-forge-1.20-3.1.1.jar                |ArmorPoints++                 |armorpointspp                 |1.20-3.1.1          |COMMON_SET|Manifest: NOSIGNATURE
        right-click-harvest-3.2.3+1.20.1-forge.jar        |Right Click Harvest           |rightclickharvest             |3.2.3+1.20.1-forge  |COMMON_SET|Manifest: NOSIGNATURE
        extendedmushrooms-1.20.1-4.1.0.0.jar              |Extended Mushrooms            |extendedmushrooms             |1.20.1-4.1.0.0      |COMMON_SET|Manifest: NOSIGNATURE
        cgl-1.20-forge-0.3.3.jar                          |CommonGroovyLibrary           |commongroovylibrary           |0.3.3               |COMMON_SET|Manifest: NOSIGNATURE
        Measurements-forge-1.20.1-2.0.0.jar               |Measurements                  |measurements                  |2.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        AngelRing2-1.20.1-2.2.1.jar                       |Angel Ring 2                  |angelring                     |2.2.1               |COMMON_SET|Manifest: NOSIGNATURE
        nocube's_villagers_sell_animals_1.2.1_forge_1.20.1|Villagers Sell Animals (by NoC|villagersellanimals           |1.2.1               |COMMON_SET|Manifest: NOSIGNATURE
        bettervillage-forge-1.20.1-3.2.0.jar              |Better village                |bettervillage                 |3.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        Atlas Lib-1.20.1-1.1.11a.jar                      |Atlas Lib                     |atlaslib                      |1.1.10b             |COMMON_SET|Manifest: NOSIGNATURE
        mcw-furniture-3.2.0-mc1.20.1forge.jar             |Macaw's Furniture             |mcwfurnitures                 |3.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        ItemPhysic_FORGE_v1.6.11_mc1.20.1.jar             |ItemPhysic                    |itemphysic                    |1.6.11              |COMMON_SET|Manifest: NOSIGNATURE
        flib-1.20.1-0.0.11.jar                            |flib                          |flib                          |0.0.11              |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        AdChimneys-1.20.1-10.1.1.0-build.0254.jar         |Advanced Chimneys             |adchimneys                    |10.1.1.0            |COMMON_SET|Manifest: NOSIGNATURE
        FallingTree-1.20.1-4.3.0.jar                      |FallingTree                   |fallingtree                   |4.3.0               |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
        BetterBurning-Forge-1.20.1-9.0.2.jar              |BetterBurning                 |betterburning                 |9.0.2               |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        furnacerecycle-1.20.1-2.0.jar                     |Furnace Recycle               |furnacerecycle                |2.0                 |COMMON_SET|Manifest: NOSIGNATURE
        CobbleForDays-1.8.0.jar                           |Cobble For Days               |cobblefordays                 |1.8.0               |COMMON_SET|Manifest: NOSIGNATURE
        Disenchanting-forge-1.20.1-2.2.4.jar              |Disenchanting                 |disenchanting                 |2.2.3               |COMMON_SET|Manifest: NOSIGNATURE
        FastLeafDecay-31.jar                              |Fast Leaf Decay               |fastleafdecay                 |31                  |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterMineshafts-1.20-Forge-4.0.1.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.20-Forge-4.0.1    |COMMON_SET|Manifest: NOSIGNATURE
        prettybeaches-forge-1.20-11.0.1.jar               |Pretty Beaches                |prettybeaches                 |11.0.1              |COMMON_SET|Manifest: NOSIGNATURE
        PlayerRevive_FORGE_v2.0.17_mc1.20.1.jar           |PlayerRevive                  |playerrevive                  |2.0.17              |COMMON_SET|Manifest: NOSIGNATURE
        randombonemealflowers-1.20.1-4.1.jar              |Random Bone Meal Flowers      |randombonemealflowers         |4.1                 |COMMON_SET|Manifest: NOSIGNATURE
        crafting-on-a-stick-1.20.1-1.0.2.jar              |Crafting On A Stick           |crafting_on_a_stick           |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-lights-1.0.6-mc1.20.1forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar|Better Animations Collection  |betteranimationscollection    |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        Kiwi-1.20.1-forge-11.1.1.jar                      |Kiwi Library                  |kiwi                          |11.1.1              |COMMON_SET|Manifest: NOSIGNATURE
        doubledoors-1.20.1-5.0.jar                        |Double Doors                  |doubledoors                   |5.0                 |COMMON_SET|Manifest: NOSIGNATURE
        Notes-1.20.1-1.3.0-forge.jar                      |Notes                         |notes                         |1.20.1-1.3.0-forge  |COMMON_SET|Manifest: NOSIGNATURE
        nomowanderer-1.20.1_1.6.0.jar                     |NoMoWanderer                  |nomowanderer                  |1.20.1_1.6.0        |COMMON_SET|Manifest: NOSIGNATURE
        rechiseled-1.1.2a-forge-mc1.20.jar                |Rechiseled                    |rechiseled                    |1.1.2a              |COMMON_SET|Manifest: NOSIGNATURE
        tia-1.20-1.1-forge.jar                            |Tiny Item Animations          |tia                           |1.20-1.1            |COMMON_SET|Manifest: NOSIGNATURE
        UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar         |Universal Bone Meal           |universalbonemeal             |8.0.1               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        VisualWorkbench-v8.0.0-1.20.1-Forge.jar           |Visual Workbench              |visualworkbench               |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        libraryferret-forge-1.20.1-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        goblintraders-forge-1.20.1-1.9.2.jar              |Goblin Traders                |goblintraders                 |1.9.2               |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
        carpeted-1.20-1.4.jar                             |Carpeted                      |carpeted                      |1.20-1.4            |COMMON_SET|Manifest: NOSIGNATURE
        Fallingleaves-1.20.1-2.1.0.jar                    |Falling Leaves                |fallingleaves                 |2.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        TravelersBackpack-1.20.1-9.1.6.jar                |Traveler's Backpack           |travelersbackpack             |9.1.6               |COMMON_SET|Manifest: NOSIGNATURE
        NaturesCompass-1.20.1-1.11.2-forge.jar            |Nature's Compass              |naturescompass                |1.20.1-1.11.2-forge |COMMON_SET|Manifest: NOSIGNATURE
        smarterfarmers-1.20-1.7.3.jar                     |Smarter Farmers               |smarterfarmers                |1.20-1.7.3          |COMMON_SET|Manifest: NOSIGNATURE
        SereneSeasons-1.20.1-9.0.0.43.jar                 |Serene Seasons                |sereneseasons                 |9.0.0.43            |COMMON_SET|Manifest: NOSIGNATURE
        jumpboat-1.20.0-1.0.5.jar                         |Jumpy Boats                   |jumpboat                      |1.20.0-1.0.5        |COMMON_SET|Manifest: NOSIGNATURE
        sneak_through_berries-forge-8.0.0+1.20.1.jar      |Sneak Through Berries         |sneak_through_berries         |8.0.0+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        BotanyPots-Forge-1.20.1-13.0.15.jar               |BotanyPots                    |botanypots                    |13.0.15             |COMMON_SET|Manifest: NOSIGNATURE
        AdHooks-1.20.1-10.1.0.0-build.0142.jar            |Advanced Hook Launchers       |adhooks                       |10.1.0.0            |COMMON_SET|Manifest: NOSIGNATURE
        pneumaticcraft-repressurized-6.0.5+mc1.20.1.jar   |PneumaticCraft: Repressurized |pneumaticcraft                |6.0.5+mc1.20.1      |COMMON_SET|Manifest: NOSIGNATURE
        snowundertrees-1.20-1.4.1.jar                     |Snow Under Trees              |snowundertrees                |1.4.1               |COMMON_SET|Manifest: NOSIGNATURE
        snuffles-1.0.7.jar                                |Snuffles                      |snuffles                      |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        BeeFix-1.20-1.0.7.jar                             |Bee Fix                       |beefix                        |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        additional_lights-1.20.1-2.1.7.jar                |Additional Lights             |additional_lights             |2.1.7               |COMMON_SET|Manifest: NOSIGNATURE
        catalogue-forge-1.20.1-1.7.1.jar                  |Catalogue                     |catalogue                     |1.7.1               |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
        fusion-1.0.5a-forge-mc1.20.jar                    |Fusion                        |fusion                        |1.0.5a              |COMMON_SET|Manifest: NOSIGNATURE
        Display Case-forge-1.20-1.0.7.jar                 |Display Case Mod              |display_case                  |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        extractinator-forge-1.20-2.2.0.jar                |Extractinator                 |extractinator                 |2.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        chalk-1.20.1-1.6.1.jar                            |Chalk                         |chalk                         |1.6.1               |COMMON_SET|Manifest: NOSIGNATURE
        alchemistry-1.20.1-2.3.3.jar                      |Alchemistry                   |alchemistry                   |2.3.3               |COMMON_SET|Manifest: NOSIGNATURE
        ZeroCore2-1.20.1-2.1.39.jar                       |Zero CORE 2                   |zerocore                      |1.20.1-2.1.39       |COMMON_SET|Manifest: NOSIGNATURE
        tectonic-mod-mc1.19.3+-v2.1.jar                   |Tectonic                      |tectonic                      |2.1                 |COMMON_SET|Manifest: NOSIGNATURE
        Flopper-1.20.1-1.1.4.jar                          |Flopper                       |flopper                       |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
        voicechat-forge-1.20.1-2.4.24.jar                 |Simple Voice Chat             |voicechat                     |1.20.1-2.4.24       |COMMON_SET|Manifest: NOSIGNATURE
        soundphysics-forge-1.20.1-1.2.1.jar               |Sound Physics Remastered      |sound_physics_remastered      |1.20.1-1.2.1        |COMMON_SET|Manifest: NOSIGNATURE
        physics-mod-3.0.7-mc-1.20-forge.jar               |Physics Mod                   |physicsmod                    |3.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        TerraBlender-forge-1.20.1-3.0.0.169.jar           |TerraBlender                  |terrablender                  |3.0.0.169           |COMMON_SET|Manifest: NOSIGNATURE
        BiomesOPlenty-1.20.1-18.0.0.592.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.592          |COMMON_SET|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.20-2.25.jar                 |Mouse Tweaks                  |mousetweaks                   |2.25                |COMMON_SET|Manifest: NOSIGNATURE
        bettercombat-forge-1.7.3+1.20.1.jar               |Better Combat                 |bettercombat                  |1.7.3+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        inventorytotem-1.20.1-3.0.jar                     |Inventory Totem               |inventorytotem                |3.0                 |COMMON_SET|Manifest: NOSIGNATURE
        firstperson-forge-2.2.3-mc1.20.jar                |FirstPersonModel Mod          |firstpersonmod                |2.2.3-mc1.20        |COMMON_SET|Manifest: NOSIGNATURE
        spectrelib-forge-0.13.13+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.13+1.20.1      |COMMON_SET|Manifest: NOSIGNATURE
        AdLods-1.20.1-8.1.0.0-build.0142.jar              |Large Ore Deposits            |adlods                        |8.1.0.0             |COMMON_SET|Manifest: NOSIGNATURE
        domum_ornamentum-1.20-1.0.110-RELEASE-universal.ja|Domum Ornamentum              |domum_ornamentum              |1.20-1.0.110-RELEASE|COMMON_SET|Manifest: NOSIGNATURE
        kffmod-4.4.0.jar                                  |Kotlin For Forge              |kotlinforforge                |4.4.0               |COMMON_SET|Manifest: NOSIGNATURE
        dimdungeons-178-forge-1.20.0.jar                  |Dimensional Dungeons          |dimdungeons                   |178                 |COMMON_SET|Manifest: NOSIGNATURE
        Paintings-forge-1.20.1-11.0.0.0.jar               |Paintings ++                  |paintings                     |11.0.0.0            |COMMON_SET|Manifest: NOSIGNATURE
        forge-1.20.1-47.1.47-universal.jar                |Forge                         |forge                         |47.1.47             |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        silent-gear-1.20.1-3.5.1.jar                      |Silent Gear                   |silentgear                    |3.5.1               |COMMON_SET|Manifest: NOSIGNATURE
        client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        pipez-1.20.1-1.1.5.jar                            |Pipez                         |pipez                         |1.20.1-1.1.5        |COMMON_SET|Manifest: NOSIGNATURE
        flywheel-forge-1.20-0.6.9-4.jar                   |Flywheel                      |flywheel                      |0.6.9-4             |COMMON_SET|Manifest: NOSIGNATURE
        createoreexcavation-1.20-1.3.1.jar                |Create Ore Excavation         |createoreexcavation           |1.3.1               |COMMON_SET|Manifest: NOSIGNATURE
        Xaeros_Minimap_23.7.0_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |23.7.0              |COMMON_SET|Manifest: NOSIGNATURE
        polymorph-forge-0.49.0+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.0+1.20.1       |COMMON_SET|Manifest: NOSIGNATURE
        JustEnoughProfessions-forge-1.20.1-3.0.1.jar      |Just Enough Professions (JEP) |justenoughprofessions         |3.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        sit-1.20-1.3.3.jar                                |Sit                           |sit                           |1.3.3               |COMMON_SET|Manifest: NOSIGNATURE
        almostunified-forge-1.20.1-0.6.0.jar              |AlmostUnified                 |almostunified                 |1.20.1-0.6.0        |COMMON_SET|Manifest: NOSIGNATURE
        jei-1.20.1-forge-15.2.0.27.jar                    |Just Enough Items             |jei                           |15.2.0.27           |COMMON_SET|Manifest: NOSIGNATURE
        regrowth-1.20-46.31.1.jar                         |Regrowth                      |regrowth                      |46.31.1             |COMMON_SET|Manifest: NOSIGNATURE
        structurize-1.20-1.0.606-RELEASE.jar              |Structurize                   |structurize                   |1.20-1.0.606-RELEASE|COMMON_SET|Manifest: NOSIGNATURE
        creativecrafter-1.20.1-1.0.jar                    |Creative Crafter              |creativecrafter               |1.20.1-1.0          |COMMON_SET|Manifest: NOSIGNATURE
        [1.20][Forge]TorchBowMod_v1.0.jar                 |TorchBowMod                   |torchbowmod                   |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        FastFurnace-1.20.1-8.0.1.jar                      |FastFurnace                   |fastfurnace                   |8.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        portabletanks-1.1.7-forge-mc1.20.jar              |Portable Tanks                |portabletanks                 |1.1.7               |COMMON_SET|Manifest: NOSIGNATURE
        connectedglass-1.1.7-forge-mc1.20.jar             |Connected Glass               |connectedglass                |1.1.7               |COMMON_SET|Manifest: NOSIGNATURE
        lootr-1.20-0.7.30.73.jar                          |Lootr                         |lootr                         |0.7.29.68           |COMMON_SET|Manifest: NOSIGNATURE
        PuzzlesLib-v8.0.24-1.20.1-Forge.jar               |Puzzles Lib                   |puzzleslib                    |8.0.24              |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        Aquaculture-1.20.1-2.5.0.jar                      |Aquaculture 2                 |aquaculture                   |2.5.0               |COMMON_SET|Manifest: NOSIGNATURE
        FriendlyFire-Forge-1.20.1-18.0.3.jar              |FriendlyFire                  |friendlyfire                  |18.0.3              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        Healing+Bed+1.20.1.jar                            |Healingbed                    |healingbed                    |1.20.1              |COMMON_SET|Manifest: NOSIGNATURE
        Follow Me-1.20-1.1.8.jar                          |Follow Me                     |followme                      |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        stackablestewandsoup-1.0.1.jar                    |Stackable Stew and Soup       |stackabowls                   |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        cosmeticarmorreworked-1.20.1-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.20.1-v1a          |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
        responsiveshields-2.2.jar                         |Responsive Shields            |responsiveshields             |2.2                 |COMMON_SET|Manifest: NOSIGNATURE
        rsrequestify-1.20.1-2.3.2.jar                     |RSRequestify                  |rsrequestify                  |2.3.2               |COMMON_SET|Manifest: NOSIGNATURE
        CyclopsCore-1.20.1-1.18.10.jar                    |Cyclops Core                  |cyclopscore                   |1.18.10             |COMMON_SET|Manifest: NOSIGNATURE
        TreeChop-1.20.1-forge-0.18.3.jar                  |HT's TreeChop                 |treechop                      |0.18.3              |COMMON_SET|Manifest: NOSIGNATURE
        SkyVillages-1.0.2-1.20.1-forge-release.jar        |Sky Villages                  |skyvillages                   |1.0.2-1.20.1-forge  |COMMON_SET|Manifest: NOSIGNATURE
        notenoughcrashes-4.4.6+1.20.1-forge.jar           |Not Enough Crashes            |notenoughcrashes              |4.4.6+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        Instrumental-Mobs-1.20.1-2.0.2.jar                |Instrumental Mobs             |instrumentalmobs              |2.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        UnionLib-1.20.1-10.1.1-Forge.jar                  |UnionLib                      |unionlib                      |10.1.1              |COMMON_SET|Manifest: NOSIGNATURE
        alchemylib-1.20.1-1.0.29.jar                      |AlchemyLib                    |alchemylib                    |1.0.29              |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterWitchHuts-1.20-Forge-3.0.1.jar         |YUNG's Better Witch Huts      |betterwitchhuts               |1.20-Forge-3.0.1    |COMMON_SET|Manifest: NOSIGNATURE
        endportalrecipe-1.20.1-5.0.jar                    |End Portal Recipe             |endportalrecipe               |5.0                 |COMMON_SET|Manifest: NOSIGNATURE
        geckolib-forge-1.20.1-4.2.2.jar                   |GeckoLib 4                    |geckolib                      |4.2.2               |COMMON_SET|Manifest: NOSIGNATURE
        ars_nouveau-1.20.1-4.2.4-all.jar                  |Ars Nouveau                   |ars_nouveau                   |4.2.4               |COMMON_SET|Manifest: NOSIGNATURE
        beautify-2.0.1.jar                                |Beautify                      |beautify                      |2.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        capybaramod-1.20.1.jar                            |Capybara Mod                  |capybaramod                   |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        deepslatecutting-forge-1.7.0.jar                  |DeepslateCutting              |deepslatecutting_forge        |1.7.0               |COMMON_SET|Manifest: NOSIGNATURE
        AdditionalBanners-Forge-1.20.1-14.0.3.jar         |AdditionalBanners             |additionalbanners             |14.0.3              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        DoggyTalentsNext-1.20.1-1.15.2.jar                |Doggy Talents Next            |doggytalents                  |1.15.2              |COMMON_SET|Manifest: NOSIGNATURE
        dynamiclights-1.20.1.1.jar                        |Dynamic Lights                |dynamiclights                 |1.20.1.1            |COMMON_SET|Manifest: NOSIGNATURE
        kleeslabs-forge-1.20-15.0.0.jar                   |KleeSlabs                     |kleeslabs                     |15.0.0              |COMMON_SET|Manifest: NOSIGNATURE
        sophisticatedcore-1.20.1-0.5.89.425.jar           |Sophisticated Core            |sophisticatedcore             |0.5.89.425          |COMMON_SET|Manifest: NOSIGNATURE
        HorseExpert-v8.0.1-1.20.1-Forge.jar               |Horse Expert                  |horseexpert                   |8.0.1               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        bowinfinityfix-1.20.x-forge-2.6.0.jar             |Bow Infinity Fix              |bowinfinityfix                |2.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        villagernames-1.20.1-5.2.jar                      |Villager Names                |villagernames                 |5.2                 |COMMON_SET|Manifest: NOSIGNATURE
        mcwfurnituresbop-1.20-1.1.jar                     |Macaw's Furnitures - BOP      |mcwfurnituresbop              |1.20-1.1            |COMMON_SET|Manifest: NOSIGNATURE
        golemsarefriends-1.20.0-1.0.1.jar                 |Golems Are Friends Not Fodder |golemsarefriends              |1.20.0-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE
        EnhancedVisuals_FORGE_v1.6.6_mc1.20.jar           |EnhancedVisuals               |enhancedvisuals               |1.6.6               |COMMON_SET|Manifest: NOSIGNATURE
        Prism-1.20.1-forge-1.0.5.jar                      |Prism                         |prism                         |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        Placebo-1.20.1-8.3.7.jar                          |Placebo                       |placebo                       |8.3.7               |COMMON_SET|Manifest: NOSIGNATURE
        jumpoverfences-forge-1.20.1-1.3.0.jar             |Jump Over Fences              |jumpoverfences                |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        mixinextras-forge-0.2.0-beta.10.jar               |MixinExtras                   |mixinextras                   |0.2.0-beta.10       |COMMON_SET|Manifest: NOSIGNATURE
        potionsmaster-1.20.1-47.1.70-0.6.0.jar            |PotionsMaster                 |potionsmaster                 |0.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.20.1-20.0.4.jar                 |Bookshelf                     |bookshelf                     |20.0.4              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        endercrop-1.20.1-1.7.0.jar                        |Ender Crop                    |endercrop                     |1.20.1-1.7.0        |COMMON_SET|Manifest: NOSIGNATURE
        sophisticatedbackpacks-1.20.1-3.18.59.909.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.18.59.909         |COMMON_SET|Manifest: NOSIGNATURE
        twigs-1.20.1-3.1.0-forge.jar                      |Twigs                         |twigs                         |1.20.1-3.1.0        |COMMON_SET|Manifest: NOSIGNATURE
        u_team_core-forge-1.20.1-5.1.4.269.jar            |U Team Core                   |uteamcore                     |5.1.4.269           |COMMON_SET|Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
        fullturtlearmor-1.6-forge-mc1.20.1.jar            |Full Turtle Armor             |fullturtlearmor               |1.6                 |COMMON_SET|Manifest: NOSIGNATURE
        Waddles-1.20.1-0.9.4.jar                          |Waddles                       |waddles                       |0.9.4               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-doors-1.1.0forge-mc1.20.1.jar                 |Macaw's Doors                 |mcwdoors                      |1.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        magicaljewelry-1.20.1_1.6.0.jar                   |Magical Jewelry               |magicaljewelry                |1.20.1_1.6.0        |COMMON_SET|Manifest: NOSIGNATURE
        Rex's-AdditionalStructures-1.20.x-(v.4.1.2).jar   |Additional Structures         |additionalstructures          |4.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        Steam_Rails-1.5.0+forge-mc1.20.1-build.14.jar     |Create: Steam 'n' Rails       |railways                      |1.5.0+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
        keepmysoiltilled-1.20.1-2.0.jar                   |Keep My Soil Tilled           |keepmysoiltilled              |2.0                 |COMMON_SET|Manifest: NOSIGNATURE
        cat_jam-1.0.2.jar                                 |cat_jam                       |cat_jam                       |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        ShieldExpansion-1.20.1-1.1.6a.jar                 |Shield Expansion              |shieldexp                     |1.1.6a              |COMMON_SET|Manifest: NOSIGNATURE
        absentbydesign-1.20.1-1.8.0.jar                   |Absent By Design Mod          |absentbydesign                |1.8.0               |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        despawningeggshatch-1.20.1-4.1.jar                |Despawning Eggs Hatch         |despawningeggshatch           |4.1                 |COMMON_SET|Manifest: NOSIGNATURE
        mob_grinding_utils-1.20.1-1.0.2.jar               |Mob Grinding Utils            |mob_grinding_utils            |1.20.1-1.0.2        |COMMON_SET|Manifest: NOSIGNATURE
        Trenzalore-Forge-3.0.1+mc1.20.1.jar               |Trenzalore                    |trenzalore                    |3.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        MapFrontiers-1.20.1-2.6.0beta3-forge.jar          |MapFrontiers                  |mapfrontiers                  |2.6.0beta3          |COMMON_SET|Manifest: NOSIGNATURE
        ironbows-1.20.1-FORGE-1.9.jar                     |Iron Bows (Forge)             |ironbows                      |1.20.1-FORGE-1.9    |COMMON_SET|Manifest: NOSIGNATURE
        FarmersDelight-1.20.1-1.2.3.jar                   |Farmer's Delight              |farmersdelight                |1.20.1-1.2.3        |COMMON_SET|Manifest: NOSIGNATURE
        mcw-bridges-2.1.1-mc1.20.1forge.jar               |Macaw's Bridges               |mcwbridges                    |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        macawsbridgesbop-1.20-1.1.jar                     |Macaw's Bridges - BOP         |macawsbridgesbop              |1.20-1.1            |COMMON_SET|Manifest: NOSIGNATURE
        DustrialDecor-1.3.4-1.20.jar                      |'Dustrial Decor               |dustrial_decor                |1.3.2               |COMMON_SET|Manifest: NOSIGNATURE
        entangled-1.3.16-forge-mc1.20.jar                 |Entangled                     |entangled                     |1.3.16              |COMMON_SET|Manifest: NOSIGNATURE
        CommonCapabilities-1.20.1-2.9.0.jar               |CommonCapabilities            |commoncapabilities            |2.9.0               |COMMON_SET|Manifest: NOSIGNATURE
        CompassCoords-1.6.0-mc1.20.jar                    |Compass Coords                |compasscoords                 |1.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        LetSleepingDogsLie-1.20.1-Forge-1.2.0.jar         |Let Sleeping Dogs Lie         |dogslie                       |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-fences-1.0.7-mc1.20.1forge.jar                |Macaw's Fences and Walls      |mcwfences                     |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        mcwfencesbop-1.20-1.0.jar                         |Macaw's Fences - BOP          |mcwfencesbop                  |1.20-1.0            |COMMON_SET|Manifest: NOSIGNATURE
        wirelesschargers-1.0.8-forge-mc1.20.jar           |Wireless Chargers             |wirelesschargers              |1.0.8               |COMMON_SET|Manifest: NOSIGNATURE
        nsv-1.0.5.jar                                     |New Shield Variants           |nsv                           |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        Bountiful-6.0.3+1.20.1-forge.jar                  |Bountiful                     |bountiful                     |6.0.3+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        GoProne-forge-1.20.1-3.1.1.jar                    |GoProne                       |goprone                       |3.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        blockui-1.20-0.0.84-ALPHA.jar                     |UI Library Mod                |blockui                       |1.20-0.0.84-ALPHA   |COMMON_SET|Manifest: NOSIGNATURE
        multipiston-1.20-1.2.31-ALPHA.jar                 |Multi-Piston                  |multipiston                   |1.20-1.2.31-ALPHA   |COMMON_SET|Manifest: NOSIGNATURE
        leap-1.20.1-1.1.2.jar                             |Leap                          |leap                          |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        collective-1.20.1-6.65.jar                        |Collective                    |collective                    |6.65                |COMMON_SET|Manifest: NOSIGNATURE
        spyglass_improvements-1.4+mc1.20+forge.jar        |Spyglass Improvements         |spyglass_improvements         |1.4+mc1.20.x        |COMMON_SET|Manifest: NOSIGNATURE
        simplehats-forge-1.20.1-0.2.2.jar                 |SimpleHats                    |simplehats                    |1.20.1-0.2.2        |COMMON_SET|Manifest: NOSIGNATURE
        realistic_horse_genetics-1.20.1-11.6.jar          |Realistic Horse Genetics      |horse_colors                  |1.20.1-11.6         |COMMON_SET|Manifest: NOSIGNATURE
        DramaticDoors-Forge-1.20.1-2.3.8.jar              |Dramatic Doors                |dramaticdoors                 |1.20.1-2.3.8        |COMMON_SET|Manifest: NOSIGNATURE
        vanilla_degus-1.20.x-v1.5.0-forge.jar             |Vanilla Degus                 |vanilla_degus                 |1.5.0               |COMMON_SET|Manifest: NOSIGNATURE
        xercapaint-1.20.1-1.0.0.jar                       |Joy of Painting               |xercapaint                    |1.20.1-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE
        usefulhats-1.20.1-4.2.0.0.jar                     |Useful Hats                   |usefulhats                    |1.20.1-4.2.0.0      |COMMON_SET|Manifest: NOSIGNATURE
        Mo' Villagers 1.20.1-1.0.jar                      |Mo' Villager                  |redstonevillager              |1.19.2-3.0          |COMMON_SET|Manifest: NOSIGNATURE
        resourcefullib-forge-1.20.1-2.1.11.jar            |Resourceful Lib               |resourcefullib                |2.1.11              |COMMON_SET|Manifest: NOSIGNATURE
        eatinganimation-1.20-5.0.0.jar                    |Eating Animation              |eatinganimation               |5.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        seasonhud-forge-1.20.1-1.5.6.jar                  |SeasonHUD                     |seasonhud                     |1.5.6               |COMMON_SET|Manifest: NOSIGNATURE
        InventoryProfilesNext-forge-1.20-1.10.7.jar       |Inventory Profiles Next       |inventoryprofilesnext         |1.10.7              |COMMON_SET|Manifest: NOSIGNATURE
        architectury-9.1.12-forge.jar                     |Architectury                  |architectury                  |9.1.12              |COMMON_SET|Manifest: NOSIGNATURE
        doapi-1.2.7-forge.jar                             |Lets Do Api                   |doapi                         |1.2.7               |COMMON_SET|Manifest: NOSIGNATURE
        letsdo-vinery-forge-1.4.4.jar                     |Vinery                        |vinery                        |1.4.4               |COMMON_SET|Manifest: NOSIGNATURE
        allthetrims-3.2.5-forge+1.20.1.jar                |AllTheTrims                   |allthetrims                   |3.2.5               |COMMON_SET|Manifest: NOSIGNATURE
        ftb-library-forge-2001.1.3.jar                    |FTB Library                   |ftblibrary                    |2001.1.3            |COMMON_SET|Manifest: NOSIGNATURE
        letsdo-candlelight-forge-1.2.4.jar                |Candlelight Dinner            |candlelight                   |1.2.4               |COMMON_SET|Manifest: NOSIGNATURE
        letsdo-beachparty-forge-1.1.2b.jar                |Beachparty                    |beachparty                    |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        productivevillagers_forge-1.0.9.jar               |Productive Villagers          |productivevillagers           |1.0.9               |COMMON_SET|Manifest: NOSIGNATURE
        ftb-teams-forge-2001.1.4.jar                      |FTB Teams                     |ftbteams                      |2001.1.4            |COMMON_SET|Manifest: NOSIGNATURE
        ExtremeReactors2-1.20.1-2.0.72.jar                |Extreme Reactors              |bigreactors                   |1.20.1-2.0.72       |COMMON_SET|Manifest: NOSIGNATURE
        productivebees-1.20.1-12.2.1.jar                  |Productive Bees               |productivebees                |1.20.1-12.2.1       |COMMON_SET|Manifest: NOSIGNATURE
        trashcans-1.0.18b-forge-mc1.20.jar                |Trash Cans                    |trashcans                     |1.0.18b             |COMMON_SET|Manifest: NOSIGNATURE
        TrampleStopper-Forge-5.0.0+mc1.20.1.jar           |Trample Stopper               |tramplestopper                |5.0.0+mc1.20.1      |COMMON_SET|Manifest: NOSIGNATURE
        advancedcompass.forge.1.20.1-1.2.15.jar           |Advanced Compass              |advancedcompass               |1.2.15              |COMMON_SET|Manifest: NOSIGNATURE
        framework-forge-1.20.1-0.6.16.jar                 |Framework                     |framework                     |0.6.16              |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
        EnchantWithMob-1.20.1-10.8.2.jar                  |Enchant With Mob              |enchantwithmob                |1.20.1-10.8.2       |COMMON_SET|Manifest: NOSIGNATURE
        infinitetrading-1.20.1-4.0.jar                    |Infinite Trading              |infinitetrading               |4.0                 |COMMON_SET|Manifest: NOSIGNATURE
        chickensshed-1.4.0-0.jar                          |ChickensShed                  |chickensshed                  |1.4.0-0             |COMMON_SET|Manifest: NOSIGNATURE
        letmedespawn-1.1.1.jar                            |Let Me Despawn                |letmedespawn                  |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        nutritionalbalance-1.20-5.0.0.jar                 |Nutritional Balance           |nutritionalbalance            |1.20-5.0.0          |COMMON_SET|Manifest: NOSIGNATURE
        scaffoldingdropsnearby-1.20.1-3.0.jar             |Scaffolding Drops Nearby      |scaffoldingdropsnearby        |3.0                 |COMMON_SET|Manifest: NOSIGNATURE
        DarkModeEverywhere-1.20.1-1.2.2.jar               |DarkModeEverywhere            |darkmodeeverywhere            |1.20.1-1.2.2        |COMMON_SET|Manifest: NOSIGNATURE
        BetterAdvancements-1.20.1-0.3.2.161.jar           |Better Advancements           |betteradvancements            |0.3.2.161           |COMMON_SET|Manifest: NOSIGNATURE
        inventorysorter-1.20.1-23.0.1.jar                 |Simple Inventory Sorter       |inventorysorter               |23.0.1              |COMMON_SET|Manifest: NOSIGNATURE
        MobPlaques-v8.0.0-1.20.1-Forge.jar                |Mob Plaques                   |mobplaques                    |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        BedBenefits-Forge-1.20.1-13.0.2.jar               |BedBenefits                   |bedbenefits                   |13.0.2              |COMMON_SET|Manifest: NOSIGNATURE
        Cucumber-1.20.1-7.0.1.jar                         |Cucumber Library              |cucumber                      |7.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        jmi-forge-1.20.1-0.14-45.jar                      |JourneyMap Integration        |jmi                           |1.20.1-0.14-45      |COMMON_SET|Manifest: NOSIGNATURE
        treasuredistance-1.20-1.0.1.jar                   |Treasure Distance mod         |treasuredistance              |1.20-1.0.1          |COMMON_SET|Manifest: NOSIGNATURE
        biomemakeover-FORGE-1.20.1-1.10.3.jar             |Biome Makeover                |biomemakeover                 |1.20.1-1.10.3       |COMMON_SET|Manifest: NOSIGNATURE
        blueflame-1.20.0-1.0.3.jar                        |Blue Flame Burning            |blueflame                     |1.20.0-1.0.3        |COMMON_SET|Manifest: NOSIGNATURE
        villagerdrops-forge-1.20.1-v1.3.0.jar             |Villagers Drop Emeralds on Dea|villagerdrops                 |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        sophisticatedstorage-1.20.1-0.8.51.605.jar        |Sophisticated Storage         |sophisticatedstorage          |0.8.51.605          |COMMON_SET|Manifest: NOSIGNATURE
        item-filters-forge-2001.1.0-build.55.jar          |Item Filters                  |itemfilters                   |2001.1.0-build.55   |COMMON_SET|Manifest: NOSIGNATURE
        ftb-quests-forge-2001.1.3.jar                     |FTB Quests                    |ftbquests                     |2001.1.3            |COMMON_SET|Manifest: NOSIGNATURE
        EasyMagic-v8.0.1-1.20.1-Forge.jar                 |Easy Magic                    |easymagic                     |8.0.1               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        BetterThanBunnies-1.20.1-Forge-1.3.0.jar          |Better Than Bunnies           |betterthanbunnies             |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        ash_api-forge-3.0.2+1.20.1.jar                    |Ash API                       |ash_api                       |3.0.2+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        platforms-forge-1.20.1-1.0.jar                    |Platforms                     |platforms                     |1.20.1-1.0          |COMMON_SET|Manifest: NOSIGNATURE
        ThirstyBottles-Forge-1.20.1-7.0.2.jar             |ThirstyBottles                |thirstybottles                |7.0.2               |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        mooshroomtweaks-1.20.1-3.2.jar                    |Mooshroom Tweaks              |mooshroomtweaks               |3.2                 |COMMON_SET|Manifest: NOSIGNATURE
        common-networking-forge-1.0.1-1.20.1.jar          |Common Networking             |commonnetworking              |1.0.1-1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        callablehorses-1.20.1-1.3.0.1.jar                 |Callable Horses               |callablehorses                |1.3.0.1             |COMMON_SET|Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        colorize-1.20-forge-1.6.0.jar                     |Colorize                      |colorize                      |1.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        create-1.20.1-0.5.1.d.jar                         |Create                        |create                        |0.5.1.d             |COMMON_SET|Manifest: NOSIGNATURE
        waystones-forge-1.20-14.0.1.jar                   |Waystones                     |waystones                     |14.0.1              |COMMON_SET|Manifest: NOSIGNATURE
        Clumps-forge-1.20.1-12.0.0.3.jar                  |Clumps                        |clumps                        |12.0.0.3            |COMMON_SET|Manifest: NOSIGNATURE
        journeymap-1.20.1-5.9.12-forge.jar                |Journeymap                    |journeymap                    |5.9.12              |COMMON_SET|Manifest: NOSIGNATURE
        SimpleStorageNetwork-1.20.1-1.10.0.jar            |Simple Storage Network        |storagenetwork                |1.10.0              |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        ItemBorders-1.20.1-forge-1.2.0.jar                |Item Borders                  |itemborders                   |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        charginggadgets-1.11.0.jar                        |Charging Gadgets              |charginggadgets               |1.11.0              |COMMON_SET|Manifest: NOSIGNATURE
        BadMobs-1.20.1-19.0.1.jar                         |BadMobs                       |badmobs                       |19.0.1              |COMMON_SET|Manifest: NOSIGNATURE
        bottleyourxp-1.20.1-3.1.jar                       |Bottle Your Xp                |bottleyourxp                  |3.1                 |COMMON_SET|Manifest: NOSIGNATURE
        mcjtylib-1.20-8.0.2.jar                           |McJtyLib                      |mcjtylib                      |1.20-8.0.2          |COMMON_SET|Manifest: NOSIGNATURE
        rftoolsbase-1.20-5.0.1.jar                        |RFToolsBase                   |rftoolsbase                   |1.20-5.0.1          |COMMON_SET|Manifest: NOSIGNATURE
        xnet-1.20-6.0.1.jar                               |XNet                          |xnet                          |1.20-6.0.1          |COMMON_SET|Manifest: NOSIGNATURE
        everycomp-1.20-2.6.6.jar                          |Every Compat                  |everycomp                     |1.20-2.6.6          |COMMON_SET|Manifest: NOSIGNATURE
        bedspreads-forge-6.2.0+1.20.1.jar                 |Bedspreads                    |bedspreads                    |6.2.0+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        deathquotes-forge-1.20.1-3.3.jar                  |DeathQuotes                   |deathquotes                   |3.3                 |COMMON_SET|Manifest: NOSIGNATURE
        netherdepthsupgrade-3.1.0-1.20.jar                |Nether Depths Upgrade         |netherdepthsupgrade           |3.1.0-1.20          |COMMON_SET|Manifest: NOSIGNATURE
        CoffeeDelight-Forge-1.4.jar                       |Coffee Delight                |coffee_delight                |1.4                 |COMMON_SET|Manifest: NOSIGNATURE
        mininggadgets-1.15.3.jar                          |Mining Gadgets                |mininggadgets                 |1.15.3              |COMMON_SET|Manifest: NOSIGNATURE
        UsefulSlime-forge-1.20-1.6.0.jar                  |Useful Slime                  |usefulslime                   |1.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        TravelersTitles-1.20-Forge-4.0.1.jar              |Traveler's Titles             |travelerstitles               |1.20-Forge-4.0.1    |COMMON_SET|Manifest: NOSIGNATURE
        scuba_gear-1.20.1-1.0.6.jar                       |Scuba Gear                    |scuba_gear                    |1.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.20.1-17.0.5.jar   |EnchantmentDescriptions       |enchdesc                      |17.0.5              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        weakerspiderwebs-1.20.1-3.2.jar                   |Weaker Spiderwebs             |weakerspiderwebs              |3.2                 |COMMON_SET|Manifest: NOSIGNATURE
        simplyswords-forge-1.51.0-1.20.1.jar              |Simply Swords                 |simplyswords                  |1.51.0-1.20.1       |COMMON_SET|Manifest: NOSIGNATURE
        libIPN-forge-1.20-4.0.0.jar                       |libIPN                        |libipn                        |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        sebastrnlib-4.0.0.jar                             |Sebastrn Lib                  |sebastrnlib                   |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        refinedcooking-4.0.0.jar                          |Refined Cooking               |refinedcooking                |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        refinedstorage-1.12.3.jar                         |Refined Storage               |refinedstorage                |1.12.3              |COMMON_SET|Manifest: NOSIGNATURE
        cookingforblockheads-forge-1.20-16.0.0.jar        |CookingForBlockheads          |cookingforblockheads          |16.0.0              |COMMON_SET|Manifest: NOSIGNATURE
        Patchouli-1.20.1-81-FORGE.jar                     |Patchouli                     |patchouli                     |1.20.1-81-FORGE     |COMMON_SET|Manifest: NOSIGNATURE
        moonlight-1.20-2.8.18-forge.jar                   |Moonlight Library             |moonlight                     |1.20-2.8.18         |COMMON_SET|Manifest: NOSIGNATURE
        labels-1.20-1.16.jar                              |Labels                        |labels                        |1.20-1.16           |COMMON_SET|Manifest: NOSIGNATURE
        moyai-1.20-2.1.0.jar                              |Moyai                         |moyai                         |1.20-2.1.0          |COMMON_SET|Manifest: NOSIGNATURE
        playerplates-forge-3.0.4+mc1.20.1.jar             |Player Plates                 |playerplates                  |3.0.4+mc1.20.1      |COMMON_SET|Manifest: NOSIGNATURE
        nohostilesaroundcampfire-1.20.1-5.6.jar           |No Hostiles Around Campfire   |nohostilesaroundcampfire      |5.6                 |COMMON_SET|Manifest: NOSIGNATURE
        eccentrictome-1.20.1-1.10.1.jar                   |Eccentric Tome                |eccentrictome                 |1.20.1-1.10.1       |COMMON_SET|Manifest: NOSIGNATURE
        ToolBelt-1.20-1.20.0.jar                          |Tool Belt                     |toolbelt                      |1.20.0              |COMMON_SET|Manifest: NOSIGNATURE
        titanium-1.20.1-3.8.21.jar                        |Titanium                      |titanium                      |3.8.21              |COMMON_SET|Manifest: NOSIGNATURE
        MagnumTorch-v8.0.0-1.20.1-Forge.jar               |Magnum Torch                  |magnumtorch                   |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        mysterious_mountain_lib-1.2.7-1.20.jar            |Mysterious Mountain Lib       |mysterious_mountain_lib       |1.2.7-1.20          |COMMON_SET|Manifest: NOSIGNATURE
        corn_delight-1.0.3-1.20.1.jar                     |Corn Delight                  |corn_delight                  |1.0.3-1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        silent-lib-1.20.1-8.0.0.jar                       |Silent Lib                    |silentlib                     |8.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        bettersafebed-forge-1.20-8.jar                    |Better Safe Bed               |bettersafebed                 |1.20-8              |COMMON_SET|Manifest: NOSIGNATURE
        mixinsquared-forge-0.0.1d.jar                     |MixinSquared                  |mixinsquared                  |0.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        Jade-1.20.1-forge-11.5.1.jar                      |Jade                          |jade                          |11.5.1              |COMMON_SET|Manifest: NOSIGNATURE
        CreativeCore_FORGE_v2.10.34_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.10.34             |COMMON_SET|Manifest: NOSIGNATURE
        movingelevators-1.4.3c-forge-mc1.20.jar           |Moving Elevators              |movingelevators               |1.4.3c              |COMMON_SET|Manifest: NOSIGNATURE
        taniwha-forge-1.20.0-5.1.1.jar                    |Taniwha                       |taniwha                       |1.20.0-5.1.1        |COMMON_SET|Manifest: NOSIGNATURE
        mobcompack-0.0.3.9-1.20.1.jar                     |Mob Compack                   |mobcompack                    |0.0.3.9-1.20.1      |COMMON_SET|Manifest: NOSIGNATURE
        whats-that-slot-forge-1.3.4+1.20.1.jar            |What's That Slot              |whats_that_slot               |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
        largefluidtank-forge-20.6.0.jar                   |Fluid Tank                    |fluidtank                     |20.6.0              |COMMON_SET|Manifest: ef:50:af:b3:03:e0:3e:70:a7:ef:78:77:a5:4d:d4:b5:07:ec:df:9d:d6:f3:12:13:c9:3c:cd:9a:0a:3e:6b:43
        BarteringStation-v8.0.0-1.20.1-Forge.jar          |Bartering Station             |barteringstation              |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        easy_villagers-1.20.1-1.0.12.jar                  |Easy Villagers                |easy_villagers                |1.20.1-1.0.12       |COMMON_SET|Manifest: NOSIGNATURE
        plushies-1.3.0-forge.jar                          |Plushie Mod                   |plushies                      |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        Iceberg-1.20.1-forge-1.1.15.jar                   |Iceberg                       |iceberg                       |1.1.15              |COMMON_SET|Manifest: NOSIGNATURE
        dyed-forge-1.20-1.1.2.jar                         |Dyed                          |dyed                          |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        chemlib-1.20.1-2.0.17.jar                         |ChemLib                       |chemlib                       |2.0.17              |COMMON_SET|Manifest: NOSIGNATURE
        ParCool-1.20.1-3.1.0.3-R.jar                      |ParCool!                      |parcool                       |1.20.1-3.1.0.3-R    |COMMON_SET|Manifest: NOSIGNATURE
        storagedrawers-1.20.1-12.0.2.jar                  |Storage Drawers               |storagedrawers                |12.0.2              |COMMON_SET|Manifest: NOSIGNATURE
        FluxNetworks-1.20.1-7.2.0.14.jar                  |Flux Networks                 |fluxnetworks                  |7.2.0.14            |COMMON_SET|Manifest: NOSIGNATURE
        Statues-1.20.1-0.3.6.4.jar                        |Statues Mod                   |statues                       |0.3.6.4             |COMMON_SET|Manifest: NOSIGNATURE
        betterarcheology-1.0.2.jar                        |Better Archeology             |betterarcheology              |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        buildinggadgets2-0.3.0.jar                        |Building Gadgets 2            |buildinggadgets2              |0.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        BetterTridents-v8.0.1-1.20.1-Forge.jar            |Better Tridents               |bettertridents                |8.0.1               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        betterlily-1.20-1.3.1.jar                         |Better Lily Pads              |betterlily                    |1.20-1.3.1          |COMMON_SET|Manifest: NOSIGNATURE
        charmofundying-forge-6.4.2+1.20.1.jar             |Charm of Undying              |charmofundying                |6.4.2+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
        BetterF3-7.0.1-Forge-1.20.1.jar                   |BetterF3                      |betterf3                      |7.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        Craftable Horse Armour  Saddle-1.20-1.10.jar      |CHA&S - Craftable Horse Armour|craftablehorsearmour          |1.10                |COMMON_SET|Manifest: NOSIGNATURE
        refinedstorageaddons-0.10.0.jar                   |Refined Storage Addons        |refinedstorageaddons          |0.10.0              |COMMON_SET|Manifest: NOSIGNATURE
        chisels-and-bits-forge-1.4.141.jar                |chisels-and-bits              |chiselsandbits                |1.4.141             |COMMON_SET|Manifest: NOSIGNATURE
        healingcampfire-1.20.1-5.1.jar                    |Healing Campfire              |healingcampfire               |5.1                 |COMMON_SET|Manifest: NOSIGNATURE
        OverflowingBars-v8.0.0-1.20.1-Forge.jar           |Overflowing Bars              |overflowingbars               |8.0.0               |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        drinkbeer-refill-1.20.1-1.0.4.jar                 |Drink Beer Refill             |drinkbeer                     |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        createaddition-1.20.1-1.0.0b.jar                  |Create Crafts & Additions     |createaddition                |1.20.1-1.0.0b       |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: c7ded7bb-339e-43d0-9a3d-cb02fc0a026c
    Flywheel Backend: Uninitialized
    FML: 47.1
    Forge: net.minecraftforge:47.1.47
    Kiwi Modules:
        kiwi:contributors
        kiwi:data
    Suspected Mods: Minecraft (minecraft), Forge (forge)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • >>>KLIK LOGIN DISINI SAYANG<<< >>>KLIK DAFTAR DISINI SAYANG<<< Pendahuluan Dalam dunia perjudian online, slot menjadi salah satu permainan yang paling diminati. Dengan munculnya berbagai platform, Togel2Win hadir sebagai salah satu pilihan menarik, terutama dengan fitur anti rungkad yang dijanjikan. Artikel ini akan membahas tentang Togel2Win, keunggulan slot terbaru, dan bagaimana server Thailand berperan dalam meningkatkan pengalaman bermain. Apa Itu Togel2Win? Togel2Win adalah platform permainan yang menawarkan berbagai jenis permainan, termasuk slot dan togel. Dengan antarmuka yang ramah pengguna dan beragam pilihan permainan, situs ini bertujuan untuk memberikan pengalaman bermain yang menyenangkan dan menguntungkan bagi para pemain. Keunggulan Slot Togel2Win Fitur Anti Rungkad: Salah satu keunggulan utama dari Togel2Win adalah fitur anti rungkad yang dirancang untuk mengurangi kemungkinan gangguan saat bermain. Ini memastikan bahwa pemain dapat menikmati permainan tanpa gangguan teknis, meningkatkan kenyamanan dan fokus. Beragam Pilihan Slot: Togel2Win menawarkan berbagai jenis slot, dari yang klasik hingga yang modern dengan grafis menawan dan tema yang menarik. Ini memberikan variasi yang cukup bagi pemain untuk menemukan permainan yang sesuai dengan preferensi mereka. Server Thailand yang Stabil: Server yang berlokasi di Thailand memberikan koneksi yang cepat dan stabil. Ini sangat penting untuk pengalaman bermain yang lancar, terutama saat bermain slot yang memerlukan respons cepat. Bonus dan Promosi Menarik: Togel2Win sering menawarkan bonus dan promosi yang menarik untuk menarik pemain baru dan mempertahankan loyalitas pemain yang sudah ada. Ini bisa berupa bonus deposit, putaran gratis, atau program loyalitas. Tips untuk Pemain Slot di Togel2Win Pilih Slot dengan RTP Tinggi: Sebelum memulai permainan, pastikan untuk memilih slot dengan tingkat pengembalian pemain (RTP) yang tinggi untuk meningkatkan peluang menang. Kelola Anggaran: Tentukan batasan anggaran sebelum bermain dan patuhi itu. Ini membantu mencegah kerugian besar dan menjaga pengalaman bermain tetap menyenangkan. Manfaatkan Bonus: Jangan ragu untuk memanfaatkan bonus dan promosi yang ditawarkan. Ini bisa memberikan tambahan modal untuk bermain lebih lama. Kesimpulan Togel2Win merupakan pilihan menarik bagi para penggemar slot, terutama dengan fitur anti rungkad dan server yang stabil. Dengan berbagai pilihan permainan dan bonus yang menggiurkan, Togel2Win siap memberikan pengalaman bermain yang tak terlupakan. Jika Anda mencari platform slot yang andal dan menyenangkan, Togel2Win bisa menjadi solusi yang tepat.
    • I'm trying to make my own modpack, but sometimes, in certain areas of the world, the game just says "server closed". Minecraft doesn't close, it just returns to the menu. When I tried to figure it out on my own and understand the logs, I didn't understand anything (English is not my native language, so it's difficult for me). I've been trying to solve the problem for the third month. So I ask if anyone is good at this and it's not difficult for you, to help me with this. If you need details, ask. I'll describe everything. What it looks like Logs
    • Hi i installed modpack to my server, it starts but when i join it crashes everytime, im running 1.20.1 forge version, all client mods are deleted from the server.   java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SSLContextImpl$DefaultSSLContext at java.lang.Class.forName0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:390) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:381) ~[?:?] {re:mixin} at java.security.Provider$Service.getImplClass(Provider.java:1967) ~[?:?] {} at java.security.Provider$Service.getDefaultConstructor(Provider.java:1998) ~[?:?] {} at java.security.Provider$Service.newInstanceOf(Provider.java:1912) ~[?:?] {} at java.security.Provider$Service.newInstanceUtil(Provider.java:1920) ~[?:?] {} at java.security.Provider$Service.newInstance(Provider.java:1895) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:236) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:164) ~[?:?] {} at javax.net.ssl.SSLContext.getInstance(SSLContext.java:185) ~[?:?] {} at javax.net.ssl.SSLContext.getDefault(SSLContext.java:110) ~[?:?] {} at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:83) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:336) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292) ~[?:?] {} at sun.net.www.protocol.https.HttpsURLConnectionImpl.&lt;init&gt;(HttpsURLConnectionImpl.java:81) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57) ~[?:?] {} at java.net.URL.openConnection(URL.java:1095) ~[?:?] {re:mixin} at java.net.URL.openStream(URL.java:1162) ~[?:?] {re:mixin} at xxrexraptorxx.additionalstructures.utils.Events.SupporterCheck(Events.java:129) ~[AdditionalStructures-1.20.x-(v.4.2.2).jar%23401!/:4.2.2] {re:classloading} at xxrexraptorxx.additionalstructures.utils.Events.SupporterRewards(Events.java:86) ~[AdditionalStructures-1.20.x-(v.4.2.2).jar%23401!/:4.2.2] {re:classloading} at xxrexraptorxx.additionalstructures.utils.__Events_SupporterRewards_PlayerLoggedInEvent.invoke(.dynamic) ~[AdditionalStructures-1.20.x-(v.4.2.2).jar%23401!/:4.2.2] {re:classloading,pl:eventbus:B} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.event.ForgeEventFactory.firePlayerLoggedIn(ForgeEventFactory.java:875) ~[forge-1.20.1-47.3.0-universal.jar%23694!/:?] {re:mixin,re:classloading,pl:mixin:A} at net.minecraft.server.players.PlayerList.m_11261_(PlayerList.java:261) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_143699_(ServerLoginPacketListenerImpl.java:139) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ServerLoginNetworkHandlerMixin,pl:mixin:APP:connectivity.mixins.json:ServerLoginNetHandlerMixin,pl:mixin:A} at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10055_(ServerLoginPacketListenerImpl.java:126) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ServerLoginNetworkHandlerMixin,pl:mixin:APP:connectivity.mixins.json:ServerLoginNetHandlerMixin,pl:mixin:A} at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_9933_(ServerLoginPacketListenerImpl.java:70) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ServerLoginNetworkHandlerMixin,pl:mixin:APP:connectivity.mixins.json:ServerLoginNetHandlerMixin,pl:mixin:A} at net.minecraft.network.Connection.m_129483_(Connection.java:263) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:AdvancedPacketErrorLogging,pl:mixin:APP:krypton.mixins.json:shared.network.flushconsolidation.ClientConnectionMixin,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.compression.ClientConnectionMixin,pl:mixin:APP:krypton.mixins.json:shared.network.pipeline.encryption.ClientConnectionMixin,pl:mixin:APP:connectivity.mixins.json:ConnectionErrorMixin,pl:mixin:APP:connectivity.mixins.json:NetworkManagerMixin,pl:mixin:A} at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:142) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,re:classloading} at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:907) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:server.DedicatedServerMixin,pl:mixin:APP:mixins/common/nochatreports.mixins.json:server.MixinDedicatedServer,pl:mixin:APP:tombstone.mixins.json:DedicatedServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23689!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:A} at java.lang.Thread.run(Thread.java:1589) ~[?:?] {re:mixin} Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.ExceptionInInitializerError [in thread " Iron Furnaces Update Checker"] at javax.crypto.Cipher.getInstance(Cipher.java:548) ~[?:?] {re:mixin} at sun.security.ssl.SSLCipher.isTransformationAvailable(SSLCipher.java:523) ~[?:?] {} at sun.security.ssl.SSLCipher.<init>(SSLCipher.java:512) ~[?:?] {} at sun.security.ssl.SSLCipher.<clinit>(SSLCipher.java:93) ~[?:?] {} at sun.security.ssl.CipherSuite.<clinit>(CipherSuite.java:65) ~[?:?] {} at sun.security.ssl.SSLContextImpl.getApplicableSupportedCipherSuites(SSLContextImpl.java:343) ~[?:?] {} at sun.security.ssl.SSLContextImpl$AbstractTLSContext.<clinit>(SSLContextImpl.java:556) ~[?:?] {} at java.lang.Class.forName0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:390) ~[?:?] {re:mixin} at java.lang.Class.forName(Class.java:381) ~[?:?] {re:mixin} at java.security.Provider$Service.getImplClass(Provider.java:1967) ~[?:?] {} at java.security.Provider$Service.getDefaultConstructor(Provider.java:1998) ~[?:?] {} at java.security.Provider$Service.newInstanceOf(Provider.java:1912) ~[?:?] {} at java.security.Provider$Service.newInstanceUtil(Provider.java:1920) ~[?:?] {} at java.security.Provider$Service.newInstance(Provider.java:1895) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:236) ~[?:?] {} at sun.security.jca.GetInstance.getInstance(GetInstance.java:164) ~[?:?] {} at javax.net.ssl.SSLContext.getInstance(SSLContext.java:185) ~[?:?] {} at javax.net.ssl.SSLContext.getDefault(SSLContext.java:110) ~[?:?] {} at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:83) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:336) ~[?:?] {} at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292) ~[?:?] {} at sun.net.www.protocol.https.HttpsURLConnectionImpl.&lt;init&gt;(HttpsURLConnectionImpl.java:81) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62) ~[?:?] {} at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57) ~[?:?] {} at java.net.URL.openConnection(URL.java:1095) ~[?:?] {re:mixin} at java.net.URL.openStream(URL.java:1162) ~[?:?] {re:mixin} at ironfurnaces.update.ThreadUpdateChecker.run(ThreadUpdateChecker.java:30) ~[ironfurnaces-1.20.1-4.1.6.jar%23534!/:4.1.6] {re:classloading}
  • Topics

×
×
  • Create New...

Important Information

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