Jump to content

Recommended Posts

Posted

Error: Game Crashed

The game crashed whilst initializing game Error: java.lang.RuntimeException: null

 

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 2023-06-06 17:20:39
Description: Initializing game

java.lang.RuntimeException: null
    at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:326) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
    at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:468) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:memoryleakfix.mixins.json:hugeScreenshotLeak.Minecraft_screenshotMixin,pl:mixin:APP:memoryleakfix.mixins.json:targetEntityLeak.Minecraft_targetClearMixin,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%23101!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
    Suppressed: net.minecraftforge.fml.ModLoadingException: Create Chunkloading (createchunkloading) encountered an error during the common_setup event phase
§7java.lang.NoClassDefFoundError: com/simibubi/create/content/contraptions/components/structureMovement/MovementBehaviour
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:111) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$35(ModLoader.java:315) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:225) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:313) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:341) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.<init>(Minecraft.java:468) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:memoryleakfix.mixins.json:hugeScreenshotLeak.Minecraft_screenshotMixin,pl:mixin:APP:memoryleakfix.mixins.json:targetEntityLeak.Minecraft_targetClearMixin,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
    Caused by: java.lang.NoClassDefFoundError: com/simibubi/create/content/contraptions/components/structureMovement/MovementBehaviour
        at org.embeddedt.createchunkloading.ExampleExpectPlatform.registerMovementBehavior(ExampleExpectPlatform.java) ~[createchunkloading-1.3.0-forge.jar%23238!/:?] {re:classloading}
        at org.embeddedt.createchunkloading.CreateChunkloading.lambda$init$2(CreateChunkloading.java:35) ~[createchunkloading-1.3.0-forge.jar%23238!/:?] {re:classloading}
        at dev.architectury.registry.registries.Registrar.lambda$listen$0(Registrar.java:83) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at dev.architectury.registry.registries.forge.RegistriesImpl$RegistryProviderImpl$EventListener.lambda$registerFor$0(RegistriesImpl.java:201) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:76) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:eventbus:A}
        at dev.architectury.registry.registries.forge.RegistriesImpl$RegistryProviderImpl$EventListener.registerFor(RegistriesImpl.java:191) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at dev.architectury.registry.registries.forge.RegistriesImpl$RegistryProviderImpl$EventListener.handleEvent(RegistriesImpl.java:185) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at dev.architectury.registry.registries.forge.__EventListener_handleEvent_RegisterEvent.invoke(.dynamic) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        ... 31 more
    Caused by: java.lang.ClassNotFoundException: com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour
        at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {}
        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {}
        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {}
        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
        at org.embeddedt.createchunkloading.ExampleExpectPlatform.registerMovementBehavior(ExampleExpectPlatform.java) ~[createchunkloading-1.3.0-forge.jar%23238!/:?] {re:classloading}
        at org.embeddedt.createchunkloading.CreateChunkloading.lambda$init$2(CreateChunkloading.java:35) ~[createchunkloading-1.3.0-forge.jar%23238!/:?] {re:classloading}
        at dev.architectury.registry.registries.Registrar.lambda$listen$0(Registrar.java:83) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at dev.architectury.registry.registries.forge.RegistriesImpl$RegistryProviderImpl$EventListener.lambda$registerFor$0(RegistriesImpl.java:201) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:76) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:eventbus:A}
        at dev.architectury.registry.registries.forge.RegistriesImpl$RegistryProviderImpl$EventListener.registerFor(RegistriesImpl.java:191) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at dev.architectury.registry.registries.forge.RegistriesImpl$RegistryProviderImpl$EventListener.handleEvent(RegistriesImpl.java:185) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading}
        at dev.architectury.registry.registries.forge.__EventListener_handleEvent_RegisterEvent.invoke(.dynamic) ~[architectury-6.5.85-forge.jar%23222!/:?] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        ... 31 more
    Suppressed: net.minecraftforge.fml.ModLoadingException: Mystical Agriculture (mysticalagriculture) encountered an error during the common_setup event phase
§7java.lang.NullPointerException: Registry Object not present: mysticalagriculture:prosperity_block
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:111) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$35(ModLoader.java:315) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:225) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:313) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:341) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.<init>(Minecraft.java:468) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:memoryleakfix.mixins.json:hugeScreenshotLeak.Minecraft_screenshotMixin,pl:mixin:APP:memoryleakfix.mixins.json:targetEntityLeak.Minecraft_targetClearMixin,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
    Caused by: java.lang.NullPointerException: Registry Object not present: mysticalagriculture:prosperity_block
        at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
        at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:mixin,re:classloading}
        at com.blakebr0.mysticalagriculture.init.ModBlocks.lambda$register$67(ModBlocks.java:147) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading}
        at com.blakebr0.mysticalagriculture.init.ModBlocks.lambda$register$69(ModBlocks.java:154) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading}
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] {}
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
        at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}
        at com.blakebr0.mysticalagriculture.init.ModItems.lambda$onRegisterItems$259(ModItems.java:244) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading}
        at net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:76) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:eventbus:A}
        at com.blakebr0.mysticalagriculture.init.ModItems.onRegisterItems(ModItems.java:243) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading}
        at com.blakebr0.mysticalagriculture.init.__ModItems_onRegisterItems_RegisterEvent.invoke(.dynamic) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        ... 31 more
    Suppressed: net.minecraftforge.fml.ModLoadingException: Mystical Agriculture (mysticalagriculture) encountered an error during the common_setup event phase
