[Bug]:
bttsx4 opened this issue · 1 comments
Bug Description
When i download the mod and try to launch my game i receive this error message
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 2024-02-25 12:50:31
Description: Initializing game
java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details!
at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:625) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin,pl:mixin:APP:modernfix-forge.mixins.json:perf.fast_registry_validation.ForgeRegistryMixin,pl:mixin:APP:physicsmod.mixins.json:forge.MixinForgeRegistry,pl:mixin:APP:puzzleslib.forge.mixins.json:accessor.ForgeRegistryForgeAccessor,pl:mixin:A}
at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:571) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.reduce_blockstate_cache_rebuilds.GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
at net.minecraftforge.registries.GameData.revertTo(GameData.java:285) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.reduce_blockstate_cache_rebuilds.GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:345) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.reduce_blockstate_cache_rebuilds.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.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B}
at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:70) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A}
at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A}
at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:70) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:459) ~[client-1.20.1-20230612.114412-srg.jar%23484!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-forge-47.2.18.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:physicsmod.mixins.json:MixinMain,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,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.2.18.jar:?] {}
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.18.jar:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.18.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:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Suspected Mods: NONE
Stacktrace:
at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:625) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin,pl:mixin:APP:modernfix-forge.mixins.json:perf.fast_registry_validation.ForgeRegistryMixin,pl:mixin:APP:physicsmod.mixins.json:forge.MixinForgeRegistry,pl:mixin:APP:puzzleslib.forge.mixins.json:accessor.ForgeRegistryForgeAccessor,pl:mixin:A}
at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:571) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.reduce_blockstate_cache_rebuilds.GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
at net.minecraftforge.registries.GameData.revertTo(GameData.java:285) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.reduce_blockstate_cache_rebuilds.GameDataMixin,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A}
at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:345) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-forge.mixins.json:perf.reduce_blockstate_cache_rebuilds.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.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B}
at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.2.18.jar%23485!/:?] {}
at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:70) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A}
at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A}
at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:70) ~[forge-1.20.1-47.2.18-universal.jar%23489!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:459) ~[client-1.20.1-20230612.114412-srg.jar%23484!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
Modules:
ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.2506:Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
DEVOBJ.dll:Device Information Set DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
MSCTF.dll:MSCTF Server DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
MSIMG32.dll:GDIEXT Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
POWRPROF.dll:Power Profile Helper DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
PSAPI.DLL:Process Status Helper:10.0.22621.1 (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:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:Windows Shell Common Dll:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.22621.1 (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.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WINSTA.dll:Winstation Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
WRusr.dll:Webroot SecureAnywhere:9.0.35.12:Webroot
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
awt.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
cfgmgr32.dll:Configuration Manager DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
drvstore.dll:Driver Store API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dxcore.dll:DXCore:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
gpapi.dll:Group Policy Client API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
imagehlp.dll:Windows NT Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
inputhost.dll:InputHost:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
jemalloc.dll
jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
jna14036731310445132534.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
lwjgl_opengl.dll
lwjgl_stb.dll
management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
mc-sec-plugin-x64.dll:McAfee Antivirus Core Plugin:1.1.2569.0:McAfee, LLC
msasn1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (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.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
ntdll.dll:NT Layer DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
nvapi64.dll:NVIDIA NVAPI Library, Version 537.70 :31.0.15.3770:NVIDIA Corporation
nvcuda.dll:NVIDIA CUDA Driver, Version 537.70 :31.0.15.3770:NVIDIA Corporation
nvcuda64.dll:NVIDIA CUDA Driver, Version 537.70 :31.0.15.3770:NVIDIA Corporation
nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.3770:NVIDIA Corporation
nvspcap64.dll:NVIDIA Game Proxy:3.26.0.154:NVIDIA Corporation
ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
opengl32.dll:OpenGL Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
perfproc.dll:Windows System Process Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (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.8.0:Microsoft
win32u.dll:Win32u:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
wldp.dll:Windows Lockdown Policy:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-forge-47.2.18.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:physicsmod.mixins.json:MixinMain,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,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.2.18.jar:?] {}
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.18.jar:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.18.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 11 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1384741712 bytes (1320 MiB) / 2650800128 bytes (2528 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i3-13100F
Identifier: Intel64 Family 6 Model 191 Stepping 5
Microarchitecture: unknown
Frequency (GHz): 3.42
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: NVIDIA GeForce GTX 1660 SUPER
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x21c4
Graphics card #0 versionInfo: DriverVersion=31.0.15.3770
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 5.20
Memory slot #0 type: Unknown
Virtual memory max (MB): 30503.51
Virtual memory used (MB): 15934.88
Swap memory total (MB): 22560.72
Swap memory used (MB): 1062.75
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Loaded Shaderpack: ComplementaryUnbound_r5.1.1.zip
Profile: HIGH (+0 options changed by user)
Launched Version: 1.20.1-forge-47.2.18
Backend library: LWJGL version 3.3.1 build 7
Backend API: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 537.70, NVIDIA Corporation
Window size:
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: 8x 13th Gen Intel(R) Core(TM) i3-13100F
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.2.18.jar slf4jfixer PLUGINSERVICE
fmlloader-1.20.1-47.2.18.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.20.1-47.2.18.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.20.1-47.2.18.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.20.1-47.2.18.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]
Mod List:
YungsBetterDungeons-1.20-Forge-4.0.3.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
RoughlyEnoughProfessions-forge-1.20.1-2.0.2.jar |Roughly Enough Professions |roughlyenoughprofessions |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
disenchanting_table-1.20.1-forge-2.1.0.jar |DisenchantingTable |disenchanting_table |1.20.1-forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
colourfulearth-1.20.1-2.1.jar |Colourful Earth |colourfulearth |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
loadingbackgrounds-1.1.0-forge.jar |Loading Backgrounds |loadingbackgrounds |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Tips-Forge-1.20.1-12.0.4.jar |Tips |tipsmod |12.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
dynamiclights-1.20.1.2.jar |Dynamic Lights |dynamiclights |1.20.1.2 |COMMON_SET|Manifest: NOSIGNATURE
mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedcore-1.20.1-0.5.113.524.jar |Sophisticated Core |sophisticatedcore |0.5.113.524 |COMMON_SET|Manifest: NOSIGNATURE
kleeslabs-forge-1.20-15.0.0.jar |KleeSlabs |kleeslabs |15.0.0 |COMMON_SET|Manifest: NOSIGNATURE
InsaneLib-1.12.1-mc1.20.1.jar |InsaneLib |insanelib |1.12.1 |COMMON_SET|Manifest: NOSIGNATURE
mcwfurnituresbop-1.20-1.1.jar |Macaw's Furnitures - BOP |mcwfurnituresbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE
Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
Placebo-1.20.1-8.6.0.jar |Placebo |placebo |8.6.0 |COMMON_SET|Manifest: NOSIGNATURE
citadel-2.4.9-1.20.1.jar |Citadel |citadel |2.4.9 |COMMON_SET|Manifest: NOSIGNATURE
alexsmobs-1.22.7.jar |Alex's Mobs |alexsmobs |1.22.7 |COMMON_SET|Manifest: NOSIGNATURE
modernfix-forge-5.12.1+mc1.20.1.jar |ModernFix |modernfix |5.12.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
REIPluginCompatibilities-forge-12.0.93.jar |REI Plugin Compatibilities |rei_plugin_compatibilities |12.0.93 |COMMON_SET|Manifest: NOSIGNATURE
newshieldvariants-1.1.0-1.20.1_forge.jar |New Shield Variants |newshieldvariants |1.1.0-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
YungsApi-1.20-Forge-4.0.2.jar |YUNG's API |yungsapi |1.20-Forge-4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
mixinextras-forge-0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
Bookshelf-Forge-1.20.1-20.1.8.jar |Bookshelf |bookshelf |20.1.8 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sophisticatedbackpacks-1.20.1-3.19.5.988.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.19.5.988 |COMMON_SET|Manifest: NOSIGNATURE
create_dragon_lib-1.20.1-1.3.3.jar |Create: Dragon Lib |create_dragon_lib |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE
ProgressiveBosses-3.9.5-mc1.20.1.jar |Progressive Bosses |progressivebosses |3.9.5-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Rex's-AdditionalStructures-1.20.x-(v.4.2.1).jar |Additional Structures |additionalstructures |4.2.1 |COMMON_SET|Manifest: NOSIGNATURE
medieval_buildings-forge-1.0.2.jar |Medieval Buildings |medieval_buildings |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
balm-forge-1.20.1-7.2.1.jar |Balm |balm |7.2.1 |COMMON_SET|Manifest: NOSIGNATURE
FpsReducer2-forge-1.20-2.5.jar |FPS Reducer |fpsreducer |1.20-2.5 |COMMON_SET|Manifest: NOSIGNATURE
carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |COMMON_SET|Manifest: NOSIGNATURE
chat_heads-0.10.30-forge-1.20.jar |Chat Heads |chat_heads |0.10.30 |COMMON_SET|Manifest: NOSIGNATURE
forge-startinv-1.0.0-1.20.1.jar |Start Invulnerability Mod |startinv |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
macawsroofsbop-1.20-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE
cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |COMMON_SET|Manifest: NOSIGNATURE
supplementaries-1.20-2.7.29.jar |Supplementaries |supplementaries |1.20-2.7.29 |COMMON_SET|Manifest: NOSIGNATURE
konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
embeddium-0.3.1+mc1.20.1.jar |Embeddium |embeddium |0.3.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
athena-forge-1.20.1-3.1.1 (1).jar |Athena |athena |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
diagonalblocks-forge-8.0.2.jar |Diagonal Blocks |diagonalblocks |8.0.2 |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
EquipmentCompare-1.20.1-forge-1.3.7.jar |Equipment Compare |equipmentcompare |1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
AdvancementPlaques-1.20.1-forge-1.5.1.jar |Advancement Plaques |advancementplaques |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
Chipped-forge-1.20.1-3.0.4 (1).jar |Chipped |chipped |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
mcw-bridges-2.1.1-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
handcrafted-forge-1.20.1-3.0.5.jar |Handcrafted |handcrafted |3.0.5 |COMMON_SET|Manifest: NOSIGNATURE
BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.ja|Better Compatibility Checker |bcc |4.0.8 |COMMON_SET|Manifest: NOSIGNATURE
AmbientSounds_FORGE_v5.3.5_mc1.20.1.jar |AmbientSounds |ambientsounds |5.3.5 |COMMON_SET|Manifest: NOSIGNATURE
healthywater-1.20.1-forge-1.0.0.jar |HealthyWater |healthywater |1.20.1-forge-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
mod-4.0.9.jar |GroovyModLoader |gml |4.0.9 |COMMON_SET|Manifest: NOSIGNATURE
iron_ender_chests-1.20-1.0.2.jar |Iron Ender Chests |iron_ender_chests |1.20-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
mcw-fences-1.1.1-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
mcw-trapdoors-1.1.2-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642corelib-1.1.16-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.16 |COMMON_SET|Manifest: NOSIGNATURE
YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
morebeautifultorches-2.5.2-1.20.1_forge.jar |More Beautiful Torches |morebeautifultorches |2.5.2-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
spark-1.10.53-forge.jar |spark |spark |1.10.53 |COMMON_SET|Manifest: NOSIGNATURE
trimeffects-1.1.0-forge.jar |Trim Effects |trimeffects |1.1.0-forge |COMMON_SET|Manifest: NOSIGNATURE
curios-forge-5.5.0+1.20.1.jar |Curios API |curios |5.5.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE
goldenfood-2.0.1-1.20.1_forge.jar |Golden Food |goldenfood |2.0.1-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
right-click-harvest-3.2.3+1.20.1-forge.jar |Right Click Harvest |rightclickharvest |3.2.3+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
oculus-mc1.20.1-1.6.15.jar |Oculus |oculus |1.6.15 |COMMON_SET|Manifest: NOSIGNATURE
collective-1.20.1-7.30.jar |Collective |collective |7.30 |COMMON_SET|Manifest: NOSIGNATURE
cgl-1.20-forge-0.3.3.jar |CommonGroovyLibrary |commongroovylibrary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE
Searchables-forge-1.20.1-1.0.2.jar |Searchables |searchables |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
YungsExtras-1.20-Forge-4.0.3.jar |YUNG's Extras |yungsextras |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
FramedBlocks-9.1.6.jar |FramedBlocks |framedblocks |9.1.6 |COMMON_SET|Manifest: NOSIGNATURE
BetterThirdPerson-Forge-1.20-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE
bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
tombstone-1.20.1-8.6.0.jar |Corail Tombstone |tombstone |8.6.0 |COMMON_SET|Manifest: NOSIGNATURE
enderpack-1.20.1-forge-1.0.1.jar |EnderPack |enderpack |1.20.1-forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
resourcefullib-forge-1.20.1-2.1.20.jar |Resourceful Lib |resourcefullib |2.1.20 |COMMON_SET|Manifest: NOSIGNATURE
eatinganimation-1.20-5.0.0.jar |Eating Animation |eatinganimation |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
eatanomelette-1.2.1-1.20.1_forge.jar |Eat an Omelette |eatanomelette |1.2.1-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
mcw-roofs-2.2.4b-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.2.4b |COMMON_SET|Manifest: NOSIGNATURE
architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |COMMON_SET|Manifest: NOSIGNATURE
cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE
mcw-furniture-3.2.2-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterEndIsland-1.20-Forge-2.0.4.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |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
YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
[v1.3.2]-Cam's-Better-Lights.jar |Cam's Better Lights |cams_lights |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
sliceanddice-forge-3.2.0.jar |Create Slice & Dice |sliceanddice |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE
timeondisplay-1.20.1-forge-1.0.1.jar |TimeOnDisplay |timeondisplay |1.20.1-forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
mcw-lights-1.0.6-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
BetterAdvancements-1.20.1-0.3.2.161.jar |Better Advancements |betteradvancements |0.3.2.161 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterJungleTemples-1.20-Forge-2.0.4.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
BHMenu-Forge-1.20.1-2.4.1.jar |BHMenu |bhmenu |2.4.1 |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
furnitura-1.11-1.20.1 (1).jar |Furnitura |furnitura |1.11-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.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
libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE
waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |COMMON_SET|Manifest: NOSIGNATURE
Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
dangerclose-2.2.4-1.20.1_forge.jar |Danger Close |dangerclose |2.2.4-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
mcw-paintings-1.0.5-1.20.1forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |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.18-forge.jar |Journeymap |journeymap |5.9.18 |COMMON_SET|Manifest: NOSIGNATURE
comforts-forge-6.3.4+1.20.1.jar |Comforts |comforts |6.3.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
Tumbleweed-forge-1.20.1-0.5.5.jar |Tumbleweed |tumbleweed |0.5.5 |COMMON_SET|Manifest: NOSIGNATURE
TravelersBackpack-1.20.1-9.1.12.jar |Traveler's Backpack |travelersbackpack |9.1.12 |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
MyServerIsCompatible-1.20-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |COMMON_SET|Manifest: NOSIGNATURE
snowundertrees-1.20.1-1.4.3.jar |Snow Under Trees |snowundertrees |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
ExplorersCompass-1.20.1-1.3.3-forge.jar |Explorer's Compass |explorerscompass |1.20.1-1.3.3-forge |COMMON_SET|Manifest: NOSIGNATURE
Exclusive_Weapons_Armor_and_Tools-2.1.0-Forge.jar |Exclusive Weapons Armor And To|exclusive_weapons_armor_and_to|2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
automessage-forge-1.20.1-2.1.0.jar |AutoMessage |automessage |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
fusion-1.1.0c-forge-mc1.20.1.jar |Fusion |fusion |1.1.0c |COMMON_SET|Manifest: NOSIGNATURE
CraftTweaker-forge-1.20.1-14.0.30.jar |CraftTweaker |crafttweaker |14.0.30 |COMMON_SET|Manifest: NOSIGNATURE
puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |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
forge-1.20.1-47.2.18-universal.jar |Forge |forge |47.2.18 |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
scuba_gear-1.20.1-1.0.6.jar |Scuba Gear |scuba_gear |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
mcw-paths-1.0.3forge-mc1.20.1.jar |Macaw's Paths and Pavings |mcwpaths |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE
craftingtweaks-forge-1.20-18.2.2.jar |CraftingTweaks |craftingtweaks |18.2.2 |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
alexscaves-1.0.9.jar |Alex's Caves |alexscaves |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
libIPN-forge-1.20-4.0.1.jar |libIPN |libipn |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.20.1-17.0.13.jar |EnchantmentDescriptions |enchdesc |17.0.13 |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
voicechat-forge-1.20.1-2.4.32.jar |Simple Voice Chat |voicechat |1.20.1-2.4.32 |COMMON_SET|Manifest: NOSIGNATURE
soundphysics-forge-1.20.1-1.1.2.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
moonlight-1.20-2.8.87-forge.jar |Moonlight Library |moonlight |1.20-2.8.87 |COMMON_SET|Manifest: NOSIGNATURE
TerraBlender-forge-1.20.1-3.0.1.2.jar |TerraBlender |terrablender |3.0.1.2 |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
macawsbridgesbop-1.20-1.1.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE
mcwfencesbop-1.20-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE
physics-mod-pro-v166c-forge-1.20.1 (1).jar |Physics Mod |physicsmod |3.0.12 |COMMON_SET|Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |COMMON_SET|Manifest: NOSIGNATURE
morebowsandarrows-2.2.1-1.20.1_forge.jar |More Bows and Arrows! |morebowsandarrows |2.2.1-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
Super-Oro-Block-4.1.0-Forge.jar |Super Ore Block |super_ore_block |4.1.0 |COMMON_SET|Manifest: NOSIGNATURE
ImmersiveEngineering-1.20.1-10.0.0-169.jar |Immersive Engineering |immersiveengineering |1.20.1-10.0.0-169 |COMMON_SET|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
Jade-1.20.1-forge-11.7.1.jar |Jade |jade |11.7.1 |COMMON_SET|Manifest: NOSIGNATURE
NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.11.22_mc1.20.1.jar |CreativeCore |creativecore |2.11.22 |COMMON_SET|Manifest: NOSIGNATURE
spectrelib-forge-0.13.14+1.20.1.jar |SpectreLib |spectrelib |0.13.14+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
RoughlyEnoughItems-12.0.684-forge.jar |Roughly Enough Items (REI) |roughlyenoughitems |12.0.684 |COMMON_SET|Manifest: NOSIGNATURE
kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE
Iceberg-1.20.1-forge-1.1.18.jar |Iceberg |iceberg |1.1.18 |COMMON_SET|Manifest: NOSIGNATURE
notenoughanimations-forge-1.7.0-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |COMMON_SET|Manifest: NOSIGNATURE
create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |COMMON_SET|Manifest: NOSIGNATURE
FastWorkbench-1.20.1-8.0.2.jar |Fast Workbench |fastbench |8.0.2 |COMMON_SET|Manifest: NOSIGNATURE
polymorph-forge-0.49.2+1.20.1.jar |Polymorph |polymorph |0.49.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
[1.20.1] SecurityCraft v1.9.8.jar |SecurityCraft |securitycraft |1.9.8 |COMMON_SET|Manifest: NOSIGNATURE
storagedrawers-1.20.1-12.0.2.jar |Storage Drawers |storagedrawers |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
sit-1.20.1-1.3.4.jar |Sit |sit |1.3.4 |COMMON_SET|Manifest: NOSIGNATURE
DiagonalFences-v8.1.3-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.3 |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
entityculling-forge-1.6.2-mc1.20.1.jar |EntityCulling |entityculling |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE
invhud.forge.1.20.1-3.4.18.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.18 |COMMON_SET|Manifest: NOSIGNATURE
AmbientEnvironment-forge-1.20.1-11.0.0.1.jar |Ambient Environment |ambientenvironment |11.0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
fancymenu_forge_2.14.13_MC_1.20.1.jar |FancyMenu |fancymenu |2.14.13 |COMMON_SET|Manifest: NOSIGNATURE
appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
newslabvariants-2.0.0-1.20.1_forge.jar |New Slab Variants! |newslabvariants |2.0.0-1.20.1_forge |COMMON_SET|Manifest: NOSIGNATURE
connectedglass-1.1.11-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.11 |COMMON_SET|Manifest: NOSIGNATURE
PuzzlesLib-v8.1.13-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.13 |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
BetterF3-7.0.2-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.2 |COMMON_SET|Manifest: NOSIGNATURE
Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |COMMON_SET|Manifest: NOSIGNATURE
stackablestewandsoup-1.0.1.jar |Stackable Stew and Soup |stackabowls |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.7.h |COMMON_SET|Manifest: NOSIGNATURE
loadmyresources_forge_1.0.4_MC_1.19.3.jar |Load My Resources |loadmyresources |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
CrabClaws-MC-1.20.1.jar |CrabClaws |crabclaws |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
xptome-1.20.1-2.2.jar |XP Tome |xpbook |2.2 |COMMON_SET|Manifest: NOSIGNATURE
Crash Report UUID: 6cf1bc26-e501-4bfb-8d13-e68a32fd2855
FML: 47.2
Forge: net.minecraftforge:47.2.18
Flywheel Backend: Uninitialized
How to Reproduce?
No response
Expected Behavior
No response
Version
1.20.1
Mod Loader Version
2.18.2-1.7.2
Mod Loader
Forge
Logs or additional context
No response
Code of Conduct
- I have searched the issue tracker and confirmed that the issue has not been reported
- I have checked the FAQ (if one is present) and my issue is not listed
- I have verified that I am using the latest version of the mod
- I have verified that I have installed all the required dependencies for the mod
- I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
Duplicate of #269