Code Monkey home page Code Monkey logo

forgeconfigscreens's Introduction

forgeconfigscreens's People

Contributors

fuzss avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

forgeconfigscreens's Issues

[Bug]: When trying to config a mod you will be send to the World creation screen.

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.19.4

Mod Version (Required)

6.0.0

Notes (Required)

When trying to config a mod you will be send to the world creation screen.
It only happens if you haven't created any world yet.
That is because in newer versions of Minecraft you will be send automaticly from world selection sceen to the
world creation screen if you haven't created any world.

latest.log (Optional)

No response

[Bug]: Gradle error when added as subrepository with `includeBuild`

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.2

Notes (Required)

To reproduce:

  1. Create empty folder
  2. Add settings.gradle with following contents:
includeBuild "ForgeConfigScreens"
  1. Clone https://github.com/Fuzss/forgeconfigscreens.git into ./ForgeConfigScreens or add it as a submodule.
    (I used commit cb5c3a1)
  2. Open ./ in IntelliJ and press Reload All Gradle Projects in Gradle tab.

I suppose :Forge is treated as alias to :ForgeConfigScreens for some reason.

latest.log (Optional)

https://gist.github.com/stepa2/32bc8630779fc4efcbd3f558363b62f9

[Crash]: When Clicking on a config to change

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

v8.0.2

Notes (Required)

the error it gave me was:

The game crashed whilst mouseclicked event handler
Error: java.lang.NoClassDefFoundError: dev/isxander/yacl3/api/YetAnotherConfigLib

just go through your mod list and click on each config button until it crashes

Crash Report (Required)

https://mclo.gs/NOa7W4m

latest.log (Optional)

https://mclo.gs/Riq9T3I

[Suggestion]: Please, decrease clicking

Suggestion (Required)

When I need to test-restore or modify some option several times, I need to search mod again and expand tree again every time.

Could you please make some Bookmarks feature?

Or may be "Go to last modified value" button?

Or may be save the expanded branch and allow to exit/save changes without return to root of tree?

Or, at least, keep the search string for mod search.

Please :)

mod button no longer shows up

I am using config menu and usually the mod button shows up so I can edit the configs. But then I got the better mod button mod so that I could change the button orientation. However, the game would crash on loadup with the error that config menu couldn't start. After getting rid of the better mod menu the game starts, but the mods button no longer appears in game and I cant change config.

[Bug]: nothing changes for the server

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

v8.0.2

Notes (Required)

whenever changing server config file common. nothing changes. only client side. yes same verisons are installed on client and server

latest.log (Optional)

No response

1.19.2 port

Suggestion: 1.19.2 port

your config menu mod skips over 1.19.2, but most of the mods I use are in 1.19.2. in fact, I almost exclusively play in that version. it'd be nice if I could use the config mod for your mods, since several of your mods are compatible with 1.19.2 and it would make installation through CurseForge easy.

[Suggestion]: Make Mod Menu isn't required

Suggestion (Required)

I'm using Menulogue and my Minecraft isn't starting because it says that it needs Mod Menu. Can you make Mod Menu reccomended, but not required?

When attempting to server-save large config files, Netty kicks you due to overloaded packet size

Hi,
Apologies if this has already been brought to your attention, but when attempting to edit a large config file (in this case Minecolonies) while on a server, the player is kicked from the server when "Done" is clicked due to the payload exceeding 32767 bytes.

I am unsure if this is a netty limitation that you can alter, or if you would need to send config files back in chunks and reassemble them on the servers end, but I thought that I would let you know.

Cheers :)

[Suggestion] Increase character limit for string list fields

There appears to be a 32 character limit for editing string list fields. I'd suggest increasing this to at least 48, even if it leads to horizontal scrolling textboxes occasionally, as some mods need long ids typed out. Some of them I've encountered can be around 35-40 characters at times. I have to close down the game, then edit those entries manually because of the limit. Its no big deal, just a minor inconvenience to have to do it occasionally. This is using 1.2.0 on MC 1.16.5

[Suggestion]: Keybinds

Suggestion (Required)