§7java.lang.NullPointerException: Registry Object not present: mysticalagriculture:inferium_furnace
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:111) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$35(ModLoader.java:315) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:225) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:313) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:341) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.<init>(Minecraft.java:468) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:memoryleakfix.mixins.json:hugeScreenshotLeak.Minecraft_screenshotMixin,pl:mixin:APP:memoryleakfix.mixins.json:targetEntityLeak.Minecraft_targetClearMixin,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
    Caused by: java.lang.NullPointerException: Registry Object not present: mysticalagriculture:inferium_furnace
        at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
        at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:mixin,re:classloading}
        at com.blakebr0.mysticalagriculture.init.ModTileEntities.lambda$static$0(ModTileEntities.java:26) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading}
        at com.blakebr0.mysticalagriculture.init.ModTileEntities.lambda$register$21(ModTileEntities.java:49) ~[MysticalAgriculture-1.19.2-6.0.8.jar%23267!/:6.0.8] {re:classloading}
        at net.minecraftforge.registries.DeferredRegister.lambda$addEntries$1(DeferredRegister.java:388) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:59) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:eventbus:A}
        at net.minecraftforge.registries.DeferredRegister.addEntries(DeferredRegister.java:388) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.registries.DeferredRegister$EventDispatcher.handleEvent(DeferredRegister.java:330) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
        at net.minecraftforge.registries.__EventDispatcher_handleEvent_RegisterEvent.invoke(.dynamic) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.3.jar%23281!/:?] {}
        ... 31 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:326) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
    at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) ~[fmlcore-1.19.2-43.2.3.jar%23280!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:91) ~[forge-1.19.2-43.2.3-universal.jar%23284!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:468) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:memoryleakfix.mixins.json:hugeScreenshotLeak.Minecraft_screenshotMixin,pl:mixin:APP:memoryleakfix.mixins.json:targetEntityLeak.Minecraft_targetClearMixin,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,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.1 (WinBuild.160101.0800):Microsoft Corporation
        CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
        CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.1635:Microsoft Corporation
        DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (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.1635 (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.1344 (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.1485 (WinBuild.160101.0800):Microsoft Corporation
        KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        MSCTF.dll:MSCTF Server DLL:10.0.22621.1 (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.608 (WinBuild.160101.0800):Microsoft Corporation
        Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        Oleacc.dll:Active Accessibility Core Component:7.2.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.1344 (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.1635 (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
        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
        Windows64ReleaseSp_bulletjme.dll
        amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (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
        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
        directxdatabasehelper.dll:DirectXDatabaseHelper:10.0.22621.1635 (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.1635 (WinBuild.160101.0800):Microsoft Corporation
        dxgi.dll:DirectX Graphics Infrastructure:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
        gdi32full.dll:GDI Client DLL:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
        glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
        icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        igc64.dll:Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator:30.0.100.9864:Intel Corporation
        igdgmm64.dll:User Mode Driver for Intel(R) Graphics Technology:30.0.100.9864:Intel Corporation
        igdml64.dll:Metrics Library for Intel(R) Graphics Technology:30.0.100.9864:Intel Corporation
        igxelpicd64.dll:OpenGL(R) Driver for Intel(R) Graphics Accelerator:30.0.100.9864:Intel Corporation
        inputhost.dll:InputHost:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft
        jemalloc.dll
        jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jna15917045517205953531.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
        jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft
        kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        lwjgl.dll
        lwjgl_opengl.dll
        lwjgl_stb.dll
        management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        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.608 (WinBuild.160101.0800):Microsoft Corporation
        msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (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.3.0:Microsoft
        nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        ntdll.dll:NT Layer DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        opengl32.dll:OpenGL Client DLL:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
        perfos.dll:Windows System 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
        powrprof.dll:Power Profile Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        profapi.dll:User Profile Basic API:10.0.22621.1 (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.3.0:Microsoft
        textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
        ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (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.3.0:Microsoft
        win32u.dll:Win32u:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation
        windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.608 (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
        wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1 (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.3.0:Microsoft
Stacktrace:
    at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23279!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%23101!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 1226833920 bytes (1170 MiB) / 2030043136 bytes (1936 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 8
    Processor Vendor: GenuineIntel
    Processor Name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
    Identifier: Intel64 Family 6 Model 140 Stepping 1
    Microarchitecture: Tiger Lake
    Frequency (GHz): 2.42
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 8
    Graphics card #0 name: Intel(R) Iris(R) Xe Graphics
    Graphics card #0 vendor: Intel Corporation (0x8086)
    Graphics card #0 VRAM (MB): 1024.00
    Graphics card #0 deviceId: 0x9a49
    Graphics card #0 versionInfo: DriverVersion=30.0.100.9864
    Memory slot #0 capacity (MB): 4096.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 4096.00
    Memory slot #1 clockSpeed (GHz): 3.20
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 25239.52
    Virtual memory used (MB): 15249.27
    Swap memory total (MB): 17408.00
    Swap memory used (MB): 1845.64
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
    Launched Version: forge-43.2.3
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: Intel(R) Iris(R) Xe Graphics GL version 3.2.0 - Build 30.0.100.9864, Intel
    Window size: <not initialized>
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 8x 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
    OptiFine Version: OptiFine_1.19.2_HD_U_I1
    OptiFine Build: 20221213-150857
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 3.2.0 - Build 30.0.100.9864
    OpenGlRenderer: Intel(R) Iris(R) Xe Graphics
    OpenGlVendor: Intel
    CpuCount: 8
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.2-43.2.3.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.2-43.2.3.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.2-43.2.3.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.2-43.2.3.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.2-43.2.3.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        javafml@null
        [email protected]
        lowcodefml@null
    Mod List: 
        TreeChop-1.19.2-forge-0.17.8a.jar                 |HT's TreeChop                 |treechop                      |0.17.8a             |COMMON_SET|Manifest: NOSIGNATURE
        EasyAnvils-v4.0.11-1.19.2-Forge.jar               |Easy Anvils                   |easyanvils                    |4.0.11              |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
        Cucumber-1.19.2-6.0.6.jar                         |Cucumber Library              |cucumber                      |6.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        caveore-1.19.2-2.3.jar                            |CaveOre Mod                   |caveore                       |1.19.2-2.3          |COMMON_SET|Manifest: NOSIGNATURE
        EasyMagic-v4.3.3-1.19.2-Forge.jar                 |Easy Magic                    |easymagic                     |4.3.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
        jei-1.19.2-forge-11.6.0.1015.jar                  |Just Enough Items             |jei                           |11.6.0.1015         |COMMON_SET|Manifest: NOSIGNATURE
        Floral Enchantment-1.19.2-1.4.3.jar               |Floral Enchantment            |floralench                    |1.19.2-1.4.3        |COMMON_SET|Manifest: NOSIGNATURE
        Architects-Palette-1.19.2-1.3.2.jar               |Architect's Palette           |architects_palette            |1.3.1               |COMMON_SET|Manifest: NOSIGNATURE
        libraryferret-forge-1.19.2-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-windows-2.1.1-mc1.19.2forge.jar               |Macaw's Windows               |mcwwindows                    |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        BuildersDelight-1.19.2-v.1.1.jar                  |Builder's Delight             |buildersdelight               |1.1                 |COMMON_SET|Manifest: NOSIGNATURE
        realisticbees-1.19.2-3.3.jar                      |Realistic Bees                |realisticbees                 |3.3                 |COMMON_SET|Manifest: NOSIGNATURE
        mcw-paintings-1.0.4-mc1.19.2.jar                  |Macaw's Paintings             |mcwpaintings                  |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        citadel-2.1.4-1.19.jar                            |Citadel                       |citadel                       |2.1.4               |COMMON_SET|Manifest: NOSIGNATURE
        alexsmobs-1.21.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.21.1              |COMMON_SET|Manifest: NOSIGNATURE
        BotanyPots-Forge-1.19.2-9.0.33.jar                |BotanyPots                    |botanypots                    |9.0.33              |COMMON_SET|Manifest: NOSIGNATURE
        BotanyPotsTiers-Forge-1.19.2-3.3.2.jar            |BotanyPotsTiers               |botanypotstiers               |3.3.2               |COMMON_SET|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.19.2-16.3.20.jar                |Bookshelf                     |bookshelf                     |16.3.20             |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
        OreTree-Forge-1.19.2-1.1.0.jar                    |Ore Tree                      |ore_tree                      |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        lazydfu-1.19-1.0.2.jar                            |LazyDFU                       |lazydfu                       |0.1.3               |COMMON_SET|Manifest: NOSIGNATURE
        create_dragon_lib-1.19.2-1.2.1.jar                |Create: Dragon Lib            |create_dragon_lib             |1.2.1               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-doors-1.0.9forge-mc1.19.2.jar                 |Macaw's Doors                 |mcwdoors                      |1.0.9               |COMMON_SET|Manifest: NOSIGNATURE
        memoryleakfix-forge-1.17+-1.0.0.jar               |Memory Leak Fix               |memoryleakfix                 |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        strongfarmland-1.19-1.1.1.jar                     |Stronger Farmland             |strongfarmland                |1.19-1.1.1          |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        FORGE-blanced_crates1.7.2-1.19.2.jar              |Balanced Crates               |balanced_crates               |1.7.2               |COMMON_SET|Manifest: NOSIGNATURE
        cloth-config-8.2.88-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.2.88              |COMMON_SET|Manifest: NOSIGNATURE
        soundphysics-forge-1.19.2-1.0.18.jar              |Sound Physics Remastered      |sound_physics_remastered      |1.19.2-1.0.18       |COMMON_SET|Manifest: NOSIGNATURE
        forge-1.19.2-43.2.3-universal.jar                 |Forge                         |forge                         |43.2.3              |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
        ctov-3.2.2.jar                                    |ChoiceTheorem's Overhauled Vil|ctov                          |3.2.2               |COMMON_SET|Manifest: NOSIGNATURE
        toolbox-forge-1.4.0+1.19.2.jar                    |Lazurite Toolbox              |toolbox                       |1.4.0+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        geophilic‐1.19-2.0.0b.jar                         |Geophilic                     |geophilic                     |1.19-2.0.0b         |COMMON_SET|Manifest: NOSIGNATURE
        mcw-paths-1.0.2forge-mc1.19.2.jar                 |Macaw's Paths and Pavings     |mcwpaths                      |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        MysticalAgriculture-1.19.2-6.0.8.jar              |Mystical Agriculture          |mysticalagriculture           |6.0.8               |COMMON_SET|Manifest: NOSIGNATURE
        ferdinandsflowers-2.01-1.19.2.jar                 |Ferdinand's Flowers           |ferdinandsflowers             |2.01-1.19.2         |COMMON_SET|Manifest: NOSIGNATURE
        client-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |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
        mcw-bridges-2.0.7-mc1.19.2forge.jar               |Macaw's Bridges               |mcwbridges                    |2.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        FarmersDelight-1.19-1.2.1.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.2.1          |COMMON_SET|Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar  |EnchantmentDescriptions       |enchdesc                      |13.0.14             |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
        moonlight-1.19.2-2.2.38-forge.jar                 |Moonlight Library             |moonlight                     |1.19.2-2.2.38       |COMMON_SET|Manifest: NOSIGNATURE
        chefs-delight-1.0.2-forge-1.19.2.jar              |Chefs Delight                 |chefsdelight                  |1.0.2-forge-1.19.2  |COMMON_SET|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |COMMON_SET|Manifest: NOSIGNATURE
        mysterious_mountain_lib-1.2.3-1.19.2.jar          |Mysterious Mountain Lib       |mysterious_mountain_lib       |1.2.3-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        archflora-1.0.1-1.19.2.jar                        |Arch Flora                    |archflora                     |1.0.1-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        another_furniture-forge-2.1.2-1.19.2.jar          |Another Furniture             |another_furniture             |2.1.2-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        mcw-fences-1.0.7-mc1.19.2forge.jar                |Macaw's Fences and Walls      |mcwfences                     |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        kffmod-3.12.0.jar                                 |Kotlin For Forge              |kotlinforforge                |3.12.0              |COMMON_SET|Manifest: NOSIGNATURE
        flywheel-forge-1.19.2-0.6.8.a-14.jar              |Flywheel                      |flywheel                      |0.6.8.a-14          |COMMON_SET|Manifest: NOSIGNATURE
        create-1.19.2-0.5.1.b.jar                         |Create                        |create                        |0.5.1.b             |COMMON_SET|Manifest: NOSIGNATURE
        Xaeros_Minimap_23.4.4_Forge_1.19.1.jar            |Xaero's Minimap               |xaerominimap                  |23.4.4              |COMMON_SET|Manifest: NOSIGNATURE
        create-stuff-additions1.19.2_v2.0.3b.jar          |Create Stuff & Additions      |create_sa                     |2.0.3.              |COMMON_SET|Manifest: NOSIGNATURE
        collective-1.19.2-6.55.jar                        |Collective                    |collective                    |6.55                |COMMON_SET|Manifest: NOSIGNATURE
        dropz-forge-2.2.0+1.19.2.jar                      |Dropz                         |dropz                         |2.2.0+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        nocube's_villagers_sell_animals_1.2.0_forge_1.19.2|Villagers Sell Animals (by NoC|villagersellanimals           |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        bettervillage-forge-1.19.2-3.1.0.jar              |Better village                |bettervillage                 |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        Regrowth-1.19-41.1.31.1.jar                       |Regrowth                      |regrowth                      |41.1.31.1           |COMMON_SET|Manifest: NOSIGNATURE
        effective_fg-1.3.4.jar                            |Effective (Forge)             |effective_fg                  |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
        cfm-7.0.0-pre35-1.19.2.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre35         |COMMON_SET|Manifest: NOSIGNATURE
        architectury-6.5.85-forge.jar                     |Architectury                  |architectury                  |6.5.85              |COMMON_SET|Manifest: NOSIGNATURE
        minecraft-comes-alive-7.5.2+1.19.2-universal.jar  |Minecraft Comes Alive         |mca                           |7.5.2+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        createchunkloading-1.3.0-forge.jar                |Create Chunkloading           |createchunkloading            |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        animal_feeding_trough-1.0.3+1.19.2-forge.jar      |Animal Feeding Trough         |animal_feeding_trough         |1.0.3+1.19.2-forge  |COMMON_SET|Manifest: NOSIGNATURE
        alexsdelight-1.4.1.jar                            |Alex's Delight                |alexsdelight                  |1.4.1               |COMMON_SET|Manifest: NOSIGNATURE
        PuzzlesLib-v4.4.0-1.19.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |4.4.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
        transporter-forge-1.4.0+1.19.2.jar                |Transporter                   |transporter                   |1.4.0+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry   |create_enchantment_industry   |1.2.4               |COMMON_SET|Manifest: NOSIGNATURE
        sliceanddice-forge-2.2.0.jar                      |Create Slice & Dice           |sliceanddice                  |0.0.0-dev           |COMMON_SET|Manifest: NOSIGNATURE
        rayon-forge-1.7.1+1.19.2.jar                      |Rayon                         |rayon                         |1.7.1+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
        mcw-lights-1.0.5-mc1.19.2forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        createaddition-1.19.2-20230527a.jar               |Create Crafts & Additions     |createaddition                |1.19.2-20230527a    |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: 51961275-819f-4678-acb8-743bb5c45ce9
    FML: 43.2
    Forge: net.minecraftforge:43.2.3
    Flywheel Backend: Uninitialized

Posted
17 hours ago, MintPlum said:

§7java.lang.NoClassDefFoundError: com/simibubi/create/content/contraptions/components/structureMovement/MovementBehaviour

Likely using an incompatible create addon with create. You're going to need to upgrade and downgrade to find the compatible versions. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I am having the same problem right now, how do i exactly make it work again? If you could make it work again, ofc (i just updated my curseforge and the same text appeared on the logs)
    • I try to make a create+ pack for 1.20.1 because i want to use the 6.0 update of Create and the Create+ stuff with 1.20.1. I use all the mods from the description of the Create+ Modpack (for version  1.19.2) and downloadet the latest mod versions of them for 1.20.1 but ist doesnt work. I cant find/understand whats the reason. https://paste.ee/p/ncInAmxj
    • Playing a modpack. the world won't open anymore. it worked just fine with the mods I have installed but it crashed and now it wont open the world anymore crash log: ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 2025-03-14 15:40:23 Description: Exception in server tick loop java.lang.ArrayIndexOutOfBoundsException: arraycopy: length -1 is negative     at [email protected]/java.io.PushbackInputStream.unread(PushbackInputStream.java:232)     at knot//MC//net.minecraft.world.PersistentStateManager.isCompressed(PersistentStateManager.java:114)     at knot//MC//net.minecraft.world.PersistentStateManager.readNbt(PersistentStateManager.java:90)     at knot//wraith.fwaystones.util.WaystoneStorage.loadOrSaveWaystones(WaystoneStorage.java:159)     at knot//wraith.fwaystones.util.WaystoneStorage.<init>(WaystoneStorage.java:62)     at knot//wraith.fwaystones.util.WaystonesEventManager.lambda$registerEvents$0(WaystonesEventManager.java:22)     at knot//net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:49)     at knot//net.minecraft.server.MinecraftServer.handler$fog000$fabric-lifecycle-events-v1$afterSetupServer(MinecraftServer.java:9342)     at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:650)     at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)     at [email protected]/java.lang.Thread.run(Thread.java:833) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- 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: 1898000192 bytes (1810 MiB) / 3791650816 bytes (3616 MiB) up to 9462349824 bytes (9024 MiB)     CPUs: 8     Processor Vendor: GenuineIntel     Processor Name: Intel(R) Core(TM) i3-10100 CPU @ 3.60GHz     Identifier: Intel64 Family 6 Model 165 Stepping 3     Microarchitecture: unknown     Frequency (GHz): 3.60     Number of physical packages: 1     Number of physical CPUs: 4     Number of logical CPUs: 8     Graphics card #0 name: NVIDIA GeForce GTX 1650 SUPER     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2187     Graphics card #0 versionInfo: DriverVersion=32.0.15.7270     Memory slot #0 capacity (MB): 8192.00     Memory slot #0 clockSpeed (GHz): 2.13     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 8192.00     Memory slot #1 clockSpeed (GHz): 2.13     Memory slot #1 type: DDR4     Virtual memory max (MB): 26028.78     Virtual memory used (MB): 23285.95     Swap memory total (MB): 9777.82     Swap memory used (MB): 826.00     JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9024m -Xms256m     Fabric Mods:          aaa_particles: AAAParticles 1.20.1-1.4.7         accessories: Accessories 1.0.0-beta.41+1.20.1             io_wispforest_endec: endec 0.1.8             io_wispforest_endec_gson: gson 0.1.5             io_wispforest_endec_netty: netty 0.1.4         ad_astra: Ad Astra 1.15.5         ad_astra_giselle_addon: Ad Astra: Giselle Addon 5.6         advancednetherite: Advanced Netherite 2.0.2-1.20.1         adventurez: AdventureZ 1.4.20         ae2: Applied Energistics 2 15.3.3             team_reborn_energy: Energy 3.0.0         ae2-emi-crafting: AE2 EMI Crafting Integration 1.3.1         ae2mtfix: AE2 + Mouse Tweaks Fix 2.0.0+1.20.1+fabric         ae2wtlib: AE2WTLib 15.2.1-fabric         alloy_forgery: Alloy Forgery 2.1.1+1.20         allthetrims: AllTheTrims 3.4.2         almostunified: AlmostUnified 1.20.1-0.9.4         alternate-current: Alternate Current 1.7.0         ambientsounds: AmbientSounds 5.3.5         amecs: Amecs 1.3.10+mc.1.20.1             amecsapi: Amecs API 1.4.0+mc1.20-pre1         amendments: Amendments 1.20-1.2.11         animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1         animation_overhaul: Animation Overhaul 1.3.1         appbot: Applied Botanics 1.5.0         appleskin: AppleSkin 2.5.1+mc1.20         aquamirae: Aquamirae 6         aqupdcaracal: Caracal mob 1.20-2.3.3         archers: Archers (RPG Series) 1.3.0+1.20.1             com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2         archers_expansion: Archers Expansion 0.2.2-1.20.1         architectury: Architectury 9.2.14         archon: Archon 0.8.0             omega-config: OmegaConfig 1.4.0+1.20.1             saflib: SafLib 1.1.0         artifacts: Artifacts 9.5.5             expandability: ExpandAbility 9.0.4             step-height-entity-attribute: Step Height Entity Attribute 1.2.0         ash_api: Ash API 3.0.2+1.20.1         asteorbar: AsteorBar 1.4.6         athena: Athena 3.1.1         attributefix: AttributeFix 21.0.4         autotag-convention: AutoTag Convention 2.0.2+1.20             autotag: AutoTag 2.0.2+1.20         auudio: Auudio 1.0.3         axolotlitemfix: Axolotl Item Fix 1.1.7         azurelib: AzureLib 2.0.6         azurelibarmor: AzureLib Armor 2.0.0         badoptimizations: BadOptimizations 2.1.4         badpackets: Bad Packets 0.4.3         balm-fabric: Balm 7.3.9             kuma_api: KumaAPI 20.1.8         barteringstation: Bartering Station 8.0.0         bcc: BetterCompatibilityChecker 4.0.8         bclib: BCLib 3.0.14             wunderlib: WunderLib 1.1.5         beachparty: [Let's Do] Beachparty 1.1.5         beekeeperhut: Friends&Foes - Beekeeper Hut 1.3.0         better-trim-tooltips: Better Trim Tooltips 1.0.1         betteradvancements: Better Advancements 0.3.2.161         betterarcheology: Better Archeology 1.1.0         betterbeds: Better Beds 1.3.0         betterchunkloading: Better chunk loading mod 1.20.1-2.3         bettercombat: Better Combat 1.8.3+1.20.1         betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3             org_reflections_reflections: reflections 0.10.2         betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3         betterend: Better End 4.0.11         betterend-crashed-ships: BetterEnd Crashed Ships 1.0.0         betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.4         betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5         betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4         bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4         betternether: Better Nether 9.0.10         betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4         betterstats: Better Statistics Screen 3.5.2+fabric-1.20.1             tcdcommons: TCD Commons API 3.5+fabric-1.20.1         betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3         betterthanmending: BetterThanMending 1.3.0         bettertrims: BetterTrims 2.3.2         betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3         bewitchment: Bewitchment 1.20-8             impersonate: Impersonate 2.10.2             playerabilitylib: Pal 1.8.0             reach-entity-attributes: Reach Entity Attributes 2.4.0             terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3         bhmenu: BHMenu-Fabric 2.4.1         blockrunner: Block Runner 8.0.2         blockswap: Block Swap 5.0.0.0         blur: Blur (Fabric) 3.1.0             satin: Satin 1.13.0         boatbreakfix: Boat Break Fix 1.0.2         boatiview: Boat Item View Fabric 0.0.5         bobby: Bobby 5.0.1             com_typesafe_config: config 1.4.2             io_leangen_geantyref_geantyref: geantyref 1.3.13             org_spongepowered_configurate-core: configurate-core 4.1.2             org_spongepowered_configurate-hocon: configurate-hocon 4.1.2         bookshelf: Bookshelf 20.1.6         bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1             maelstrom_library: Maelstrom Library 1.6.1-1.20             multipart_entities: MultipartEntities 1.5-1.20         botania: Botania 1.20.1-447-FABRIC             fiber: fiber 0.23.0-2         botarium: Botarium 2.3.3         brewery: [Let's Do] Brewery 1.1.9         buildguide: Build Guide 0.4.0         cardinal-components: Cardinal Components API 5.2.2             cardinal-components-block: Cardinal Components API (blocks) 5.2.2             cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2             cardinal-components-item: Cardinal Components API (items) 5.2.2             cardinal-components-level: Cardinal Components API (world saves) 5.2.2             cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2             cardinal-components-world: Cardinal Components API (worlds) 5.2.2         carryon: Carry On 2.1.2.7         cat_jam: cat_jam 1.2.1         chat_heads: Chat Heads 0.10.26         chatanimation: ChatAnimation 1.0.5         chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1         cherishedworlds: Cherished Worlds 6.1.3+1.20.1         chipped: Chipped 3.0.4         chunksavefix: Chunk Save Fix 1.0.0         citresewn: CIT Resewn 1.1.3+1.20             citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20         clickadv: Clickable Advancements Mod 1.20.1-3.6         cloth-config: Cloth Config v11 11.1.118             cloth-basic-math: cloth-basic-math 0.6.1         clumps: Clumps 12.0.0.3         collective: Collective 7.87         combat_effects: Combat Effects 1.0.0         combatroll: Combat Roll 1.3.0+1.20.1         comforts: Comforts 6.3.4+1.20.1         commonnetworking: Common Network 1.0.5-1.20.1         computercraft: CC: Tweaked 1.108.4             com_electronwill_night-config_core: core 3.6.7             com_electronwill_night-config_toml: toml 3.6.7             com_jcraft_jzlib: jzlib 1.1.3             io_netty_netty-codec-http: netty-codec-http 4.1.82.Final             io_netty_netty-codec-socks: netty-codec-socks 4.1.82.Final             io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82.Final             org_squiddev_cobalt: Cobalt 0.7.3         connectiblechains: Connectible Chains 2.2.1+1.20.1         connectivity: Connectivity Mod 1.20.1-4.8         convenientdecor: Convenient Decor 0.4.3         copycats: Create: Copycats+ 2.1.4+mc.1.20.1-fabric         coroutil: CoroUtil 1.20.1-1.3.5         crash_assistant: Crash Assistant 1.3.0         create: Create 0.5.1-f-build.1417+mc1.20.1             com_google_code_findbugs_jsr305: jsr305 3.0.2             flywheel: Flywheel 0.6.10-2             milk: Milk Lib 1.2.60                 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2             porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1             porting_lib_client_events: Porting Lib Client Events 2.3.2+1.20.1             porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1             porting_lib_tags: Porting Lib Tags 3.0             registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1                 porting_lib_data: Porting Lib Data 2.1.1090+1.20                 porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20                     porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20         create_new_age: Create: New Age 1.1.2         create_questing: Create Questing 1.0.0         createaddition: Create Crafts & Additions 1.2.3         creativecore: CreativeCore 2.11.10             net_minecraftforge_eventbus: eventbus 6.0.3         creeperoverhaul: Creeper Overhaul 3.0.1         cristellib: Cristel Lib 1.1.5             blue_endless_jankson: jankson 1.2.3         croptopia: Croptopia 2.3.2         ctov: ChoiceTheorem's Overhauled Village 3.3.6         cupboard: cupboard 1.20.1-2.1         custom_entity_attributes: Custom Entity Attributes (CEA) 1.0.0         customitemattributes: Custom Item Attributes (CIA) 2.0.0         darkpaintings: DarkPaintings 17.0.4         darkutils: DarkUtilities 17.0.3         dawn: Dawn API 5.0.0             terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.1         death_knights: Death Knights 1.0.0         debugify: Debugify 1.20.1+2.0         decorative_blocks: Decorative Blocks 4.0.3         deeperdarker: Deeper and Darker 1.3.3             customportalapi: Custom Portal Api 0.0.1-beta64-1.20         derelict: Derelict 1.1.1         despawntweaks: Despawn Tweaks 1.0.0         deuf_refabricated: DEUF Refabricated 1.1.0         disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1         distraction_free_recipes: Distraction Free Recipes (EMI) 1.0.0         do_a_barrel_roll: Do a Barrel Roll 3.3.7+1.20             cicada: CICADA 0.5.0+1.20.1-minus             fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT         doapi: [Let's Do] API 1.2.15         doubledoors: Double Doors 5.9         dragonfight: Dragonfight Mod 1.20.1-4.1         drippyloadingscreen: Drippy Loading Screen 3.0.8         dummmmmmy: MmmMmmMmmMmm 1.20-1.8.10         dungeons_arise: When Dungeons Arise 2.1.57         dynamictrim: DynamicTrim 1.3.2         eatinganimationid: Eating Animation 1.20+1.9.5-CMDfix         eldritch_end: Eldritch End 0.3.3         elementa: Elementa 685         emi: EMI 1.1.12+1.20.1+fabric         emi_enchanting: EMI Enchanting 0.1.1+1.20.1         emi_loot: EMI Loot 0.7.1+1.20.1         emiffect: EMIffect 1.1.2+mc1.20.1         emitrades: EMI Trades 1.2.1+mc1.20.1             org_quiltmc_parsers_json: json 0.2.1         endrem: End Remastered 5.2.2         ends_delight: End's Delight refabricated-1.20.1-alpha-1.0         entity_model_features: Entity Model Features 2.1.3         entity_texture_features: Entity Texture Features 6.1.3             org_apache_httpcomponents_httpmime: httpmime 4.5.10         entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1         epherolib: EpheroLib 1.2.0         essential: Essential 1.3.5.9         essential-container: essential-container 1.0.0             essential-loader: essential-loader 1.2.3         estrogen: Create: Estrogen 4.3.0+1.20.1-fabric             baubly: Baubly 1.0.1             com_teamresourceful_resourceful-cosmetics-4j: resourceful-cosmetics-4j 1.0.4             critter_lib: Critter Library 0.1-beta.11             jukeboxfix: Jukeboxfix 1.0.0+1.20.1         eternal_attributes: Eternal Attributes 1.0.0         euphoria_patcher: Euphoria Patcher 1.4.3-r5.3-fabric             io_sigpipe_jbsdiff: jbsdiff 1.0         expandeddelight: Expanded Delight 0.3.1         explorations: Explorations 1.20.1-1.5.2         explorerscompass: Explorer's Compass 1.20.1-2.2.3-fabric         explorify: Explorify v1.3.0-mc1.20         extendedae: ExtendedAE 1.20-1.0.2-fabric             configuration: Configuration 2.2.0         extra-mod-integrations: Extra Mod Integrations 0.4.6+1.20.1         extraspellattributes: Extra RPG Attributes 1.2.14         fabric-api: Fabric API 0.92.2+1.20.1             fabric-api-base: Fabric API Base 0.4.31+1802ada577             fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577             fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577             fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577             fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577             fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577             fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577             fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77             fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577             fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377             fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377             fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577             fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577             fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577             fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177             fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577             fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577             fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77             fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577             fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377             fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577             fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577             fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577             fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577             fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377             fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577             fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577             fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677             fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577             fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577             fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577             fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777             fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577             fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377             fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577             fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577             fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577             fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577             fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577             fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77             fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377             fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777             fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577             fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377             fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577             fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577             fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577             fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577             fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577             fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577             fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377             fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577         fabric-language-kotlin: Fabric Language Kotlin 1.12.0+kotlin.2.0.10             org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.10             org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.10             org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.10             org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.10             org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0             org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1             org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1             org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0             org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.1             org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.1             org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1             org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1             org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1         fabricloader: Fabric Loader 0.16.10             mixinextras: MixinExtras 0.4.1         fakerlib: fakerlib 0.1.4         fallingleaves: Falling Leaves 1.15.4         fancymenu: FancyMenu 3.3.2             com_github_keksuccino_japng: japng 0.5.3             com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7         farmersdelight: Farmer's Delight 1.20.1-2.1.6+refabricated             mm: Manningham Mills 2.3             porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1             porting_lib_base: Porting Lib Base 2.3.4+1.20.1                 porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1                 porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1                 porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1             porting_lib_config: Porting Lib Config 2.3.4+1.20.1             porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1             porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1             porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1             porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1                 porting_lib_core: Porting Lib Core 2.3.4+1.20.1             porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1         farmersknives: Farmer's Knives 3.2         faster-random: Faster Random 5.1.0         fastipping: Fast IP Ping 1.0.1         fastpaintings: Fast Paintings 1.20-1.2.4         faux-custom-entity-data: Faux-Custom-Entity-Data 6.0.1         ferritecore: FerriteCore 6.0.1         fishontheline: Fish On The Line 3.1         flowerymooblooms: Friends&Foes - Flowery Mooblooms 1.1.0         forgeconfigapiport: Forge Config API Port 8.0.0         forgeconfigscreens: Forge Config Screens 8.0.2         friendsandfoes: Friends&Foes 1.9.8         frostiful: Frostiful 1.0.8         ftblibrary: FTB Library 2001.1.4         ftbquests: FTB Quests 2001.2.0         ftbquestsfreezefix: FTB Quests Freeze Fix 1.0.0         ftbteams: FTB Teams 2001.1.4         fwaystones: Fabric Waystones 3.1.3+mc1.20         fzzy_config: Fzzy Config 0.3.7+1.20.1             net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7         geckoanimfix: GeckoLibIrisCompat 1.0.0         geckolib: GeckoLib 4 4.7             com_eliotlash_mclib_mclib: mclib 20         geophilic: Geophilic v2.1.0-mc1.20u1.20.2         gpumemleakfix: Gpu memory leak fix mod 1.20.1-1.8         grassoverhaul: Grass Overhaul 25.1.31         graveyard: The Graveyard 2.9.1         handcrafted: Handcrafted 3.0.6         herbalbrews: [Let's Do] HerbalBrews 1.0.11         highlight: Highlight 2.0.1         highlighter: Highlighter 1.1.6         icarus: Icarus 2.9.1         iceberg: Iceberg 1.1.18         idwtialsimmoedm: idwtialsimmoedm 0.2.0+1.20         immediatelyfast: ImmediatelyFast 1.2.17+1.20.4             net_lenni0451_reflect: Reflect 1.3.3         immersive_armors: Immersive Armors 1.6.1+1.20.1         immersive_melodies: Immersive Melodies 0.1.0+1.20.1         immersive_paintings: Immersive Paintings 0.6.7+1.20.1         immersivelanterns: Immersive Lanterns 1.0.2         immersivemessages: Immersive Messages API 1.0.6         indium: Indium 1.0.34+mc1.20.1         indrev: Industrial Revolution 1.16.5-BETA             libgui: LibGui 8.1.1+1.20.1                 jankson: Jankson 6.0.0+j1.2.3                 libninepatch: LibNinePatch 1.2.0             noindium: No Indium? 1.1.0+1.19         inventorysorter: Inventory Sorter 1.9.0-1.20             kyrptconfig: Kyrpt Config 1.5.6-1.20         invoke: Invocations Mod 1.0.3.1-1.20.1         iris: Iris 1.7.2+mc1.20.1             io_github_douira_glsl-transformer: glsl-transformer 2.0.1             org_anarres_jcpp: jcpp 1.4.14             org_antlr_antlr4-runtime: antlr4-runtime 4.13.1         irisflw: Iris Flywheel Compat 1.1.2         ironchests: Iron Chests: Restocked 5.0.2         item_obliterator: Item Obliterator 2.3.0         itemborders: Item Borders 1.2.2         itemfilters: Item Filters 2001.1.0-build.59         jade: Jade 11.6.2         jamlib: JamLib 0.6.1+1.20.x         java: OpenJDK 64-Bit Server VM 17         jewelry: Jewelry (RPG Series) 1.3.7+1.20.1         justhammers: Just Hammers 2.0.3+mc1.20.1         kibe: Kibe 1.10.1-BETA+1.20         kleeslabs: KleeSlabs 15.0.0         konkrete: Konkrete 1.7.0         ktnilcks: ItemLocks 1.20.1-1.3.6         languagereload: Language Reload 1.5.10+1.20.1         lazy-language-loader: lazy-language-loader 0.3.3         leavesbegone: Leaves Be Gone 8.0.0         leawind_third_person: Leawind's Third Person 2.2.0         legendarytooltips: Legendary Tooltips 1.4.4         libz: LibZ 1.0.3             com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2             com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2             com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2         lithium: Lithium 0.11.2         lmft: Load My F***ing Tags 1.0.2+1.20         loadmyresources: Load My Resources 1.0.4         logbegone: Log Begone 1.0.8         lootbeams: LootBeams 1.0.3             com_moandjiezana_toml_toml4j: toml4j 0.7.2         lootintegrations: Loot integration Mod 1.20.1-3.4         lootr: Lootr 0.7.33.81         magnumtorch: Magnum Torch 8.0.1         mavapi: More Axolotl Variants API 1.1.3         mavm: More Axolotl Variants Mod 1.2.4         mcda: MC Dungeons Armors 5.0.2         mcdw: MC Dungeons Weapons 9.0.4         megacells: MEGA Cells 2.3.6-1.20.1         melody: Melody 1.0.3         memoryleakfix: Memory Leak Fix 1.1.2         memorysettings: Memorysettings Mod 1.20.1-5.5         merequester: ME Requester 1.20.1-1.1.4         mes: Moog's End Structures 1.3-1.19.4-fabric         midnightlib: MidnightLib 1.4.1         mindfuldarkness: Mindful Darkness 8.0.2         minecells: Mine Cells 1.9.2             gimm1q: Gimm1q 0.7.9+1.20.1                 com_github_redempt_crunch: Crunch 2.0.3         minecraft: Minecraft 1.20.1         mixintrace: MixinTrace 1.1.1+1.17         mmmindicators: Mmm Indicators 1.0.0         mobhealthbar: MobHealthBar 2.3.0         modern_industrialization: Modern Industrialization 1.8.6             magna: Magna 1.10.1+1.20.1         modernfix: ModernFix 5.11.0+mc1.20.1         modmenu: Mod Menu 7.2.2         modpack-update-checker: Modpack Update Checker 0.15.2             mpuc_lavendermd: MPUC lavender-md 0.1.2         moonlight: Moonlight 1.20-2.12.20         more_armor_trims: More Armor Trims 1.1.3-1.20.1         more_rpg_classes: More RPG Classes 1.2.12-1.20.1         moremobvariants: More Mob Variants 1.2.2         moretotems: More Totems 2.15.0         mousetweaks: Mouse Tweaks 2.25         mutantmonsters: Mutant Monsters 8.0.4         mvs: Moog's Voyager Structures 4.1.1-1.20-fabric         mythicmobs: Mythic Mobs 1.20.1-fabric-1.4.5         mythicmounts: Mythic Mounts 1.20.1-7.2         mythicupgrades: Mythic Upgrades 2.3.2+mc1.20.1         naturalist: Naturalist 4.0.3         naturescompass: Nature's Compass 1.20.1-2.2.3-fabric         necronomicon: Necronomicon 1.6.0         nerb: Not Enough Recipe Book 0.3         neruina: Neruina 1.3.0         netherchested: Nether Chested 8.0.1             puzzlesapi: Puzzles Api 8.0.2         netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.1-1.20         netherportalfix: NetherPortalFix 13.0.1         nicer-skies: Nicer Skies 1.3.0         nightconfigfixes: Night Config Fixes 8.0.0         nochatreports: No Chat Reports 1.20.1-v2.2.2         noreportbutton: No Report Button 1.5.0         notenoughanimations: NotEnoughAnimations 1.6.4         obscure_api: Obscure API 16         oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20         offhandtickfix: Off Hand Tick Fix 1.0.0         opaccreatesupport: OPAC Create Mod Support 1.6.0         opacpvp: Open Parties PvP Support 1.0.0         openblocks: Open Block Elevator Mod 0.0.3-1.20.1         openpartiesandclaims: Open Parties and Claims 0.22.0         org_jetbrains_annotations: annotations 23.0.0         owo: oωo 0.11.2+1.20         oxidized: Oxidized 1.8.2         packanalytics: Pack Analytics 1.0.3         packetfixer: Packet Fixer 1.2.1         paladins: Paladins & Priests (RPG Series) 1.4.0+1.20.1         patchouli: Patchouli 1.20.1-84-FABRIC         paxi: Paxi 1.20-Fabric-4.0         pehkui: Pehkui 3.7.11+1.14.4-1.20.2             kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4         philipsruins: Philip`s Ruins 1.20.1         pickupnotifier: Pick Up Notifier 8.0.0         pigpen: PigPen 15.0.2         ping-wheel: Ping Wheel 1.7.0         player-animator: Player Animator 1.0.2-rc1+1.20         polyeng: Polymorphic Energistics 0.1.0-1.20.1         polymorph: Polymorph 0.49.1+1.20.1         powah: Powah! 5.0.5         presencefootsteps: Presence Footsteps 1.9.4+1.20.1             kirin: Kirin UI 1.15.6+1.20.1         prism: Prism 1.0.5         projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1         promenade: Promenade 4.1.1             biolith: Biolith 1.0.0-alpha.8                 terraform-surfaces-api-v1: Terraform Surfaces API (v1) 7.0.1         prominent: Prominent 3.0.0         prominent_ost: Prominence Original Soundtrack 1.0.0         prominent_talents: Prominent Talents 2.7.0         prominent_ui: Prominent UI Tweaks 1.0.0         protbalancer: Protection Balancer 1.2.0         puffish_attributes: Pufferfish's Attributes 0.4.0         puffish_skills: Pufferfish's Skills 0.12.2         puzzleslib: Puzzles Lib 8.1.9             puzzlesaccessapi: Puzzles Access Api 8.0.7         quartzelv: Quartz Elevator 2.2.5+1.20         questkilltask: Quest Kill Task 0.2.0+1.20.1         railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1         ranged_weapon_api: RangedWeaponAPI 1.1.4+1.20.1         rare-ice: Rare Ice 0.6.0         reacharound: Reacharound 1.1.2         rebalance: ReBalance 1.2.0         recipeessentials: recipeessentials Mod 1.20.1-3.1         redirected: Redirected 1.0.0         reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101         regions_unexplored: Regions Unexplored 0.5.6+1.20.1         resistance_balancer: Resistance Balancer 1.0.0         resourcefulconfig: Resourcefulconfig 2.1.2         resourcefullib: Resourceful Lib 2.1.29             com_teamresourceful_bytecodecs: bytecodecs 1.0.2             com_teamresourceful_yabn: yabn 1.0.3         resourcepackoverrides: Resource Pack Overrides 8.0.2         riverredux: River Redux 0.3.1         rogues: Rogues & Warriors (RPG Series) 1.2.0+1.20.1         runelic: Runelic 18.0.2         runes: Runes 0.9.13+1.20.1         satisfying_buttons: Satisfying Buttons 1.1.2         sbprom: Spellblades X Prominence 1.0.6         sdrp: Simple Discord Rich Presence 4.0.3-build.40+mc1.20.1             com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9             com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2             com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2             org_json_json: json 20210307         searchables: Searchables 1.0.2         seasonhud: SeasonHUD 1.6.0         seasons: Fabric Seasons 2.3+1.20         seasonscroptopiacompat: Fabric Seasons: Croptopia Compat 1.0-2.2.2         seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9         seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20         serverbrowser: Server Browser 1.1.2         shield_api: Shield API 1.0.1+1.20.1         shield_overhaul: Shield Overhaul 2.0.4         simply_houses: Simply Houses 1.1.4-1.20.1         simplyskills: SimplySkills 1.7.1+1.20.1         simplyswords: Simply Swords 1.56.0-1.20.1             spruceui: SpruceUI 5.0.0+1.20         skinlayers3d: 3d-Skin-Layers 1.6.6         skyvillages: Sky Villages 1.0.3.2-1.19.2-1.20.1         smallships: Small Ships 2.0.0-a2.3.3         smoothchunk: Smooth chunk save Mod 1.20.1-3.5         smwyg: Show Me What You Got 1.1.1         snifferplus: Hellion's Sniffer+ 0.2.0         sodium: Sodium 0.5.11+mc1.20.1         sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115             caffeineconfig: CaffeineConfig 1.3.0+1.17             crowdin-translate: CrowdinTranslate 1.4+1.19.3         sodiumdynamiclights: Sodium Dynamic Lights 1.0.8         sodiumoptionsapi: Sodium Options API 1.0.2             mixinsquared: MixinSquared 0.2.0-beta.6         sortedenchantments: Sorted Enchantments 1.0.1+1.19.3+fabric         sortilege: Sortilege 1.6.3         soulsweapons: Marium's Soulslike Weaponry 1.2.1-1.20.1-fabric         spark: spark 1.10.53         spell-engine-openpac-compat: Spell Engine x Open Parties and Claims 1.0.0         spell_engine: Spell Engine 0.15.12+1.20.1         spell_power: Spell Power Attribute 0.12.0+1.20.1         spellbladenext: Spellblades and Such 1.21.3+1.20.1         stackdeobfuscator: StackDeobfuscator 1.4.1+03a1fe4             dev_booky_common_: common 1.4.1+03a1fe4             net_fabricmc_mapping-io: mapping-io 0.3.0         starterkit: Starter Kit 5.3         stoneworks: Stoneworks 8.0.0         structure_pool_api: Structure Pool API 1.0+1.20.1         structureessentials: Structure Essentials Mod 1.20.1-3.2         supplementaries: Supplementaries 1.20-2.8.17         swampier_swamps: Swampier Swamps 1.20-4.0.0         t_and_t: Towns and Towers 1.11.1         tclayer: Accessories Trinkets Compat Layer 3.8.1+beta.14             cardinal-components-base: Cardinal Components API (base) 5.2.2             cardinal-components-entity: Cardinal Components API (entities) 5.2.2         techreborn: Tech Reborn 5.8.8             reborncore: Reborn Core 5.8.8         terrablender: TerraBlender 3.0.1.6         thaumon: Thaumon [BETA] 2.2.0+1.20.1         the_bumblezone: The Bumblezone - Fabric 7.5.14+1.20.1-fabric         thermoo: Thermoo 2.3.2         thiccpackets: Extra Thicc Packets 1.17-1.19+         things: Things 0.3.3+1.20             lavender: Lavender 0.1.0-pre.18+1.20                 lavender-md: lavender-md 0.1.0-pre.3+1.20                 lavender-md-owo-ui: lavender-md-owo-ui 0.1.0-pre.3+1.20         tiered: Tierify 1.2.0         tinyskeletons: Tiny Skeletons 8.0.1         tlc: The Lost Castle 1.0.1         toms_storage: Tom's Simple Storage Mod 1.7.0         toofast: TooFast 1.2.0         tradingpost: Trading Post 8.0.2         transmog: Transmog 1.3.0+1.20         transparent: Transparent 8.0.1+1.20.1         travelersbackpack: Traveler's Backpack 9.1.28         treechop: HT's TreeChop 0.18.3         twigs: Twigs 3.1.0         txnilib: TxniLib 1.0.2         universalcraft: UniversalCraft 375         unsafe-world-random-access-detector: Unsafe World Random Access Detector 1.1.0         veinmining: Vein Mining 1.3.1+1.20.1             spectrelib: SpectreLib 0.13.15+1.20.1         vigilance: Vigilance 306         villagernames: Villager Names 7.0         villagersplus: Villagers Plus 2.1         vinery: [Let's Do] Vinery 1.4.39         visuality: Visuality 0.7.1+1.20         visualworkbench: Visual Workbench 8.0.0         wands: Building Wands 2.6.9-release         watut: What Are They Up To 1.20.1-1.0.12         welcomescreen: Welcome Screen 1.0.0         windchimes: Windchimes 1.2.4+1.20         winterly: Winterly 0.9.3+1.20         wither_spawn_fix: Wither Spawn Fix MC1.20.1-1.0.0         wizards: Wizards (RPG Series) 1.4.1+1.20.1         xaerominimap: Xaero's Minimap 23.9.3         xaeroworldmap: Xaero's World Map 1.37.8         yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1         yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20             com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT             com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT             com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT             com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT             com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT             com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT             org_quiltmc_parsers_gson: gson 0.2.1         yigd: You're in Grave Danger 2.0.12         yosbr: YOSBR 0.1.2         ysns: You Shall Not Spawn 2.0.2         yungsapi: YUNG's API 1.20-Fabric-4.0.2             org_javassist_javassist: javassist 3.29.2-GA         yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3         zenith: Zenith 1.2.3-1.20.1             porting_lib_model_loader: Porting Lib Model Loader 2.3.4+1.20.1             porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1             porting_lib_models: Porting Lib Models 2.3.4+1.20.1             porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1         zenith_attributes: Zenith Attributes 0.2.7             additionalentityattributes: Additional Entity Attributes 1.7.3+1.20.0             porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1             porting_lib_common: Porting Lib Common 2.3.4+1.20.1             porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1             porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1         zoomify: Zoomify 2.11.2             com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.4.1             dev_isxander_settxi_settxi-core: settxi-core 2.10.6             dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6     Loaded Shaderpack: (off)     Flywheel Backend: GL33 Instanced Arrays     Server Running: true     Player Count: 0 / 8; []     Data Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, Supplementaries Generated Pack, auto_fire_hooks.zip, BE_default_endgen_fix_1.20.x.zip, DKTempFix.zip, ElocinDev-Travelers-Comfort-Datapack.zip (incompatible), endrem_apoth_compat.zip (incompatible), GamerAxeRebalance.zip (incompatible), hardening_catalyst_blacklist.zip (incompatible), HighLevelSpellbooks.zip, ichphilipp-s-endcity-better-end-1-18-1.zip (incompatible), Iron.Chests.Restocked.Fix.zip, LessStructures-SpacingTweaks-1.20.1-2.1.56.zip, Scarecrow_Obliterator.zip, simplyswords_join_book.zip (incompatible), SkyVillages-FarmersDelightCompat-1.20.1-1.0.3.zip (incompatible), SkyVillages-GraveyardCompat-1.20.1-1.0.3.zip (incompatible), SkyVillages-PracticalPlushiesCompat-1.20.1-1.0.3.2.zip (incompatible), SkyVillages-SupplementariesCompat-1.20.1-1.0.3.1.zip (incompatible), SkyVillages-WaystonesCompat-1.20.1-1.0.3-fabric.zip (incompatible), TierAdjustments.zip, TrophyAdjustments.zip, WDA-NoFlyingStructures-1.18.2-1.19.2.zip (incompatible), WDA-VanillaLoot-1.18.2-1.19.2-0.0.1.zip (incompatible), loadmyresources.hiddenpack (incompatible)     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Type: Integrated Server (map_client.txt)     Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'     Launched Version: fabric-loader-0.16.10-1.20.1
    • Make a test without immersive_portals
    • As the title says I made a Minecraft server and was trying to join it to test it before I open it up to my friends but for some reason it says that I don't have the same mods as the server. I downloaded each mod to my computer and uploaded them one by one to the server so I'm a little confused as to how I have different mod types then the server. I'm very confused, I even tried using a different version of one of the problem mods and it still says the same problem. I don't know what to do and need some help.
  • Topics

×
×
  • Create New...

Important Information

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