Forge 1.19.2 Crash Report

#ow5jFJJ
494 lines
Raw
Analysis
Minecraft version:
1.19.2
Java version:
17.0.3
Forge version:
43.2.10
1---- Minecraft Crash Report ----
2// Don't do that.
3
4Time: 2023-05-27 21:44:15
5Description: Exception generating new chunk
6
7java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:snowy_plains]=net.minecraft.world.level.biome.Biome@26fa01b8}, Reference{ResourceKey[minecraft:worldgen/biome / minecraft:snowy_taiga]=net.minecraft.world.level.biome.Biome@1c2465ef}]
8 at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
9 at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:108) ~[blueprint-1.19.2-6.1.2.jar%23514!/:6.1.2] {re:mixin,re:classloading}
10 at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%23121!/:?] {}
11 at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:397) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:integrated_stronghold.mixins.json:structures.DisableVanillaStrongholdsMixin,pl:mixin:APP:byg.mixins.json:access.ChunkGeneratorAccess,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
12 at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
13 at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
14 at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pluto.mixins.json:network.avoidwork.ChunkMapMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ChunkMapMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
15 at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23126!/:?] {}
16 at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pluto.mixins.json:network.avoidwork.ChunkMapMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ChunkMapMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
17 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
18 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
19 at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
20 at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
21 at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
22 at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
23 at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
24 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
25 at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
26 at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
27 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
28 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}
29
30
31A detailed walkthrough of the error, its code path and all known details is as follows:
32---------------------------------------------------------------------------------------
33
34-- Head --
35Thread: Server thread
36Stacktrace:
37 at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
38 at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:108) ~[blueprint-1.19.2-6.1.2.jar%23514!/:6.1.2] {re:mixin,re:classloading}
39 at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%23121!/:?] {}
40 at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:397) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:integrated_stronghold.mixins.json:structures.DisableVanillaStrongholdsMixin,pl:mixin:APP:byg.mixins.json:access.ChunkGeneratorAccess,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
41 at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
42 at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
43 at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pluto.mixins.json:network.avoidwork.ChunkMapMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ChunkMapMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
44 at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23126!/:?] {}
45 at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pluto.mixins.json:network.avoidwork.ChunkMapMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ChunkMapMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
46 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
47 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
48 at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
49 at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
50 at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
51 at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
52-- Chunk to be generated --
53Details:
54 Location: 2,28
55 Position hash: 120259084290
56 Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@24b967a
57Stacktrace:
58 at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pluto.mixins.json:network.avoidwork.ChunkMapMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ChunkMapMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
59 at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23126!/:?] {}
60 at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pluto.mixins.json:network.avoidwork.ChunkMapMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ChunkMapMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
61 at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
62 at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
63 at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
64 at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
65 at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
66 at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:classloading}
67 at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
68 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
69 at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
70 at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
71 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
72 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}
73
74
75-- Affected level --
76Details:
77 All players: 0 total; []
78 Chunk stats: 625
79 Level dimension: minecraft:overworld
80 Level spawn location: World: (56,64,472), Section: (at 8,0,8 in 3,4,29; chunk contains blocks 48,-64,464 to 63,319,479), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
81 Level time: 0 game time, 0 day time
82 Level name: World Test 1
83 Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
84 Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
85 Known server brands: forge
86 Level was modded: true
87 Level storage version: 0x04ABD - Anvil
88Stacktrace:
89 at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:347) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinMinecraftServer,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:wwoo_forge.mixins.json:QuitMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:A}
90 at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:300) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinMinecraftServer,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:wwoo_forge.mixins.json:QuitMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:A}
91 at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
92 at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:625) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinMinecraftServer,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:wwoo_forge.mixins.json:QuitMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:A}
93 at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23797!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinMinecraftServer,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:access.MinecraftServerAccess,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:wwoo_forge.mixins.json:QuitMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:A}
94 at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
95
96
97-- System Details --
98Details:
99 Minecraft Version: 1.19.2
100 Minecraft Version ID: 1.19.2
101 Operating System: Windows 10 (amd64) version 10.0
102 Java Version: 17.0.3, Microsoft
103 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
104 Memory: 1373773824 bytes (1310 MiB) / 8522825728 bytes (8128 MiB) up to 10838081536 bytes (10336 MiB)
105 CPUs: 4
106 Processor Vendor: GenuineIntel
107 Processor Name: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
108 Identifier: Intel64 Family 6 Model 94 Stepping 3
109 Microarchitecture: Skylake (Client)
110 Frequency (GHz): 3.50
111 Number of physical packages: 1
112 Number of physical CPUs: 4
113 Number of logical CPUs: 4
114 Graphics card #0 name: NVIDIA GeForce GTX 1070
115 Graphics card #0 vendor: NVIDIA (0x10de)
116 Graphics card #0 VRAM (MB): 4095.00
117 Graphics card #0 deviceId: 0x1b81
118 Graphics card #0 versionInfo: DriverVersion=31.0.15.3203
119 Memory slot #0 capacity (MB): 8192.00
120 Memory slot #0 clockSpeed (GHz): 2.20
121 Memory slot #0 type: DDR4
122 Memory slot #1 capacity (MB): 8192.00
123 Memory slot #1 clockSpeed (GHz): 2.20
124 Memory slot #1 type: DDR4
125 Virtual memory max (MB): 49090.97
126 Virtual memory used (MB): 32341.59
127 Swap memory total (MB): 32768.00
128 Swap memory used (MB): 2146.90
129 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10336m -Xms256m
130 Loaded Shaderpack: ComplementaryShaders_v4.7.1.zip
131 Profile: Custom (+7 options changed by user)
132 Server Running: true
133 Player Count: 0 / 8; []
134 Data Packs: vanilla, mod:saturn, mod:dynamiclightsreforged (incompatible), mod:betterdungeons, mod:habitat, mod:easyanvils (incompatible), mod:infernalexp, mod:playeranimator (incompatible), mod:nethers_exoticism, mod:prideflags, mod:paragon, mod:entitycollisionfpsfix (incompatible), mod:mcwwindows, mod:rubidium (incompatible), mod:modnametooltip (incompatible), mod:macawsroofsbyg, mod:forgeendertech, mod:ctm (incompatible), mod:villagersplus, mod:yungsapi, mod:maxhealthfix (incompatible), mod:galosphere_delight, mod:guardvillagers (incompatible), mod:apotheosis (incompatible), mod:balm (incompatible), mod:immersive_armors (incompatible), mod:jeresources, mod:betterfortresses, mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:forgotten_delight, mod:tinyskeletons (incompatible), mod:handcrafted, mod:repurposed_structures, mod:morevillagers, mod:goodending (incompatible), mod:botanytrees (incompatible), mod:toolstats (incompatible), mod:unusualend, mod:propertymodifier (incompatible), mod:transparent (incompatible), mod:heyberryshutup (incompatible), mod:aquatictorches, mod:yungsbridges, mod:resourcefulconfig, mod:fairylights (incompatible), mod:darkerdepths (incompatible), mod:reeses_sodium_options (incompatible), mod:curiouslanterns, mod:luphieclutteredmod, mod:curios, mod:ncbetterblastfurnace, mod:corail_woodcutter, mod:solsweetpotato (incompatible), mod:oculus (incompatible), mod:create_factory, mod:villagersellanimals, mod:bettervillage, mod:overweight_farming (incompatible), mod:theabyss, mod:pluto, mod:mcwroofs, mod:chimes, mod:adorn (incompatible), mod:tmted, mod:jadeaddons (incompatible), mod:windswept, mod:bettermineshafts, mod:sliceanddice (incompatible), mod:nebs (incompatible), mod:randombonemealflowers, mod:elytraslot, mod:quarkoddities (incompatible), mod:graveyard (incompatible), mod:attributefix (incompatible), mod:libraryferret, mod:goblintraders (incompatible), mod:gnumus, mod:caelus (incompatible), mod:immersive_weathering (incompatible), mod:shutupexperimentalsettings (incompatible), mod:integrated_api (incompatible), mod:naturescompass (incompatible), mod:botanypots (incompatible), mod:pneumaticcraft, mod:snuffles (incompatible), mod:tetraticcombat (incompatible), mod:rubidium_extras (incompatible), mod:delightfulmining, mod:wso16 (incompatible), mod:idas (incompatible), mod:ferdinandsflowers, mod:terrablender, mod:biomesoplenty, mod:bettercombat (incompatible), mod:combatroll, mod:shouldersurfing (incompatible), mod:mindfuldarkness (incompatible), mod:adlods, mod:spectrelib (incompatible), mod:special_drops, mod:kotlinforforge (incompatible), mod:brewinandchewin (incompatible), mod:whisperwoods (incompatible), mod:flywheel (incompatible), mod:compressedcreativity (incompatible), mod:alloyed (incompatible), mod:farmersrespite (incompatible), mod:ecologics (incompatible), mod:xaerominimap, mod:integrated_stronghold (incompatible), mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:earthmobsmod, mod:almostunified (incompatible), mod:jei (incompatible), mod:entityculling, mod:backpacked (incompatible), mod:canary, mod:oceansdelight, mod:visuality, mod:the_forgotten_dimensions, mod:puzzleslib (incompatible), mod:byg, mod:bettergolem (incompatible), mod:babydelight, mod:wwoo, mod:cosmeticarmorreworked (incompatible), mod:tetra (incompatible), mod:tetranomicon, mod:hexerei (incompatible), mod:treechop (incompatible), mod:create_things_and_misc, mod:sweetys_nethers_cruelty, mod:v_slab_compat (incompatible), mod:bonetorch, mod:galosphere (incompatible), mod:naturalist, mod:betteroceanmonuments, mod:immersive_aircraft (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:piglinproliferation, mod:xaeroworldmap, mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:domesticationinnovation, mod:finsandtails (incompatible), mod:mixinextras (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:twigs (incompatible), mod:create_dragon_lib, mod:takesapillage (incompatible), mod:bygonenether, mod:railways (incompatible), mod:fpsreducer, mod:carryon (incompatible), mod:macawsroofsbop, mod:more_villager_trades, mod:dummmmmmy (incompatible), mod:twilightforest (incompatible), mod:acc_nocube, mod:equipmentcompare (incompatible), mod:chipped (incompatible), mod:farmersdelight (incompatible), mod:chefsdelight, mod:culturaldelights (incompatible), mod:ends_delight, mod:mageflame, mod:gottschcore (incompatible), mod:dustrial_decor (incompatible), mod:ambientsounds (incompatible), mod:greater_eye, mod:stacking_potions, mod:endrem, mod:mcwfences, mod:mcwfencesbop, mod:mcwfencesbyg, mod:fuelgoeshere, mod:born_in_chaos_v1, mod:corail_woodcutter_extension_byg, mod:cnb, mod:geckolib3 (incompatible), mod:crittersandcompanions (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:ars_artifice (incompatible), mod:ars_armiger, mod:collective, mod:spyglass_improvements (incompatible), mod:simplehats (incompatible), mod:betterthirdperson, mod:elevatorid (incompatible), mod:gobber2, mod:betterstrongholds, mod:bushesandberries, mod:modestmining, mod:resourcefullib (incompatible), mod:starterkit, mod:eatinganimation (incompatible), mod:forge, mod:mctb (incompatible), mod:appleskin, mod:deeperdarker, mod:architectury (incompatible), mod:aiimprovements, mod:undergarden, mod:letmedespawn (incompatible), mod:voidtotem (incompatible), mod:tradingpost (incompatible), mod:betteradvancements (incompatible), mod:frozen_delight, mod:festive_delight, mod:trashslot (incompatible), mod:irisflw (incompatible), mod:deathknell (incompatible), mod:sophisticatedstorage (incompatible), mod:nourished_nether, mod:goodall (incompatible), mod:colorize, mod:enlightened_end, mod:create, mod:createdeco (incompatible), mod:delightful (incompatible), mod:ars_creo (incompatible), mod:waystones (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:artifacts, mod:configured (incompatible), mod:decorative_blocks (incompatible), mod:dungeoncrawl, mod:lazydfu (incompatible), mod:everycomp (incompatible), mod:betterdeserttemples, mod:netherdepthsupgrade (incompatible), mod:toastcontrol (incompatible), mod:blueprint (incompatible), mod:boatload (incompatible), mod:environmental (incompatible), mod:savage_and_ravage (incompatible), mod:clayworks (incompatible), mod:neapolitan (incompatible), mod:respiteful (incompatible), mod:exquisito (incompatible), mod:personality (incompatible), mod:autumnity (incompatible), mod:dolt_compat, mod:allurement (incompatible), mod:woodworks (incompatible), mod:compatoplenty, mod:incubation (incompatible), mod:buzzier_bees (incompatible), mod:berry_good (incompatible), mod:coffee_delight, mod:frozenup (incompatible), mod:jeimultiblocks, mod:immersiveengineering (incompatible), mod:friendsandfoes (incompatible), mod:chococraft (incompatible), mod:graveyard_biomes (incompatible), mod:tetrasdelight (incompatible), mod:zillagersweararmor (incompatible), mod:upgrade_aquatic (incompatible), mod:cofh_core, mod:commonality, mod:create_central_kitchen, mod:ensorcellation, mod:simplyswords (incompatible), mod:enchdesc (incompatible), mod:radiantgear, mod:moonlight (incompatible), mod:smarterfarmers (incompatible), mod:nohostilesaroundcampfire, mod:eccentrictome, mod:babyfat (incompatible), mod:gardens_of_the_dead, mod:nightlights, mod:jade (incompatible), mod:fishofthieves, mod:creativecore (incompatible), mod:undergardenpatch, mod:weaponmaster (incompatible), mod:smoothboot, mod:nethersdelight (incompatible), mod:collectorsreap (incompatible), mod:omgourd, mod:atmospheric (incompatible), mod:rottencreatures (incompatible), mod:plushies (incompatible), mod:iceberg (incompatible), mod:reliquary (incompatible), mod:quark (incompatible), mod:vanillapluscompat, mod:supplementaries (incompatible), mod:suppsquared (incompatible), mod:dramaticdoors, mod:mutil (incompatible), mod:art_of_forging (incompatible), mod:gobberdelight, mod:create_sa, mod:abnormals_delight (incompatible), mod:storagedrawers (incompatible), mod:ars_elemental, mod:immersive_paintings (incompatible), mod:miners_delight (incompatible), mod:inventoryhud, mod:ars_instrumentum (incompatible), mod:creeperoverhaul (incompatible), mod:alexsdelight, mod:ferritecore (incompatible), mod:apexcore, mod:fantasyfurniture, mod:italian_delight, mod:betterlily (incompatible), mod:charmofundying, mod:betterf3 (incompatible), mod:cave_enhancements (incompatible), mod:oddorganisms (incompatible), mod:unusualprehistory, mod:bonezone (incompatible), mod:bushierflowers, mod:expandability (incompatible), mod:valhelsia_core (incompatible), mod:forbidden_arcanus (incompatible), mod:create_enchantment_industry (incompatible), mod:undead_unleashed, mod:createaddition (incompatible), Everycomp Generated Pack, Immersive Weathering Generated Pack, Supplementaries Generated Pack, Suppsquared Generated Pack, V Slab Compat Generated Pack, WWOO, builtin/dramaticdoors-biome, builtin/dramaticdoors-chipped, builtin/dramaticdoors-dimensional, builtin/dramaticdoors-magic, builtin/dramaticdoors-misc, builtin/dramaticdoors-tech, builtin/dramaticdoors-vanillaesque, builtin/mod_support/ctm, create_central_kitchen:abnormals_delight, create_central_kitchen:atmospheric, create_central_kitchen:autumnity, create_central_kitchen:buzzier_bees, create_central_kitchen:collectorsreap, create_central_kitchen:farmersdelight, create_central_kitchen:farmersrespite, create_central_kitchen:miners_delight, create_central_kitchen:neapolitan, create_central_kitchen:respiteful, create_central_kitchen:upgrade_aquatic
135 World Generation: Stable
136 Type: Integrated Server (map_client.txt)
137 Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
138 Launched Version: forge-43.2.10
139 ModLauncher: 10.0.8+10.0.8+main.0ef7e830
140 ModLauncher launch target: forgeclient
141 ModLauncher naming: srg
142 ModLauncher services:
143 mixin-0.8.5.jar mixin PLUGINSERVICE
144 eventbus-6.0.3.jar eventbus PLUGINSERVICE
145 fmlloader-1.19.2-43.2.10.jar slf4jfixer PLUGINSERVICE
146 fmlloader-1.19.2-43.2.10.jar object_holder_definalize PLUGINSERVICE
147 fmlloader-1.19.2-43.2.10.jar runtime_enum_extender PLUGINSERVICE
148 fmlloader-1.19.2-43.2.10.jar capability_token_subclass PLUGINSERVICE
149 accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
150 fmlloader-1.19.2-43.2.10.jar runtimedistcleaner PLUGINSERVICE
151 modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
152 modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
153 FML Language Providers:
154 minecraft@1.0
155 javafml@null
156 kotlinforforge@3.12.0
157 lowcodefml@null
158 Mod List:
159 saturn-mc1.19.2-0.0.4.jar |Saturn |saturn |0.0.4 |DONE |Manifest: NOSIGNATURE
160 dynamiclightsreforged-1.19.2_v1.4.0.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.19.2_v1.4.0 |DONE |Manifest: NOSIGNATURE
161 YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE
162 habitat-1.2.2.jar |Habitat |habitat |1.2.2 |DONE |Manifest: NOSIGNATURE
163 EasyAnvils-v4.0.11-1.19.2-Forge.jar |Easy Anvils |easyanvils |4.0.11 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
164 infernal-expansion-1.19.2-2.5.3.jar |Infernal Expansion |infernalexp |2.5.1 |DONE |Manifest: NOSIGNATURE
165 player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |DONE |Manifest: NOSIGNATURE
166 nether-s-exoticism-1.19.2-1.2.4.jar |Nether's Exoticism |nethers_exoticism |1.2.4 |DONE |Manifest: NOSIGNATURE
167 prideflags-1.1.jar |Pride Flags |prideflags |1.1 |DONE |Manifest: NOSIGNATURE
168 paragon-forge-3.0.2-1.19x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE
169 Entity_Collision_FPS_Fix-forge-1.19-2.0.0.0.jar |Entity Collision FPS Fix |entitycollisionfpsfix |**.**.**.** |DONE |Manifest: NOSIGNATURE
170 mcw-windows-2.1.1-mc1.19.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |DONE |Manifest: NOSIGNATURE
171 rubidium-0.6.2a.jar |Rubidium |rubidium |0.6.2a |DONE |Manifest: NOSIGNATURE
172 modnametooltip-1.19-1.19.0.jar |Mod Name Tooltip |modnametooltip |1.19.0 |DONE |Manifest: NOSIGNATURE
173 macawsroofsbyg-1.19.2-1.3.jar |Macaw's Roofs - BYG |macawsroofsbyg |1.19.2-1.3 |DONE |Manifest: NOSIGNATURE
174 ForgeEndertech-1.19.2-10.0.6.0-build.0865.jar |ForgeEndertech |forgeendertech |**.**.**.** |DONE |Manifest: NOSIGNATURE
175 CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |DONE |Manifest: NOSIGNATURE
176 VillagersPlus_1.2_(FORGE)_for_1.19.2.jar |Villagers Plus |villagersplus |1.2 |DONE |Manifest: NOSIGNATURE
177 YungsApi-1.19.2-Forge-3.8.9.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.9 |DONE |Manifest: NOSIGNATURE
178 MaxHealthFix-Forge-1.19.2-8.0.1.jar |MaxHealthFix |maxhealthfix |8.0.1 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
179 galosphere_delight_1.1.0_forge_1.19.2.jar |Galosphere Delight (by NoCube)|galosphere_delight |1.1.0 |DONE |Manifest: NOSIGNATURE
180 guardvillagers-1.19.2-1.5.5.jar |Guard Villagers |guardvillagers |1.19.2-1.5.5 |DONE |Manifest: NOSIGNATURE
181 Apotheosis-1.19.2-6.2.1.jar |Apotheosis |apotheosis |6.2.1 |DONE |Manifest: NOSIGNATURE
182 balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE
183 immersive_armors-1.5.5+1.19.2-forge.jar |Immersive Armors |immersive_armors |1.5.5+1.19.2 |DONE |Manifest: NOSIGNATURE
184 JustEnoughResources-1.19.2-1.2.2.200.jar |Just Enough Resources |jeresources |**.**.**.** |DONE |Manifest: NOSIGNATURE
185 YungsBetterNetherFortresses-1.19.2-Forge-1.0.5.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.5 |DONE |Manifest: NOSIGNATURE
186 cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
187 soundphysics-forge-1.19.2-1.0.18.jar |Sound Physics Remastered |sound_physics_remastered |1.19.2-1.0.18 |DONE |Manifest: NOSIGNATURE
188 Forgotten_Delight_1.2.jar |Forgotten_Delight |forgotten_delight |1.2 |DONE |Manifest: NOSIGNATURE
189 TinySkeletons-v4.2.2-1.19.2-Forge.jar |Tiny Skeletons |tinyskeletons |4.2.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
190 handcrafted-forge-1.19.2-2.0.6.jar |Handcrafted |handcrafted |2.0.6 |DONE |Manifest: NOSIGNATURE
191 repurposed_structures_forge-6.3.24+1.19.2.jar |Repurposed Structures |repurposed_structures |6.3.24+1.19.2 |DONE |Manifest: NOSIGNATURE
192 morevillagers-forge-1.19-4.0.3.jar |More Villagers |morevillagers |4.0.3 |DONE |Manifest: NOSIGNATURE
193 Good Ending-1.19.2-1.0.2-forge.jar |Good Ending |goodending |1.19.2-1.0.2 |DONE |Manifest: NOSIGNATURE
194 BotanyTrees-Forge-1.19.2-5.0.8.jar |BotanyTrees |botanytrees |5.0.8 |DONE |Manifest: NOSIGNATURE
195 ToolStats-Forge-1.19.2-12.0.2.jar |ToolStats |toolstats |12.0.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
196 UnusualEnd1.19.2_V1.4.3.jar |Unusual End |unusualend |1.4.3 |DONE |Manifest: NOSIGNATURE
197 propertymodifier-1.19.2-0.3.2.jar |Property Modifier |propertymodifier |0.3.2 |DONE |Manifest: NOSIGNATURE
198 transparent-5.1.2+1.19-forge.jar |Transparent |transparent |5.1.2 |DONE |Manifest: NOSIGNATURE
199 heyberryshutup-1.19-0.2.0.3.jar |Hey Berry! SHUT UP |heyberryshutup |1.19-0.2.0.3 |DONE |Manifest: NOSIGNATURE
200 aquatictorches-1.19-1.1.0.jar |Aquatic Torches |aquatictorches |1.1.0 |DONE |Manifest: NOSIGNATURE
201 YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
202 resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |DONE |Manifest: NOSIGNATURE
203 fairylights-6.0.0-1.19.2.jar |Fairy Lights |fairylights |6.0.0 |DONE |Manifest: NOSIGNATURE
204 DarkerDepths-1.19.2-1.0.0.jar |Darker Depths |darkerdepths |1.19-1.0.7 |DONE |Manifest: NOSIGNATURE
205 TextruesRubidiumOptions-1.0.5-mc1.19.2.jar |TexTrue's Rubidium Options |reeses_sodium_options |1.0.5-mc1.19.2 |DONE |Manifest: NOSIGNATURE
206 curiouslanterns-1.19.2-1.3.3.jar |Curious Lanterns |curiouslanterns |1.19.2-1.3.3 |DONE |Manifest: NOSIGNATURE
207 Cluttered-2.0.1-1.19.2.jar |Cluttered |luphieclutteredmod |2.0 |DONE |Manifest: NOSIGNATURE
208 curios-forge-1.19.2-5.1.4.1.jar |Curios API |curios |1.19.2-5.1.4.1 |DONE |Manifest: NOSIGNATURE
209 nocube's_better_blast_furnace_1.0.0_Forge_1.19.2.j|NoCube's Better Blast Furnace |ncbetterblastfurnace |1.0.0 |DONE |Manifest: NOSIGNATURE
210 corail_woodcutter-1.19.2-2.5.2.jar |Corail Woodcutter |corail_woodcutter |2.5.2 |DONE |Manifest: NOSIGNATURE
211 solsweetpotato-1.19.2-2.0.0.jar |Spice of Life: Sweet Potato Ed|solsweetpotato |1.19.2-2.0.0 |DONE |Manifest: NOSIGNATURE
212 oculus-mc1.19.2-1.2.8a.jar |Oculus |oculus |1.2.8a |DONE |Manifest: NOSIGNATURE
213 create_factory-0.0.2-1.19.2.jar |Create: Factory |create_factory |0.0.2-1.19.2 |DONE |Manifest: NOSIGNATURE
214 nocube's_villagers_sell_animals_1.2.0_forge_1.19.2|Villagers Sell Animals (by NoC|villagersellanimals |1.2.0 |DONE |Manifest: NOSIGNATURE
215 bettervillage-forge-1.19.2-3.1.0.jar |Better village |bettervillage |3.0.0 |DONE |Manifest: NOSIGNATURE
216 overweightfarming-1.19.2-2.0.1-forge.jar |Overweight Farming |overweight_farming |1.19.2-2.0.0-forge |DONE |Manifest: NOSIGNATURE
217 TA-0.9.0-1.19.2.jar |TheAbyss |theabyss |3.0.0 |DONE |Manifest: NOSIGNATURE
218 pluto-mc1.19.2-0.0.9.jar |Pluto |pluto |0.0.9 |DONE |Manifest: NOSIGNATURE
219 mcw-roofs-2.2.3-mc1.19.2forge.jar |Macaw's Roofs |mcwroofs |2.2.3 |DONE |Manifest: NOSIGNATURE
220 Chimes-1.1.4-1.19.jar |Chimes |chimes |1.1.4 |DONE |Manifest: NOSIGNATURE
221 Adorn-3.8.3+1.19.2-forge.jar |Adorn |adorn |3.8.3+1.19.2 |DONE |Manifest: NOSIGNATURE
222 Engineers Delight 1.19.2 B.1.1.jar |Engineers Delight |tmted |1.0.1 |DONE |Manifest: NOSIGNATURE
223 JadeAddons-1.19.2-forge-3.4.0.jar |Jade Addons |jadeaddons |3.4.0 |DONE |Manifest: NOSIGNATURE
224 windswept-1.19.2-2.2.2.jar |Windswept |windswept |2.2.2 |DONE |Manifest: NOSIGNATURE
225 YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
226 sliceanddice-forge-2.1.1-forge.jar |Create Slice & Dice |sliceanddice |2.1.1 |DONE |Manifest: NOSIGNATURE
227 NekosEnchantedBooks-1.19-1.8.0.jar |Neko's Enchanted Books |nebs |1.8.0 |DONE |Manifest: NOSIGNATURE
228 randombonemealflowers-1.19.2-4.1.jar |Random Bone Meal Flowers |randombonemealflowers |4.1 |DONE |Manifest: NOSIGNATURE
229 elytraslot-forge-6.1.1+1.19.2.jar |Elytra Slot |elytraslot |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE
230 QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |DONE |Manifest: NOSIGNATURE
231 The_Graveyard_2.5.1_(FORGE)_for_1.19.2.jar |The Graveyard |graveyard |2.5.1 |DONE |Manifest: NOSIGNATURE
232 AttributeFix-Forge-1.19.2-17.2.6.jar |AttributeFix |attributefix |17.2.6 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
233 libraryferret-forge-1.19.2-4.0.0.jar |Library ferret |libraryferret |4.0.0 |DONE |Manifest: NOSIGNATURE
234 goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |DONE |Manifest: NOSIGNATURE
235 gnumus_settlement_[Forge]1.19.2_v1.7.jar |Gnumus Settlement |gnumus |1.0.0 |DONE |Manifest: NOSIGNATURE
236 caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
237 immersive_weathering-1.19.2-1.2.9-forge.jar |Immersive Weathering |immersive_weathering |1.19.2-1.2.9 |DONE |Manifest: NOSIGNATURE
238 shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |DONE |Manifest: NOSIGNATURE
239 integrated_api_forge-1.2.7+1.19.2.jar |Integrated API |integrated_api |1.2.7+1.19.2 |DONE |Manifest: NOSIGNATURE
240 NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
241 BotanyPots-Forge-1.19.2-9.0.33.jar |BotanyPots |botanypots |9.0.33 |DONE |Manifest: NOSIGNATURE
242 pneumaticcraft-repressurized-1.19.2-4.3.4-24.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.19.2-4.3.4-24 |DONE |Manifest: NOSIGNATURE
243 snuffles-1.0.5.jar |Snuffles |snuffles |1.0.5 |DONE |Manifest: NOSIGNATURE
244 tetratic-combat-1.19-2.6.jar |Tetratic Combat |tetraticcombat |2.6 |DONE |Manifest: NOSIGNATURE
245 rubidium_extras-1.19.2_v1.3.2.jar |Rubidium Extras |rubidium_extras |1.19.2_v1.3.2 |DONE |Manifest: NOSIGNATURE
246 delightfulmining-0.3.jar |Delightful Mining |delightfulmining |0.3 |DONE |Manifest: NOSIGNATURE
247 wso16-forge-1.1.jar |Why stacks of 16? |wso16 |1.1 |DONE |Manifest: NOSIGNATURE
248 idas_forge-1.7.2+1.19.2.jar |Integrated Dungeons and Struct|idas |1.7.2+1.19.2 |DONE |Manifest: NOSIGNATURE
249 ferdinandsflowers-2.01-1.19.2.jar |Ferdinand's Flowers |ferdinandsflowers |2.01-1.19.2 |DONE |Manifest: NOSIGNATURE
250 TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |**.**.**.** |DONE |Manifest: NOSIGNATURE
251 BiomesOPlenty-1.19.2-17.1.1.162.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |DONE |Manifest: NOSIGNATURE
252 bettercombat-forge-1.7.1+1.19.jar |Better Combat |bettercombat |1.7.1+1.19 |DONE |Manifest: NOSIGNATURE
253 combatroll-forge-1.1.5+1.19.jar |Combat Roll |combatroll |1.1.5+1.19 |DONE |Manifest: NOSIGNATURE
254 ShoulderSurfing-Forge-1.19.2-2.3.2.jar |Shoulder Surfing |shouldersurfing |1.19.2-2.3.2 |DONE |Manifest: NOSIGNATURE
255 MindfulDarkness-v4.0.7-1.19.2-Forge.jar |Mindful Darkness |mindfuldarkness |4.0.7 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
256 AdLods-1.19.2-7.0.8.1-build.0865.jar |Large Ore Deposits |adlods |**.**.**.** |DONE |Manifest: NOSIGNATURE
257 spectrelib-forge-0.11.0+1.19.jar |SpectreLib |spectrelib |0.11.0+1.19 |DONE |Manifest: NOSIGNATURE
258 Special Drops 1.0.1 - 1.19.2.jar |Special Drops |special_drops |1.0.1 |DONE |Manifest: NOSIGNATURE
259 kffmod-3.12.0.jar |Kotlin For Forge |kotlinforforge |3.12.0 |DONE |Manifest: NOSIGNATURE
260 BrewinAndChewin-1.19-2.0.jar |Brewin' and Chewin' |brewinandchewin |1.19-2.0 |DONE |Manifest: NOSIGNATURE
261 whisperwoods-1.19-2.1.1-forge.jar |Whisperwoods |whisperwoods |1.19-2.1.1 |DONE |Manifest: NOSIGNATURE
262 flywheel-forge-1.19.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |DONE |Manifest: NOSIGNATURE
263 compressedcreativity-1.19.2-0.1.5.jar |Compressed Creativity |compressedcreativity |1.19.2-0.1.5 |DONE |Manifest: NOSIGNATURE
264 alloyed-1.19.2-v1.5.jar |Create: Alloyed |alloyed |1.19.2 |DONE |Manifest: NOSIGNATURE
265 FarmersRespite-1.19-2.0.jar |Farmer's Respite |farmersrespite |1.19-2.0 |DONE |Manifest: NOSIGNATURE
266 ecologics-forge-1.19.2-2.1.11.jar |Ecologics |ecologics |2.1.11 |DONE |Manifest: NOSIGNATURE
267 Xaeros_Minimap_23.4.3_Forge_1.19.1.jar |Xaero's Minimap |xaerominimap |23.4.3 |DONE |Manifest: NOSIGNATURE
268 integrated_stronghold_forge-1.0.1+1.19.2.jar |Integrated Stronghold |integrated_stronghold |1.0.1+1.19.2 |DONE |Manifest: NOSIGNATURE
269 polymorph-forge-0.46.1+1.19.2.jar |Polymorph |polymorph |0.46.1+1.19.2 |DONE |Manifest: NOSIGNATURE
270 JustEnoughProfessions-forge-1.19.2-2.0.2.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.2 |DONE |Manifest: NOSIGNATURE
271 AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE
272 EarthMobs-1.19.2-4.4.0.jar |Earth Mobs Mod |earthmobsmod |1.19.2-4.4.0 |DONE |Manifest: NOSIGNATURE
273 almostunified-forge-1.19.2-0.4.4.jar |AlmostUnified |almostunified |1.19.2-0.4.4 |DONE |Manifest: NOSIGNATURE
274 jei-1.19.2-forge-11.6.0.1015.jar |Just Enough Items |jei |11.6.0.1015 |DONE |Manifest: NOSIGNATURE
275 entityculling-forge-1.6.1-mc1.19.2.jar |EntityCulling |entityculling |1.6.1 |DONE |Manifest: NOSIGNATURE
276 backpacked-2.1.12-1.19.2.jar |Backpacked |backpacked |2.1.12 |DONE |Manifest: NOSIGNATURE
277 canary-mc1.19.2-0.2.4.jar |Canary |canary |0.2.4 |DONE |Manifest: NOSIGNATURE
278 oceansdelight-1.0.1-1.19.2.jar |Ocean's Delight |oceansdelight |1.0.1-1.19.2 |DONE |Manifest: NOSIGNATURE
279 visuality-forge-2.0+forge-mc1.19.jar |Visuality: Reforged |visuality |2.0 |DONE |Manifest: NOSIGNATURE
280 TFD 1.3 Release MC1.19.2.jar |The Forgotten Dimensions |the_forgotten_dimensions |1.3 |DONE |Manifest: NOSIGNATURE
281 PuzzlesLib-v4.4.0-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.0 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
282 Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go |byg |**.**.**.** |DONE |Manifest: NOSIGNATURE
283 bettergolem-1.19.2-2.0.0.jar |Better Golem |bettergolem |1.19.2-2.0.0 |DONE |Manifest: NOSIGNATURE
284 baby_delight_1.0.0_forge_1.19.2.jar |Baby Delight (by NoCube) |babydelight |1.0.0 |DONE |Manifest: NOSIGNATURE
285 WWOO-FORGE-3.1.9+1.19.x.jar |William Wythers Overhauled Ove|wwoo |3.1.9 |DONE |Manifest: NOSIGNATURE
286 CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
287 tetra-1.19.2-5.2.1.jar |Tetra |tetra |5.2.1 |DONE |Manifest: NOSIGNATURE
288 tetranomicon-1.4.2-1.19.2.jar |Tetranomicon |tetranomicon |1.4.2-1.19.2 |DONE |Manifest: NOSIGNATURE
289 hexerei-0.3.1.jar |Hexerei |hexerei |0.3.1 |DONE |Manifest: NOSIGNATURE
290 TreeChop-1.19.2-forge-0.17.8a.jar |HT's TreeChop |treechop |0.17.8a |DONE |Manifest: NOSIGNATURE
291 create_misc_and_things_1.19.2_2.0.jar |create: things and misc |create_things_and_misc |1.0.0 |DONE |Manifest: NOSIGNATURE
292 nether-s-cruelty-1.19.2-1.0.2-AFTER.jar |Nether's Cruelty |sweetys_nethers_cruelty |1.0.2 |DONE |Manifest: NOSIGNATURE
293 v_slab_compat-1.19.2-1.4.jar |Vertical Slabs Compat |v_slab_compat |1.19.2-1.4 |DONE |Manifest: NOSIGNATURE
294 SBM-BoneTorch-1.19-0.0.2.jar |[SBM] BoneTorch |bonetorch |0.0.1 |DONE |Manifest: NOSIGNATURE
295 Galosphere-1.19.2-1.2.3-Forge.jar |Galosphere |galosphere |1.19.2-1.2.3 |DONE |Manifest: NOSIGNATURE
296 naturalist-forge-3.0.3-1.19.2.jar |Naturalist |naturalist |3.0.3 |DONE |Manifest: NOSIGNATURE
297 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
298 immersive_aircraft-0.4.2+1.19.2-forge.jar |Immersive Aircraft |immersive_aircraft |0.4.2+1.19.2 |DONE |Manifest: NOSIGNATURE
299 sophisticatedcore-1.19.2-0.5.57.275.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.57.275 |DONE |Manifest: NOSIGNATURE
300 kleeslabs-forge-1.19.2-12.3.0.jar |KleeSlabs |kleeslabs |12.3.0 |DONE |Manifest: NOSIGNATURE
301 piglinproliferation-1.19.2-1.0.3.jar |Piglin Proliferation |piglinproliferation |1.19.2-1.0.3 |DONE |Manifest: NOSIGNATURE
302 XaerosWorldMap_1.30.2_Forge_1.19.1.jar |Xaero's World Map |xaeroworldmap |1.30.2 |DONE |Manifest: NOSIGNATURE
303 Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE
304 Placebo-1.19.2-7.2.0.jar |Placebo |placebo |7.2.0 |DONE |Manifest: NOSIGNATURE
305 citadel-2.1.3-1.19.jar |Citadel |citadel |2.1.3 |DONE |Manifest: NOSIGNATURE
306 alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |DONE |Manifest: NOSIGNATURE
307 domesticationinnovation-1.6.1-1.19.2.jar |Domestication Innovation |domesticationinnovation |1.6.1 |DONE |Manifest: NOSIGNATURE
308 finsandtails-1.19.2-1.0.1.jar |Fins and Tails |finsandtails |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE
309 mixinextras-forge-0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |DONE |Manifest: NOSIGNATURE
310 Bookshelf-Forge-1.19.2-16.2.18.jar |Bookshelf |bookshelf |16.2.18 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
311 sophisticatedbackpacks-1.19.2-3.18.47.836.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.47.836 |DONE |Manifest: NOSIGNATURE
312 twigs-forge-1.19.2-3.0.1.jar |Twigs |twigs |1.19.2-3.0.1 |DONE |Manifest: NOSIGNATURE
313 create_dragon_lib-1.19.2-1.1.2.jar |Create: Dragon Lib |create_dragon_lib |1.1.2 |DONE |Manifest: NOSIGNATURE
314 takesapillage-1.0.3-1.19.2.jar |It Takes A Pillage |takesapillage |1.0.3 |DONE |Manifest: NOSIGNATURE
315 bygonenether-1.2.2-1.19.2.jar |Bygone Nether |bygonenether |1.2.2 |DONE |Manifest: NOSIGNATURE
316 Steam_Rails-1.2.6+forge-mc1.19.2.jar |Create: Steam 'n Rails |railways |1.2.6+forge-mc1.19.2|DONE |Manifest: NOSIGNATURE
317 FpsReducer2-forge-1.19.2-2.1.jar |FPS Reducer |fpsreducer |1.19.2-2.1 |DONE |Manifest: NOSIGNATURE
318 carryon-forge-1.19.2-2.0.5.16.jar |Carry On |carryon |**.**.**.** |DONE |Manifest: NOSIGNATURE
319 macawsroofsbop-1.19.2-1.4.jar |Macaw's Roofs - BOP |macawsroofsbop |1.19.2-1.4 |DONE |Manifest: NOSIGNATURE
320 More Villager Trades 1.0.0 - 1.19.2.jar |More Villager Trades |more_villager_trades |1.0.0 |DONE |Manifest: NOSIGNATURE
321 dummmmmmy-1.19.2-1.7.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE
322 twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |DONE |Manifest: NOSIGNATURE
323 nocubes_create_compats_1.0.0_forge_1.19.2.jar |Create Compats (by NoCube) |acc_nocube |1.0.0 |DONE |Manifest: NOSIGNATURE
324 EquipmentCompare-1.19.2-forge-1.3.2.jar |Equipment Compare |equipmentcompare |1.3.2 |DONE |Manifest: NOSIGNATURE
325 chipped-forge-1.19.2-2.1.4.jar |Chipped |chipped |2.1.4 |DONE |Manifest: NOSIGNATURE
326 FarmersDelight-1.19-1.2.1.jar |Farmer's Delight |farmersdelight |1.19-1.2.1 |DONE |Manifest: NOSIGNATURE
327 chefs-delight-1.0.2-forge-1.19.2.jar |Chefs Delight |chefsdelight |1.0.2-forge-1.19.2 |DONE |Manifest: NOSIGNATURE
328 culturaldelights-1.19.2-0.15.2.jar |Cultural Delights |culturaldelights |0.15.2 |DONE |Manifest: NOSIGNATURE
329 endsdelight-1.19.2-1.1.1.jar |End's Delight |ends_delight |1.19.2-1.1.1 |DONE |Manifest: NOSIGNATURE
330 MageFlame-mc1.19.2-f43.2.0-v1.4.0.jar |Mage Flame |mageflame |1.4.0 |DONE |Manifest: NOSIGNATURE
331 GottschCore-mc1.19.2-f43.2.0-v2.0.5.jar |GottschCore |gottschcore |2.0.5 |DONE |Manifest: NOSIGNATURE
332 DustrialDecor-1.3.3-1.19.2.jar |'Dustrial Decor |dustrial_decor |1.3.2 |DONE |Manifest: NOSIGNATURE
333 AmbientSounds_FORGE_v5.2.13_mc1.19.2.jar |Ambient Sounds |ambientsounds |5.2.13 |DONE |Manifest: NOSIGNATURE
334 GreaterEye-Forge-1.19.2-1.4.6.jar |GreaterEye |greater_eye |1.4.6 |DONE |Manifest: NOSIGNATURE
335 stacking_potions-1.19.2-2.0.jar |Stacking Potions |stacking_potions |2.0 |DONE |Manifest: NOSIGNATURE
336 endrem_forge-5.2.1-R-1.19.X.jar |End Remastered |endrem |5.2.1-R-1.19.2 |DONE |Manifest: NOSIGNATURE
337 mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE
338 mcwfencesbop-1.19.2-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.19.2-1.0 |DONE |Manifest: NOSIGNATURE
339 mcwfencesbyg-1.19.2-1.0.jar |Macaw's Fences - BYG |mcwfencesbyg |1.19.2-1.0 |DONE |Manifest: NOSIGNATURE
340 fuelgoeshere-1.19.2-0.1.0.0.jar |Fuel Goes Here |fuelgoeshere |1.19.2-0.1.0.0 |DONE |Manifest: NOSIGNATURE
341 born_in_chaos_[Forge]1.19.2_1.5.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |DONE |Manifest: NOSIGNATURE
342 corail_woodcutter_extension_byg-1.19.2-1.0.3.jar |Corail Woodcutter: Extension B|corail_woodcutter_extension_by|1.0.3 |DONE |Manifest: NOSIGNATURE
343 CNB-1.19-1.5.3.jar |Creatures and Beasts |cnb |1.5.3 |DONE |Manifest: NOSIGNATURE
344 geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
345 crittersandcompanions-1.19.2-2.0.0.jar |Critters and Companions |crittersandcompanions |1.19.2-2.0.0 |DONE |Manifest: NOSIGNATURE
346 Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
347 ars_nouveau-1.19.2-3.13.4.jar |Ars Nouveau |ars_nouveau |3.13.4 |DONE |Manifest: NOSIGNATURE
348 ars_artifice-1.19.2-1.0.4.jar |Ars Artifice |ars_artifice |1.19.2-1.0.4 |DONE |Manifest: NOSIGNATURE
349 arsarmiger-1.19.2-1.4.0.jar |Ars Armiger |ars_armiger |1.19.2-1.4.0 |DONE |Manifest: NOSIGNATURE
350 collective-1.19.2-6.53.jar |Collective |collective |6.53 |DONE |Manifest: NOSIGNATURE
351 spyglass_improvements-1.4+mc1.19+forge.jar |Spyglass Improvements |spyglass_improvements |1.4+mc1.19.x |DONE |Manifest: NOSIGNATURE
352 simplehats-forge-1.19.2-0.1.6.jar |SimpleHats |simplehats |1.19.2-0.1.6 |DONE |Manifest: NOSIGNATURE
353 BetterThirdPerson-Forge-1.19-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |DONE |Manifest: NOSIGNATURE
354 elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |DONE |Manifest: NOSIGNATURE
355 Gobber2-Forge-1.19.2-2.7.28.jar |Gobber 2 |gobber2 |2.7.28 |DONE |Manifest: NOSIGNATURE
356 YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
357 wizardy_delight-1.0 Beta 1.jar |Wizardy delight |bushesandberries |1.0 Beta 1 |DONE |Manifest: NOSIGNATURE
358 modestmining-0.2.9.jar |Modest Mining |modestmining |0.2.9 |DONE |Manifest: NOSIGNATURE
359 resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |DONE |Manifest: NOSIGNATURE
360 starterkit-1.19.2-5.2.jar |Starter Kit |starterkit |5.2 |DONE |Manifest: NOSIGNATURE
361 eatinganimation-1.19-3.2.0.jar |Eating Animation |eatinganimation |3.0.0 |DONE |Manifest: NOSIGNATURE
362 forge-1.19.2-43.2.10-universal.jar |Forge |forge |43.2.10 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
363 [1.19.2] More Crafting Tables Forge 4.2.0.jar |More Crafting Tables Mod |mctb |1.19.2 |DONE |Manifest: NOSIGNATURE
364 appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE
365 deeperdarker-forge-1.1.6-forge.jar |Deeper and Darker |deeperdarker |1.1.6 |DONE |Manifest: NOSIGNATURE
366 architectury-6.5.82-forge.jar |Architectury |architectury |6.5.82 |DONE |Manifest: NOSIGNATURE
367 AI-Improvements-1.19.2-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |DONE |Manifest: NOSIGNATURE
368 The_Undergarden-1.19.2-0.8.3.jar |The Undergarden |undergarden |0.8.3 |DONE |Manifest: NOSIGNATURE
369 letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar |Let Me Despawn |letmedespawn |0.0NONE |DONE |Manifest: NOSIGNATURE
370 voidtotem-forge-1.19.2-2.1.0.jar |Void Totem |voidtotem |2.1.0 |DONE |Manifest: NOSIGNATURE
371 TradingPost-v4.2.0-1.19.2-Forge.jar |Trading Post |tradingpost |4.2.0 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
372 BetterAdvancements-1.19.2-0.2.2.142.jar |Better Advancements |betteradvancements |**.**.**.** |DONE |Manifest: NOSIGNATURE
373 frozen_delight_1.3.1_forge_1.19.2.jar |Frozen Delight (by NoCube) |frozen_delight |1.3.1 |DONE |Manifest: NOSIGNATURE
374 Festive_Delight_1.0_1.19.2.jar |Festive Delight |festive_delight |1.0.0 |DONE |Manifest: NOSIGNATURE
375 trashslot-forge-1.19-12.0.2.jar |TrashSlot |trashslot |12.0.2 |DONE |Manifest: NOSIGNATURE
376 oculus-flywheel-compat-1.19.2-0.1.8-BETA.jar |Oculus Flywheel Compat |irisflw |1.19.2-0.1.8-BETA |DONE |Manifest: NOSIGNATURE
377 DeathKnell-Forge-1.19.2-6.0.3.jar |DeathKnell |deathknell |6.0.3 |DONE |Manifest: NOSIGNATURE
378 sophisticatedstorage-1.19.2-0.8.5.402.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.8.5.402 |DONE |Manifest: NOSIGNATURE
379 nourished-nether-1.19.2-v24.jar |Nourished Nether |nourished_nether |24 |DONE |Manifest: NOSIGNATURE
380 goodall-1.2.0-forge.jar |Goodall |goodall |1.2.0 |DONE |Manifest: NOSIGNATURE
381 colorize-1.19.2-forge-1.4.0.jar |Colorize |colorize |1.4.0 |DONE |Manifest: NOSIGNATURE
382 enlightend-1.19.2-v5.0.0.1.jar |Enlightend |enlightened_end |**.**.**.** |DONE |Manifest: NOSIGNATURE
383 create-1.19.2-0.5.0.i.jar |Create |create |0.5.0.i |DONE |Manifest: NOSIGNATURE
384 createdeco-1.3.2-1.19.2.jar |Create Deco |createdeco |1.3.2-1.19.2 |DONE |Manifest: NOSIGNATURE
385 Delightful-1.19.2-3.3.jar |Delightful |delightful |3.3 |DONE |Manifest: NOSIGNATURE
386 ars_creo-1.19.2-3.1.3.jar |Ars Creo |ars_creo |3.1.3 |DONE |Manifest: NOSIGNATURE
387 waystones-forge-1.19.2-11.4.0.jar |Waystones |waystones |11.4.0 |DONE |Manifest: NOSIGNATURE
388 FastSuite-1.19.2-4.1.0.jar |Fast Suite |fastsuite |4.1.0 |DONE |Manifest: NOSIGNATURE
389 Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
390 artifacts-1.19.2-5.0.2.jar |Artifacts |artifacts |1.19.2-5.0.2 |DONE |Manifest: NOSIGNATURE
391 configured-2.1.1-1.19.2.jar |Configured |configured |2.1.1 |DONE |Manifest: NOSIGNATURE
392 Decorative Blocks-forge-1.19.2-3.0.0.jar |Decorative Blocks |decorative_blocks |3.0.0 |DONE |Manifest: NOSIGNATURE
393 DungeonCrawl-1.19-2.3.12.jar |Dungeon Crawl |dungeoncrawl |2.3.12 |DONE |Manifest: NOSIGNATURE
394 lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
395 everycomp-1.19.2-2.4.7.jar |Every Compat |everycomp |1.19.2-2.4.7 |DONE |Manifest: NOSIGNATURE
396 YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE
397 netherdepthsupgrade-3.0.0-1.19.2.jar |Nether Depths Upgrade |netherdepthsupgrade |3.0.0-1.19.2 |DONE |Manifest: NOSIGNATURE
398 ToastControl-1.19.2-7.0.0.jar |Toast Control |toastcontrol |7.0.0 |DONE |Manifest: NOSIGNATURE
399 blueprint-1.19.2-6.1.2.jar |Blueprint |blueprint |6.1.2 |DONE |Manifest: NOSIGNATURE
400 boatload-1.19.2-4.2.1.jar |Boatload |boatload |4.2.1 |DONE |Manifest: NOSIGNATURE
401 environmental-1.19.2-3.0.0.jar |Environmental |environmental |3.0.0 |DONE |Manifest: NOSIGNATURE
402 savage_and_ravage-1.19.2-5.0.4.jar |Savage & Ravage |savage_and_ravage |5.0.4 |DONE |Manifest: NOSIGNATURE
403 clayworks-1.19.2-2.0.1.jar |Clayworks |clayworks |2.0.1 |DONE |Manifest: NOSIGNATURE
404 neapolitan-1.19.2-4.0.2.jar |Neapolitan |neapolitan |4.0.2 |DONE |Manifest: NOSIGNATURE
405 respiteful-1.19.2-1.1.0-patch.1.jar |Respiteful |respiteful |1.1.0-patch.1 |DONE |Manifest: NOSIGNATURE
406 exquisito-1.19.2-1.0.1.jar |Exquisito |exquisito |1.0.1 |DONE |Manifest: NOSIGNATURE
407 personality-1.19-3.0.1.jar |Personality |personality |3.0.1 |DONE |Manifest: NOSIGNATURE
408 autumnity-1.19.2-4.0.0.jar |Autumnity |autumnity |4.0.0 |DONE |Manifest: NOSIGNATURE
409 dolt_compat-1.19.2-1.1.1.jar |Dolt Compat |dolt_compat |1.1.1 |DONE |Manifest: NOSIGNATURE
410 allurement-1.19.2-3.1.0.jar |Allurement |allurement |3.1.0 |DONE |Manifest: NOSIGNATURE
411 woodworks-1.19.2-2.2.1.jar |Woodworks |woodworks |2.2.1 |DONE |Manifest: NOSIGNATURE
412 Compat-O-Plenty-1.19.2-2.0.1.jar |Compat O' Plenty |compatoplenty |1.19.2-2.0.1 |DONE |Manifest: NOSIGNATURE
413 incubation-1.19-3.0.0.jar |Incubation |incubation |3.0.0 |DONE |Manifest: NOSIGNATURE
414 buzzier_bees-1.19-5.0.1.jar |Buzzier Bees |buzzier_bees |5.0.1 |DONE |Manifest: NOSIGNATURE
415 berry_good-1.19.2-6.0.1.jar |Berry Good |berry_good |6.0.1 |DONE |Manifest: NOSIGNATURE
416 CoffeeDelight-Forge-1.19.2-1.3.jar |Coffee Delight |coffee_delight |1.3 |DONE |Manifest: NOSIGNATURE
417 frozenup-1.19.2-2.1.2-forge.jar |Frozen Up |frozenup |2.1.2-forge |DONE |Manifest: NOSIGNATURE
418 jeimultiblocks-1.19.2-0.0.3.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.3 |DONE |Manifest: NOSIGNATURE
419 ImmersiveEngineering-1.19.2-9.2.2-165.jar |Immersive Engineering |immersiveengineering |1.19.2-9.2.2-165 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
420 friendsandfoes-forge-mc1.19.2-1.8.2.jar |Friends&Foes |friendsandfoes |1.8.2 |DONE |Manifest: NOSIGNATURE
421 chococraft-1.19.2-forge-0.6.5.jar |Chococraft 4 |chococraft |0.6.5 |DONE |Manifest: NOSIGNATURE
422 The_Graveyard_Biomes_1.4_(FORGE)_for_1.19.2.jar |The Graveyard Biomes |graveyard_biomes |1.4 |DONE |Manifest: NOSIGNATURE
423 tetrasdelight-1.19.2-1.jar |Tetra's Delight |tetrasdelight |1.19.2-1 |DONE |Manifest: NOSIGNATURE
424 illagersweararmor-1.2.6-1.19.2.jar |Illagers Wear Armor |zillagersweararmor |1.2.6-1.19.2 |DONE |Manifest: NOSIGNATURE
425 client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
426 upgrade_aquatic-1.19.2-5.0.0.jar |Upgrade Aquatic |upgrade_aquatic |5.0.0 |DONE |Manifest: NOSIGNATURE
427 cofh_core-1.19.2-10.2.1.40.jar |CoFH Core |cofh_core |10.2.1 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
428 commonality-1.19.2-4.2.1.jar |Commonality |commonality |4.2.1 |DONE |Manifest: NOSIGNATURE
429 create_central_kitchen-1.19.2-for-create-0.5.0.i-1|Create: Central Kitchen |create_central_kitchen |1.3.5 |DONE |Manifest: NOSIGNATURE
430 ensorcellation-1.19.2-4.2.0.14.jar |Ensorcellation |ensorcellation |**.**.**.** |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
431 simplyswords-forge-1.46.0-1.19.2.jar |Simply Swords |simplyswords |1.46.0-1.19.2 |DONE |Manifest: NOSIGNATURE
432 EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
433 radiantgear-forge-2.0.1+1.19.2.jar |Radiant Gear |radiantgear |2.0.1+1.19.2 |DONE |Manifest: NOSIGNATURE
434 moonlight-1.19.2-2.2.34-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.34 |DONE |Manifest: NOSIGNATURE
435 smarterfarmers-1.19.2-1.7.1.jar |Smarter Farmers |smarterfarmers |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE
436 nohostilesaroundcampfire-1.19.2-5.4.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |5.4 |DONE |Manifest: NOSIGNATURE
437 eccentrictome-1.19.2-1.10.0.jar |Eccentric Tome |eccentrictome |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE
438 babyfat-forge-1.19.2-1.1.2.jar |Baby Fat |babyfat |1.19.2-1.1.2 |DONE |Manifest: NOSIGNATURE
439 gardens-of-the-dead-forge-2.0.1.jar |Gardens of the Dead |gardens_of_the_dead |2.0.1 |DONE |Manifest: NOSIGNATURE
440 nightlights_1.19.2_1.1.jar |Night Lights |nightlights |1.1 |DONE |Manifest: NOSIGNATURE
441 Jade-1.19.1-forge-8.8.1.jar |Jade |jade |8.8.1 |DONE |Manifest: NOSIGNATURE
442 fish_of_thieves-mc1.19.2-v2.2.3-forge.jar |Fish of Thieves |fishofthieves |2.2.3 |DONE |Manifest: NOSIGNATURE
443 CreativeCore_FORGE_v2.9.3_mc1.19.2.jar |CreativeCore |creativecore |2.9.3 |DONE |Manifest: NOSIGNATURE
444 Undergarden-Tetra Patch-1.3.2-1.19.2.jar |Tetra/Undergarden Patch |undergardenpatch |1.3.2-1.19.2 |DONE |Manifest: NOSIGNATURE
445 weaponmaster-multi-forge-1.19.x-3.0.3.jar |YDM's Weapon Master |weaponmaster |3.0.3 |DONE |Manifest: NOSIGNATURE
446 smoothboot(reloaded)-mc1.19.2-0.0.2.jar |Smooth Boot (Reloaded) |smoothboot |0.0.2 |DONE |Manifest: NOSIGNATURE
447 NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |DONE |Manifest: NOSIGNATURE
448 collectorsreap-1.19-1.2.3.jar |Collector's Reap |collectorsreap |1.2.3 |DONE |Manifest: NOSIGNATURE
449 omgourd-1.19.2-4.2.0.12.jar |Oh My Gourd |omgourd |**.**.**.** |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
450 atmospheric-1.19.2-5.0.0.jar |Atmospheric |atmospheric |5.0.0 |DONE |Manifest: NOSIGNATURE
451 rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |DONE |Manifest: NOSIGNATURE
452 plushies-1.2-1.19.2.jar |Plushie Mod |plushies |1.2 |DONE |Manifest: NOSIGNATURE
453 Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |DONE |Manifest: NOSIGNATURE
454 reliquary-1.19.2-2.0.20.1166.jar |Reliquary |reliquary |1.19.2-2.0.20.1166 |DONE |Manifest: NOSIGNATURE
455 Quark-3.4-400.jar |Quark |quark |3.4-400 |DONE |Manifest: NOSIGNATURE
456 vanillapluscompat-1.6.1-1.19.2.jar |Vanilla Plus Compat |vanillapluscompat |1.6.1-1.19.2 |DONE |Manifest: NOSIGNATURE
457 supplementaries-1.19.2-2.3.10.jar |Supplementaries |supplementaries |1.19.2-2.3.10 |DONE |Manifest: NOSIGNATURE
458 suppsquared-1.19.2-1.1.1.jar |Supplementaries Squared |suppsquared |1.19.2-1.1.1 |DONE |Manifest: NOSIGNATURE
459 DramaticDoors-Forge-1.19.2-2.3.4_2.jar |Dramatic Doors |dramaticdoors |1.19.2-2.3.4_2 |DONE |Manifest: NOSIGNATURE
460 mutil-1.19.2-5.1.0.jar |mutil |mutil |5.1.0 |DONE |Manifest: NOSIGNATURE
461 art_of_forging-1.6.4-1.19.2.jar |Art of Forging |art_of_forging |1.6.4-1.19.2 |DONE |Manifest: NOSIGNATURE
462 Gobber_Delight_1.1.1_Forge_1.19.2.jar |Gobber Delight (by NoCube) |gobberdelight |1.1.1 |DONE |Manifest: NOSIGNATURE
463 create-stuff-additions1.19.2_v2.0.2e.jar |Create Stuff & Additions |create_sa |2.0.2. |DONE |Manifest: NOSIGNATURE
464 abnormals_delight-1.19.2-4.0.2.jar |Abnormals Delight |abnormals_delight |4.0.2 |DONE |Manifest: NOSIGNATURE
465 StorageDrawers-1.19-11.1.2.jar |Storage Drawers |storagedrawers |11.1.2 |DONE |Manifest: NOSIGNATURE
466 ars_elemental-1.19.2-0.**.**.**.**.jar |Ars Elemental |ars_elemental |1.19.2-0.**.**.**.** |DONE |Manifest: NOSIGNATURE
467 immersive_paintings-0.6.0+1.19.2-forge.jar |Immersive Paintings |immersive_paintings |0.6.0+1.19.2 |DONE |Manifest: NOSIGNATURE
468 miners_delight-1.19.2-1.1.1.jar |Miner's Delight |miners_delight |1.19.2-1.1.1 |DONE |Manifest: NOSIGNATURE
469 invhud.forge.1.19-3.4.7.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.7 |DONE |Manifest: NOSIGNATURE
470 ars_instrumentum-1.19.2-3.4.0.jar |Ars Instrumentum |ars_instrumentum |3.4.0 |DONE |Manifest: NOSIGNATURE
471 creeperoverhaul-2.0.9-forge.jar |Creeper Overhaul |creeperoverhaul |2.0.9 |DONE |Manifest: NOSIGNATURE
472 alexsdelight-1.4.1.jar |Alex's Delight |alexsdelight |1.4.1 |DONE |Manifest: NOSIGNATURE
473 ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
474 apexcore-1.19.2-7.3.1.jar |ApexCore |apexcore |7.3.1 |DONE |Manifest: NOSIGNATURE
475 fantasyfurniture-1.19.2-6.7.0.jar |Fantasy's Furniture |fantasyfurniture |6.7.0 |DONE |Manifest: NOSIGNATURE
476 ItalianDelight-1.19.2 1.5-MAR_FIX.jar |Italian Delight |italian_delight |1.2 |DONE |Manifest: NOSIGNATURE
477 betterlily-1.1.1.jar |Better Lily Pads |betterlily |1.1.1 |DONE |Manifest: NOSIGNATURE
478 charmofundying-forge-6.2.0+1.19.2.jar |Charm of Undying |charmofundying |6.2.0+1.19.2 |DONE |Manifest: NOSIGNATURE
479 BetterF3-4.0.0-Forge-1.19.2.jar |BetterF3 |betterf3 |4.0.0 |DONE |Manifest: NOSIGNATURE
480 cave-enhancements-1.19.2-2.1.12-forge.jar |Cave Enhancements |cave_enhancements |1.19.2-2.1.12-forge |DONE |Manifest: NOSIGNATURE
481 oddorganisms-1.19.2-0.3.0.jar |Odd Organisms |oddorganisms |1.19.2-0.3.0 |DONE |Manifest: NOSIGNATURE
482 unusualprehistory-1.3.4.1.jar |Unusual Prehistory |unusualprehistory |**.**.**.** |DONE |Manifest: NOSIGNATURE
483 BoneZone-Forge-1.19.2-1.0.3.jar |BoneZone |bonezone |1.0.3 |DONE |Manifest: NOSIGNATURE
484 bushierflowers-0.0.2-1.19.2.jar |Bushier Flowers |bushierflowers |0.0.2-1.19.2 |DONE |Manifest: NOSIGNATURE
485 expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
486 valhelsia_core-forge-1.19.2-0.5.0.jar |Valhelsia Core |valhelsia_core |1.19.2-0.5.0 |DONE |Manifest: NOSIGNATURE
487 forbidden_arcanus-1.19.2-2.1.3.jar |Forbidden & Arcanus |forbidden_arcanus |1.19.2-2.1.3 |DONE |Manifest: NOSIGNATURE
488 create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.0 |DONE |Manifest: NOSIGNATURE
489 UndeadUnleashed-1.0.3-1.19.2.jar |Undead Unleashed |undead_unleashed |1.0.3 |DONE |Manifest: NOSIGNATURE
490 createaddition-1.19.2-20230507a.jar |Create Crafts & Additions |createaddition |1.19.2-20230507a |DONE |Manifest: NOSIGNATURE
491 Flywheel Backend: GL33 Instanced Arrays
492 Crash Report UUID: 1cef5298-f2fb-4149-9055-d8e05b1cc4d9
493 FML: 43.2
494 Forge: net.minecraftforge:43.2.10
This log will be saved for 90 days from their last view.
Report abuse