Jump to content

Recommended Posts

Posted

Could be an issue with "agape".

Please post debug.log from the logs folder for further informations.
If you using CurseForge you need to enabel the debug.log in the settings.

Posted

The first error in the log is a problem with a balm/gravel miner.

[06Sep2022 16:43:35.564] [Thread-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: Cannot invoke "net.minecraft.client.multiplayer.ClientPacketListener.m_6198_()" because the return value of "net.minecraft.client.Minecra
ft.m_91403_()" is null
        Index: 1
        Listeners:
                0: NORMAL
                1: net.minecraftforge.eventbus.EventBus$$Lambda$4509/0x0000000800f990f0@3766fe8e
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.multiplayer.ClientPacketListener.m_6198_()" because the return value of "net.minecraft.client.Minecraft.m_91403_()" is null
        at TRANSFORMER/[email protected]/net.minecraftforge.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:96)
        at TRANSFORMER/[email protected]+0/net.blay09.mods.balm.forge.network.ForgeBalmNetworking.sendToServer(ForgeBalmNetworking.java:122)
        at TRANSFORMER/[email protected]/net.blay09.mods.gravelminer.client.GravelMinerClient.lambda$initialize$1(GravelMinerClient.java:22)
        at TRANSFORMER/[email protected]+0/net.blay09.mods.balm.forge.event.ForgeBalmEvents.fireEventHandler(ForgeBalmEvents.java:50)
        at TRANSFORMER/[email protected]+0/net.blay09.mods.balm.forge.event.ForgeBalmEvents.lambda$fireEventHandlers$0(ForgeBalmEvents.java:44)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at TRANSFORMER/[email protected]+0/net.blay09.mods.balm.forge.event.ForgeBalmEvents.fireEventHandlers(ForgeBalmEvents.java:44)
        at TRANSFORMER/[email protected]+0/net.blay09.mods.balm.forge.event.ForgeBalmEvents.fireEvent(ForgeBalmEvents.java:76)
        at TRANSFORMER/[email protected]+0/net.blay09.mods.balm.forge.config.ForgeBalmConfig.lambda$initializeBackingConfig$7(ForgeBalmConfig.java:180)
        at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
        at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
        at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
        at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
        at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:41)

 

The thing that is causing the problem is

[06Sep2022 16:54:18.136] [Render thread/WARN] [net.minecraft.client.Minecraft/]: Failed to load datapacks, can't proceed with server load
java.util.concurrent.ExecutionException: net.minecraftforge.fml.loading.toposort.CyclePresentException

which usually means 2 mods are trying to modify vanilla world gen in conflicting ways.

Unfortunately, the error message does not say which mods are conflicting.

 

Finally you have a lot (and I mean a lot) of warnings about missing mods, that were present before in your world?

One of these is agape_space which is part of your world gen. Which is probably why there is an error about missing world gen for agape:mercury mentioned above.

