Jump to content

Server crashes when a specific friend join -- Please Help!


johnfree817

Recommended Posts

This world is using the All The Mods 8 1.19.2 Curseforge Modpack. After my friend and I loaded into the everbright dimension, the server crashed and it has been crashing each time we join. Here is the crash report. Can anyone help please?


---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 2022-11-12 15:46:59
Description: Exception generating new chunk

java.lang.NullPointerException: No chunk exists at [89, -302]
    at net.minecraft.server.level.WorldGenRegion.m_8055_(WorldGenRegion.java:2082) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:A}
    at com.legacy.blue_skies.blocks.natural.SnowcapMushroomBlock.getShape(SnowcapMushroomBlock.java:59) ~[blue_skies-1.19.2-1.3.20.jar%23138!/:1.3.20] {re:classloading}
    at com.legacy.blue_skies.blocks.natural.SnowcapMushroomBlock.m_5939_(SnowcapMushroomBlock.java:47) ~[blue_skies-1.19.2-1.3.20.jar%23138!/:1.3.20] {re:classloading}
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60742_(BlockBehaviour.java:615) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:BlockStateBaseMixin,pl:mixin:APP:radon.mixins.json:block.MixinAbstractBlockState,pl:mixin:APP:immersiveengineering.mixins.json:coremods.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:ai.pathing.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:block.flatten_states.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:chunk.block_counting.AbstractBlockStateMixin,pl:mixin:APP:byg.mixins.json:common.block.MixinBlockBehaviourBlockStateBase,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin,pl:mixin:A}
    at com.abdelaziz.canary.common.entity.movement.ChunkAwareBlockCollisionSweeper.computeNext(ChunkAwareBlockCollisionSweeper.java:265) ~[canary-mc1.19.2-0.0.9.jar%23146!/:0.0.9] {re:classloading}
    at com.abdelaziz.canary.common.entity.CanaryEntityCollisions.doesBoxCollideWithBlocks(CanaryEntityCollisions.java:46) ~[canary-mc1.19.2-0.0.9.jar%23146!/:0.0.9] {re:mixin,re:classloading}
    at net.minecraft.world.level.CollisionGetter.m_45756_(CollisionGetter.java:526) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:APP:canary.mixins.json:entity.collisions.intersection.CollisionViewMixin,pl:mixin:A}
    at net.minecraft.world.level.CollisionGetter.m_45772_(CollisionGetter.java:40) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:APP:canary.mixins.json:entity.collisions.intersection.CollisionViewMixin,pl:mixin:A}
    at net.minecraft.world.level.NaturalSpawner.m_220450_(NaturalSpawner.java:367) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:APP:itshallnottick.mixins.json:WorldEntitySpawnerOptimizationMixin,pl:mixin:A}
    at net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.m_6929_(NoiseBasedChunkGenerator.java:460) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:canary.mixins.json:gen.cached_generator_settings.NoiseChunkGeneratorMixin,pl:mixin:APP:byg.mixins.json:access.NoiseBasedChunkGeneratorAccess,pl:mixin:A}
    at net.minecraft.world.level.chunk.ChunkStatus.m_196757_(ChunkStatus.java:174) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
    at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:341) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%2375!/:?] {}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?] {}
    at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {re:mixin}


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

-- Head --
Thread: Server thread
Stacktrace:
    at net.minecraft.server.level.WorldGenRegion.m_8055_(WorldGenRegion.java:2082) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:A}
    at com.legacy.blue_skies.blocks.natural.SnowcapMushroomBlock.getShape(SnowcapMushroomBlock.java:59) ~[blue_skies-1.19.2-1.3.20.jar%23138!/:1.3.20] {re:classloading}
    at com.legacy.blue_skies.blocks.natural.SnowcapMushroomBlock.m_5939_(SnowcapMushroomBlock.java:47) ~[blue_skies-1.19.2-1.3.20.jar%23138!/:1.3.20] {re:classloading}
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60742_(BlockBehaviour.java:615) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:BlockStateBaseMixin,pl:mixin:APP:radon.mixins.json:block.MixinAbstractBlockState,pl:mixin:APP:immersiveengineering.mixins.json:coremods.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:ai.pathing.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:block.flatten_states.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:chunk.block_counting.AbstractBlockStateMixin,pl:mixin:APP:byg.mixins.json:common.block.MixinBlockBehaviourBlockStateBase,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin,pl:mixin:A}
    at com.abdelaziz.canary.common.entity.movement.ChunkAwareBlockCollisionSweeper.computeNext(ChunkAwareBlockCollisionSweeper.java:265) ~[canary-mc1.19.2-0.0.9.jar%23146!/:0.0.9] {re:classloading}
    at com.abdelaziz.canary.common.entity.CanaryEntityCollisions.doesBoxCollideWithBlocks(CanaryEntityCollisions.java:46) ~[canary-mc1.19.2-0.0.9.jar%23146!/:0.0.9] {re:mixin,re:classloading}
    at net.minecraft.world.level.CollisionGetter.m_45756_(CollisionGetter.java:526) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:APP:canary.mixins.json:entity.collisions.intersection.CollisionViewMixin,pl:mixin:A}
    at net.minecraft.world.level.CollisionGetter.m_45772_(CollisionGetter.java:40) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:APP:canary.mixins.json:entity.collisions.intersection.CollisionViewMixin,pl:mixin:A}
    at net.minecraft.world.level.NaturalSpawner.m_220450_(NaturalSpawner.java:367) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:APP:itshallnottick.mixins.json:WorldEntitySpawnerOptimizationMixin,pl:mixin:A}
    at net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.m_6929_(NoiseBasedChunkGenerator.java:460) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:canary.mixins.json:gen.cached_generator_settings.NoiseChunkGeneratorMixin,pl:mixin:APP:byg.mixins.json:access.NoiseBasedChunkGeneratorAccess,pl:mixin:A}
    at net.minecraft.world.level.chunk.ChunkStatus.m_196757_(ChunkStatus.java:174) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
    at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:341) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%2375!/:?] {}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?] {}
    at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
-- Chunk to be generated --
Details:
    Location: 89,-303
    Position hash: -1301375090599
    Generator: com.legacy.blue_skies.world.SkiesChunkGenerator@4544a0e6
Stacktrace:
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%2375!/:?] {}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?] {}
    at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:classloading}
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {re:mixin}


-- Affected level --
Details:
    All players: 1 total; [ServerPlayer['Anemiac'/4960, l='ServerLevel[world]', x=1362.73, y=78.42, z=-4753.73]]
    Chunk stats: 1224
    Level dimension: blue_skies:everbright
    Derived: true
    Level spawn location: World: (0,72,0), Section: (at 0,8,0 in 0,4,0; chunk contains blocks 0,0,0 to 15,383,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,383,511)
    Level time: 4025571 game time, 4120252 day time
    Level name: world
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 124724 (now: false), thunder time: 8778 (now: true)
    Known server brands: forge
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:869) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:292) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nochatreports.mixins.json:server.MixinDedicatedServer,pl:mixin:APP:tombstone.mixins.json:DedicatedServerMixin,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at java.lang.Thread.run(Unknown Source) [?:?] {re:mixin}