I think I need a keybinds that can be assigned to open the settings directly from the game to configure mods. Since this will make the path easier.

Configured - it was here, your faces are similar, it just had a menu button.

image
image

[Suggestion]: Port to 1.20.2

Suggestion (Required)

Could you make a 1.20.2 version of the mod? I'm playing on a server with friends and I noticed that you hadn't released this version. I'd really appreciate it.

[Bug]: Inconsistent mod config screen provider registration

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.20.1

Mod Version (Required)

v8.0.2-1.20.1-Fabric

Notes (Required)

My mod uses forge config api port (thanks for creating that mod!), and I tried to use forge config screens to have an auto-generated config gui. But the registration of config screen providers seems to be inconsistent. I never got it to work in the official minecraft launcher using the following mods:

  • fabric-loader-0.15.7-1.20.1
  • fabric-api-0.92.1+1.20.1 (also tried fabric-api-0.83.1+1.20.1)
  • ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric
  • ForgeConfigScreens-v8.0.2-1.20.1-Fabric
  • modmenu-7.2.2 (also tried modmenu-7.1.0)
  • ShoulderSurfing-Fabric-1.20.1-3.0.0

Renaming the jar of my mod to 00ShoulderSurfing-Fabric-1.20.1-3.0.0 did not make a difference.

However, I got it working in a dev environment, but only it only worked sometimes. I suspect this is a loading/sorting issue. I register my config in the first line of onInitializeClient in my client mod initializer class.

I am using Windows 10.

latest.log (Optional)

No response

Custom Mod Config Support?

Forges Config is less then ideal and sadly can easily break.
So there are other config types that exist out there.

Do you plan to provide a API that allows custom ConfigFile formats out there?
or does this stay hardcoded to forge?

[Bug]: Button to access menu not appearing (not good)

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.2

Notes (Required)

The menu for the mod does not appear, the congif for the mod JEI can still be accessed useing JEI's built in config button.
im not very good at code and stuff like that so im not sure im doing something wrong or not. (this is a fresh install of the mod)
im useing quite a few other mods so it may be a compatability issue but im not sure.

