Whenever I launch the game , it crashes and the following crash-report happens
Aulluna opened this issue ยท 2 comments
Describe the bug
It just happens whenever I launch the game
To Reproduce
Steps to reproduce the behavior:
just launch the game , wait until it loads and it will crash
Expected behavior
Crash Log
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2/4/22, 12:20 PM
Description: Rendering screen
java.lang.NullPointerException: Cannot invoke "de.keksuccino.fancymenu.menu.button.ButtonData.getButton()" because the return value of "de.keksuccino.fancymenu.menu.button.ButtonCache.getButtonForId(long)" is null
at de.keksuccino.fancymenu.menu.fancy.item.visibilityrequirements.VisibilityRequirementContainer.isVisible(VisibilityRequirementContainer.java:563) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.CustomizationItemBase.visibilityRequirementsMet(CustomizationItemBase.java:272) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.CustomizationItemBase.shouldRender(CustomizationItemBase.java:250) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.TextureCustomizationItem.shouldRender(TextureCustomizationItem.java:120) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.TextureCustomizationItem.render(TextureCustomizationItem.java:71) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.onRenderPost(MenuHandlerBase.java:1213) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1126_MenuHandlerBase_onRenderPost_Post.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:396) ~[forge-1.18.1-39.0.66-universal.jar%23259!/:?] {re:mixin,re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:388) ~[forge-1.18.1-39.0.66-universal.jar%23259!/:?] {re:mixin,re:classloading}
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:886) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1040) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:660) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:classloading,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.66.jar%2323!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at de.keksuccino.fancymenu.menu.fancy.item.visibilityrequirements.VisibilityRequirementContainer.isVisible(VisibilityRequirementContainer.java:563) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.CustomizationItemBase.visibilityRequirementsMet(CustomizationItemBase.java:272) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.CustomizationItemBase.shouldRender(CustomizationItemBase.java:250) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.TextureCustomizationItem.shouldRender(TextureCustomizationItem.java:120) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.item.TextureCustomizationItem.render(TextureCustomizationItem.java:71) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.onRenderPost(MenuHandlerBase.java:1213) ~[fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar%23137!/:1.0.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1126_MenuHandlerBase_onRenderPost_Post.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:396) ~[forge-1.18.1-39.0.66-universal.jar%23259!/:?] {re:mixin,re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:388) ~[forge-1.18.1-39.0.66-universal.jar%23259!/:?] {re:mixin,re:classloading}
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.screens.TitleScreen
Mouse location: Scaled: (243, 336). Absolute: (731.000000, 1010.000000)
Screen size: Scaled: (640, 339). Absolute: (1920, 1017). Scale factor of 3.000000
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:886) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1040) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:660) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:classloading,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.66.jar%2323!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Mod Resources, quark-emote-pack
Stacktrace:
at net.minecraft.client.ResourceLoadStateTracker.m_168562_(ResourceLoadStateTracker.java:49) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,re:classloading,pl:mixin:APP:quartz.mixins.json:ResourceReloadListener,pl:mixin:A}
at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2255) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:677) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23255!/:?] {re:classloading,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.66.jar%2323!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.0.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
-- System Details --
Details:
Minecraft Version: 1.18.1
Minecraft Version ID: 1.18.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 478269440 bytes (456 MiB) / 1967128576 bytes (1876 MiB) up to 5368709120 bytes (5120 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 165 Stepping 3
Microarchitecture: unknown
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GTX 1650
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1f82
Graphics card #0 versionInfo: DriverVersion=27.21.14.5671
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Virtual memory max (MB): 26537.40
Virtual memory used (MB): 14488.08
Swap memory total (MB): 10240.00
Swap memory used (MB): 363.88
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5120m -Xms256m
Launched Version: forge-39.0.66
Backend library: LWJGL version 3.2.2 SNAPSHOT
Backend API: GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, NVIDIA Corporation
Window size: 1920x1017
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)
Graphics mode: fancy
Resource Packs: vanilla, mod_resources, quark:emote_resources (incompatible)
Current Language: English (US)
CPU: 12x Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
ModLauncher: 9.1.0+9.1.0+main.6690ee51
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
[email protected]
javafml@null
Mod List:
supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
refinedpipes-0.6.1.jar |Refined Pipes |refinedpipes |0.6.1 |DONE |Manifest: NOSIGNATURE
allay-1-18-b.jar |Allay mod |allay |2.0 |DONE |Manifest: NOSIGNATURE
bambooeverything-1.2.5-build.11+mc1.18.1.jar |Bamboo Everything |bambooeverything |1.2.5-build.11+mc1.1|DONE |Manifest: NOSIGNATURE
cabletiers-1.18.1-0.545.jar |Cable Tiers |cabletiers |1.18.1-0.545 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.18.1.4.0.jar |Guard Villagers |guardvillagers |1.4.0 |DONE |Manifest: NOSIGNATURE
PickUpNotifier-v3.1.0-1.18.1-Forge.jar |Pick Up Notifier |pickupnotifier |3.1.0 |DONE |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-2.4.2+0.jar |Balm |balm |2.4.2+0 |DONE |Manifest: NOSIGNATURE
SnowRealMagic-1.18-forge-3.2.2.jar |Snow! Real Magic! |snowrealmagic |3.2.2 |DONE |Manifest: NOSIGNATURE
dynview-1.18.1-2.4.jar |Dynamic view distance |dynview |2.3 |DONE |Manifest: NOSIGNATURE
cloth-config-6.1.50-forge.jar |Cloth Config v4 API |cloth_config |6.1.50 |DONE |Manifest: NOSIGNATURE
revampedwolf-1.18.1-1.1.0.jar |RevampedWolf |revampedwolf |1.18.1-1.1.0 |DONE |Manifest: NOSIGNATURE
supplementaries-1.18.1-1.1.11.jar |Supplementaries |supplementaries |1.1.11 |DONE |Manifest: NOSIGNATURE
Terralith_v2.0.12_Fabric+Forge.jar |Seed Fix + Terralith |seedfix_forge |0.0NONE |DONE |Manifest: NOSIGNATURE
refinedstorage-1.10.0.jar |Refined Storage |refinedstorage |1.10.0 |DONE |Manifest: NOSIGNATURE
easy_piglins-1.18.1-1.0.0.jar |Easy Piglins |easy_piglins |1.18.1-1.0.0 |DONE |Manifest: NOSIGNATURE
structure_gel-1.18.1-2.1.3.jar |Structure Gel API |structure_gel |2.1.3 |DONE |Manifest: NOSIGNATURE
corpse-1.18.1-1.0.4.jar |Corpse |corpse |1.18.1-1.0.4 |DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.18.1-1.4.2.jar |Advancement Plaques |advancementplaques |1.4.2 |DONE |Manifest: NOSIGNATURE
TinySkeletons-v3.1.0-1.18.1-Forge.jar |Tiny Skeletons |tinyskeletons |3.1.0 |DONE |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
cleancut-mc1.18-3.0-forge.jar |Clean Cut |cleancut |3.0 |DONE |Manifest: NOSIGNATURE
torchmaster-18.0.3-beta.jar |Torchmaster |torchmaster |18.0.3-beta |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-4.2.6+1.18.1.jar |Repurposed Structures |repurposed_structures |4.2.6+1.18.1 |DONE |Manifest: NOSIGNATURE
morevillagers-FORGE-1.18.1-3.1.1.jar |More Villagers |morevillagers |3.1.1 |DONE |Manifest: NOSIGNATURE
Geolosys-1.18.1-7.0.2.jar |Geolosys |geolosys |7.0.2 |DONE |Manifest: NOSIGNATURE
ToolStats-Forge-1.18.1-8.0.3.jar |ToolStats |toolstats |8.0.3 |DONE |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
supermartijn642corelib-1.0.16a-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.16a |DONE |Manifest: NOSIGNATURE
Highlighter-1.18.1-1.1.2.jar |Highlighter |highlighter |1.1.2 |DONE |Manifest: NOSIGNATURE
spark-forge.jar |spark |spark |1.7.2 |DONE |Manifest: NOSIGNATURE
Monke Madness 1.11.2.jar |Monke Madness |monke_madness |1.18.5-0.3.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.18.1-5.0.6.0.jar |Curios API |curios |1.18.1-5.0.6.0 |DONE |Manifest: NOSIGNATURE
corail_woodcutter-1.18-2.2.1.jar |Corail Woodcutter |corail_woodcutter |2.2.1 |DONE |Manifest: NOSIGNATURE
advancednetherite-1.10.0-1.18.1.jar |Advanced Netherite |advancednetherite |1.10.0 |DONE |Manifest: NOSIGNATURE
furniture-7.0.0-pre28-1.18.1.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre28 |DONE |Manifest: NOSIGNATURE
Adorn-3.2.0+1.18.1-forge.jar |Adorn |adorn |3.2.0+1.18.1 |DONE |Manifest: NOSIGNATURE
the_bumblezone_forge-4.2.1+1.18.1.jar |The Bumblezone |the_bumblezone |4.2.1+1.18.1 |DONE |Manifest: NOSIGNATURE
FallingTree-1.18.1-3.2.0b2.jar |FallingTree |fallingtree |3.2.0b2 |DONE |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
krypton-1.0.0.jar |Krypton Reforged |krypton |1.0.0 |DONE |Manifest: NOSIGNATURE
CustomStartingGear-1.18.1-2.0.3.1-universal.jar |Custom Starter Gear |customstartinggear |2.0.3 |DONE |Manifest: NOSIGNATURE
veinmining-forge-1.18.1-0.16.jar |Vein Mining |veinmining |1.18.1-0.16 |DONE |Manifest: NOSIGNATURE
geckolib-1.18-forge-3.0.11.jar |GeckoLib |geckolib3 |3.0.11 |DONE |Manifest: NOSIGNATURE
DarkPaintings-Forge-1.18.1-9.0.3.jar |DarkPaintings |darkpaintings |9.0.3 |DONE |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
Kiwi-1.18-forge-5.2.3.jar |Kiwi |kiwi |5.2.3 |DONE |Manifest: NOSIGNATURE
clienttweaks-forge-1.18-7.0.0.jar |Client Tweaks |clienttweaks |7.0.0 |DONE |Manifest: NOSIGNATURE
doubledoors_1.18.1-3.2.jar |Double Doors |doubledoors |3.2 |DONE |Manifest: NOSIGNATURE
torchslabmod-1.18.1_v1.7.5.jar |Torch Slab Mod |torchslabmod |1.7.5 |DONE |Manifest: NOSIGNATURE
gun-mod-1.1.3-1.18.1.jar |MrCrayfish's Gun Mod |cgm |1.1.3 |DONE |Manifest: NOSIGNATURE
jei-1.18.1-9.2.3.84.jar |Just Enough Items |jei |9.2.3.84 |DONE |Manifest: NOSIGNATURE
VisualWorkbench-v3.1.0-1.18.1-Forge.jar |Visual Workbench |visualworkbench |3.1.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
AttributeFix-Forge-1.18.1-13.0.5.jar |AttributeFix |attributefix |13.0.5 |DONE |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
tesseract-1.0.24-mc1.18.jar |Tesseract |tesseract |1.0.24 |DONE |Manifest: NOSIGNATURE
goblintraders-1.7.0-1.18.1.jar |Goblin Traders |goblintraders |1.7.0 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.18-3.0.0.1.jar |Caelus API |caelus |1.18-3.0.0.1 |DONE |Manifest: NOSIGNATURE
Fallingleaves-1.18.1-1.3.1.jar |Falling Leaves |fallingleaves |1.3.1 |DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.4-1.18+.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.4 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.18.1-1.9.4-forge.jar |Nature's Compass |naturescompass |1.18.1-1.9.4-forge |DONE |Manifest: NOSIGNATURE
1.18.1-additionalbars-2.3.0.jar |Additional Bars |additionalbars |2.3.0 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.18.1-6.0.0.11-universal.jar |Serene Seasons |sereneseasons |1.18.1-6.0.0.11 |DONE |Manifest: NOSIGNATURE
stoneholm-1.4.1.jar |Stoneholm |stoneholm |1.4.1 |DONE |Manifest: NOSIGNATURE
phosphophyllite-1.18.1-0.6.0-beta.0.1.jar |Phosphophyllite |phosphophyllite |0.6.0-beta.0.1 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |DONE |Manifest: NOSIGNATURE
snowundertrees-1.18.1-1.1.6.jar |Snow Under Trees |snowundertrees |1.1.6 |DONE |Manifest: NOSIGNATURE
snuffles-1.0.1.jar |Snuffles |snuffles |1.0.1 |DONE |Manifest: NOSIGNATURE
starlight-1.0.0+forge.4fd2e63.jar |Starlight |starlight |1.0.0+forge.b1f6a10 |DONE |Manifest: NOSIGNATURE
CraftTweaker-forge-1.18.1-9.0.45.jar |CraftTweaker |crafttweaker |9.0.45 |DONE |Manifest: NOSIGNATURE
ExtraDisks-1.18.1-2.0.2.jar |Extra Disks |extradisks |1.18.1-2.0.2 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.18.1-2.1.49d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49d-1.18.1 |DONE |Manifest: NOSIGNATURE
client-1.18.1-20211210.034407-srg.jar |Minecraft |minecraft |1.18.1 |DONE |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
MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE
Companion-1.18-forge-1.1.1.jar |Companion |companion |1.1.1 |DONE |Manifest: NOSIGNATURE
fansmod-1.18-2.0.1.2.jar |Fans Mod |fansmod |2.0.1.2 |DONE |Manifest: NOSIGNATURE
Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
SimpleLogin-1.18-1.0.0.jar |Simple Login |simplelogin |1.0.1 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.18-0.6.0.jar |Flywheel |flywheel |1.18-0.6.0 |DONE |Manifest: NOSIGNATURE
Mantle-1.18.1-1.8.31.jar |Mantle |mantle |1.8.31 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_22.1.3_Forge_1.18.jar |Xaero's Minimap |xaerominimap |22.1.3 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.18.1-0.36.jar |Polymorph |polymorph |1.18.1-0.36 |DONE |Manifest: NOSIGNATURE
JustEnoughProfessions-1.18-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.7-52.jar |AutoRegLib |autoreglib |1.7-52 |DONE |Manifest: NOSIGNATURE
sit-1.18-1.3.1.jar |Sit |sit |1.3.1 |DONE |Manifest: NOSIGNATURE
EarthMobs-1.18.1-0.5.3.jar |Earth Mobs Mod |earthmobsmod |1.18.1-0.5.3 |DONE |Manifest: NOSIGNATURE
backpacked-2.0.4-1.18.1.jar |Backpacked |backpacked |2.0.4 |DONE |Manifest: NOSIGNATURE
FastFurnace-1.18.1-6.0.1.jar |FastFurnace |fastfurnace |6.0.1 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v3.1.3-1.18.1-Forge.jar |Puzzles Lib |puzzleslib |3.1.3 |DONE |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
Nullscape_v1.1_Fabric+Forge.jar |Seed Fix + Nullscape |nullscape_forge |0.0NONE |DONE |Manifest: NOSIGNATURE
convenientcurioscontainer-1.1-1.18.jar |Convenient Curios Container |convenientcurioscontainer |1_forge-1.18 |DONE |Manifest: NOSIGNATURE
xptome-1.18-2.1.3.jar |XP Tome |xpbook |2.1.3 |DONE |Manifest: NOSIGNATURE
tetra-1.18.1-4.5.0.jar |Tetra |tetra |4.5.0 |DONE |Manifest: NOSIGNATURE
blue_skies-1.18.1-1.3.3.jar |Blue Skies |blue_skies |1.3.3 |DONE |Manifest: NOSIGNATURE
no_null_processors_forge-2.0.2+1.18.1.jar |No Null Processors |no_null_processors |2.0.2+1.18.1 |DONE |Manifest: NOSIGNATURE
netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |DONE |Manifest: NOSIGNATURE
advancedperipherals-1.18.1-0.7.9r.jar |Advanced Peripherals |advancedperipherals |0.7.9r |DONE |Manifest: NOSIGNATURE
blazegear-1.18.1-1.2.0.jar |Blaze Gear |blazegear |1.18.1-1.2.0 |DONE |Manifest: NOSIGNATURE
Floral Enchantment-1.18.1-1.3.2.jar |Floral Enchantment |floralench |1.18.1-1.3.2 |DONE |Manifest: NOSIGNATURE
Architects-Palette-1.18.1-1.1.1.jar |Architect's Palette |architects_palette |1.1.2 |DONE |Manifest: NOSIGNATURE
incontrol-1.18-6.0.0.jar |InControl |incontrol |1.18-6.0.0 |DONE |Manifest: NOSIGNATURE
kleeslabs-forge-1.18.1-11.0.1.jar |KleeSlabs |kleeslabs |11.0.1 |DONE |Manifest: NOSIGNATURE
villagernames_1.18.1-3.5.jar |Villager Names |villagernames |3.5 |DONE |Manifest: NOSIGNATURE
Cave_Tweaks_v1.2_Forge.jar |Cave Tweaks ~ Forge |zcavetweaksforge |1.0-SNAPSHOT |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.20.2_Forge_1.18.jar |Xaero's World Map |xaeroworldmap |1.20.2 |DONE |Manifest: NOSIGNATURE
JRFTL [1.18.1]-1.4.1.jar |JRFTL |jrftl |1.4.1 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.18.1-9.0+14.jar |Controlling |controlling |9.0+14 |DONE |Manifest: NOSIGNATURE
Placebo-1.18.1-6.0.5.jar |Placebo |placebo |6.0.5 |DONE |Manifest: NOSIGNATURE
citadel-1.10.8-1.18.jar |Citadel |citadel |1.10.8 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.16.0.jar |Alex's Mobs |alexsmobs |1.16.0 |DONE |Manifest: NOSIGNATURE
feature_nbt_deadlock_be_gone_forge-1.0.0+1.18.1.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |1.0.0+1.18.1 |DONE |Manifest: NOSIGNATURE
twigs-1.1.4-forge.jar |Ninni, Dopadream |twigs |1.1.3 |DONE |Manifest: NOSIGNATURE
consistency_plus-0.5.0-RC1+1.18.1-forge.jar |Consistency Plus |consistency_plus |0.5.0-RC1+1.18.1-for|DONE |Manifest: NOSIGNATURE
jeed-1.18-1.6.jar |Just Enough Effect Description|jeed |1.18-1.6 |DONE |Manifest: NOSIGNATURE
Floral-Flair-1.18.1-1.3.2.jar |Floral Flair |floral_flair |1.18.1-1.3.2 |DONE |Manifest: NOSIGNATURE
FpsReducer-forge-1.25-mc1.18.jar |FPS Reducer |fpsreducer |1.25-mc1.18 |DONE |Manifest: NOSIGNATURE
carryon-1.18.1-1.17.0.7.jar |Carry On |carryon |1.17.0.7 |DONE |Manifest: NOSIGNATURE
Beyond-Earth-1.18.1-6.0d.jar |Beyond Earth |beyond_earth |6.0c |DONE |Manifest: NOSIGNATURE
hedgehog-1.1.2.jar |Hedgehog |hedgehog |1.1.2 |DONE |Manifest: NOSIGNATURE
lavasponge-1.1.3-1.18.1.jar |LavaSponge |lavasponge |1.1.3-1.18.1 |DONE |Manifest: NOSIGNATURE
Buddycards-1.18.1-3.0.4.jar |Buddycards Core |buddycards |1.18.1-3.0.4 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |DONE |Manifest: NOSIGNATURE
EquipmentCompare-1.18.1-1.2.10.jar |Equipment Compare |equipmentcompare |1.2.10 |DONE |Manifest: NOSIGNATURE
chipped-1.18.1-1.2.1-forge.jar |Chipped |chipped |1.18.1-1.2.1-forge |DONE |Manifest: NOSIGNATURE
out_of_sight-1.18.1-1.0.1.jar |Out of Sight |out_of_sight |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.18.1-1.0.3.jar |Farmer's Delight |farmersdelight |1.18.1-1.0.3 |DONE |Manifest: NOSIGNATURE
customizableelytra-1.18-1.6.3.jar |Customizable Elytra |customizableelytra |1.18-1.6.3 |DONE |Manifest: NOSIGNATURE
HostileNeuralNetworks-1.18.1-3.0.5.jar |Hostile Neural Networks |hostilenetworks |3.0.5 |DONE |Manifest: NOSIGNATURE
AmbientSounds_v5.0.8_mc1.18.1.jar |Ambient Sounds |ambientsounds |3.0.3 |DONE |Manifest: NOSIGNATURE
endrem_forge-5.0.1-R-1.18.1.jar |End Remastered |endrem |5.0-R-1.18.1 |DONE |Manifest: NOSIGNATURE
coppergolem-1-18-2b.jar |Copper Golem |coppergolem |2.0 |DONE |Manifest: NOSIGNATURE
Chunky-1.2.164.jar |Chunky |chunky |1.2.164 |DONE |Manifest: NOSIGNATURE
wirelesschargers-1.0.3a-mc1.18.jar |wirelesschargers |wirelesschargers |1.0.3a |DONE |Manifest: NOSIGNATURE
dungeons_enhanced-1.18.1-3.0-b2.jar |Dungeons Enhanced |dungeons_enhanced |3.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.18.1-65.jar |Patchouli |patchouli |1.18.1-65 |DONE |Manifest: NOSIGNATURE
collective-1.18.1-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE
villagertools-1.18-1.0.2.jar |villagertools |villagertools |1.18-1.0.2 |DONE |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
BetterThirdPerson-Forge-1.18-1.6.0.jar |Better Third Person |betterthirdperson |1.6.0 |DONE |Manifest: NOSIGNATURE
Runelic-Forge-1.18.1-10.0.3.jar |Runelic |runelic |10.0.3 |DONE |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
architectury-3.6.15.jar |Architectury |architectury |3.6.15 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1801.3.5-build.109.jar |FTB Library |ftblibrary |1801.3.5-build.109 |DONE |Manifest: NOSIGNATURE
stonecutter_recipe_tags-2.0.1.jar |Stonecutter Recipe Tags |stonecutter_recipe_tags |2.0.1 |DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1801.2.4-build.46.jar |FTB Teams |ftbteams |1801.2.4-build.46 |DONE |Manifest: NOSIGNATURE
curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |DONE |Manifest: NOSIGNATURE
cc-tweaked-1.18.1-1.100.2.jar |CC: Tweaked |computercraft |1.100.2 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.18-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE
cherishedworlds-forge-1.18-5.1.1.0.jar |Cherished Worlds |cherishedworlds |1.18-5.1.1.0 |DONE |Manifest: NOSIGNATURE
inventoryessentials-forge-1.18-4.0.0.jar |Inventory Essentials |inventoryessentials |4.0.0 |DONE |Manifest: NOSIGNATURE
framework-0.2.3-1.18.1.jar |Framework |framework |0.2.3 |DONE |Manifest: NOSIGNATURE
enchantwithmob-1.18.1-3.2.0.jar |Enchant With Mob |enchantwithmob |1.18.1-3.2.0 |DONE |Manifest: NOSIGNATURE
mavm-forge-1.18.1-1.0.7a.jar |More Axolotl Variants Mod |mavm |1.0.7a |DONE |Manifest: NOSIGNATURE
voidtotem-forge-1.18.1-1.1.0.jar |Void Totem |voidtotem |1.18.1-1.1.0 |DONE |Manifest: NOSIGNATURE
TradingPost-v3.1.2-1.18.1-Forge.jar |Trading Post |tradingpost |3.1.2 |DONE |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
BetterAdvancements-1.18.1-0.1.2.122.jar |Better Advancements |betteradvancements |0.1.2.122 |DONE |Manifest: NOSIGNATURE
Amplified Nether 1.0.1 ~ Forge.jar |Amplified Nether + Seed Fix |seedfix |0.0NONE |DONE |Manifest: NOSIGNATURE
biggerreactors-1.18.1-0.6.0-beta.0.2.jar |Bigger Reactors |biggerreactors |0.6.0-beta.0.2 |DONE |Manifest: NOSIGNATURE
mores-1.2.0.jar |More Ore Stones |mores |1.2.0 |DONE |Manifest: NOSIGNATURE
Shrines-1.18.1-3.0.0-Beta10.jar |Shrines |shrines |1.18.1-3.0.0-Beta10 |DONE |Manifest: NOSIGNATURE
additionallanterns-1.0.0-mc1.18.jar |Additional Lanterns |additionallanterns |1.0.0 |DONE |Manifest: NOSIGNATURE
item-filters-forge-1801.2.6-build.16.jar |Item Filters |itemfilters |1801.2.6-build.16 |DONE |Manifest: NOSIGNATURE
ftb-quests-forge-1801.3.7-build.93.jar |FTB Quests |ftbquests |1801.3.7-build.93 |DONE |Manifest: NOSIGNATURE
EasyMagic-v3.2.1-1.18.1-Forge.jar |Easy Magic |easymagic |3.2.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
the-conjurer-1.18.1-1.1.1.jar |The Conjurer |conjurer_illager |1.1.1 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.18.1-9.0.3.jar |Waystones |waystones |9.0.3 |DONE |Manifest: NOSIGNATURE
soul_cages-1.0-PRE2.jar |Simply Soul Cages |soul_cages |1.0-PRE2 |DONE |Manifest: NOSIGNATURE
goldenhopper-1.2.6-1.18.1.jar |Golden Hopper |goldenhopper |1.2.6 |DONE |Manifest: NOSIGNATURE
FastSuite-1.18.1-3.0.0.jar |Fast Suite |fastsuite |3.0.0 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.18.1-8.0.0+5.jar |Clumps |clumps |8.0.0+5 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.18-5.0.0.1.jar |Comforts |comforts |1.18-5.0.0.1 |DONE |Manifest: NOSIGNATURE
tumbleweed-1.18-0.4.11.jar |Tumbleweed |tumbleweed |1.18-0.4.11 |DONE |Manifest: NOSIGNATURE
configured-1.5.1-1.18.1.jar |Configured |configured |1.5.1 |DONE |Manifest: NOSIGNATURE
Decorative Blocks-forge-1.18.1-2.0.4.jar |Decorative Blocks |decorative_blocks |2.0.4 |DONE |Manifest: NOSIGNATURE
lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
azalea-FORGE-3.1.1.jar |Better Azalea |azalea |3.1.1 |DONE |Manifest: NOSIGNATURE
bedspreads-forge-1.18.1-5.1.0.5.jar |Bedspreads |bedspreads |1.18.1-5.1.0.5 |DONE |Manifest: NOSIGNATURE
blueprint-1.18.1-5.0.0.jar |Blueprint |blueprint |5.0.0 |DONE |Manifest: NOSIGNATURE
beehive-tooltips-forge-1.4.1.jar |Beehive Tooltips |beehivetooltips |1.4.1 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1801.3.3-build.113.jar |FTB Chunks |ftbchunks |1801.3.3-build.113 |DONE |Manifest: NOSIGNATURE
3dSkinLayers-forge-mc1.18-1.3.1.jar |3dSkinLayers |skinlayers3d |1.3.1 |DONE |Manifest: NOSIGNATURE
xercamusic-1.18.1-0.9.1.jar |Xerca's Music Maker Mod |xercamusic |1.18.1-0.9.1 |DONE |Manifest: NOSIGNATURE
forgottenrecipes-forge-1.18.1-1.0.0.jar |Forgotten Recipes |forgottenrecipes |1.18.1-1.0.0 |DONE |Manifest: NOSIGNATURE
dash-1.18-1.0.1.jar |Dash |dash |1.0.1 |DONE |Manifest: NOSIGNATURE
selene-1.18-1.12.0.jar |Selene |selene |1.18-1.12.0 |DONE |Manifest: NOSIGNATURE
TConstruct-1.18.1-3.4.0.34.jar |Tinkers' Construct |tconstruct |3.4.0.34 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.18.1-9.0.11.jar |EnchantmentDescriptions |enchdesc |9.0.11 |DONE |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
Jade-1.18-4.1.2.jar |Jade |jade |4.1.2 |DONE |Manifest: NOSIGNATURE
forge-1.18.1-39.0.66-universal.jar |Forge |forge |39.0.66 |DONE |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
Aquaculture-1.18.1-2.3.2.jar |Aquaculture 2 |aquaculture |1.18.1-2.3.2 |DONE |Manifest: NOSIGNATURE
CreativeCore_v2.4.2_mc1.18.1.jar |CreativeCore |creativecore |2.4.0 |DONE |Manifest: NOSIGNATURE
movingelevators-1.2.34a-mc1.18.jar |Moving Elevators |movingelevators |1.2.34a |DONE |Manifest: NOSIGNATURE
easy_villagers-1.18.1-1.0.1.jar |Easy Villagers |easy_villagers |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE
Iceberg-1.18.1-1.0.40.jar |Iceberg |iceberg |1.0.40 |DONE |Manifest: NOSIGNATURE
Quark-3.0-334.jar |Quark |quark |3.0-334 |DONE |Manifest: NOSIGNATURE
mutil-1.18.1-4.2.0.jar |mutil |mutil |4.2.0 |DONE |Manifest: NOSIGNATURE
LegendaryTooltips-1.18.1-1.2.0.jar |Legendary Tooltips |legendarytooltips |1.2.0} |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.18.1-6.0.0.jar |Fast Workbench |fastbench |6.0.0 |DONE |Manifest: NOSIGNATURE
Beyond-Earth-Giselle-Addon-1.18.1-1.7.jar |Beyond Earth: Giselle Addon |beyond_earth_giselle_addon |1.7 |DONE |Manifest: NOSIGNATURE
ToughAsNails-1.18.1-6.0.0.67-universal.jar |Tough As Nails |toughasnails |1.18.1-6.0.0.67 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.18].forge-3.4.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.4 |DONE |Manifest: NOSIGNATURE
fancymenu_forge_2.6.1_MC_1.18-1.18.1.jar |FancyMenu |fancymenu |2.6.1 |DONE |Manifest: NOSIGNATURE
drippyloadingscreen_forge_1.5.1_MC_1.18-1.18.1.jar|Drippy Loading Screen |drippyloadingscreen |1.5.1 |DONE |Manifest: NOSIGNATURE
quartz-1.18.1-0.0.0-beta.0.1.jar |Quartz |quartz |0.0.0-beta.0.1 |DONE |Manifest: NOSIGNATURE
HunterIllager-1.18.1-3.1.3.jar |Hunter Illager |hunterillager |1.18.1-3.1.3 |DONE |Manifest: NOSIGNATURE
creeperoverhaul-1.18.1-0.3.0-forge.jar |Creeper Overhaul |creeperoverhaul |0.3.0 |DONE |Manifest: NOSIGNATURE
ferritecore-4.0.0-forge.jar |Ferrite Core |ferritecore |4.0.0 |DONE |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
propellerhats-1.18.1-1.0.1.jar |Propeller Hats |propellerhats |1.18.1-1.0.1 |DONE |Manifest: NOSIGNATURE
enhancedcelestials-2.0.9-1.18.jar |Enhanced Celestials |enhancedcelestials |2.0.9 |DONE |Manifest: NOSIGNATURE
BetterF3-1.2.2-Forge-1.18.jar |BetterF3 |betterf3 |1.2.2 |DONE |Manifest: NOSIGNATURE
OpenLoader-Forge-1.18.1-11.0.4.jar |OpenLoader |openloader |11.0.4 |DONE |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
Flywheel Backend: GL33 Instanced Arrays
Crash Report UUID: bc824731-2314-4a8b-a572-b052edac616c
FML: 39.0
Forge: net.minecraftforge:39.0.66
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:core```
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Basic Informations (please complete the following information):**
- OS: [e.g. Windows]
- FancyMenu Version [e.g. 0.2]
- Forge .2866 ( lastest version of forge at the time of posting this
- Minecraft Version 1.18.1
- Active Mods alot , including optifine and drippyloading screen
- - DM me on discord if I go inactive , Barracuda#4994
Please try to run the game with only FancyMenu + dependencies and Drippy + dependencies installed and see if this fixes the issue. If it does, please try to add back Optifine and see if it still works. If so, it has to be one of the other mods that aren't compatible with FM.