-- System Details --
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    Operating System: Linux (amd64) version 5.4.0-121-generic
    Java Version: 17.0.4.1, Eclipse Adoptium
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
    Memory: 1402536480 bytes (1337 MiB) / 5033164800 bytes (4800 MiB) up to 5368709120 bytes (5120 MiB)
    CPUs: 5
    Processor Vendor: AuthenticAMD
    Processor Name: AMD EPYC 7313 16-Core Processor
    Identifier: AuthenticAMD Family 25 Model 1 Stepping 1
    Microarchitecture: Zen 3
    Frequency (GHz): -0.00
    Number of physical packages: 1
    Number of physical CPUs: 16
    Number of logical CPUs: 32
    Graphics card #0 name: unknown
    Graphics card #0 vendor: unknown
    Graphics card #0 VRAM (MB): 0.00
    Graphics card #0 deviceId: unknown
    Graphics card #0 versionInfo: unknown
    Virtual memory max (MB): 129930.23
    Virtual memory used (MB): 97374.65
    Swap memory total (MB): 1023.99
    Swap memory used (MB): 433.46
    JVM Flags: 2 total; -Xmx5120M -Xms2560M
    Server Running: true
    Player Count: 3 / 3; [ServerPlayer['Poundingurdad'/1151, l='ServerLevel[world]', x=-45.23, y=72.00, z=14.50], ServerPlayer['Anemiac'/4960, l='ServerLevel[world]', x=1362.73, y=78.42, z=-4753.73], ServerPlayer['MrLoria'/63243, l='ServerLevel[world]', x=-42.88, y=72.00, z=16.37]]
    Data Packs: vanilla, mod:saturn (incompatible), mod:betterdungeons, mod:supermartijn642configlib (incompatible), mod:quarryplus, mod:simplemagnets (incompatible), mod:integratedterminals (incompatible), mod:appliedcooking (incompatible), mod:ironjetpacks (incompatible), mod:laserio (incompatible), mod:evilcraft (incompatible), mod:yungsapi, mod:powah (incompatible), mod:gateways (incompatible), mod:cabletiers (incompatible), mod:wstweaks (incompatible), mod:shrink (incompatible), mod:guardvillagers (incompatible), mod:universalgrid (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:clickadv (incompatible), mod:balm (incompatible), mod:jeresources (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore (incompatible), mod:ctov, mod:supplementaries (incompatible), mod:structure_gel, mod:advancementplaques (incompatible), mod:packmenu (incompatible), mod:alltheores (incompatible), mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:botanytrees (incompatible), mod:ironfurnaces (incompatible), mod:structurecompass, mod:mcwtrpdoors, mod:supermartijn642corelib (incompatible), mod:spark (incompatible), mod:curios, mod:corail_woodcutter, mod:advgenerators, mod:angelring (incompatible), mod:tombstone, mod:antighost (incompatible), mod:naturesaura (incompatible), mod:constructionwand, mod:mcwroofs, mod:littlelogistics (incompatible), mod:cfm (incompatible), mod:refinedcooking (incompatible), mod:fastleafdecay, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:sfm (incompatible), mod:mcwlights, mod:elytraslot, mod:nomowanderer (incompatible), mod:rechiseled (incompatible), mod:harvestwithease, mod:jei (incompatible), mod:attributefix (incompatible), mod:tesseract (incompatible), mod:mekanism, mod:gravitationalmodulatingunittweaks (incompatible), mod:caelus (incompatible), mod:bdlib, mod:naturescompass (incompatible), mod:jumpboat (incompatible), mod:libx, mod:compactmachines, mod:botanypots (incompatible), mod:phosphophyllite (incompatible), mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:additional_lights, mod:extradisks, mod:edivadlib, mod:forge, mod:silentgear, mod:integratedcrafting (incompatible), mod:dungeons_arise, mod:alchemistry (incompatible), mod:radon (incompatible), mod:theoneprobe (incompatible), mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:terrablender, mod:mousetweaks, mod:immersiveengineering (incompatible), mod:nochatreports (incompatible), mod:allthemodium (incompatible), mod:spectrelib (incompatible), mod:domum_ornamentum, mod:pipez (incompatible), mod:flywheel (incompatible), mod:integrateddynamics (incompatible), mod:integratednbt (incompatible), mod:itemcollectors (incompatible), mod:croptopia (incompatible), mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:securitycraft, mod:almostunified (incompatible), mod:canary, mod:structurize, mod:fastfurnace (incompatible), mod:appleskin, mod:lootr (incompatible), mod:connectedglass (incompatible), mod:occultism, mod:allthetweaks (incompatible), mod:byg, mod:aquaculture, mod:cosmeticarmorreworked (incompatible), mod:rsrequestify (incompatible), mod:cyclopscore (incompatible), mod:blue_skies, mod:netherportalfix (incompatible), mod:advancedperipherals (incompatible), mod:utilitix, mod:naturalist, mod:betteroceanmonuments, mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:glassential (incompatible), mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:prism, mod:placebo (incompatible), mod:potionsmaster (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:mcwdoors, mod:mekanismgenerators, mod:absentbydesign (incompatible), mod:twilightforest (incompatible), mod:mob_grinding_utils (incompatible), mod:rsinfinitybooster (incompatible), mod:refinedstorage, mod:extrastorage, mod:mcwbridges, mod:farmersdelight (incompatible), mod:rebornstorage (incompatible), mod:itshallnottick (incompatible), mod:tempad (incompatible), mod:hostilenetworks (incompatible), mod:entangled (incompatible), mod:endertanks (incompatible), mod:commoncapabilities (incompatible), mod:crashutilities (incompatible), mod:getittogetherdrops, mod:mcwfences, mod:fuelgoeshere, mod:wirelesschargers (incompatible), mod:simplylight (incompatible), mod:dpanvil (incompatible), mod:patchouli (incompatible), mod:ars_nouveau (incompatible), mod:blockui, mod:multipiston, mod:tiab (incompatible), mod:villagertools (incompatible), mod:integratedtunnels (incompatible), mod:mysticalcustomization (incompatible), mod:elevatorid (incompatible), mod:ftbultimine (incompatible), mod:betterstrongholds, mod:runelic (incompatible), mod:spirit (incompatible), mod:mekanismtools, mod:inventoryprofilesnext (incompatible), mod:deeperdarker, mod:architectury (incompatible), mod:bambooeverything (incompatible), mod:ftblibrary (incompatible), mod:ftbic (incompatible), mod:myrtrees (incompatible), mod:findme (incompatible), mod:ftbteams (incompatible), mod:ftbranks (incompatible), mod:ftbessentials (incompatible), mod:computercraft (incompatible), mod:productivebees, mod:trashcans (incompatible), mod:inventoryessentials (incompatible), mod:smallships (incompatible), mod:letmedespawn (incompatible), mod:voidtotem (incompatible), mod:rhino (incompatible), mod:kubejs (incompatible), mod:biggerreactors (incompatible), mod:rootsclassic, mod:delightful (incompatible), mod:cucumber (incompatible), mod:ae2wtlib (incompatible), mod:trashslot (incompatible), mod:jmi (incompatible), mod:blueflame, mod:sophisticatedstorage (incompatible), mod:additionallanterns (incompatible), mod:itemfilters (incompatible), mod:ftbquests (incompatible), mod:elementalcraft (incompatible), mod:platforms (incompatible), mod:travelanchors, mod:create, mod:ars_creo (incompatible), mod:waystones (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts, mod:artifacts, mod:configured (incompatible), mod:dimstorage, mod:myserveriscompatible (incompatible), mod:dungeoncrawl, mod:charginggadgets (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:deepresonance (incompatible), mod:xnetgases (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:mahoutsukai, mod:mininggadgets (incompatible), mod:ftbchunks (incompatible), mod:xycraft_core, mod:xycraft_world, mod:xycraft_override, mod:mysticalagriculture (incompatible), mod:mysticalagradditions (incompatible), mod:craftingtweaks (incompatible), mod:rftoolsutility (incompatible), mod:libipn (incompatible), mod:moonlight (incompatible), mod:toolbelt, mod:titanium (incompatible), mod:silentlib (incompatible), mod:iceberg (incompatible), mod:reliquary (incompatible), mod:quark (incompatible), mod:chemlib (incompatible), mod:pigpen (incompatible), mod:fastbench (incompatible), mod:fluxnetworks (incompatible), mod:enderchests (incompatible), mod:modonomicon, mod:quartz (incompatible), mod:minecolonies (incompatible), mod:pylons, mod:creeperoverhaul (incompatible), mod:ferritecore (incompatible), mod:engineersdecor, mod:solcarrot (incompatible), mod:functionalstorage (incompatible), mod:moredragoneggs (incompatible), mod:modularrouters, mod:charmofundying, mod:refinedstorageaddons, mod:appmek (incompatible), mod:ae2additions (incompatible), mod:megacells (incompatible), mod:expandability (incompatible), Supplementaries Generated Pack, mod:rangedpumps, mod:littlecontraptions (incompatible), mod:createaddition (incompatible), mod:paragon, mod:pluto (incompatible), mod:resourcefullib (incompatible), mod:smoothboot, mod:crafting_on_a_stick (incompatible), mod:allthecompressed (incompatible), mod:bhc (incompatible), mod:alchemylib (incompatible), mod:dankstorage (incompatible)
    World Generation: Stable
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeserver
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.2-43.1.47.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.2-43.1.47.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.2-43.1.47.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.2-43.1.47.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.2-43.1.47.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar jcplugin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        javafml@null
        lowcodefml@null
        [email protected]
        [email protected]
    Mod List: 
        saturn-mc1.19.2-0.0.1.jar                         |Saturn                        |saturn                        |0.0.1               |DONE      |Manifest: NOSIGNATURE
        YungsBetterDungeons-1.19.2-Forge-3.2.2.jar        |YUNG's Better Dungeons        |betterdungeons                |1.19.2-Forge-3.2.2  |DONE      |Manifest: NOSIGNATURE
        supermartijn642configlib-1.1.6b-forge-mc1.19.jar  |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6b              |DONE      |Manifest: NOSIGNATURE
        AdditionalEnchantedMiner-1.19.2-19.8.jar          |QuarryPlus                    |quarryplus                    |19.8                |DONE      |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
        simplemagnets-1.1.8b-forge-mc1.19.jar             |Simple Magnets                |simplemagnets                 |1.1.8b              |DONE      |Manifest: NOSIGNATURE
        IntegratedTerminals-1.19.2-1.4.1.jar              |IntegratedTerminals           |integratedterminals           |1.4.1               |DONE      |Manifest: NOSIGNATURE
        paragon-forge-1.0.3b-1.19x.jar                    |Paragon                       |paragon                       |1.0.3               |DONE      |Manifest: NOSIGNATURE
        appliedcooking-2.0.2.jar                          |Applied Cooking               |appliedcooking                |2.0.2               |DONE      |Manifest: NOSIGNATURE
        IronJetpacks-1.19.2-6.0.1.jar                     |Iron Jetpacks                 |ironjetpacks                  |6.0.1               |DONE      |Manifest: NOSIGNATURE
        laserio-1.5.2.jar                                 |LaserIO                       |laserio                       |1.5.2               |DONE      |Manifest: NOSIGNATURE
        EvilCraft-1.19.2-1.2.9.jar                        |EvilCraft                     |evilcraft                     |1.2.9               |DONE      |Manifest: NOSIGNATURE
        YungsApi-1.19.2-Forge-3.8.2.jar                   |YUNG's API                    |yungsapi                      |1.19.2-Forge-3.8.2  |DONE      |Manifest: NOSIGNATURE
        Powah-4.0.4-beta.jar                              |Powah                         |powah                         |4.0.4-beta          |DONE      |Manifest: NOSIGNATURE
        GatewaysToEternity-1.19.2-3.0.2.jar               |Gateways To Eternity          |gateways                      |3.0.2               |DONE      |Manifest: NOSIGNATURE
        cabletiers-1.19.2-0.5471.jar                      |Cable Tiers                   |cabletiers                    |1.19.2-0.5471       |DONE      |Manifest: NOSIGNATURE
        rangedpumps-1.0.0.jar                             |Ranged Pumps                  |rangedpumps                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
        WitherSkeletonTweaks-1.19.2-8.0.0.jar             |Wither Skeleton Tweaks        |wstweaks                      |8.0.0               |DONE      |Manifest: NOSIGNATURE
        Shrink-1.19-1.3.4.jar                             |Shrink                        |shrink                        |1.3.4               |DONE      |Manifest: NOSIGNATURE
        guardvillagers-1.19.2-1.5.2.jar                   |Guard Villagers               |guardvillagers                |1.19.2-1.5.2        |DONE      |Manifest: NOSIGNATURE
        universalgrid-1.19.2-1.033.jar                    |Universal Grid                |universalgrid                 |1.19.2-1.033        |DONE      |Manifest: NOSIGNATURE
        DarkUtilities-Forge-1.19.2-13.1.6.jar             |DarkUtilities                 |darkutils                     |13.1.6              |DONE      |Manifest: NOSIGNATURE
        Apotheosis-1.19.2-6.0.1.jar                       |Apotheosis                    |apotheosis                    |6.0.1               |DONE      |Manifest: NOSIGNATURE
        clickadv-1.19.2-2.9.jar                           |clickadv mod                  |clickadv                      |1.19.2-2.9          |DONE      |Manifest: NOSIGNATURE
        balm-4.5.3.jar                                    |Balm                          |balm                          |4.5.3               |DONE      |Manifest: NOSIGNATURE
        JustEnoughResources-1.19.2-1.1.1.184.jar          |Just Enough Resources         |jeresources                   |1.1.1.184           |DONE      |Manifest: NOSIGNATURE
        cloth-config-8.2.88-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.2.88              |DONE      |Manifest: NOSIGNATURE
        shetiphiancore-1.19-3.11.1.jar                    |ShetiPhian-Core               |shetiphiancore                |3.11.1              |DONE      |Manifest: NOSIGNATURE
        [Universal]CTOV-v3-1-2-overriding.jar             |ChoiceTheorem's Overhauled Vil|ctov                          |3.1.2               |DONE      |Manifest: NOSIGNATURE
        supplementaries-1.19.2-2.2.16.jar                 |Supplementaries               |supplementaries               |1.19.2-2.2.16       |DONE      |Manifest: NOSIGNATURE
        structure_gel-1.19.2-2.7.1.jar                    |Structure Gel API             |structure_gel                 |2.7.1               |DONE      |Manifest: NOSIGNATURE
        AdvancementPlaques-1.19.2-1.4.7.jar               |Advancement Plaques           |advancementplaques            |1.4.7               |DONE      |Manifest: NOSIGNATURE
        PackMenu-1.19.2-5.1.0.jar                         |PackMenu                      |packmenu                      |5.1.0               |DONE      |Manifest: NOSIGNATURE
        alltheores-2.0.2-1.19.2-43.1.3.jar                |AllTheOres                    |alltheores                    |2.0.2-1.19.2-43.1.3 |DONE      |Manifest: NOSIGNATURE
        industrial-foregoing-1.19.2-3.3.2.0-2.jar         |Industrial Foregoing          |industrialforegoing           |3.3.2.0             |DONE      |Manifest: NOSIGNATURE
        torchmaster-19.2.0.jar                            |Torchmaster                   |torchmaster                   |19.2.0              |DONE      |Manifest: NOSIGNATURE
        repurposed_structures_forge-6.3.5+1.19.2.jar      |Repurposed Structures         |repurposed_structures         |6.3.5+1.19.2        |DONE      |Manifest: NOSIGNATURE
        BotanyTrees-Forge-1.19.2-5.0.1.jar                |BotanyTrees                   |botanytrees                   |5.0.1               |DONE      |Manifest: NOSIGNATURE
        ironfurnaces-1.19.2-3.6.3.jar                     |Iron Furnaces                 |ironfurnaces                  |3.6.3               |DONE      |Manifest: NOSIGNATURE
        StructureCompass-1.19.2-1.3.4.jar                 |Structure Compass Mod         |structurecompass              |1.3.4               |DONE      |Manifest: NOSIGNATURE
        mcw-trapdoors-1.0.7-mc1.19.2.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.7               |DONE      |Manifest: NOSIGNATURE
        supermartijn642corelib-1.0.19a-forge-mc1.19.jar   |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.19a             |DONE      |Manifest: NOSIGNATURE
        spark-1.9.45-forge.jar                            |spark                         |spark                         |1.9.45              |DONE      |Manifest: NOSIGNATURE
        curios-forge-1.19.2-5.1.1.0.jar                   |Curios API                    |curios                        |1.19.2-5.1.1.0      |DONE      |Manifest: NOSIGNATURE
        corail_woodcutter-1.19.2-2.5.0.jar                |Corail Woodcutter             |corail_woodcutter             |2.5.0               |DONE      |Manifest: NOSIGNATURE
        advgenerators-1.4.0.3-mc1.19.2.jar                |Advanced Generators           |advgenerators                 |1.4.0.3             |DONE      |Manifest: NOSIGNATURE
        AngelRing2-1.19.2-2.1.4.jar                       |Angel Ring 2                  |angelring                     |2.1.4               |DONE      |Manifest: NOSIGNATURE
        tombstone-8.2.0-1.19.2.jar                        |Corail Tombstone              |tombstone                     |8.2.0               |DONE      |Manifest: NOSIGNATURE
        antighost-1.19.1-forge42.0.1-1.1.2.jar            |AntiGhost                     |antighost                     |1.19.1-forge42.0.1-1|DONE      |Manifest: NOSIGNATURE
        pluto-mc1.19.2-0.0.6.jar                          |Pluto                         |pluto                         |0.0.6               |DONE      |Manifest: NOSIGNATURE
        NaturesAura-37.4.jar                              |Nature's Aura                 |naturesaura                   |37.4                |DONE      |Manifest: NOSIGNATURE
        constructionwand-1.19.1-2.8.jar                   |Construction Wand             |constructionwand              |1.19.1-2.8          |DONE      |Manifest: NOSIGNATURE
        mcw-roofs-2.2.1-mc1.19.2-forge.jar                |Macaw's Roofs                 |mcwroofs                      |2.2.1               |DONE      |Manifest: NOSIGNATURE
        littlelogistics-mc1.19.2-v1.3.1.jar               |Little Logistics              |littlelogistics               |1.3.1               |DONE      |Manifest: NOSIGNATURE
        cfm-7.0.0-pre34-1.19.jar                          |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre34         |DONE      |Manifest: NOSIGNATURE
        refinedcooking-3.0.2.jar                          |Refined Cooking               |refinedcooking                |3.0.2               |DONE      |Manifest: NOSIGNATURE
        FastLeafDecay-30.jar                              |FastLeafDecay                 |fastleafdecay                 |30                  |DONE      |Manifest: NOSIGNATURE
        YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar      |YUNG's Better Mineshafts      |bettermineshafts              |1.19.2-Forge-3.2.0  |DONE      |Manifest: NOSIGNATURE
        geckolib-forge-1.19-3.1.36.jar                    |GeckoLib                      |geckolib3                     |3.1.36              |DONE      |Manifest: NOSIGNATURE
        SuperFactoryManager-1.19.2-4.4.3.jar              |Super Factory Manager         |sfm                           |4.4.3               |DONE      |Manifest: NOSIGNATURE
        mcw-lights-1.0.4-mc1.19.2.jar                     |Macaw's Lights and Lamps      |mcwlights                     |1.0.4               |DONE      |Manifest: NOSIGNATURE
        Crafting-on-a-stick-1.19-1.0.1.jar                |Crafting On A Stick           |crafting_on_a_stick           |1.0.1               |DONE      |Manifest: NOSIGNATURE
        elytraslot-forge-6.0.0+1.19.2.jar                 |Elytra Slot                   |elytraslot                    |6.0.0+1.19.2        |DONE      |Manifest: NOSIGNATURE
        nomowanderer-1.19.2_1.3.3.jar                     |NoMoWanderer                  |nomowanderer                  |1.19.2_1.3.3        |DONE      |Manifest: NOSIGNATURE
        rechiseled-1.0.10c-forge-mc1.19.jar               |Rechiseled                    |rechiseled                    |1.0.10c             |DONE      |Manifest: NOSIGNATURE
        harvestwithease-1.19.2-4.0.0.2-forge.jar          |Harvest with ease             |harvestwithease               |4.0.0.2             |DONE      |Manifest: NOSIGNATURE
        jei-1.19.2-forge-11.4.0.285.jar                   |Just Enough Items             |jei                           |11.4.0.285          |DONE      |Manifest: NOSIGNATURE
        AttributeFix-Forge-1.19.2-17.1.3.jar              |AttributeFix                  |attributefix                  |17.1.3              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        tesseract-1.0.27b-forge-mc1.19.jar                |Tesseract                     |tesseract                     |1.0.27b             |DONE      |Manifest: NOSIGNATURE
        Mekanism-1.19.2-10.3.5.473.jar                    |Mekanism                      |mekanism                      |10.3.5              |DONE      |Manifest: NOSIGNATURE
        GravitationalModulatingAdditionalUnit-1.19.2-2.7.j|Gravitational Modulating Addit|gravitationalmodulatingunittwe|1.19.2-2.7          |DONE      |Manifest: NOSIGNATURE
        caelus-forge-1.19.2-3.0.0.6.jar                   |Caelus API                    |caelus                        |1.19.2-3.0.0.6      |DONE      |Manifest: NOSIGNATURE
        bdlib-1.24.1.4-mc1.19.2.jar                       |BdLib                         |bdlib                         |1.24.1.4            |DONE      |Manifest: NOSIGNATURE
        AllTheCompressed-1.19.2-2.0.0.jar                 |AllTheCompressed              |allthecompressed              |2.0.0               |DONE      |Manifest: NOSIGNATURE
        NaturesCompass-1.19.2-1.9.7-forge.jar             |Nature's Compass              |naturescompass                |1.19.2-1.9.7-forge  |DONE      |Manifest: NOSIGNATURE
        jumpboat-1.19-0.1.0.5.jar                         |Jumpy Boats                   |jumpboat                      |1.19-0.1.0.5        |DONE      |Manifest: NOSIGNATURE
        LibX-1.19.2-4.2.8.jar                             |LibX                          |libx                          |1.19.2-4.2.8        |DONE      |Manifest: NOSIGNATURE
        compactmachines-5.1.0.jar                         |Compact Machines 5            |compactmachines               |5.1.0               |DONE      |Manifest: NOSIGNATURE
        BotanyPots-Forge-1.19.2-9.0.11.jar                |BotanyPots                    |botanypots                    |9.0.11              |DONE      |Manifest: NOSIGNATURE
        phosphophyllite-1.19.2-0.6.0-beta.5.jar           |Phosphophyllite               |phosphophyllite               |0.6.0-beta.5        |DONE      |Manifest: NOSIGNATURE
        farmingforblockheads-forge-1.19-11.1.0.jar        |Farming for Blockheads        |farmingforblockheads          |11.1.0              |DONE      |Manifest: NOSIGNATURE
        pneumaticcraft-repressurized-1.19.2-4.1.2-9.jar   |PneumaticCraft: Repressurized |pneumaticcraft                |1.19.2-4.1.2-9      |DONE      |Manifest: NOSIGNATURE
        additional_lights-1.19-2.1.5.jar                  |Additional Lights             |additional_lights             |2.1.5               |DONE      |Manifest: NOSIGNATURE
        ExtraDisks-1.19.2-2.2.0.jar                       |Extra Disks                   |extradisks                    |1.19.2-2.2.0        |DONE      |Manifest: NOSIGNATURE
        EdivadLib-1.19.2-1.2.0.jar                        |EdivadLib                     |edivadlib                     |1.2.0               |DONE      |Manifest: NOSIGNATURE
        forge-1.19.2-43.1.47-universal.jar                |Forge                         |forge                         |43.1.47             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        silent-gear-1.19.2-3.0.6.jar                      |Silent Gear                   |silentgear                    |3.0.6               |DONE      |Manifest: NOSIGNATURE
        IntegratedCrafting-1.19.2-1.0.26.jar              |IntegratedCrafting            |integratedcrafting            |1.0.26              |DONE      |Manifest: NOSIGNATURE
        DungeonsArise-1.19.2-2.1.52-beta.jar              |When Dungeons Arise           |dungeons_arise                |2.1.52-1.19.2       |DONE      |Manifest: NOSIGNATURE
        alchemistry-1.19.2-2.2.1.jar                      |Alchemistry                   |alchemistry                   |1.19.2-2.2.1        |DONE      |Manifest: NOSIGNATURE
        server-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: NOSIGNATURE
        radon-0.8.2.jar                                   |Radon                         |radon                         |0.8.2               |DONE      |Manifest: NOSIGNATURE
        theoneprobe-1.19-6.2.2.jar                        |The One Probe                 |theoneprobe                   |1.19-6.2.2          |DONE      |Manifest: NOSIGNATURE
        appliedenergistics2-forge-12.8.4.jar              |Applied Energistics 2         |ae2                           |12.8.4              |DONE      |Manifest: NOSIGNATURE
        AEInfinityBooster-1.19.2-1.2.0+11.jar             |AEInfinityBooster             |aeinfinitybooster             |1.19.2-1.2.0+11     |DONE      |Manifest: NOSIGNATURE
        TerraBlender-forge-1.19.2-2.0.1.129.jar           |TerraBlender                  |terrablender                  |2.0.1.129           |DONE      |Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |DONE      |Manifest: NOSIGNATURE
        ImmersiveEngineering-1.19.2-9.0.0-153.jar         |Immersive Engineering         |immersiveengineering          |1.19.2-9.0.0-153    |DONE      |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
        NoChatReports-FORGE-1.19.2-v1.5.0.jar             |No Chat Reports               |nochatreports                 |1.19.2-v1.5.0       |DONE      |Manifest: NOSIGNATURE
        allthemodium-2.1.1-1.19.2-43.1.1.jar              |Allthemodium                  |allthemodium                  |2.1.1-1.19.2-43.1.1 |DONE      |Manifest: NOSIGNATURE
        spectrelib-forge-0.10.0+1.19.jar                  |SpectreLib                    |spectrelib                    |0.10.0+1.19         |DONE      |Manifest: NOSIGNATURE
        domum_ornamentum-1.19-1.0.74-ALPHA-universal.jar  |Domum Ornamentum              |domum_ornamentum              |1.19-1.0.74-ALPHA   |DONE      |Manifest: NOSIGNATURE
        pipez-1.19.2-1.0.1.jar                            |Pipez                         |pipez                         |1.19.2-1.0.1        |DONE      |Manifest: NOSIGNATURE
        flywheel-forge-1.19.2-0.6.7-8.jar                 |Flywheel                      |flywheel                      |0.6.7-8             |DONE      |Manifest: NOSIGNATURE
        IntegratedDynamics-1.19.2-1.13.0.jar              |IntegratedDynamics            |integrateddynamics            |1.13.0              |DONE      |Manifest: NOSIGNATURE
        integratednbt-1.19.2-1.6.0.jar                    |Integrated NBT                |integratednbt                 |1.6.0               |DONE      |Manifest: NOSIGNATURE
        itemcollectors-1.1.5b-forge-mc1.19.jar            |Item Collectors               |itemcollectors                |1.1.5b              |DONE      |Manifest: NOSIGNATURE
        Croptopia-1.19.2-FORGE-2.1.0.jar                  |Croptopia                     |croptopia                     |2.1.0               |DONE      |Manifest: NOSIGNATURE
        baubley-heart-canisters-1.19.2-1.1.5.jar          |Baubley Heart Canisters       |bhc                           |1.19.2-1.1.5        |DONE      |Manifest: NOSIGNATURE
        polymorph-forge-0.45.0+1.19.2.jar                 |Polymorph                     |polymorph                     |0.45.0+1.19.2       |DONE      |Manifest: NOSIGNATURE
        JustEnoughProfessions-forge-1.19-2.0.1.jar        |Just Enough Professions (JEP) |justenoughprofessions         |2.0.1               |DONE      |Manifest: NOSIGNATURE
        AutoRegLib-1.8-54.jar                             |AutoRegLib                    |autoreglib                    |1.8-54              |DONE      |Manifest: NOSIGNATURE
        [1.19.2] SecurityCraft v1.9.3.1.jar               |SecurityCraft                 |securitycraft                 |1.9.3.1             |DONE      |Manifest: NOSIGNATURE
        almostunified-forge-1.19.2-0.2.3.jar              |AlmostUnified                 |almostunified                 |1.19.2-0.2.3        |DONE      |Manifest: NOSIGNATURE
        canary-mc1.19.2-0.0.9.jar                         |Canary                        |canary                        |0.0.9               |DONE      |Manifest: NOSIGNATURE
        structurize-1.19.2-1.0.459-ALPHA.jar              |Structurize                   |structurize                   |1.19.2-1.0.459-ALPHA|DONE      |Manifest: NOSIGNATURE
        FastFurnace-1.19.2-7.0.0.jar                      |FastFurnace                   |fastfurnace                   |7.0.0               |DONE      |Manifest: NOSIGNATURE
        appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE
        lootr-1.19-0.3.21.58.jar                          |Lootr                         |lootr                         |0.3.20.57           |DONE      |Manifest: NOSIGNATURE
        connectedglass-1.1.4b-forge-mc1.19.jar            |Connected Glass               |connectedglass                |1.1.4b              |DONE      |Manifest: NOSIGNATURE
        occultism-1.19.2-1.51.0.jar                       |Occultism                     |occultism                     |1.19.2-1.51.0       |DONE      |Manifest: NOSIGNATURE
        allthetweaks-2.0.4-1.19.2-43.1.3.jar              |All The Tweaks                |allthetweaks                  |0.0NONE             |DONE      |Manifest: NOSIGNATURE
        Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go       |byg                           |2.0.0.13            |DONE      |Manifest: NOSIGNATURE
        Aquaculture-1.19.2-2.4.7.jar                      |Aquaculture 2                 |aquaculture                   |1.19.2-2.4.7        |DONE      |Manifest: NOSIGNATURE
        CosmeticArmorReworked-1.19.2-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.19.2-v1a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
        rsrequestify-2.3.0.jar                            |RSRequestify                  |rsrequestify                  |2.3.0               |DONE      |Manifest: NOSIGNATURE
        CyclopsCore-1.19.2-1.17.0.jar                     |Cyclops Core                  |cyclopscore                   |1.17.0              |DONE      |Manifest: NOSIGNATURE
        blue_skies-1.19.2-1.3.20.jar                      |Blue Skies                    |blue_skies                    |1.3.20              |DONE      |Manifest: NOSIGNATURE
        alchemylib-1.19.2-1.0.18.jar                      |AlchemyLib                    |alchemylib                    |1.19.2-1.0.18       |DONE      |Manifest: NOSIGNATURE
        netherportalfix-forge-1.19-10.0.0.jar             |NetherPortalFix               |netherportalfix               |10.0.0              |DONE      |Manifest: NOSIGNATURE
        AdvancedPeripherals-0.7.21b.jar                   |Advanced Peripherals          |advancedperipherals           |0.7.21b             |DONE      |Manifest: NOSIGNATURE
        UtilitiX-1.19.2-0.7.3.jar                         |UtilitiX                      |utilitix                      |1.19.2-0.7.3        |DONE      |Manifest: NOSIGNATURE
        naturalist-forge-2.1.1-1.19.2.jar                 |Naturalist                    |naturalist                    |2.1.1               |DONE      |Manifest: NOSIGNATURE
        YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.19.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
        connectivity-1.19.2-3.4.jar                       |Connectivity Mod              |connectivity                  |1.19.2-3.4          |DONE      |Manifest: NOSIGNATURE
        sophisticatedcore-1.19.2-0.5.15.142.jar           |Sophisticated Core            |sophisticatedcore             |1.19.2-0.5.15.142   |DONE      |Manifest: NOSIGNATURE
        glassential-forge-1.19-1.2.4.jar                  |Glassential                   |glassential                   |1.19-1.2.4          |DONE      |Manifest: NOSIGNATURE
        cookingforblockheads-forge-1.19.2-13.3.0.jar      |CookingForBlockheads          |cookingforblockheads          |13.3.0              |DONE      |Manifest: NOSIGNATURE
        Controlling-forge-1.19.2-10.0+7.jar               |Controlling                   |controlling                   |10.0+7              |DONE      |Manifest: NOSIGNATURE
        Prism-1.19.1-1.0.2.jar                            |Prism                         |prism                         |1.0.2               |DONE      |Manifest: NOSIGNATURE
        Placebo-1.19.2-7.0.1.jar                          |Placebo                       |placebo                       |7.0.1               |DONE      |Manifest: NOSIGNATURE
        dankstorage-1.19.2-5.1.1.jar                      |Dank Storage                  |dankstorage                   |1.19.2-5.1.1        |DONE      |Manifest: NOSIGNATURE
        potionsmaster-0.6.0-1.19.2-43.1.1.jar             |Potions Master                |potionsmaster                 |0.6.0-1.19.2-43.1.1 |DONE      |Manifest: NOSIGNATURE
        Bookshelf-Forge-1.19.2-16.1.11.jar                |Bookshelf                     |bookshelf                     |16.1.11             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        sophisticatedbackpacks-1.19.2-3.18.29.719.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.19.2-3.18.29.719  |DONE      |Manifest: NOSIGNATURE
        littlecontraptions-forge-1.19.2.0.jar             |Little Contraptions           |littlecontraptions            |1.19.2.0            |DONE      |Manifest: NOSIGNATURE
        buildinggadgets-3.16.1-build.15+mc1.19.2.jar      |Building Gadgets              |buildinggadgets               |3.16.1-build.15+mc1.|DONE      |Manifest: NOSIGNATURE
        FramedBlocks-6.6.1.jar                            |FramedBlocks                  |framedblocks                  |6.6.1               |DONE      |Manifest: NOSIGNATURE
        mcw-doors-1.0.7-mc1.19.2.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.7               |DONE      |Manifest: NOSIGNATURE
        MekanismGenerators-1.19.2-10.3.5.473.jar          |Mekanism: Generators          |mekanismgenerators            |10.3.5              |DONE      |Manifest: NOSIGNATURE
        absentbydesign-1.19-1.7.0.jar                     |Absent By Design Mod          |absentbydesign                |1.19-1.7.0          |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        twilightforest-1.19-4.2.1421-universal.jar        |The Twilight Forest           |twilightforest                |4.2.1421            |DONE      |Manifest: NOSIGNATURE
        mob_grinding_utils-1.19.2-0.4.46.jar              |Mob Grinding Utils            |mob_grinding_utils            |1.19.2-0.4.46       |DONE      |Manifest: NOSIGNATURE
        RSInfinityBooster-1.19.2-3.0+23.jar               |RSInfinityBooster             |rsinfinitybooster             |1.19.2-3.0+23       |DONE      |Manifest: NOSIGNATURE
        refinedstorage-1.11.1.jar                         |Refined Storage               |refinedstorage                |1.11.1              |DONE      |Manifest: NOSIGNATURE
        ExtraStorage-1.19.2-3.0.1.jar                     |Extra Storage                 |extrastorage                  |3.0.1               |DONE      |Manifest: NOSIGNATURE
        mcw-bridges-2.0.5-mc1.19.2forge.jar               |Macaw's Bridges               |mcwbridges                    |2.0.5               |DONE      |Manifest: NOSIGNATURE
        FarmersDelight-1.19-1.2.0.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.2.0          |DONE      |Manifest: NOSIGNATURE
        rebornstorage-1.19.2-5.0.0.jar                    |RebornStorage                 |rebornstorage                 |5.0.0               |DONE      |Manifest: NOSIGNATURE
        ItShallNotTick-1.0.11-build.35.jar                |It Shall Not Tick             |itshallnottick                |1.0.11-build.35     |DONE      |Manifest: NOSIGNATURE
        tempad-forge-1.19.2-1.4.3.jar                     |Tempad                        |tempad                        |1.4.1               |DONE      |Manifest: NOSIGNATURE
        HostileNeuralNetworks-1.19.2-4.0.1.jar            |Hostile Neural Networks       |hostilenetworks               |4.0.1               |DONE      |Manifest: NOSIGNATURE
        entangled-1.3.11b-forge-mc1.19.jar                |Entangled                     |entangled                     |1.3.11b             |DONE      |Manifest: NOSIGNATURE
        endertanks-1.19-1.12.0.jar                        |EnderTanks                    |endertanks                    |1.12.0              |DONE      |Manifest: NOSIGNATURE
        CommonCapabilities-1.19.2-2.8.3.jar               |CommonCapabilities            |commoncapabilities            |2.8.3               |DONE      |Manifest: NOSIGNATURE
        crashutilities-6.1.jar                            |Crash Utilities               |crashutilities                |6.1                 |DONE      |Manifest: NOSIGNATURE
        getittogetherdrops-forge-1.19.2-1.3.jar           |Get It Together, Drops!       |getittogetherdrops            |1.3                 |DONE      |Manifest: NOSIGNATURE
        mcw-fences-1.0.6-mc1.19.2.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.6               |DONE      |Manifest: NOSIGNATURE
        fuelgoeshere-1.19.2-0.1.0.0.jar                   |Fuel Goes Here                |fuelgoeshere                  |1.19.2-0.1.0.0      |DONE      |Manifest: NOSIGNATURE
        wirelesschargers-1.0.6b-forge-mc1.19.jar          |Wireless Chargers             |wirelesschargers              |1.0.6b              |DONE      |Manifest: NOSIGNATURE
        simplylight-1.19.2-1.4.5-build.42.jar             |Simply Light                  |simplylight                   |1.19.2-1.4.5-build.4|DONE      |Manifest: NOSIGNATURE
        dpanvil-1.19.2-4.3.1.jar                          |DataPack Anvil                |dpanvil                       |1.19.2-4.3.1        |DONE      |Manifest: NOSIGNATURE
        Patchouli-1.19.2-77.jar                           |Patchouli                     |patchouli                     |1.19.2-77           |DONE      |Manifest: NOSIGNATURE
        ars_nouveau-1.19.2-3.4.6.jar                      |Ars Nouveau                   |ars_nouveau                   |3.4.6               |DONE      |Manifest: NOSIGNATURE
        blockui-1.19-0.0.64-ALPHA.jar                     |UI Library Mod                |blockui                       |1.19-0.0.64-ALPHA   |DONE      |Manifest: NOSIGNATURE
        multi-piston-1.19.2-1.2.19-ALPHA.jar              |Multi-Piston                  |multipiston                   |1.19.2-1.2.19-ALPHA |DONE      |Manifest: NOSIGNATURE
        time-in-a-bottle-3.0.1-mc1.19.jar                 |Time In A Bottle              |tiab                          |3.0.1-mc1.19        |DONE      |Manifest: NOSIGNATURE
        villagertools-1.19-1.0.3.jar                      |villagertools                 |villagertools                 |1.19-1.0.3          |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        IntegratedTunnels-1.19.2-1.8.17.jar               |IntegratedTunnels             |integratedtunnels             |1.8.17              |DONE      |Manifest: NOSIGNATURE
        MysticalCustomization-1.19.2-4.0.1.jar            |Mystical Customization        |mysticalcustomization         |4.0.1               |DONE      |Manifest: NOSIGNATURE
        elevatorid-1.19-1.8.7.jar                         |Elevator Mod                  |elevatorid                    |1.19-1.8.7          |DONE      |Manifest: NOSIGNATURE
        ftb-ultimine-forge-1902.3.5-build.65.jar          |FTB Ultimine                  |ftbultimine                   |1902.3.5-build.65   |DONE      |Manifest: NOSIGNATURE
        YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.19.2-Forge-3.2.0  |DONE      |Manifest: NOSIGNATURE
        Runelic-Forge-1.19.2-14.1.3.jar                   |Runelic                       |runelic                       |14.1.3              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        resourcefullib-forge-1.19.2-1.1.12.jar            |Resourceful Lib               |resourcefullib                |1.1.12              |DONE      |Manifest: NOSIGNATURE
        spirit-forge-1.19.2-2.2.1.jar                     |Spirit                        |spirit                        |2.2.1               |DONE      |Manifest: NOSIGNATURE
        MekanismTools-1.19.2-10.3.5.473.jar               |Mekanism: Tools               |mekanismtools                 |10.3.5              |DONE      |Manifest: NOSIGNATURE
        InventoryProfilesNext-forge-1.19-1.8.3.jar        |Inventory Profiles Next       |inventoryprofilesnext         |1.8.3               |DONE      |Manifest: NOSIGNATURE
        deeperdarker-forge-1.1.3-forge.jar                |Deeper and Darker             |deeperdarker                  |1.1.3               |DONE      |Manifest: NOSIGNATURE
        architectury-6.3.49-forge.jar                     |Architectury                  |architectury                  |6.3.49              |DONE      |Manifest: NOSIGNATURE
        BambooEverything-forge-2.2.4-build.33+mc1.19.2.jar|Bamboo Everything             |bambooeverything              |2.2.4-build.33+mc1.1|DONE      |Manifest: NOSIGNATURE
        ftb-library-forge-1902.3.9-build.144.jar          |FTB Library                   |ftblibrary                    |1902.3.9-build.144  |DONE      |Manifest: NOSIGNATURE
        ftb-industrial-contraptions-1900.1.7-build.212.jar|FTB Industrial Contraptions   |ftbic                         |1900.1.7-build.212  |DONE      |Manifest: NOSIGNATURE
        myrtrees-forge-1.2.0-build.31.jar                 |Myrtrees                      |myrtrees                      |1.2.0-build.31      |DONE      |Manifest: NOSIGNATURE
        findme-3.1.0-forge.jar                            |FindMe                        |findme                        |3.1.0               |DONE      |Manifest: NOSIGNATURE
        ftb-teams-forge-1902.2.9-build.61.jar             |FTB Teams                     |ftbteams                      |1902.2.9-build.61   |DONE      |Manifest: NOSIGNATURE
        ftb-ranks-forge-1902.1.11-build.46.jar            |FTB Ranks                     |ftbranks                      |1902.1.11-build.46  |DONE      |Manifest: NOSIGNATURE
        ftb-essentials-1902.1.10-build.47.jar             |FTB Essentials                |ftbessentials                 |1902.1.10-build.47  |DONE      |Manifest: NOSIGNATURE
        cc-tweaked-1.19.2-1.101.1.jar                     |CC: Tweaked                   |computercraft                 |1.101.1             |DONE      |Manifest: NOSIGNATURE
        productivebees-1.19.2-0.10.2.1.jar                |Productive Bees               |productivebees                |1.19.2-0.10.2.1     |DONE      |Manifest: NOSIGNATURE
        trashcans-1.0.15b-forge-mc1.19.jar                |Trash Cans                    |trashcans                     |1.0.15b             |DONE      |Manifest: NOSIGNATURE
        inventoryessentials-forge-1.19-5.0.0.jar          |Inventory Essentials          |inventoryessentials           |5.0.0               |DONE      |Manifest: NOSIGNATURE
        smallships-1.19.2-2.0.0-Alpha-0.4.jar             |Small Ships Mod               |smallships                    |2.0.0-a0.4          |DONE      |Manifest: NOSIGNATURE
        letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar        |Let Me Despawn                |letmedespawn                  |0.0NONE             |DONE      |Manifest: NOSIGNATURE
        voidtotem-forge-1.19.2-2.1.0.jar                  |Void Totem                    |voidtotem                     |2.1.0               |DONE      |Manifest: NOSIGNATURE
        rhino-forge-1902.2.1-build.242.jar                |Rhino                         |rhino                         |1902.2.1-build.242  |DONE      |Manifest: NOSIGNATURE
        kubejs-forge-1902.6.0-build.101.jar               |KubeJS                        |kubejs                        |1902.6.0-build.101  |DONE      |Manifest: NOSIGNATURE
        biggerreactors-1.19.2-0.6.0-beta.5.1.jar          |Bigger Reactors               |biggerreactors                |0.6.0-beta.5.1      |DONE      |Manifest: NOSIGNATURE
        RootsClassic-1.19.2-1.1.31.jar                    |Roots Classic                 |rootsclassic                  |1.19.2-1.1.31       |DONE      |Manifest: NOSIGNATURE
        Delightful-1.19-3.1.2.jar                         |Delightful                    |delightful                    |3.1.2               |DONE      |Manifest: NOSIGNATURE
        Cucumber-1.19.2-6.0.3.jar                         |Cucumber Library              |cucumber                      |6.0.3               |DONE      |Manifest: NOSIGNATURE
        AE2WTLib-12.8.4.jar                               |AE2WTLib                      |ae2wtlib                      |12.8.4              |DONE      |Manifest: NOSIGNATURE
        trashslot-forge-1.19-12.0.0.jar                   |TrashSlot                     |trashslot                     |12.0.0              |DONE      |Manifest: NOSIGNATURE
        jmi-forge-1.19.2-0.13-30.jar                      |JourneyMap Integration        |jmi                           |0.13-30             |DONE      |Manifest: NOSIGNATURE
        blueflame-1.19.2-0.1.0.2.jar                      |Blue Flame Burning            |blueflame                     |1.19.2-0.1.0.2      |DONE      |Manifest: NOSIGNATURE
        sophisticatedstorage-1.19.2-0.5.18.151.jar        |Sophisticated Storage         |sophisticatedstorage          |1.19.2-0.5.18.151   |DONE      |Manifest: NOSIGNATURE
        additionallanterns-1.0.1a-forge-mc1.19.jar        |Additional Lanterns           |additionallanterns            |1.0.1a              |DONE      |Manifest: NOSIGNATURE
        item-filters-forge-1902.2.9-build.46.jar          |Item Filters                  |itemfilters                   |1902.2.9-build.46   |DONE      |Manifest: NOSIGNATURE
        ftb-quests-forge-1902.4.2-build.116.jar           |FTB Quests                    |ftbquests                     |1902.4.2-build.116  |DONE      |Manifest: NOSIGNATURE
        elementalcraft-1.19.2-5.5.4.jar                   |ElementalCraft                |elementalcraft                |1.19.2-5.5.4        |DONE      |Manifest: NOSIGNATURE
        platforms-1.19-1.10.1.jar                         |Platforms                     |platforms                     |1.10.1              |DONE      |Manifest: NOSIGNATURE
        TravelAnchors-1.19.2-4.1.1.jar                    |Travel Anchors                |travelanchors                 |1.19.2-4.1.1        |DONE      |Manifest: NOSIGNATURE
        create-1.19.2-0.5.0.f.jar                         |Create                        |create                        |0.5.0.f             |DONE      |Manifest: NOSIGNATURE
        ars_creo-1.19.2-3.1.0.jar                         |Ars Creo                      |ars_creo                      |3.1.0               |DONE      |Manifest: NOSIGNATURE
        waystones-forge-1.19-11.1.0.jar                   |Waystones                     |waystones                     |11.1.0              |DONE      |Manifest: NOSIGNATURE
        FastSuite-1.19.2-4.0.0.jar                        |Fast Suite                    |fastsuite                     |4.0.0               |DONE      |Manifest: NOSIGNATURE
        Clumps-forge-1.19.2-9.0.0+11.jar                  |Clumps                        |clumps                        |9.0.0+11            |DONE      |Manifest: NOSIGNATURE
        journeymap-1.19.1-5.9.0beta2-forge.jar            |Journeymap                    |journeymap                    |5.9.0beta2          |DONE      |Manifest: NOSIGNATURE
        comforts-forge-6.0.2+1.19.2.jar                   |Comforts                      |comforts                      |6.0.2+1.19.2        |DONE      |Manifest: NOSIGNATURE
        artifacts-1.19.2-5.0.1.jar                        |Artifacts                     |artifacts                     |1.19.2-5.0.1        |DONE      |Manifest: NOSIGNATURE
        configured-2.0.1-1.19.2.jar                       |Configured                    |configured                    |2.0.1               |DONE      |Manifest: NOSIGNATURE
        DimStorage-1.19.2-7.2.0.jar                       |DimStorage                    |dimstorage                    |7.2.0               |DONE      |Manifest: NOSIGNATURE
        MyServerIsCompatible-1.19-1.0.jar                 |MyServerIsCompatible          |myserveriscompatible          |1.0                 |DONE      |Manifest: NOSIGNATURE
        DungeonCrawl-1.19-2.3.11.jar                      |Dungeon Crawl                 |dungeoncrawl                  |2.3.11              |DONE      |Manifest: NOSIGNATURE
        charginggadgets-1.9.0.jar                         |Charging Gadgets              |charginggadgets               |1.9.0               |DONE      |Manifest: NOSIGNATURE
        mcjtylib-1.19-7.0.5.jar                           |McJtyLib                      |mcjtylib                      |1.19-7.0.5          |DONE      |Manifest: NOSIGNATURE
        rftoolsbase-1.19.1-4.0.3.jar                      |RFToolsBase                   |rftoolsbase                   |1.19.1-4.0.3        |DONE      |Manifest: NOSIGNATURE
        xnet-1.19-5.0.2.jar                               |XNet                          |xnet                          |1.19-5.0.2          |DONE      |Manifest: NOSIGNATURE
        rftoolspower-1.19-5.0.1.jar                       |RFToolsPower                  |rftoolspower                  |1.19-5.0.1          |DONE      |Manifest: NOSIGNATURE
        rftoolsbuilder-1.19.1-5.0.4.jar                   |RFToolsBuilder                |rftoolsbuilder                |1.19.1-5.0.4        |DONE      |Manifest: NOSIGNATURE
        deepresonance-1.19-4.0.5.jar                      |DeepResonance                 |deepresonance                 |1.19-4.0.5          |DONE      |Manifest: NOSIGNATURE
        XNetGases-1.19.1-4.0.0.jar                        |XNet Gases                    |xnetgases                     |4.0.0               |DONE      |Manifest: NOSIGNATURE
        rftoolsstorage-1.19-4.0.3.jar                     |RFToolsStorage                |rftoolsstorage                |1.19-4.0.3          |DONE      |Manifest: NOSIGNATURE
        rftoolscontrol-1.19-6.0.1.jar                     |RFToolsControl                |rftoolscontrol                |1.19-6.0.1          |DONE      |Manifest: NOSIGNATURE
        mahoutsukai-1.19.2-v1.34.35.jar                   |Mahou Tsukai                  |mahoutsukai                   |1.19.2-v1.34.35     |DONE      |Manifest: NOSIGNATURE
        mininggadgets-1.13.0.jar                          |Mining Gadgets                |mininggadgets                 |1.13.0              |DONE      |Manifest: NOSIGNATURE
        ftb-chunks-forge-1902.3.9-build.168.jar           |FTB Chunks                    |ftbchunks                     |1902.3.9-build.168  |DONE      |Manifest: NOSIGNATURE
        XyCraft Core-0.5.17.jar                           |XyCraft: Core                 |xycraft_core                  |0.5.17              |DONE      |Manifest: NOSIGNATURE
        XyCraft World-0.5.17.jar                          |XyCraft: World                |xycraft_world                 |0.5.17              |DONE      |Manifest: NOSIGNATURE
        XyCraft Override-0.5.17.jar                       |XyCraft: Override             |xycraft_override              |0.5.17              |DONE      |Manifest: NOSIGNATURE
        MysticalAgriculture-1.19.2-6.0.4.jar              |Mystical Agriculture          |mysticalagriculture           |6.0.4               |DONE      |Manifest: NOSIGNATURE
        MysticalAgradditions-1.19.1-6.0.0.jar             |Mystical Agradditions         |mysticalagradditions          |6.0.0               |DONE      |Manifest: NOSIGNATURE
        craftingtweaks-forge-1.19-15.1.0.jar              |CraftingTweaks                |craftingtweaks                |15.1.0              |DONE      |Manifest: NOSIGNATURE
        rftoolsutility-1.19-5.0.2.jar                     |RFToolsUtility                |rftoolsutility                |1.19-5.0.2          |DONE      |Manifest: NOSIGNATURE
        libIPN-forge-1.19-1.0.4.jar                       |libIPN                        |libipn                        |1.0.4               |DONE      |Manifest: NOSIGNATURE
        moonlight-1.19.2-2.1.4-forge.jar                  |Moonlight Library             |moonlight                     |1.19.2-2.1.4        |DONE      |Manifest: NOSIGNATURE
        ToolBelt-1.19-1.19.6.jar                          |Tool Belt                     |toolbelt                      |1.19.6              |DONE      |Manifest: NOSIGNATURE
        titanium-1.19.2-3.7.0-23.jar                      |Titanium                      |titanium                      |3.7.0               |DONE      |Manifest: NOSIGNATURE
        silent-lib-1.19.2-7.0.3.jar                       |Silent Lib                    |silentlib                     |7.0.3               |DONE      |Manifest: NOSIGNATURE
        smoothboot(reloaded)-mc1.19.2-0.0.1.jar           |Smooth Boot (Reloaded)        |smoothboot                    |0.0.1               |DONE      |Manifest: NOSIGNATURE
        Iceberg-1.19.2-forge-1.0.49.jar                   |Iceberg                       |iceberg                       |1.0.49              |DONE      |Manifest: NOSIGNATURE
        reliquary-1.19.2-2.0.20.1166.jar                  |Reliquary                     |reliquary                     |1.19.2-2.0.20.1166  |DONE      |Manifest: NOSIGNATURE
        Quark-3.3-371.jar                                 |Quark                         |quark                         |3.3-371             |DONE      |Manifest: NOSIGNATURE
        chemlib-1.19.2-2.0.13.jar                         |ChemLib                       |chemlib                       |1.19.2-2.0.13       |DONE      |Manifest: NOSIGNATURE
        PigPen-Forge-1.19.2-11.1.2.jar                    |PigPen                        |pigpen                        |11.1.2              |DONE      |Manifest: NOSIGNATURE
        FastWorkbench-1.19.2-7.0.1.jar                    |Fast Workbench                |fastbench                     |7.0.1               |DONE      |Manifest: NOSIGNATURE
        FluxNetworks-1.19.2-7.1.1.10.jar                  |Flux Networks                 |fluxnetworks                  |7.1.1.10            |DONE      |Manifest: NOSIGNATURE
        enderchests-1.19-1.10.0.jar                       |EnderChests                   |enderchests                   |1.10.0              |DONE      |Manifest: NOSIGNATURE
        modonomicon-1.19.2-1.7.2.jar                      |Modonomicon                   |modonomicon                   |1.19.2-1.7.2        |DONE      |Manifest: NOSIGNATURE
        quartz-1.19.2-0.1.0-beta.jar                      |Quartz                        |quartz                        |0.1.0-beta          |DONE      |Manifest: NOSIGNATURE
        minecolonies-1.19.2-1.0.1106-ALPHA.jar            |MineColonies                  |minecolonies                  |1.19.2-1.0.1106-ALPH|DONE      |Manifest: NOSIGNATURE
        pylons-1.19.2-3.0.0.jar                           |Pylons                        |pylons                        |3.0.0               |DONE      |Manifest: NOSIGNATURE
        creeperoverhaul-2.0.5-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |2.0.5               |DONE      |Manifest: NOSIGNATURE
        ferritecore-5.0.2-forge.jar                       |Ferrite Core                  |ferritecore                   |5.0.2               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
        engineersdecor-1.19.2-forge-1.3.26.jar            |Engineer's Decor              |engineersdecor                |1.3.26              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
        SoL-Carrot-1.19.2-1.14.0.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.19.2-1.14.0       |DONE      |Manifest: NOSIGNATURE
        functionalstorage-1.19.2-1.0.7.jar                |Functional Storage            |functionalstorage             |1.19.2-1.0.7        |DONE      |Manifest: NOSIGNATURE
        moredragoneggs-3.2.jar                            |More Dragon Eggs              |moredragoneggs                |3.2                 |DONE      |Manifest: NOSIGNATURE
        modular-routers-1.19-10.1.0-10.jar                |Modular Routers               |modularrouters                |10.1.0-10           |DONE      |Manifest: NOSIGNATURE
        charmofundying-forge-6.0.0+1.19.2.jar             |Charm of Undying              |charmofundying                |6.0.0+1.19.2        |DONE      |Manifest: NOSIGNATURE
        refinedstorageaddons-0.9.0.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.9.0               |DONE      |Manifest: NOSIGNATURE
        Applied-Mekanistics-1.3.3.jar                     |Applied Mekanistics           |appmek                        |1.3.3               |DONE      |Manifest: NOSIGNATURE
        AEAdditions-1.19.2-4.0.2.jar                      |AE Additions                  |ae2additions                  |4.0.2               |DONE      |Manifest: NOSIGNATURE
        megacells-forge-1.5.3-1.19.2.jar                  |MEGA Cells                    |megacells                     |1.5.3-1.19.2        |DONE      |Manifest: NOSIGNATURE
        expandability-forge-7.0.0.jar                     |ExpandAbility                 |expandability                 |7.0.0               |DONE      |Manifest: NOSIGNATURE
        createaddition-1.19.2-20221106a.jar               |Create Crafts & Additions     |createaddition                |1.19.2-20221106a    |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: c81c6aba-c898-41ec-bdb8-b9dde03a2880
    FML: 43.1
    Forge: net.minecraftforge:43.1.47
    FramedBlocks BlockEntity Warning: Not applicable
 

Link to comment
Share on other sites

Quote

java.lang.NullPointerException: No chunk exists at [89, -302]
    at net.minecraft.server.level.WorldGenRegion.m_8055_(WorldGenRegion.java:2082) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,re:classloading,pl:mixin:A}
    at com.legacy.blue_skies.blocks.natural.SnowcapMushroomBlock.getShape(SnowcapMushroomBlock.java:59) ~[blue_skies-1.19.2-1.3.20.jar%23138!/:1.3.20] {re:classloading}
    at com.legacy.blue_skies.blocks.natural.SnowcapMushroomBlock.m_5939_(SnowcapMushroomBlock.java:47) ~[blue_skies-1.19.2-1.3.20.jar%23138!/:1.3.20] {re:classloading}
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60742_(BlockBehaviour.java:615) ~[server-1.19.2-20220805.130853-srg.jar%23380!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:BlockStateBaseMixin,pl:mixin:APP:radon.mixins.json:block.MixinAbstractBlockState,pl:mixin:APP:immersiveengineering.mixins.json:coremods.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:ai.pathing.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:block.flatten_states.AbstractBlockStateMixin,pl:mixin:APP:canary.mixins.json:chunk.block_counting.AbstractBlockStateMixin,pl:mixin:APP:byg.mixins.json:common.block.MixinBlockBehaviourBlockStateBase,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin,pl:mixin:A}
    at com.abdelaziz.canary.common.entity.movement.ChunkAwareBlockCollisionSweeper.computeNext(ChunkAwareBlockCollisionSweeper.java:265) ~[canary-mc1.19.2-0.0.9.jar%23146!/:0.0.9] {re:classloading}

The blue skies mod is trying to access a chunk that does not exist during world generation.

But it could be any of the mods I have underlined above. From where it crashes I don't think blue skies determines which block to access?

The most likely is canary since that is directly in the call path and it looks like it is iterating over many blocks from the name of the method.

 

You should report this to modpack author and/or the mod authors.

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.

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

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