Captur`e
this is where i think the button to acces cogfigs is ment to be.

Capture
this is what appears when i use the jei config button

latest.log (Optional)

No response

Add support for json5 format

Hi, I love this mod and I use it all the time. But when I install certain mods they don't allow you to copy it to defaults and I find that feature REALLY useful. I was specifically thinking of Serilum mods, but other mods use this format too. Thx!

Crash with Netherite Plus

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 7/21/22 10:17 PM
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:71) [?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:174) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:mixins.betterthirdperson.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:magnesium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:IMixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$25150/818877529.run(Unknown Source) [?:?] {}
at net.minecraft.util.Util.func_215077_a(Util.java:320) [?:?] {re:mixin,re:classloading,pl:mixin:APP:blue_skies.mixins.json:UtilMixin,pl:mixin:A}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:mixins.betterthirdperson.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:magnesium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:IMixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft$$Lambda$21039/2051283163.accept(Unknown Source) [?:?] {}
at net.minecraft.client.gui.ResourceLoadProgressGui.handler$daf001$onRender(ResourceLoadProgressGui.java:1099) [?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:fancymenu.general.mixin.json:MixinResourceLoadProgressGui,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinResourceLoadProgressGui,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java) [?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:fancymenu.general.mixin.json:MixinResourceLoadProgressGui,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinResourceLoadProgressGui,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:mixins.betterthirdperson.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:magnesium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:IMixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:mixins.betterthirdperson.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:magnesium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:IMixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) [forge-1.16.5-36.2.35.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$513/46727015.call(Unknown Source) [forge-1.16.5-36.2.35.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] {}
-- MOD configmenusforge --
Details:
Caused by 0: java.lang.NoClassDefFoundError: me/shedaniel/clothconfig2/api/AbstractConfigListEntry
at com.oroarmor.netherite_plus.ForgeNetheritePlusMod.lambda$new$3(ForgeNetheritePlusMod.java:65) ~[?:?] {re:classloading}
at com.oroarmor.netherite_plus.ForgeNetheritePlusMod$$Lambda$9398/399051498.get(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.ModContainer.getCustomExtension(ModContainer.java:125) ~[?:?] {re:classloading}
at fuzs.configmenusforge.client.handler.ConfigFactoryHandler.lambda$registerConfigFactories$3(ConfigFactoryHandler.java:17) ~[?:1.2.0] {re:classloading}
at fuzs.configmenusforge.client.handler.ConfigFactoryHandler$$Lambda$23844/924556313.accept(Unknown Source) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) ~[?:1.8.0_51] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51] {}
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_51] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_51] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_51] {}
at fuzs.configmenusforge.client.handler.ConfigFactoryHandler.registerConfigFactories(ConfigFactoryHandler.java:16) ~[?:1.2.0] {re:classloading}
at fuzs.configmenusforge.client.ConfigMenusForgeClient.onClientSetup(ConfigMenusForgeClient.java:16) ~[?:1.2.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_261_ConfigMenusForgeClient_onClientSetup_FMLClientSetupEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$3146/1507239121.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:106) ~[?:36.2] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:107) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModContainer$$Lambda$3266/440708502.run(Unknown Source) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}

Mod File: ConfigMenusForge-v1.2.0-1.16.5-Forge.jar
Failure message: Config Menus for Forge (configmenusforge) encountered an error during the sided_setup event phase
	java.lang.NoClassDefFoundError: me/shedaniel/clothconfig2/api/AbstractConfigListEntry
Mod Version: 1.2.0
Mod Issue URL: https://github.com/Fuzss/configmenusforge/issues
Exception message: java.lang.ClassNotFoundException: me.shedaniel.clothconfig2.api.AbstractConfigListEntry

Stacktrace:
at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:106) ~[modlauncher-8.1.3.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
at com.oroarmor.netherite_plus.ForgeNetheritePlusMod.lambda$new$3(ForgeNetheritePlusMod.java:65) ~[?:?] {re:classloading}
at com.oroarmor.netherite_plus.ForgeNetheritePlusMod$$Lambda$9398/399051498.get(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.ModContainer.getCustomExtension(ModContainer.java:125) ~[?:?] {re:classloading}
at fuzs.configmenusforge.client.handler.ConfigFactoryHandler.lambda$registerConfigFactories$3(ConfigFactoryHandler.java:17) ~[?:1.2.0] {re:classloading}
at fuzs.configmenusforge.client.handler.ConfigFactoryHandler$$Lambda$23844/924556313.accept(Unknown Source) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) ~[?:1.8.0_51] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51] {}
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_51] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_51] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51] {}
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_51] {}
at fuzs.configmenusforge.client.handler.ConfigFactoryHandler.registerConfigFactories(ConfigFactoryHandler.java:16) ~[?:1.2.0] {re:classloading}
at fuzs.configmenusforge.client.ConfigMenusForgeClient.onClientSetup(ConfigMenusForgeClient.java:16) ~[?:1.2.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_261_ConfigMenusForgeClient_onClientSetup_FMLClientSetupEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$3146/1507239121.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:106) ~[?:36.2] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:107) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModContainer$$Lambda$3266/440708502.run(Unknown Source) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4261498304 bytes (4064 MB) / 7284457472 bytes (6947 MB) up to 31943819264 bytes (30464 MB)
CPUs: 16
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx34272m -Xms256m
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.35.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.35.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.35.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.35.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.35.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.35
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
dynamiclightsreforged-mc1.16.5_v1.0.1.jar |Dynamic Lights Reforged |dynamiclightsreforged |mc1.16.5_v1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
immersivecooking-1.2.0.jar |Immersive Cooking |immersivecooking |1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
GokiStats-1.16.5-1.3.2.jar |Goki Stats |gokistats |1.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
auudio_forge_1.0.3-1_MC_1.16.2-1.16.5.jar |Auudio |auudio |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
infernal-expansion-1.16.5-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
TRansliterationLib-1.0.4.jar |TRansliterationLib Mod |transliterationlib |1.0.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
ProjectE-1.16.5-PE1.0.2.jar |ProjectE |projecte |PE1.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
betternether_reforged-1.2.jar |Better Nether Reforged |betternether |1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
strawgolem-1.16-1.9.jar |Straw Golem |strawgolem |1.16-1.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
rubidium-0.2.7.jar |Rubidium |rubidium |0.2.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
Neat 1.7-27.jar |Neat |neat |1.7-27 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |ENQUEUE_IM|Manifest: NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |ENQUEUE_IM|Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
Apotheosis-1.16.5-4.8.99F.jar |Apotheosis |apotheosis |4.8.99F |ENQUEUE_IM|Manifest: NOSIGNATURE
abyg-1.2-forge.jar |[BYG Addon] Enhanced Vanilla B|bygvanillabiomes |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
PickUpNotifier-v1.2-1.16.3.jar |Pick Up Notifier |pickupnotifier |1.2 |ENQUEUE_IM|Manifest: d3:cc:6f:1b:30:87:fa:d9:8f:91:15:20:27:63:95:aa:d5:cb:1b:5b:e6:36:cc:57:20:a9:b3:d4:d5:1a:5d:b8
SnowRealMagic-1.16.4-2.9.0.jar |Snow! Real Magic! |snowrealmagic |2.9.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |ENQUEUE_IM|Manifest: NOSIGNATURE
RevampedWolf-1.16.4-0.7.1.jar |RevampedWolf |revampedwolf |1.16.4-0.7.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
supplementaries-1.16.5-0.18.4.jar |Supplementaries |supplementaries |0.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
betterendforge-1.16.5-2.5.jar |BetterEnd Forge |betterendforge |1.16.5-2.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
corpse-1.16.5-1.0.6.jar |Corpse |corpse |1.16.5-1.0.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
castle_in_the_sky-1.16.5-0.2.6.jar |Castle in the sky |castle_in_the_sky |1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5|Better Compatibility Checker |bcc |1.0.7-build.22+mc1.1|ENQUEUE_IM|Manifest: NOSIGNATURE
Aquamirae 3.0.0.jar |Aquamirae |ob_aquamirae |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
ironfurnaces-1.16.5-2.7.7.jar |Iron Furnaces |ironfurnaces |2.7.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
YungsBridges-Forge-1.16.4-1.0.1.jar |YUNG's Bridges |yungsbridges |1.16.4-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
cavesandcliffs-1.16.5-7.2.0.jar |Caves and Cliffs Backport |cavesandcliffs |1.16.5-7.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Divine_Missions-1.16.5-1.0.1.jar |Divine Missions |divine_missions |NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
Highlighter-1.16.5-1.1.1.jar |Highlighter |highlighter |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.8.2.jar |Curios API |curios |1.16.5-4.0.8.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
oculus-1.2.5.jar |Oculus |oculus |1.2.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
angelring-1.16.5-2.0.2.jar |Angel Ring 2 |angelring |2.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
Infinite_Dungeons-1.16.5-1.0.9.jar |Infinite Dungeons |infinite_dungeons |NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
Project_MMO-1.16.5-3.67.6.jar |Project MMO |pmmo |1.16.5-3.67.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
mutantmore-1.16.5-1.0.1.jar |Mutant More |mutantmore |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
forestcraft-1.85.jar |Astemir's Forest Craft |forestcraft |1.85 |ENQUEUE_IM|Manifest: NOSIGNATURE
Adorn-1.14.3+1.16.5-forge.jar |Adorn |adorn |1.14.3+1.16.5-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
ItemPhysic_v1.4.18_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterBurning-1.16.5-6.0.8.jar |BetterBurning |betterburning |6.0.8 |ENQUEUE_IM|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
CustomStartingGear-1.16.5-2.0.3-universal.jar |Custom Starter Gear |customstartinggear |2.0.3.1 |ENQUEUE_IM|Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
Babel-1.0.5.jar |Babel |babel |1.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
JEPB-1.0.0.jar |Just Enough Piglin Bartering |jepb |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
veinmining-forge-1.16.5-0.16.jar |Vein Mining |veinmining |1.16.5-0.16 |ENQUEUE_IM|Manifest: NOSIGNATURE
SimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5.j|Simple Discord Rich Presence |sdrp |1.4.0-build.3+mc1.16|ENQUEUE_IM|Manifest: NOSIGNATURE
BetterModsButton-v1.0.5-1.16.5-Forge.jar |Better Mods Button |bettermodsbutton |1.0.5 |ENQUEUE_IM|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
NekosEnchantedBooks-1.16-1.7.0.jar |Neko’s Enchanted Books |nebs |1.7.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
DarkPaintings-1.16.5-6.0.11.jar |DarkPaintings |darkpaintings |6.0.11 |ENQUEUE_IM|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
dungeons_gear-1.16.5-3.0.21-hotfix.jar |Dungeons Gear |dungeons_gear |3.0.21-hotfix |ENQUEUE_IM|Manifest: NOSIGNATURE
treasure-bags-1.16.5-1.4.1.jar |Treasure Bags |treasurebags |1.4.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Kiwi-1.16.5-3.6.1.jar |Kiwi |kiwi |3.6.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
mowziesmobs-1.5.25.jar |Mowzie's Mobs |mowziesmobs |1.5.25 |ENQUEUE_IM|Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.81.jar |GeckoLib |geckolib3 |3.0.81 |ENQUEUE_IM|Manifest: NOSIGNATURE
humancompanions-1.16.5-1.4.7.jar |Human Companions |humancompanions |1.16.5-1.4.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
connectiblechains-1.2.0.jar |Connectible Chains |connectiblechains |NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
ConfigMenusForge-v1.2.0-1.16.5-Forge.jar |Config Menus for Forge |configmenusforge |1.2.0 |ERROR |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
[1.16.5][Forge]+RPG-HUD-3.9.1.jar |RPG-Hud |rpghud |3.9.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.152.jar |Just Enough Items |jei |7.7.1.152 |ENQUEUE_IM|Manifest: NOSIGNATURE
VisualWorkbench-v1.1.0-1.16.5.jar |Visual Workbench |visualworkbench |1.1.0 |ENQUEUE_IM|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
The_Graveyard_2.1_(FORGE)_for_1.16.4-1.16.5.jar |The Graveyard (FORGE) |graveyard |2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
AttributeFix-1.16.5-10.1.4.jar |AttributeFix |attributefix |10.1.4 |ENQUEUE_IM|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
goblintraders-1.7.3-1.16.5.jar |Goblin Traders |goblintraders |1.7.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
Paxi-Forge-1.16.4-1.0.jar |Paxi |paxi |1.16.4-1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
PassableFoliage-1.16.5-2.4.0.jar |Passable Foliage |passablefoliage |2.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Fallingleaves-1.16.3-1.2.4.jar |Falling Leaves |fallingleaves |1.2.4-alpha+20220121|ENQUEUE_IM|Manifest: NOSIGNATURE
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
SereneSeasons-1.16.5-4.0.1.125-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.125 |ENQUEUE_IM|Manifest: NOSIGNATURE
LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |ENQUEUE_IM|Manifest: NOSIGNATURE
champions-forge-1.16.5-2.0.1.13.jar |Champions |champions |1.16.5-2.0.1.13 |ENQUEUE_IM|Manifest: NOSIGNATURE
curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
snowundertrees-1.16.5-v1.3.jar |Snow Under Trees |snowundertrees |v1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
sulfuric-1.1.jar |Sulfuric |sulfuric |1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
crumbs-forge-1.0.7.jar |Crumbs |crumbs |1.0.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
forge-1.16.5-36.2.35-universal.jar |Forge |forge |36.2.35 |ENQUEUE_IM|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Atum-1.16.5-2.2.11.jar |Atum 2 |atum |1.16.5-2.2.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
subwild-1.3.1.jar |Subterranean Wilderness |subwild |1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
DynamicSurroundings-1.16.5-4.0.5.0.jar |§3Dynamic Surroundings |dsurround |4.0.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |ENQUEUE_IM|Manifest: NOSIGNATURE
forge-1.16.5-36.2.35-client.jar |Minecraft |minecraft |1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
CavesCliffsBackportAdditions-3.3.jar |CavesandCliffsbackportaddition|cavesandcliffsbackportaddition|3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
jeiintegration_1.16.5-7.1.0.22.jar |JEI Integration |jeiintegration |7.1.0.22 |ENQUEUE_IM|Manifest: NOSIGNATURE
notenoughanimations-1.2.4.jar |NotEnoughAnimations Mod |notenoughanimations |1.2.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.40.jar |Polymorph |polymorph |1.16.5-0.40 |ENQUEUE_IM|Manifest: NOSIGNATURE
JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |ENQUEUE_IM|Manifest: NOSIGNATURE
entityculling-forge-mc1.16.5-1.5.2.jar |EntityCulling |entityculling |1.5.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
backpacked-2.1.8-1.16.5.jar |Backpacked |backpacked |2.1.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
structurize-1.16.5-1.0.392-RELEASE.jar |Structurize |structurize |1.16.5-1.0.392-RELEA|ENQUEUE_IM|Manifest: NOSIGNATURE
Library_of_Exile-1.16.5-1.2.3.jar |Library Of Exile |library_of_exile |NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |ENQUEUE_IM|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
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
Obscuria's Essentials 3.0.0.jar |Obscuria's Essentials |ob_core |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
tetranomicon-1.3.jar |Tetranomicon |tetranomicon |1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
TreeChop-1.16.4-0.14.6-fixed.jar |HT's TreeChop |treechop |0.14.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
SkyVillage_1.0.0_1.16.5.jar |Sky Villages |skyvillages |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
Architects-Palette-1.16.4-1.1.5.jar |Architect's Palette |architects_palette |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Afterlight v2.0.jar |The Afterlight |the_afterlight |2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |ENQUEUE_IM|Manifest: NOSIGNATURE
structurescompass-1.16.5-1.4.0.jar |Structures Compass |structurescompass |1.16.5-1.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Placebo-1.16.5-4.7.0.jar |Placebo |placebo |4.7.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |ENQUEUE_IM|Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
Bookshelf-Forge-1.16.5-10.4.32.jar |Bookshelf |bookshelf |10.4.32 |ENQUEUE_IM|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
relics-1.16.5-0.3.4.3.jar |Relics |relics |0.3.4.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
bygonenether-1.1.2-1.16.5.jar |Bygone Nether |bygonenether |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
carryon-1.16.5-1.15.5.22.jar |Carry On |carryon |1.15.5.22 |ENQUEUE_IM|Manifest: NOSIGNATURE
MmmMmmMmmMmm-1.16.5-1.3.1.jar |MmmMmmMmmMmm |dummmmmmy |1.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
netherite-plus-mod-1.4.5-1.16.5-forge.jar |Netherite Plus |netherite_plus |1.4.5-1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
konkrete_forge_1.3.3-1_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.3.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
JEIEnchantmentInfo-1.16.5-1.3.0.jar |JEI Enchantment Info |jeienchantmentinfo |1.16.5-1.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
EquipmentCompare-1.16.5-1.2.7.jar |Equipment Compare |equipmentcompare |1.2.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
chipped-1.16.5-1.2.1-forge.jar |Chipped |chipped |1.16.5-1.2.1-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
UndeadExpansion-2.0.0-1.16.5.jar |Undead Expansion |undead_expansion |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.6.0.jar |Farmer's Delight |farmersdelight |1.16.5-0.6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
fd_cookbook-2.0.jar |Farmers Delight Cookbook |fd_cookbook |2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
culturaldelights-1.16.5-0.9.2.jar |Cultural Delights |culturaldelights |0.9.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
farmersdelightintegration-1.16.5-1.0.3.jar |Farmer's Delight Integration |farmersdelightintegration |1.16.5-1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
farmersrespite-1.16.5-1.1.jar |Farmer's Respite |farmersrespite |1.16.5-1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
DustrialDecor-1.3.1.jar |'Dustrial Decor |dustrial_decor |1.2.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
simpleshops-1.1.3.jar |Simple Shops |simpleshops |1.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
endrem-5.0.3-R-1.16.5.jar |End Remastered |endrem |5.0.3-R-1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
zmedievalmusic-1.3.jar |medievalmusic mod |medievalmusic |1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
dungeons_enhanced-1.16.5-1.7.jar |Dungeons Enhanced |dungeons_enhanced |1.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Cataclysm-0.19.jar |Cataclysm Mod |cataclysm |1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
Feywild-1.16.5-2.1.3.jar |Feywild |feywild |1.16.5-2.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
netherhexedkingdom-1.16.5-v1.2.jar |Nether Hexed Kingdom |netherhexedkingdom |v1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterThirdPerson-Forge-1.16.4-1.7.2.jar |Better Third Person |betterthirdperson |1.7.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
just_enough_keg-1.16.5-1.0.2.jar |Just Enough Keg |just_enough_keg |1.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
travelers_index-1.16.4-1.0.2.jar |Traveler's Index |travelers_index |1.16.4-1.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
cavebiomeapi-1.16.5-1.4.2.jar |CaveBiomeAPI |cavebiomeapi |1.16.5-1.4.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
SpartanWeaponry-1.16.5-2.2.0-rc-2.jar |Spartan Weaponry |spartanweaponry |2.2.0 Release Candid|ENQUEUE_IM|Manifest: NOSIGNATURE
architectury-1.32.66.jar |Architectury |architectury |1.32.66 |ENQUEUE_IM|Manifest: NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
AI-Improvements-1.16.5-0.5.0.jar |AI-Improvements |aiimprovements |0.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
AdvancedCompas-forge-1.16.5-1.2.11.jar |Advanced Compass |advancedcompass |1.2.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
TradingPost-v1.0.2-1.16.5.jar |Trading Post |tradingpost |1.0.2 |ENQUEUE_IM|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
dreadsteel-1.16.5-1.0.1.jar |Dreadsteel |dreadsteel |1.16.5-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |ENQUEUE_IM|Manifest: NOSIGNATURE
BH-Menu-1.16.5-1.3.jar |Bisect Hosting Menu |bhmenu |1.16.5-1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
woodcuttercompats-1.16-1.2.jar |Woodcutter Compats |woodcuttercompats |1.16-1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
Shrines-1.16.5-2.3.0.jar |Shrines |shrines |1.16.5-2.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
NourishedNetherV12-1.16.5Backport.jar |Nourished Nether |nourished_nether |1.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
EasyMagic-v1.0.4-1.16.5.jar |Easy Magic |easymagic |1.0.4 |ENQUEUE_IM|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
NourishedEndV9-1.16.5Backport.jar |Nourished End |nourished_end |1.0.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
Druidcraft-1.16.5-0.4.54.jar |Druidcraft |druidcraft |0.4.52 |ENQUEUE_IM|Manifest: NOSIGNATURE
the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |ENQUEUE_IM|Manifest: NOSIGNATURE
Soaring-Structures-2-1.16.5-2.0.jar |Soaring Structures 2 |soaringstructures2 |1.16.5 - 2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
environmental-1.16.5-1.1.1.jar |Environmental |environmental |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
bamboo_blocks-1.16.5-3.0.1.jar |Bamboo Blocks |bamboo_blocks |3.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
copperpot-1.16.5-1.2.0.jar |Copper Pot |copperpot |1.16.5-1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
irregularchef-1.16.5-1.0.1.jar |The Irregular Chef |irregularchef |1.16.5-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
endergetic-1.16.5-3.0.2.jar |The Endergetic Expansion |endergetic |3.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
neapolitan-1.16.5-2.2.1.jar |Neapolitan |neapolitan |2.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
personality-1.16.5-1.0.3.jar |Personality |personality |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
buzzier_bees-1.16.5-3.0.3.jar |Buzzier Bees |buzzier_bees |3.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
MerchantMarkers-1.16.5-1.2.2.jar |Merchant Markers |merchantmarkers |1.2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
Clumps-6.0.0.28.jar |Clumps |clumps |6.0.0.28 |ENQUEUE_IM|Manifest: NOSIGNATURE
mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
tetrapak-1.16.5-0.3.4.jar |Tetra Pak |tetrapak |1.16.5-0.3.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
journeymap-1.16.5-5.8.5p5.jar |Journeymap |journeymap |5.8.5p5 |ENQUEUE_IM|Manifest: NOSIGNATURE
RoadRunner-mc1.16.5-1.4.1.jar |Meep Meep! (Road Runner) |roadrunner |1.4.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
decorative_blocks_abnormals-1.2.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
BadMobs-1.16.5-9.1.8.jar |BadMobs |badmobs |9.1.8 |ENQUEUE_IM|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
Obscuria's Tooltips 1.0.0.jar |Obscuria's Tooltips |ob_tooltips |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
magnesium_extras-mc1.16.5_v1.3.1.jar |Magnesium Extras |magnesium_extras |mc1.16.5_v1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
TroubleRPG_1.16.5_v_0.1.1.jar |Trouble RPG |trouble_rpg |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
3dSkinLayers-forge-1.1.0.jar |3dSkinLayers |skinlayers3d |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
twist-1.4.1.jar |Twist |twist |4.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
BrassAmberBattleTowers-1.16.5-1.6.3.jar |Brass Amber BattleTowers |ba_bt |1.16.5-1.6.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.1.20.jar |EnchantmentDescriptions |enchdesc |7.1.20 |ENQUEUE_IM|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
silent-lib-1.16.5-4.10.0.jar |Silent Lib |silentlib |4.10.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Jade-1.16.4-2.8.1.jar |Jade |jade |2.8.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.1.jar |Atmospheric |atmospheric |3.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Iceberg-1.16.5-1.0.41.jar |Iceberg |iceberg |1.0.41 |ENQUEUE_IM|Manifest: NOSIGNATURE
Quark-r2.4-322.jar |Quark |quark |r2.4-322 |ENQUEUE_IM|Manifest: NOSIGNATURE
LegendaryTooltips-1.16.5-1.1.7.jar |Legendary Tooltips |legendarytooltips |1.1.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
kryptonreforged-mc1.16.5_v1.0.0.jar |Krypton Reforged |kryptonreforged |mc1.16.5_v1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
abnormals_delight-1.16.5-1.2.1.jar |Abnormals Delight |abnormals_delight |1.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
combustivefishing-forge-1.16.3-4.0.0.1.jar |Combustive Fishing |combustivefishing |1.16.3-4.0.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
SW+Ice+and+Fire-1.16.5-1.1.0.jar |Spartan Weaponry: Ice and Fire|swiaf |1.16.5-1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
fancymenu_forge_2.10.1_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.10.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
drippyloadingscreen_forge_1.6.4_MC_1.16.2-1.16.5.j|Drippy Loading Screen |drippyloadingscreen |1.6.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
minecolonies-1.16.5-1.0.878-BETA.jar |MineColonies |minecolonies |1.16.5-1.0.878-BETA |ENQUEUE_IM|Manifest: NOSIGNATURE
ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |ENQUEUE_IM|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
enhancedcelestials-2.0.9-1.16.5.jar |Enhanced Celestials |enhancedcelestials |2.0.9-1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |ENQUEUE_IM|Manifest: NOSIGNATURE
forbidden_arcanus-16.2.3.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
drinkbeer-1.16.5-2.3.5.jar |Drink Beer |drinkbeer |2.3.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
Crash Report UUID: b7b8564e-43f8-47be-a989-e62b25d29d8f
RoadRunner != Lithium: This instance was launched using RoadRunner, which is an unofficial Lithium fork! Please do not report bugs to them!
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:core
snowrealmagic:world
Patchouli open book context: n/a
Loaded Shaderpack: (off)

[Bug]: Data for this config hasn't been loaded yet

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.0

Notes (Required)

i have a modpack with over 150 mods and it says this when i try to edit some configs this does happen with most of them
Screenshot 2023-07-27 195551

latest.log (Optional)

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.