[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod alternacraft which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod slimyboyos which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod spiderman_mod which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod reevesfurniture which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod infernalexp which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ulterlands which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cftlc which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod nethers_exoticism which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod brixpansion which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod strawgolem which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod modnametooltip which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod duckling which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ravageandcabbage which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod blocky_siege which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod impactfulweather which appears to be missing, things may not work well
[06Sep2022 16:54:38.199] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod pickupnotifier which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod minetraps which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod easterisland which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cloth_config version 6.2.62 and it is now at version 6.3.81, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod revampedwolf which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod industrialforegoing version 3.3.1.4 and it is now at version 3.3.1.5, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod braincell which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod improvedmounthud which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod highlighter which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod corail_woodcutter version 2.3.5 and it is now at version 2.3.7, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod oculus which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod simplebbq which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod atlaslib which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod wandering_trapper version 1.2.0 and it is now at version 1.2.2, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod biomeinfo which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod illageandspillage which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sdrp which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod bettermodsbutton which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod nebs which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mcwlights version 1.0.3 and it is now at version 1.0.4, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cleardespawn which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod radium which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod clienttweaks which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod aoa3 which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod blue_skies_tcon which appears to be missing, things may not work well
[06Sep2022 16:54:38.200] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod monkemadness which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod horsestonks which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod furnish which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod visualworkbench which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod splash_milk which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod libraryferret version 2.5.1 and it is now at version 1.0.3, things may not work well
[06Sep2022 16:54:38.201] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod kobolds version 2.0.5 and it is now at version 2.0.8, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod immersive_weathering which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod extendedclouds which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod awesomedungeon version 1 and it is now at version 2.0.10, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod end_additions which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod snowundertrees which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod rare_ice which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod additional_lights which appears to be missing, things may not work well
[06Sep2022 16:54:38.201] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod jeitweaker which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod display_case which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod crafttweaker which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod rubidium_extras which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod missingwilds which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod awesomedungeonocean version 1 and it is now at version 2.0.6, things may not work well
[06Sep2022 16:54:38.202] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod duneons version 1.11.3 and it is now at version 1.12, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod antimobgriefing which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod yourantfriend which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod createtweaker which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod domum_ornamentum version 1.18.2-1.0.50-ALPHA and it is now at version 1.18.2-1.0.55-ALPHA, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod viescraftmachines which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod notenoughanimations which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod flywheel version 1.18-0.6.4.87 and it is now at version 0.6.5, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod justenoughprofessions which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod securitycraft which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sit which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod goblins which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ambientenvironment which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod structures_compass which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod upgradednetherite_ultimate which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod plus_the_end which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod slimy_stuff which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod simplesweep which appears to be missing, things may not work well
[06Sep2022 16:54:38.202] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod functional_fletching_table which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod endtweaks which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod grapplemod which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod alien_tech which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod additionalbanners which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tipsmod which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sophisticatedcore version 1.18.2-0.3.7.59 and it is now at version 1.18.2-0.5.9.115, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod villagernames which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod enhancedvisuals which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod placebo version 6.4.2 and it is now at version 6.6.4, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cursesandmagic which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod moreminecarts which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod bookshelf version 13.2.47 and it is now at version 13.2.50, things may not work well
[06Sep2022 16:54:38.203] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sophisticatedbackpacks version 1.18.2-3.17.10.621 and it is now at version 1.18.2-3.18.24.704, things may not work well
[06Sep2022 16:54:38.203] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mcwdoors version 1.0.6 and it is now at version 1.0.7, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sworddisplay which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod bygonenether version 1.1.2 and it is now at version 1.2.1, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod carryon which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod runesword which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod konkrete which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod createcafe which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod equipmentcompare which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod undead_expansion which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod simpleshops which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod customgamerules which appears to be missing, things may not work well
[06Sep2022 16:54:38.203] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod xercamod which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod trofers which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod illager_plushies which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ironchests which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod arsomega which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod diamethysts which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod seadwellers which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod villagertools which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod lostcities which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod spells_and_shields which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod stacked_dimensions_warden which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cherishedworlds which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod nether_dragon which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod enchantwithmob which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mushlings which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cursery which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod shulkerboxtooltip which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod justenoughgolems which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ogres which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod xtraarrows which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod rabbit_tamer which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod spook which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tinkers_reforged version 1.1.0 and it is now at version 1.1.1, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod shrines which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod nourished_nether which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod nourished_end which appears to be missing, things may not work well
[06Sep2022 16:54:38.204] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod amethysttoolsmod version 1.18.2-1.6.1 and it is now at version 1.18.2-1.6.3, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod merchantmarkers which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mcwpaintings version 1.0.3 and it is now at version 1.0.4, things may not work well
[06Sep2022 16:54:38.205] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod clumps version 8.0.0+10 and it is now at version 8.0.0+15, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tumbleweed which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod diamethyst_arrows which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod artifacts version 1.18.2-4.0.7 and it is now at version 1.18.2-4.1.0, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod storagenetwork which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod decorative_blocks version 2.1.0 and it is now at version 2.1.2, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod badmobs which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod more_babies which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod fluidsystem which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod skinlayers3d which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod intothevoid which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod scuba_gear which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod curiouslights which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod silverbirch which appears to be missing, things may not work well
[06Sep2022 16:54:38.205] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod vanilla_claws which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod colored_water which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod additionaladditions which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod creativecore which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mobcompack which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod fuze_relics which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ngv which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod morestoragedrawers which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod supermod which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cookery which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod fancymenu which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod blocksplus which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod dannys_expansion which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod effecttooltips which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod betterlily which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod betterf3 which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod player_companions which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod grindstonesharpertools which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod astral_dimension which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod createaddition version 1.18.2-20220715a and it is now at version 1.18.2-20220817a, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod dynamiclightsreforged which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod create_stuff_additions which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod villager_inc_geology which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod extratrades which appears to be missing, things may not work well
[06Sep2022 16:54:38.206] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod infinidrill which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod stalwart_dungeons which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod rubidium which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod create_jetpack which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod powers_of_the_wild which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod wildbackport which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod upgradednetherite_items which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod forcecraft which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod immersive_armors which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod unseen_world version 2.0.3 and it is now at version 2.1, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod clearview which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod endlessocean which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod thepursuer which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod fairyend which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod trajanstanks which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mcwtrpdoors version 1.0.6 and it is now at version 1.0.7, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod yungsbridges which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod volcanic_caverns which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod darkerdepths which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod rotten_piglins which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod overweight_farming which appears to be missing, things may not work well
[06Sep2022 16:54:38.207] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mcwfurnitures version 3.0.0 and it is now at version 3.0.1, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod the_gold_rush which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod bettershields which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod jadeaddons version 2.3.0 and it is now at version 2.4.0, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod runecraft which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod easyshulkerboxes which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod darkrealm which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod configmenusforge which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod jei version 9.7.0.224 and it is now at version 9.7.2.264, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod jeienchantmentinfo which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod universalbonemeal which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod graveyard version 1.9.1 and it is now at version 1.9.2, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod runic which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sereneseasons which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod simple_spikes which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod seeds which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod snuffles which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod deleteworldstotrash which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod dismountentity which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod vm which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod chalk version 1.3.1 and it is now at version 1.3.2, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod enchantable_staffs which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod idas version 1.2.3+1.18.2 and it is now at version 1.4.2+1.18.2, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod createbb which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod drippyloadingscreen which appears to be missing, things may not work well
[06Sep2022 16:54:38.208] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod inversia which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mousetweaks which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod awesomedungeonnether version 1.0.2 and it is now at version 1.0.1, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod inventorio which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod whisperwoods which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod xaerominimap which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod croptopia version 2.0.5 and it is now at version 2.1.0, things may not work well
[06Sep2022 16:54:38.209] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod polymorph version 1.18.2-0.44 and it is now at version 1.18.1-0.43, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod philips_ruins which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod entityculling which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod aquaculture version 1.18.2-2.3.7 and it is now at version 1.18.2-2.3.8, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod gobber_gem_crabs which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ocarina which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tropicraft which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod hem which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod advancements_tracker which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod piglinproliferation which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod xaeroworldmap which appears to be missing, things may not work well
[06Sep2022 16:54:38.209] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod controlling version 9.0+21 and it is now at version 9.0+22, things may not work well
[06Sep2022 16:54:38.209] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ortus which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod superiorstructures which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod twigs which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod limitmobspawn which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod balanced_crates which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod dragonmounts which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod depth_striders which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod twilightforest version 4.1.1220 and it is now at version 4.1.1397, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod curious_armor_stands which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod endrem which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod natures_aid which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mcwfences version 1.0.5 and it is now at version 1.0.6, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod jerintegration which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod wilds which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod collective version 4.28 and it is now at version 4.50, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod simplehats which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod drawerstooltip which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod betterthirdperson which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod gobber2 which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod agape_space which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod animal_feeding_trough which appears to be missing, things may not work well
[06Sep2022 16:54:38.210] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod biomemakeover version 1.18.2-1.4.30 and it is now at version 1.18.2-1.4.31, things may not work well
[06Sep2022 16:54:38.213] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ftbchunks version 1802.3.6-build.147 and it is now at version 1802.3.6-build.160, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod redstone_sand which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod geckolib3 version 3.0.34 and it is now at version 3.0.36, things may not work well
[06Sep2022 16:54:38.213] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ars_nouveau version 2.7.4 and it is now at version 2.7.7, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod ars_scalaes which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod winteroverhaul which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod t_and_t which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mavm which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod infectum which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod solarforge which appears to be missing, things may not work well
[06Sep2022 16:54:38.213] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod trajanscore which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod awesomedungeonend which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod eco version 0.9.0 and it is now at version 0.9.2, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod steves_vanilla which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod netherited which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod create version 0.5.0c and it is now at version 0.5.0.d, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod createplus which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod molten_geodes which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod weaponthrow which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod village_employment which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod faction_craft which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod itemborders which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod create_confectionery which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod betterdeserttemples version 1.18.2-Forge-1.2 and it is now at version 1.18.2-Forge-1.3.1, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod mahoutsukai which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod blueprint version 5.4.0 and it is now at version 5.4.7, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod savage_and_ravage which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod compatoplenty which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod compat_makeover which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod neapolitan which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod buzzier_bees which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod wandering_bag which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod bloodmagic version 1.18.2-3.2.4-39 and it is now at version 1.18.2-3.2.6-41, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod better_fishing_rods which appears to be missing, things may not work well
[06Sep2022 16:54:38.214] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod forgottenrecipes which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod supplementaries version 1.18.2-1.4.8 and it is now at version 1.18.2-1.4.12, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod dimensionteleport which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod zillagersweararmor which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod thermal_integration which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod thermal_cultivation which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tools_complement which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod pigsteel which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod enchdesc which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod dynamic_asset_generator which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod excavated_variants which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod magnumtorch which appears to be missing, things may not work well
[06Sep2022 16:54:38.215] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod snowyspirit which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod trolls which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod weaponmaster which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod cooking_with_mindthemoods which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod rocks which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tinkersurvival which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod tetrapak version 1.18.2-0.5.2 and it is now at version 1.18.2-0.5.3, things may not work well
[06Sep2022 16:54:38.216] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod art_of_forging version 1.4.8-1.18.2 and it is now at version 1.5-1.18.2, things may not work well
[06Sep2022 16:54:38.216] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod malum version 1.18.2-1.3.7 and it is now at version 1.18.2-1.4, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod parcool which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod immersive_paintings which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod inventoryhud which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod sprout which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod medkits_bandages_etc which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod untamedwilds which appears to be missing, things may not work well
[06Sep2022 16:54:38.216] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod domesticationinnovation which appears to be missing, things may not work well
[06Sep2022 16:54:38.217] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod snowpig which appears to be missing, things may not work well
[06Sep2022 16:54:38.217] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod culturaldelights which appears to be missing, things may not work well
[06Sep2022 16:54:38.217] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod delightful which appears to be missing, things may not work well
[06Sep2022 16:54:38.217] [Render thread/ERROR] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod harrypotter which appears to be missing, things may not work well
[06Sep2022 16:54:38.217] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: This world was saved with mod chiselsandbits version 1.2.113 and it is now at version 1.2.114, things may not work well

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

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

    • Ive recently made an ATM 8 server with some family. It was running fine for the first few hours but it seems to crash every 10 minutes now. Ive no idea on how to properly read the crash report so i was hoping someone here could help me out.   https://pastebin.com/KeWyDZd1    
    • i was running around in my miencraft with my modpack until suuden crash (the worl was going perfectly since i create it like 9 weeks ago) this is the log i get if i try again to join the same world(the other world works perfectly):     my log <-- i dont know to share it so i put i dropbox link plz help me i dont wanna lost my world
    • The game crashed: initializing game Error: net.minecraftforge.fml.loading.EarlyLoadingException: Could not execute entrypoint stage 'main' due to errors, provided by 'betternether' at 'org.betterx.betternether.BetterNether'!   crash report: ---- Minecraft Crash Report ---- // Hi. I'm Connector, and I'm a crashaholic ========================= SINYTRA CONNECTOR IS PRESENT! Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker found at https://github.com/Sinytra/Connector/issues. ========================= // My bad. Time: 2025-01-18 19:37:21 Description: Initializing game net.minecraftforge.fml.loading.EarlyLoadingException: Could not execute entrypoint stage 'main' due to errors, provided by 'betternether' at 'org.betterx.betternether.BetterNether'!     at org.sinytra.connector.loader.ConnectorEarlyLoader.createLoadingException(ConnectorEarlyLoader.java:81) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.loader.ConnectorEarlyLoader.createGenericLoadingException(ConnectorEarlyLoader.java:77) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:55) ~[Connector-1.0.0-beta.46+1.20.1-mod.jar%23499!/:1.0.0-beta.46+1.20.1] {re:mixin,re:classloading}     at net.minecraft.client.Minecraft.handler$dib000$connectormod$earlyInit(Minecraft.java:27924) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:424) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.0.jar:?] {re:classloading,pl:connector_pre_launch: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) ~[?:?] {re:mixin}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.0.jar:?] {}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.0.jar:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.0.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} Caused by: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'betternether' at 'org.betterx.betternether.BetterNether'!     at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$0(FabricLoaderImpl.java:133) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:131) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:44) ~[Connector-1.0.0-beta.46+1.20.1-mod.jar%23499!/:1.0.0-beta.46+1.20.1] {re:mixin,re:classloading}     ... 18 more     Suppressed: java.lang.ExceptionInInitializerError         at org.betterx.betterend.registry.EndItems.<clinit>(EndItems.java:276) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:classloading}         at org.betterx.betterend.complexmaterials.StoneMaterial.<init>(StoneMaterial.java:151) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:classloading}         at org.betterx.betterend.registry.EndBlocks.<clinit>(EndBlocks.java:175) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:mixin,re:classloading}         at org.betterx.betterend.registry.EndBlockEntities.<clinit>(EndBlockEntities.java:17) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:classloading}         at org.betterx.betterend.BetterEnd.onInitialize(BetterEnd.java:46) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:mixin,re:classloading}         at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:129) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}         at org.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:44) ~[Connector-1.0.0-beta.46+1.20.1-mod.jar%23499!/:1.0.0-beta.46+1.20.1] {re:mixin,re:classloading}         at net.minecraft.client.Minecraft.handler$dib000$connectormod$earlyInit(Minecraft.java:27924) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}         at net.minecraft.client.Minecraft.<init>(Minecraft.java:424) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}         at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.0.jar:?] {re:classloading,pl:connector_pre_launch: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) ~[?:?] {re:mixin}         at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.0.jar:?] {}         at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.0.jar:?] {}         at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.0.jar:?] {}         at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}         at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}     Caused by: java.lang.IllegalStateException: Attempted to get a value from a Registrar before it was registered. ResourceKey[minecraft:attribute / rediscovered:undead_damage_scaling]         at com.legacy.structure_gel.api.util.LazyOptional.getOrThrow(LazyOptional.java:55) ~[structure_gel-1.20.1-2.16.2.jar%23785!/:2.16.2] {re:classloading}         at com.legacy.structure_gel.api.registry.registrar.Registrar$Static.get(Registrar.java:297) ~[structure_gel-1.20.1-2.16.2.jar%23785!/:2.16.2] {re:mixin,re:classloading}         at net.minecraft.world.entity.LivingEntity.handler$jbl000$rediscovered$addAttributes(LivingEntity.java:36037) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:bclib.mixins.common.json:elytra.LivingEntityMixin from mod bclib,pl:mixin:APP:betterend.mixins.common.json:LivingEntityMixin from mod betterend,pl:mixin:APP:forge-badoptimizations.mixins.json:entitydata.MixinLivingEntity from mod (unknown),pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LaterLivingEntityMixin from mod the_bumblezone,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:tinyskeletons.common.mixins.json:accessor.LivingEntityAccessor from mod tinyskeletons,pl:mixin:APP:tombstone.mixins.json:LivingEntityMixin from mod tombstone,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityAccessor from mod the_bumblezone,pl:mixin:APP:mixins.recruits.json:LivingEntityMixin from mod recruits,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:fromanotherworld-common.mixins.json:LivingEntityMixin from mod fromanotherworld,pl:mixin:APP:notenoughanimations.mixins.json:LivingEntityMixin from mod notenoughanimations,pl:mixin:APP:adastra-common.mixins.json:common.EntityBelowWorldMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityAccessor from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.radio.LivingEntityMixin from mod ad_astra,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:bagusmob.mixins.json:LivingEntityMixin from mod bagusmob,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:enchantwithmob.mixins.json:LivingEntityMixin from mod enchantwithmob,pl:mixin:APP:reimaginingpotatoes.mixins.json:server.LivingEntityMixin from mod reimaginingpotatoes,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:betterarcheology.mixins.json:TorrentTotemItemTickMixin from mod betterarcheology,pl:mixin:APP:creaturechat.mixins.json:MixinLivingEntity from mod creaturechat,pl:mixin:APP:lodestone.mixins.json:common.LivingEntityMixin from mod lodestone,pl:mixin:APP:goety.mixins.json:LivingEntityMixin from mod goety,pl:mixin:APP:bagus_lib.mixins.json:LivingEntityMixin from mod bagus_lib,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:earthmobsmod.mixins.json:LivingEntityMixin from mod earthmobsmod,pl:mixin:APP:blue_skies.mixins.json:LivingEntityMixin from mod blue_skies,pl:mixin:APP:netherportalfix.mixins.json:LivingEntityAccessor from mod netherportalfix,pl:mixin:APP:crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions,pl:mixin:APP:aether.mixins.json:common.LivingEntityMixin from mod aether,pl:mixin:APP:aether.mixins.json:common.accessor.LivingEntityAccessor from mod aether,pl:mixin:APP:aether_redux.mixins.json:common.entity.LivingEntityMixin from mod aether_redux,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityAccessor from mod all_bark_all_bite,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityMixin from mod all_bark_all_bite,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:snifferplus.mixins.json:MixinLivingEntity from mod snifferplus,pl:mixin:APP:trimeffects.mixins.json:MixinLivingEntity from mod trimeffects,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntity from mod witherstormmod,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntityAccessor from mod witherstormmod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:betterdeserttemples.mixins.json:PharaohKilledMixin from mod betterdeserttemples,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:alexscaves.mixins.json:LivingEntityMixin from mod alexscaves,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:rediscovered.mixins.json:LivingEntityMixin from mod rediscovered,pl:mixin:APP:walkers.mixins.json:LivingEntityFoodMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:LivingEntityMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:PlayerSwimmingMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:accessor.LivingEntityAccessor from mod walkers,pl:mixin:APP:META-INF/mixin/midnight.mixins.json:LivingEntityMixin from mod (unknown),pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityMixin from mod the_bumblezone,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.LivingEntity.m_21183_(LivingEntity.java:279) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:bclib.mixins.common.json:elytra.LivingEntityMixin from mod bclib,pl:mixin:APP:betterend.mixins.common.json:LivingEntityMixin from mod betterend,pl:mixin:APP:forge-badoptimizations.mixins.json:entitydata.MixinLivingEntity from mod (unknown),pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LaterLivingEntityMixin from mod the_bumblezone,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:tinyskeletons.common.mixins.json:accessor.LivingEntityAccessor from mod tinyskeletons,pl:mixin:APP:tombstone.mixins.json:LivingEntityMixin from mod tombstone,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityAccessor from mod the_bumblezone,pl:mixin:APP:mixins.recruits.json:LivingEntityMixin from mod recruits,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:fromanotherworld-common.mixins.json:LivingEntityMixin from mod fromanotherworld,pl:mixin:APP:notenoughanimations.mixins.json:LivingEntityMixin from mod notenoughanimations,pl:mixin:APP:adastra-common.mixins.json:common.EntityBelowWorldMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityAccessor from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.radio.LivingEntityMixin from mod ad_astra,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:bagusmob.mixins.json:LivingEntityMixin from mod bagusmob,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:enchantwithmob.mixins.json:LivingEntityMixin from mod enchantwithmob,pl:mixin:APP:reimaginingpotatoes.mixins.json:server.LivingEntityMixin from mod reimaginingpotatoes,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:betterarcheology.mixins.json:TorrentTotemItemTickMixin from mod betterarcheology,pl:mixin:APP:creaturechat.mixins.json:MixinLivingEntity from mod creaturechat,pl:mixin:APP:lodestone.mixins.json:common.LivingEntityMixin from mod lodestone,pl:mixin:APP:goety.mixins.json:LivingEntityMixin from mod goety,pl:mixin:APP:bagus_lib.mixins.json:LivingEntityMixin from mod bagus_lib,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:earthmobsmod.mixins.json:LivingEntityMixin from mod earthmobsmod,pl:mixin:APP:blue_skies.mixins.json:LivingEntityMixin from mod blue_skies,pl:mixin:APP:netherportalfix.mixins.json:LivingEntityAccessor from mod netherportalfix,pl:mixin:APP:crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions,pl:mixin:APP:aether.mixins.json:common.LivingEntityMixin from mod aether,pl:mixin:APP:aether.mixins.json:common.accessor.LivingEntityAccessor from mod aether,pl:mixin:APP:aether_redux.mixins.json:common.entity.LivingEntityMixin from mod aether_redux,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityAccessor from mod all_bark_all_bite,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityMixin from mod all_bark_all_bite,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:snifferplus.mixins.json:MixinLivingEntity from mod snifferplus,pl:mixin:APP:trimeffects.mixins.json:MixinLivingEntity from mod trimeffects,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntity from mod witherstormmod,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntityAccessor from mod witherstormmod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:betterdeserttemples.mixins.json:PharaohKilledMixin from mod betterdeserttemples,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:alexscaves.mixins.json:LivingEntityMixin from mod alexscaves,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:rediscovered.mixins.json:LivingEntityMixin from mod rediscovered,pl:mixin:APP:walkers.mixins.json:LivingEntityFoodMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:LivingEntityMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:PlayerSwimmingMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:accessor.LivingEntityAccessor from mod walkers,pl:mixin:APP:META-INF/mixin/midnight.mixins.json:LivingEntityMixin from mod (unknown),pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityMixin from mod the_bumblezone,pl:mixin:A,pl:connector_pre_launch:A}         at org.betterx.betterend.entity.DragonflyEntity.createMobAttributes(DragonflyEntity.java:49) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:classloading}         at org.betterx.betterend.registry.EndEntities.<clinit>(EndEntities.java:28) ~[better-end-4.0.10_mapped_srg_1.20.1.jar%231428!/:?] {re:classloading}         ... 25 more Caused by: java.lang.ExceptionInInitializerError     at org.betterx.betternether.BetterNether.onInitialize(BetterNether.java:45) ~[better-nether-9.0.9_mapped_srg_1.20.1.jar%231429!/:?] {re:mixin,re:classloading}     at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:129) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:44) ~[Connector-1.0.0-beta.46+1.20.1-mod.jar%23499!/:1.0.0-beta.46+1.20.1] {re:mixin,re:classloading}     ... 18 more Caused by: java.lang.IllegalStateException: Attempted to get a value from a Registrar before it was registered. ResourceKey[minecraft:attribute / rediscovered:undead_damage_scaling]     at com.legacy.structure_gel.api.util.LazyOptional.getOrThrow(LazyOptional.java:55) ~[structure_gel-1.20.1-2.16.2.jar%23785!/:2.16.2] {re:classloading}     at com.legacy.structure_gel.api.registry.registrar.Registrar$Static.get(Registrar.java:297) ~[structure_gel-1.20.1-2.16.2.jar%23785!/:2.16.2] {re:mixin,re:classloading}     at net.minecraft.world.entity.LivingEntity.handler$jbl000$rediscovered$addAttributes(LivingEntity.java:36037) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:bclib.mixins.common.json:elytra.LivingEntityMixin from mod bclib,pl:mixin:APP:betterend.mixins.common.json:LivingEntityMixin from mod betterend,pl:mixin:APP:forge-badoptimizations.mixins.json:entitydata.MixinLivingEntity from mod (unknown),pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LaterLivingEntityMixin from mod the_bumblezone,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:tinyskeletons.common.mixins.json:accessor.LivingEntityAccessor from mod tinyskeletons,pl:mixin:APP:tombstone.mixins.json:LivingEntityMixin from mod tombstone,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityAccessor from mod the_bumblezone,pl:mixin:APP:mixins.recruits.json:LivingEntityMixin from mod recruits,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:fromanotherworld-common.mixins.json:LivingEntityMixin from mod fromanotherworld,pl:mixin:APP:notenoughanimations.mixins.json:LivingEntityMixin from mod notenoughanimations,pl:mixin:APP:adastra-common.mixins.json:common.EntityBelowWorldMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityAccessor from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.radio.LivingEntityMixin from mod ad_astra,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:bagusmob.mixins.json:LivingEntityMixin from mod bagusmob,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:enchantwithmob.mixins.json:LivingEntityMixin from mod enchantwithmob,pl:mixin:APP:reimaginingpotatoes.mixins.json:server.LivingEntityMixin from mod reimaginingpotatoes,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:betterarcheology.mixins.json:TorrentTotemItemTickMixin from mod betterarcheology,pl:mixin:APP:creaturechat.mixins.json:MixinLivingEntity from mod creaturechat,pl:mixin:APP:lodestone.mixins.json:common.LivingEntityMixin from mod lodestone,pl:mixin:APP:goety.mixins.json:LivingEntityMixin from mod goety,pl:mixin:APP:bagus_lib.mixins.json:LivingEntityMixin from mod bagus_lib,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:earthmobsmod.mixins.json:LivingEntityMixin from mod earthmobsmod,pl:mixin:APP:blue_skies.mixins.json:LivingEntityMixin from mod blue_skies,pl:mixin:APP:netherportalfix.mixins.json:LivingEntityAccessor from mod netherportalfix,pl:mixin:APP:crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions,pl:mixin:APP:aether.mixins.json:common.LivingEntityMixin from mod aether,pl:mixin:APP:aether.mixins.json:common.accessor.LivingEntityAccessor from mod aether,pl:mixin:APP:aether_redux.mixins.json:common.entity.LivingEntityMixin from mod aether_redux,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityAccessor from mod all_bark_all_bite,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityMixin from mod all_bark_all_bite,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:snifferplus.mixins.json:MixinLivingEntity from mod snifferplus,pl:mixin:APP:trimeffects.mixins.json:MixinLivingEntity from mod trimeffects,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntity from mod witherstormmod,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntityAccessor from mod witherstormmod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:betterdeserttemples.mixins.json:PharaohKilledMixin from mod betterdeserttemples,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:alexscaves.mixins.json:LivingEntityMixin from mod alexscaves,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:rediscovered.mixins.json:LivingEntityMixin from mod rediscovered,pl:mixin:APP:walkers.mixins.json:LivingEntityFoodMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:LivingEntityMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:PlayerSwimmingMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:accessor.LivingEntityAccessor from mod walkers,pl:mixin:APP:META-INF/mixin/midnight.mixins.json:LivingEntityMixin from mod (unknown),pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityMixin from mod the_bumblezone,pl:mixin:A,pl:connector_pre_launch:A}     at net.minecraft.world.entity.LivingEntity.m_21183_(LivingEntity.java:279) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:bclib.mixins.common.json:elytra.LivingEntityMixin from mod bclib,pl:mixin:APP:betterend.mixins.common.json:LivingEntityMixin from mod betterend,pl:mixin:APP:forge-badoptimizations.mixins.json:entitydata.MixinLivingEntity from mod (unknown),pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LaterLivingEntityMixin from mod the_bumblezone,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:tinyskeletons.common.mixins.json:accessor.LivingEntityAccessor from mod tinyskeletons,pl:mixin:APP:tombstone.mixins.json:LivingEntityMixin from mod tombstone,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityAccessor from mod the_bumblezone,pl:mixin:APP:mixins.recruits.json:LivingEntityMixin from mod recruits,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:fromanotherworld-common.mixins.json:LivingEntityMixin from mod fromanotherworld,pl:mixin:APP:notenoughanimations.mixins.json:LivingEntityMixin from mod notenoughanimations,pl:mixin:APP:adastra-common.mixins.json:common.EntityBelowWorldMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityAccessor from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.LivingEntityMixin from mod ad_astra,pl:mixin:APP:adastra-common.mixins.json:common.radio.LivingEntityMixin from mod ad_astra,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:bagusmob.mixins.json:LivingEntityMixin from mod bagusmob,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:enchantwithmob.mixins.json:LivingEntityMixin from mod enchantwithmob,pl:mixin:APP:reimaginingpotatoes.mixins.json:server.LivingEntityMixin from mod reimaginingpotatoes,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:betterarcheology.mixins.json:TorrentTotemItemTickMixin from mod betterarcheology,pl:mixin:APP:creaturechat.mixins.json:MixinLivingEntity from mod creaturechat,pl:mixin:APP:lodestone.mixins.json:common.LivingEntityMixin from mod lodestone,pl:mixin:APP:goety.mixins.json:LivingEntityMixin from mod goety,pl:mixin:APP:bagus_lib.mixins.json:LivingEntityMixin from mod bagus_lib,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:earthmobsmod.mixins.json:LivingEntityMixin from mod earthmobsmod,pl:mixin:APP:blue_skies.mixins.json:LivingEntityMixin from mod blue_skies,pl:mixin:APP:netherportalfix.mixins.json:LivingEntityAccessor from mod netherportalfix,pl:mixin:APP:crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions,pl:mixin:APP:aether.mixins.json:common.LivingEntityMixin from mod aether,pl:mixin:APP:aether.mixins.json:common.accessor.LivingEntityAccessor from mod aether,pl:mixin:APP:aether_redux.mixins.json:common.entity.LivingEntityMixin from mod aether_redux,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityAccessor from mod all_bark_all_bite,pl:mixin:APP:all_bark_all_bite.mixins.json:LivingEntityMixin from mod all_bark_all_bite,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:snifferplus.mixins.json:MixinLivingEntity from mod snifferplus,pl:mixin:APP:trimeffects.mixins.json:MixinLivingEntity from mod trimeffects,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntity from mod witherstormmod,pl:mixin:APP:witherstormmod.mixins.json:MixinLivingEntityAccessor from mod witherstormmod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:betterdeserttemples.mixins.json:PharaohKilledMixin from mod betterdeserttemples,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:alexscaves.mixins.json:LivingEntityMixin from mod alexscaves,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:rediscovered.mixins.json:LivingEntityMixin from mod rediscovered,pl:mixin:APP:walkers.mixins.json:LivingEntityFoodMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:LivingEntityMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:PlayerSwimmingMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:accessor.LivingEntityAccessor from mod walkers,pl:mixin:APP:META-INF/mixin/midnight.mixins.json:LivingEntityMixin from mod (unknown),pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.LivingEntityMixin from mod the_bumblezone,pl:mixin:A,pl:connector_pre_launch:A}     at net.minecraft.world.entity.Mob.m_21552_(Mob.java:144) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:backported_wolves.mixins.json:MobEntityMixin from mod backported_wolves,pl:mixin:APP:tombstone.mixins.json:MobMixin from mod tombstone,pl:mixin:APP:the_bumblezone-common.mixins.json:entities.MobAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:items.HoneyShieldMobMixin from mod the_bumblezone,pl:mixin:APP:mixins.recruits.json:MobMixin from mod recruits,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:adastra-common.mixins.json:common.MobMixin from mod ad_astra,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:takesapillage.mixins.json:MobRememberSpawnReasonMixin from mod takesapillage,pl:mixin:APP:tumbleweed.mixins.json:MobAccessor from mod tumbleweed,pl:mixin:APP:reimaginingpotatoes.mixins.json:server.MobMixin from mod reimaginingpotatoes,pl:mixin:APP:creaturechat.mixins.json:MixinMobEntity from mod creaturechat,pl:mixin:APP:creaturechat.mixins.json:MixinMobEntityAccessor from mod creaturechat,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:tropicraft.mixins.json:MobMixin from mod tropicraft,pl:mixin:APP:aether.mixins.json:common.MobMixin from mod aether,pl:mixin:APP:aether_redux.mixins.json:common.entity.MobMixin from mod aether_redux,pl:mixin:APP:all_bark_all_bite.mixins.json:MobAccessor from mod all_bark_all_bite,pl:mixin:APP:all_bark_all_bite.mixins.json:MobMixin from mod all_bark_all_bite,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:witherstormmod.mixins.json:MixinMob from mod witherstormmod,pl:mixin:APP:forge-overclocked_watches.forge.mixins.json:ForgeMobMixin from mod (unknown),pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:alexscaves.mixins.json:MobMixin from mod alexscaves,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:rediscovered.mixins.json:MobAccessor from mod rediscovered,pl:mixin:APP:walkers.mixins.json:MobEntityDataMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:MobHunterPreyMixin from mod walkers,pl:mixin:APP:walkers.mixins.json:accessor.MobEntityAccessor from mod walkers,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}     at org.betterx.betternether.entity.EntityFirefly.createMobAttributes(EntityFirefly.java:88) ~[better-nether-9.0.9_mapped_srg_1.20.1.jar%231429!/:?] {re:classloading}     at org.betterx.betternether.registry.NetherEntities.<clinit>(NetherEntities.java:143) ~[better-nether-9.0.9_mapped_srg_1.20.1.jar%231429!/:?] {re:classloading}     at org.betterx.betternether.BetterNether.onInitialize(BetterNether.java:45) ~[better-nether-9.0.9_mapped_srg_1.20.1.jar%231429!/:?] {re:mixin,re:classloading}     at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:129) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:44) ~[Connector-1.0.0-beta.46+1.20.1-mod.jar%23499!/:1.0.0-beta.46+1.20.1] {re:mixin,re:classloading}     ... 18 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Suspected Mods: NONE Stacktrace:     at org.sinytra.connector.loader.ConnectorEarlyLoader.createLoadingException(ConnectorEarlyLoader.java:81) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.loader.ConnectorEarlyLoader.createGenericLoadingException(ConnectorEarlyLoader.java:77) ~[Connector-1.0.0-beta.46+1.20.1.jar%23495!/:1.0.0-beta.46+1.20.1] {}     at org.sinytra.connector.mod.ConnectorLoader.load(ConnectorLoader.java:55) ~[Connector-1.0.0-beta.46+1.20.1-mod.jar%23499!/:1.0.0-beta.46+1.20.1] {re:mixin,re:classloading}     at net.minecraft.client.Minecraft.handler$dib000$connectormod$earlyInit(Minecraft.java:27924) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:424) ~[client-1.20.1-20230612.114412-srg.jar%23838!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} Mixins in Stacktrace:     net.minecraft.client.Minecraft:         glitchcore.mixin.client.MixinMinecraft (glitchcore.mixins.json)         mod.chloeprime.aaaparticles.mixin.client.MixinMinecraft (aaa_particles-common.mixins.json)         net.fabricmc.fabric.mixin.screen.MinecraftClientMixin (fabric-screen-api-v1.mixins.json)         traben.entity_model_features.mixin.accessor.MinecraftClientAccessor (entity_model_features-common.mixins.json)         org.embeddedt.modernfix.common.mixin.bugfix.concurrency.MinecraftMixin (modernfix-common.mixins.json)         net.fabricmc.fabric.mixin.registry.sync.client.MinecraftClientMixin (fabric-registry-sync-v0.client.mixins.json)         traben.entity_texture_features.mixin.reloading.MixinMinecraftClient (entity_texture_features-common.mixins.json)         de.keksuccino.konkrete.mixin.client.MixinMinecraft (konkrete.mixin.json)         org.betterx.betterend.mixin.client.MinecraftClientMixin (betterend.mixins.client.json)         net.mehvahdjukaar.moonlight.core.mixins.MinecraftMixin (moonlight-common.mixins.json)         dev.tr7zw.notenoughanimations.mixins.LivingRenderStateMixin (notenoughanimations.mixins.json)         com.cursee.monolib.mixin.MinecraftMixin (monolib.mixins.json)         dev.architectury.mixin.forge.MixinMinecraft (architectury.mixins.json)         net.darkhax.bookshelf.mixin.accessors.client.AccessorMinecraft (bookshelf.common.mixins.json)         org.embeddedt.modernfix.common.mixin.feature.measure_time.MinecraftMixin (modernfix-common.mixins.json)         traben.entity_model_features.mixin.MixinResourceReloadStart (entity_model_features-common.mixins.json)         net.raphimc.immediatelyfast.injection.mixins.core.MixinMinecraftClient (immediatelyfast-common.mixins.json)         com.anthonyhilyard.iceberg.mixin.MinecraftMixin (iceberg.mixins.json)         me.jellysquid.mods.sodium.mixin.core.render.MinecraftAccessor (embeddium.mixins.json)         org.violetmoon.quark.mixin.mixins.client.MinecraftMixin (quark.mixins.json)         net.blay09.mods.balm.mixin.MinecraftMixin (balm.mixins.json)         tschipp.carryon.mixin.MinecraftMixin (carryon.mixins.json)         net.mehvahdjukaar.supplementaries.mixins.MinecraftMixin (supplementaries-common.mixins.json)         tocraft.craftedcore.mixin.client.MinecraftMixin (craftedcore.mixins.json)         net.fabricmc.fabric.mixin.event.lifecycle.client.MinecraftClientMixin (fabric-lifecycle-events-v1.client.mixins.json)         org.sinytra.connector.mod.mixin.registries.MinecraftMixin (connectormod.mixins.json)         io.socol.betterthirdperson.mixin.MinecraftMixin (betterthirdperson.mixins.json)         net.fabricmc.fabric.mixin.event.interaction.client.MinecraftClientMixin (fabric-events-interaction-v0.client.mixins.json)         org.betterx.bclib.mixin.client.MinecraftMixin (bclib.mixins.client.json)         com.telepathicgrunt.the_bumblezone.mixin.client.MinecraftMixin (the_bumblezone-common.mixins.json)         mod.azure.azurelib.mixins.MinecraftMixin (azurelib.forge.mixins.json)         com.Polarice3.Goety.mixin.MinecraftMixin (goety.mixins.json)         org.embeddedt.modernfix.common.mixin.feature.remove_telemetry.MinecraftMixin_Telemetry (modernfix-common.mixins.json)         org.betterx.betternether.mixin.client.MinecraftClientMixin (betternether.mixins.client.json)         com.teamabnormals.blueprint.core.mixin.client.MinecraftMixin (blueprint.mixins.json)         com.github.alexmodguy.alexscaves.mixin.client.MinecraftMixin (alexscaves.mixins.json)         com.sonicether.soundphysics.mixin.MinecraftMixin (sound_physics_remastered.mixins.json)         net.geforcemods.securitycraft.mixin.camera.MinecraftMixin (securitycraft.mixins.json)         de.keksuccino.fancymenu.mixin.mixins.common.client.IMixinMinecraft (fancymenu.mixins.json)         net.irisshaders.iris.mixin.MixinMinecraft_PipelineManagement (mixins.oculus.json)         org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftMixin (modernfix-common.mixins.json)         com.cerbon.beb.forge.mixin.test.TestMixin (beb.mixins.json)         com.aizistral.nochatreports.common.mixins.client.MixinMinecraft (mixins/common/nochatreports.mixins.json)         net.fabricmc.fabric.mixin.networking.client.accessor.MinecraftClientAccessor (fabric-networking-api-v1.client.mixins.json)         me.jellysquid.mods.sodium.mixin.core.MinecraftClientMixin (embeddium.mixins.json)         de.cheaterpaul.fallingleaves.mixin.MinecraftClientMixin (fallingleaves.mixins.json)         de.keksuccino.fancymenu.mixin.mixins.common.client.MixinMinecraft (fancymenu.mixins.json)         org.embeddedt.modernfix.common.mixin.bugfix.world_leaks.MinecraftMixin (modernfix-common.mixins.json)         org.embeddedt.modernfix.forge.mixin.feature.measure_time.MinecraftMixin_Forge (modernfix-forge.mixins.json)         org.embeddedt.modernfix.common.mixin.perf.blast_search_trees.MinecraftMixin (modernfix-common.mixins.json)         org.sinytra.connector.mod.mixin.boot.MinecraftMixin (connectormod.mixins.json) -- Initialization -- Details:     Modules:          ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         COMCTL32.dll:Biblioteka formantów czynnoÅ›ci użytkownika:6.10 (WinBuild.160101.0800):Microsoft Corporation         CRYPT32.dll:Crypto API32:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.4355:Microsoft Corporation         CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation         DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         DEVOBJ.dll:Device Information Set DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation         DNSAPI.dll:Biblioteka DLL interfejsu API klienta usÅ‚ugi DNS:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         GDI32.dll:GDI Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation         GLU32.dll:Biblioteka DLL OpenGL Utility Library:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation         IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         KERNEL32.DLL:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation         KERNELBASE.dll:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation         MSCTF.dll:Biblioteka DLL serwera MSCTF:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation         NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         POWRPROF.dll:Pomocnicza biblioteka DLL dla profilu zasilania:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         PROPSYS.dll:System wÅ‚aÅ›ciwoÅ›ci firmy Microsoft:7.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         RPCRT4.dll:Czas wykonania zdalnego wywoÅ‚ywania procedury:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         SETUPAPI.dll:Interfejs API Instalatora systemu Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         SHCORE.dll:SHCORE:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         SHELL32.dll:Wspólna biblioteka DLL PowÅ‚oki systemu Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         UMPDC.dll         USER32.dll:Współużytkowana biblioteka DLL klienta Windows USER API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         USERENV.dll:Userenv:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation         VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         WINHTTP.dll:UsÅ‚ugi Windows HTTP Services:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         WINMM.dll:MCI API DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         WINSTA.dll:Winstation Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.4780 (WinBuild.160101.0800):Microsoft Corporation         WS2_32.dll:Biblioteka DLL 32-bitowej wersji usÅ‚ugi Windows Socket 2.0:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         Wldp.dll:Zasady blokady systemu Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation         aswAMSI.dll:Avast AMSI COM object:24.12.9725.0:Gen Digital Inc.         aswhook.dll:Avast Hook Library:24.12.9725.0:AVAST Software         bcrypt.dll:Biblioteka podstawowych elementów kryptograficznych systemu Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (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.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         cryptbase.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         cryptnet.dll:Crypto Network Related API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation         dhcpcsvc.DLL:UsÅ‚uga klienta DHCP:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         dhcpcsvc6.DLL:Klient DHCPv6:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         dinput8.dll:Microsoft DirectInput:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         drvstore.dll:Driver Store API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation         dwmapi.dll:Interfejs API menedżera okien Microsoft Desktop Window Manager:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         dxcore.dll:DXCore:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation         fwpuclnt.dll:Interfejs API trybu użytkownika funkcji FWP/IPSec:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         gdi32full.dll:GDI Client DLL:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation         glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW         inputhost.dll:InputHost:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation         java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft         jemalloc.dll         jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         jna18238345871653851494.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)         jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft         kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation         lwjgl.dll         lwjgl_opengl.dll         lwjgl_stb.dll         management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         msasn1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation         msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         mswsock.dll:Microsoft Windows Sockets 2.0 Dostawca usÅ‚ugi:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         napinsp.dll:Dostawca podkÅ‚adek nazewnictwa poczty e-mail:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         ncrypt.dll:Router programu NCrypt w systemie Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         ntdll.dll:Biblioteka NT Layer DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         ntmarta.dll:Windows NT - dostawca MARTA:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         nvoglv64.dll:NVIDIA Compatible OpenGL ICD:30.0.14.7288:NVIDIA Corporation         ole32.dll:Microsoft OLE for Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         opengl32.dll:OpenGL Client DLL:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation         perfos.dll:Biblioteka DLL obiektów wydajnoÅ›ci systemu Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         pnrpnsp.dll:Dostawca obszaru nazw PNRP:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         profapi.dll:User Profile Basic API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation         rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         shlwapi.dll:Biblioteka dodatkowych narzÄ™dzi powÅ‚oki:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.4651 (WinBuild.160101.0800):Microsoft Corporation         ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         uxtheme.dll:Biblioteka Microsoft UxTheme:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation         verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft         win32u.dll:Win32u:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation         windows.storage.dll:Interfejs API magazynu systemu Microsoft WinRT:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         wintypes.dll:Biblioteka DLL typów systemu Windows:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         xinput1_4.dll:Interfejs API typowego kontrolera firmy Microsoft:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation         zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft Stacktrace:     at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.0.jar:?] {re:classloading,pl:connector_pre_launch: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) ~[?:?] {re:mixin}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.0.jar:?] {}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.0.jar:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.0.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} Mixins in Stacktrace: None found -- System Details -- Details:     Minecraft Version: 1.20.1     Minecraft Version ID: 1.20.1     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1491492512 bytes (1422 MiB) / 3087007744 bytes (2944 MiB) up to 21474836480 bytes (20480 MiB)     CPUs: 12     Processor Vendor: GenuineIntel     Processor Name: 11th Gen Intel(R) Core(TM) i5-11500 @ 2.70GHz     Identifier: Intel64 Family 6 Model 167 Stepping 1     Microarchitecture: Rocket Lake     Frequency (GHz): 2.71     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: NVIDIA GeForce RTX 3060     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2504     Graphics card #0 versionInfo: DriverVersion=30.0.14.7288     Memory slot #0 capacity (MB): 16384.00     Memory slot #0 clockSpeed (GHz): 2.67     Memory slot #0 type: DDR4     Virtual memory max (MB): 47933.33     Virtual memory used (MB): 14112.97     Swap memory total (MB): 31711.85     Swap memory used (MB): 217.08     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx20G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Launched Version: forge-47.3.0     Backend library: LWJGL version 3.3.1 build 7     Backend API: Unknown     Window size: <not initialized>     GL Caps: Using framebuffer using OpenGL 3.2     GL debug messages: <disabled>     Using VBOs: Yes     Is Modded: Definitely; Client brand changed to 'forge'     Type: Client (map_client.txt)     CPU: <unknown>     Sinytra Connector: 1.0.0-beta.46+1.20.1         SINYTRA CONNECTOR IS PRESENT!         Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker.         Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues.         Installed Fabric mods:         | ================================================== | ============================== | ============================== | ==================== |         | creaturechat-1.3.0+1.20.1-forge_mapped_srg_1.20.1. | CreatureChat                   | creaturechat                   | 1.3.01.20.1          |         | better-nether-9.0.9_mapped_srg_1.20.1.jar          | Better Nether                  | betternether                   | 9.0.9                |         | better-end-4.0.10_mapped_srg_1.20.1.jar            | Better End                     | betterend                      | 4.0.10               |         | bclib-3.0.13$wunderlib-1.1.5_mapped_srg_1.20.1.jar | WunderLib                      | wunderlib                      | 1.1.5                |         | bclib-3.0.13_mapped_srg_1.20.1.jar                 | BCLib                          | bclib                          | 3.0.13               |
    • Hi! I'm working on a server-side mod for our server, and we want to add security measures by checking on Player Connections before they log in. I'm aware of PlayerLoggedInEvent, but it works only after the Player is created. So, is there any way of detecting when a Client connects? Thanks in beforehand.
    • Hey dudes. Recently started up a 1.19.2 All the Mods 8 server with some of the family. It ran well for a few hours and now it crashes every 10 or so minutes. Crash log is below. Pastebin: https://pastebin.com/KeWyDZd1 Any help would be much appreciated dudes. Cheers
  • Topics

×
×
  • Create New...

Important Information

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