Minecraft crashes when trees is being generated in new chunks
ReiNAce opened this issue · 11 comments
What's the issue you encountered?
Ok, so first, I don't know how to read logs, so if it is not the fault of your mod, I'd appreciate it if you tell me what mod is causing this problem.
Then, I am using Forge 40.0.52, Terrablender 1.1.0.99
Here are the crash report, log file, debug log, crafttweaker log
crash-2022-04-16_22.51.17-server.txt
latest.log
debug.log
crafttweaker.log
How can the issue be reproduced?
Open Minecraft
Create new world
Upon spawn in the new world, no trees seem present
After walking a bit, new chunks generating
Upon generating new chunks, crash happens
Logs
<script src="https://gist.github.com/ReiNAce/2bd219e2aebbb79e0d64ca50ef664e7d.js"></script>Mod Version
1.1.0.99
Additional information
No response
I found it! It's dungeons_1.11.2_mc1.18.2.jar. From https://www.curseforge.com/minecraft/mc-mods/minecraft-dungeons-content/files. I went through and loaded a single player map a zillion times and that one made the difference with terrablender loaded.
No trees, no grass. It's sad. Then it crashes after you walk for a while. Take away the mods that depend on this mod and it still happens. Take away this one and grass and trees appear again. No crashes so far. Such good mods depend on this though.
minecraft 1.18.2
mod version 1.1.0.99
forge 40.1.0
Confirmed it happens as far back as 1.1.0.94. (Versions earlier than that I'm getting some parameter list error before the map gets generated.)
No trees, no grass. It's sad. Then it crashes after you walk for a while. Take away the mods that depend on this mod and it still happens. Take away this one and grass and trees appear again. No crashes so far. Such good mods depend on this though.
minecraft 1.18.2 mod version 1.1.0.99 forge 40.1.0
I hope it gets fixed...
You both seem to be conflating entirely different issues. The trees mentioned in the crash report are nothing to do with tree decoration in the world. The crash in the initial issue is caused by an unknown mod adding a call to getNoiseBiome
far too early before everything has been initialized properly. You have far too many mods installed for me to really provide much insight here. You need to narrow the issue down to two/three mods before I can really do much.
You both seem to be conflating entirely different issues. The trees mentioned in the crash report are nothing to do with tree decoration in the world. The crash in the initial issue is caused by an unknown mod adding a call to
getNoiseBiome
far too early before everything has been initialized properly. You have far too many mods installed for me to really provide much insight here. You need to narrow the issue down to two/three mods before I can really do much.
When I remove Terrablender and Biomes O Plenty, all the mods are running well and my Minecraft does not crash anymore. So I suspect it is either Terrablender, Biomes O' Plenty, or both.
BoP isn’t involved here - It just depends on TerraBlender. TerraBlender is crashing due to another mod adding a call to getNoiseBiome as I mentioned before. I can’t do much unless I know what mod that is.
BoP isn’t involved here - It just depends on TerraBlender. TerraBlender is crashing due to another mod adding a call to getNoiseBiome as I mentioned before. I can’t do much unless I know what mod that is.
Ok. I started eliminating variables (adding and deleting mods, one by one) to see what causes the problem with TerraBlender. It seems Nature's Expansion ver 1.5 is causing the error. Can you please check? Also, I used the seed -1543206197 as a reference. If Nature's Expansion is not installed, I spawned in a jungle forest near the beach. If not, I still spawn on the beach but the land was barren, with no trees.
Here is the link for the curseforge page:
https://www.curseforge.com/minecraft/mc-mods/nature-expansion/files
I hope that helps.
Just kidding. Dungeon Contents was not the cause for me...
---- Minecraft Crash Report ----
// Don't do that.
Time: 5/20/22, 8:26 PM
Description: Exception in server tick loop
java.util.concurrent.CompletionException: java.lang.RuntimeException: Attempted to call findValuePositional whilst trees remain unpopulated!
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
Caused by: java.lang.RuntimeException: Attempted to call findValuePositional whilst trees remain unpopulated!
at net.minecraft.world.level.biome.Climate$ParameterList.findValuePositional(Climate.java:603) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,re:classloading,pl:mixin:APP:terrablender.mixins.json:MixinParameterList,pl:mixin:A}
at net.minecraft.world.level.biome.MultiNoiseBiomeSource.handler$cha000$getNoiseBiome(MultiNoiseBiomeSource.java:547) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender.mixins.json:MixinMultiNoiseBiomeSource,pl:mixin:A}
at net.minecraft.world.level.biome.MultiNoiseBiomeSource.m_203407_(MultiNoiseBiomeSource.java) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender.mixins.json:MixinMultiNoiseBiomeSource,pl:mixin:A}
at net.minecraft.world.level.chunk.LevelChunkSection.m_188003_(LevelChunkSection.java:200) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkAccess.m_183442_(ChunkAccess.java:390) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:access.ChunkAccessAccess,pl:mixin:APP:byg.mixins.json:common.world.MixinChunkAccess,pl:mixin:APP:starlight.mixins.json:common.chunk.ChunkAccessMixin,pl:mixin:APP:structure_gel.mixins.json:ChunkAccessMixin,pl:mixin:A}
at net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.m_204586_(NoiseBasedChunkGenerator.java:134) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:access.NoiseBasedChunkGeneratorAccess,pl:mixin:A}
at net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.m_204595_(NoiseBasedChunkGenerator.java:124) ~[client-1.18.2-20220404.173914-srg.jar%23363!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:access.NoiseBasedChunkGeneratorAccess,pl:mixin:A}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {}
... 6 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 690952272 bytes (658 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9
Microarchitecture: Kaby Lake
Frequency (GHz): 4.20
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: NVIDIA GeForce RTX 2080
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1e87
Graphics card #0 versionInfo: DriverVersion=30.0.15.1215
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.47
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.47
Memory slot #1 type: DDR4
Memory slot #2 capacity (MB): 8192.00
Memory slot #2 clockSpeed (GHz): 2.47
Memory slot #2 type: DDR4
Memory slot #3 capacity (MB): 8192.00
Memory slot #3 clockSpeed (GHz): 2.47
Memory slot #3 type: DDR4
Virtual memory max (MB): 41804.63
Virtual memory used (MB): 38893.20
Swap memory total (MB): 9105.34
Swap memory used (MB): 677.40
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Loaded Shaderpack: (off)
Server Running: true
Player Count: 1 / 8; [ServerPlayer['DaddyDanked'/1085, l='ServerLevel[New Worldt]', x=-25.50, y=67.00, z=-69.50]]
Data Packs: vanilla, mod:supermartijn642configlib (incompatible), mod:nethers_exoticism, mod:deathcounter (incompatible), mod:publicguiannouncement (incompatible), mod:prefab, mod:uppers, mod:javd (incompatible), mod:gamemenuremovegfarb (incompatible), mod:mcwwindows, mod:stalwart_dungeons, mod:strawgolem (incompatible), mod:rubidium (incompatible), mod:neat (incompatible), mod:forgeendertech, mod:no_angled_brackets (incompatible), mod:evilcraft, mod:yungsapi, mod:rangedpumps, mod:chancecubes (incompatible), mod:pickupnotifier (incompatible), mod:balm (incompatible), mod:jeresources (incompatible), mod:toolkit (incompatible), mod:paraglider (incompatible), mod:ninjaphenix_container_lib (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore, mod:minieffects, mod:emojiful (incompatible), mod:tklib (incompatible), mod:refinedstorage, mod:durabilitytooltip, mod:structure_gel, mod:flytre_lib (incompatible), mod:advancementplaques (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:morevillagers (incompatible), mod:bcc (incompatible), mod:toolstats (incompatible), mod:ironfurnaces (incompatible), mod:futurepack, mod:supermartijn642corelib, mod:botania (incompatible), mod:telepass (incompatible), mod:oculus (incompatible), mod:randomite, mod:lucent, mod:tombstone, mod:mcwroofs, mod:wormhole (incompatible), mod:pmmo (incompatible), mod:cfm, mod:chargers (incompatible), mod:curios (incompatible), mod:angelring (incompatible), mod:biomeinfo (incompatible), mod:globalxp (incompatible), mod:minepop, mod:adchimneys, mod:bettermineshafts, mod:playerrevive (incompatible), mod:geckolib3 (incompatible), mod:bettermodsbutton (incompatible), mod:reskin (incompatible), mod:mcwlights, mod:waterdripsound (incompatible), mod:fallingthrough (incompatible), mod:configmenusforge (incompatible), mod:jei (incompatible), mod:visualworkbench (incompatible), mod:graveyard (incompatible), mod:attributefix (incompatible), mod:tesseract, mod:mobspropertiesrandomness (incompatible), mod:mekanism, mod:caelus (incompatible), mod:fallingleaves (incompatible), mod:shutupexperimentalsettings, mod:oresabovediamonds (incompatible), mod:naturescompass (incompatible), mod:libx, mod:compactmachines (incompatible), mod:assemblylinemachines (incompatible), mod:farmingforblockheads (incompatible), mod:starlight (incompatible), mod:table_top_craft, mod:catalogue (incompatible), mod:extradisks, mod:rubidium_extras (incompatible), mod:chalk (incompatible), mod:idas, mod:infernalmobs (incompatible), mod:no_fog (incompatible), mod:mythicbotany, mod:dungeons_arise, mod:terrablender (incompatible), mod:mousetweaks (incompatible), mod:shouldersurfing (incompatible), mod:blockydoors (incompatible), mod:ding (incompatible), mod:ceilingtorch (incompatible), mod:pipez (incompatible), mod:flywheel (incompatible), mod:steampowered (incompatible), mod:mantle (incompatible), mod:pamhc2foodcore, mod:itemcollectors (incompatible), mod:croptopia, mod:serverconfigupdater (incompatible), mod:oauth (incompatible), mod:polymorph (incompatible), mod:multibeds, mod:autoreglib (incompatible), mod:warden_and_sculk, mod:sit (incompatible), mod:fastfurnace (incompatible), mod:portabletanks (incompatible), mod:lootr (incompatible), mod:connectedglass (incompatible), mod:damagetilt (incompatible), mod:thedragonlib (incompatible), mod:puzzleslib (incompatible), mod:byg (incompatible), mod:minemenu (incompatible), mod:cosmeticarmorreworked (incompatible), mod:convenientcurioscontainer (incompatible), mod:endermail (incompatible), mod:xpbook (incompatible), mod:slabmachines, mod:grapplemod (incompatible), mod:cyclopscore, mod:treechop (incompatible), mod:supercircuitmaker (incompatible), mod:notenoughcrashes (incompatible), mod:blue_skies (incompatible), mod:piglin_expansion, mod:autorun (incompatible), mod:aiotbotania, mod:advancedperipherals (incompatible), mod:chanceglobe (incompatible), mod:extendedcrafting, mod:healthoverlay (incompatible), mod:doggytalents, mod:connectivity (incompatible), mod:multimine (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:rsgauges (incompatible), mod:insanelib, mod:glassential (incompatible), mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:feature_nbt_deadlock_be_gone (incompatible), mod:culinaryconstruct (incompatible), mod:bookshelf (incompatible), mod:itemzoom (incompatible), mod:sophisticatedbackpacks (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:forge (incompatible), mod:silentgear (incompatible), mod:bibliotheca (incompatible), mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_cultivation (incompatible), mod:appleskin (incompatible), mod:aquaculture (incompatible), mod:waddles (incompatible), mod:mcwdoors, mod:bygonenether (incompatible), mod:shulkerbox (incompatible), mod:carryon (incompatible), mod:lavasponge (incompatible), mod:dragonmounts (incompatible), mod:dummmmmmy (incompatible), mod:konkrete (incompatible), mod:createcafe (incompatible), mod:prettypipes (incompatible), mod:chipped (incompatible), mod:jamd (incompatible), mod:mcwbridges, mod:curious_armor_stands (incompatible), mod:hostilenetworks (incompatible), mod:entangled, mod:commoncapabilities, mod:compressium (incompatible), mod:signpost, mod:ping (incompatible), mod:bettercrates, mod:getittogetherdrops (incompatible), mod:simpleshops (incompatible), mod:drawerfps (incompatible), mod:pamhc2foodextended, mod:illager_plushies, mod:goblinsanddungeons (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:thermal_expansion (incompatible), mod:drawerstooltip (incompatible), mod:mysticalcustomization, mod:libnonymous, mod:elevatorid, mod:gobber2, mod:expandedstorage, mod:enigmaticlegacy (incompatible), mod:buildersaddition (incompatible), mod:inventoryprofilesnext (incompatible), mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:computercraft, mod:energymeter (incompatible), mod:aiimprovements (incompatible), mod:productivebees (incompatible), mod:lightoverlay (incompatible), mod:trashcans, mod:undergarden, mod:tramplestopper (incompatible), mod:bwncr (incompatible), mod:cursery (incompatible), mod:speedyladders (incompatible), mod:servertabinfo (incompatible), mod:armorplus (incompatible), mod:corail_pillar, mod:tradingpost (incompatible), mod:cyclic, mod:betteradvancements (incompatible), mod:bhmenu (incompatible), mod:rhino (incompatible), mod:kubejs (incompatible), mod:kubejs_thermal (incompatible), mod:kubejs_mekanism (incompatible), mod:doom (incompatible), mod:cucumber, mod:jmi (incompatible), mod:tinkers_reforged (incompatible), mod:itemfilters (incompatible), mod:ftbquests (incompatible), mod:conjurer_illager, mod:simplerpc (incompatible), mod:create, mod:kubejs_create (incompatible), mod:ars_creo (incompatible), mod:waystones (incompatible), mod:merchantmarkers (incompatible), mod:buildersdelight, mod:weaponthrow (incompatible), mod:clumps (incompatible), mod:journeymap, mod:artifacts, mod:storagenetwork (incompatible), mod:framedcompactdrawers (incompatible), mod:configured (incompatible), mod:gardentools, mod:vanillatweaks (incompatible), mod:dungeoncrawl, mod:bonsaitrees3, mod:travel_anchors, mod:lazydfu (incompatible), mod:mcjtylib (incompatible), mod:nice (incompatible), mod:hyperlighting (incompatible), mod:explorerscompass (incompatible), mod:orcz, mod:walljump (incompatible), mod:mininggadgets (incompatible), mod:wandering_bag, mod:skinlayers3d (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:matc (incompatible), mod:craftingtweaks (incompatible), mod:tconstruct (incompatible), mod:enchdesc (incompatible), mod:eccentrictome (incompatible), mod:toolbelt, mod:silentlib, mod:jade (incompatible), mod:creativecore (incompatible), mod:movingelevators, mod:archers_paradox (incompatible), mod:youre_seeing_dungeons, mod:iceberg (incompatible), mod:reliquary (incompatible), mod:quark (incompatible), mod:legendarytooltips (incompatible), mod:gobberdelight, mod:brutalbosses (incompatible), mod:fastbench (incompatible), mod:storagedrawers (incompatible), mod:inventoryhud (incompatible), mod:seeddrop (incompatible), mod:fancymenu (incompatible), mod:hunterillager, mod:alexsdelight, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:domesticationinnovation (incompatible), mod:farmersdelight (incompatible), mod:ferritecore (incompatible), mod:engineersdecor (incompatible), mod:solcarrot (incompatible), mod:modularrouters (incompatible), mod:betterf3 (incompatible), mod:refinedstorageaddons, mod:expandability (incompatible), mod:createaddition (incompatible), mod:embellishedenchanting, mod:questsadditions (incompatible)
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Client Crashes Since Restart: 0
Integrated Server Crashes Since Restart: 1
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
minecraft@1.0
javafml@null
Mod List:
supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
nether-s-exoticism-1.18.2-1.1.5.jar |Nether's Exoticism |nethers_exoticism |1.1.5 |DONE |Manifest: NOSIGNATURE
DeathCounter-1.18-1.2.1.jar |Death Counter |deathcounter |1.2.1 |DONE |Manifest: NOSIGNATURE
Public GUI Announcement-forge-1.18.2-3.2.0.1.jar |Public GUI Announcement |publicguiannouncement |3.2.0.1 |DONE |Manifest: NOSIGNATURE
prefab-1.8.2.2.jar |Prefab |prefab |1.8.2.2 |DONE |Manifest: NOSIGNATURE
Uppers-0.4.1.jar |Uppers |uppers |0.4.1 |DONE |Manifest: NOSIGNATURE
JAVD-3.0.0-build.54+mc1.18.2.jar |Just Another Void Dim |javd |3.0.0-build.54+mc1.1|DONE |Manifest: NOSIGNATURE
GameMenuRemoveGFARB-1.18-Forge-1.4.jar |Game Menu Remove GFARB |gamemenuremovegfarb |1.4 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.3-mc1.18.2.jar |Macaw's Windows |mcwwindows |2.0.3 |DONE |Manifest: NOSIGNATURE
stalwart-dungeons-1.18.2-1.2.2.jar |Stalwart Dungeons |stalwart_dungeons |1.2.2 |DONE |Manifest: NOSIGNATURE
Strawgolem-forge-1.18.2-2.0.0a2.jar |Strawgolem |strawgolem |2.0.0a2 |DONE |Manifest: NOSIGNATURE
rubidium-0.5.2a.jar |Rubidium |rubidium |0.5.2a |DONE |Manifest: NOSIGNATURE
Neat 1.8-30.jar |Neat |neat |1.8-30 |DONE |Manifest: NOSIGNATURE
ForgeEndertech-1.18.2-9.0.1.0-build.0767.jar |ForgeEndertech |forgeendertech |9.0.1.0 |DONE |Manifest: NOSIGNATURE
no_angled_brackets-1.18.2-1.0.0-forge.jar |No Angled Brackets |no_angled_brackets |1.0.0 |DONE |Manifest: NOSIGNATURE
EvilCraft-1.18.2-1.1.20.jar |EvilCraft |evilcraft |1.1.20 |DONE |Manifest: NOSIGNATURE
YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |DONE |Manifest: NOSIGNATURE
rangedpumps-0.9.2.jar |Ranged Pumps |rangedpumps |0.9.2 |DONE |Manifest: NOSIGNATURE
ChanceCubes-1.18.2-5.0.2.455.jar |Chance Cubes |chancecubes |1.18.2-5.0.2.455 |DONE |Manifest: NOSIGNATURE
PickUpNotifier-v3.2.0-1.18.2-Forge.jar |Pick Up Notifier |pickupnotifier |3.2.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
balm-3.0.3+0.jar |Balm |balm |3.0.3+0 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.18.2-0.14.1.167.jar |Just Enough Resources |jeresources |0.14.1.167 |DONE |Manifest: NOSIGNATURE
ToolKit-2.2.1-build.4+mc1.18.2.jar |Tool Kit |toolkit |2.2.1-build.4+mc1.18|DONE |Manifest: NOSIGNATURE
Paraglider-1.18.2-1.6.0.0.jar |Paraglider |paraglider |1.6.0.0 |DONE |Manifest: NOSIGNATURE
ninjaphenix-container-library-1.3.0+1.18-forge.jar|NinjaPhenix's Container Librar|ninjaphenix_container_lib |1.3.0 |DONE |Manifest: NOSIGNATURE
cloth-config-6.2.62-forge.jar |Cloth Config v4 API |cloth_config |6.2.62 |DONE |Manifest: NOSIGNATURE
shetiphiancore-1.18-3.10.9.jar |ShetiPhian-Core |shetiphiancore |3.10.9 |DONE |Manifest: NOSIGNATURE
MiniEffects-1.18.2-forge-4.1.0.jar |MiniEffects |minieffects |4.1.0 |DONE |Manifest: NOSIGNATURE
emojiful-1.18.2-3.0.1.jar |Emojiful |emojiful |1.18.2-3.0.1 |DONE |Manifest: NOSIGNATURE
TKLib-0.0.11+1.18.2.jar |TKLib |tklib |0.0.11 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.10.2.jar |Refined Storage |refinedstorage |1.10.2 |DONE |Manifest: NOSIGNATURE
durabilitytooltip-1.1.1-forge-mc1.18.jar |Durability Tooltip |durabilitytooltip |1.1.1 |DONE |Manifest: NOSIGNATURE
structure_gel-1.18.2-2.2.4.jar |Structure Gel API |structure_gel |2.2.4 |DONE |Manifest: NOSIGNATURE
flytre_lib-1.18.2-1.8.1-forge.jar |FlytreLib |flytre_lib |1.8.1 |DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.18.2-1.4.3.jar |Advancement Plaques |advancementplaques |1.4.3 |DONE |Manifest: NOSIGNATURE
torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-5.1.8+1.18.2.jar |Repurposed Structures |repurposed_structures |5.1.8+1.18.2 |DONE |Manifest: NOSIGNATURE
morevillagers-FORGE-1.18.2-3.2.0.jar |More Villagers |morevillagers |3.2.0 |DONE |Manifest: NOSIGNATURE
BetterCompatibilityChecker-1.1.14-build.26+mc1.18.|Better Compatibility Checker |bcc |1.1.14-build.26+mc1.|DONE |Manifest: NOSIGNATURE
ToolStats-Forge-1.18.2-9.0.1.jar |ToolStats |toolstats |9.0.1 |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
ironfurnaces-1.18.2-3.3.0.jar |Iron Furnaces |ironfurnaces |3.3.0 |DONE |Manifest: NOSIGNATURE
Futurepack-1.18.2-33.0.7268.jar |Futurepack |futurepack |033.0.7268 |DONE |Manifest: 78:ee:c7:a4:2b:54:18:c6:71:6a:84:82:fa:d9:98:5a:a8:33:83:96:b1:4b:e6:1a:c9:56:58:d7:e8:92:1d:63
supermartijn642corelib-1.0.18-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
Botania-1.18.2-432.jar |Botania |botania |1.18.2-432 |DONE |Manifest: NOSIGNATURE
TelePass-1.18-1.1.2.jar |Telepass |telepass |1.1.2 |DONE |Manifest: NOSIGNATURE
oculus-mc1.18.2-1.2.4.jar |Oculus |oculus |1.2.4 |DONE |Manifest: NOSIGNATURE
randomite-1.18.2-1.1.2.jar |Randomite Classic |randomite |1.1.2 |DONE |Manifest: NOSIGNATURE
lucent-1.18.2-1.2.2.jar |Lucent |lucent |1.2.2 |DONE |Manifest: NOSIGNATURE
tombstone-7.4.5-1.18.2.jar |Corail Tombstone |tombstone |7.4.5 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.1.2-mc1.18.2.jar |Macaw's Roofs |mcwroofs |2.1.2 |DONE |Manifest: NOSIGNATURE
wormhole-1.1.9b-mc1.18.jar |Wormhole (Portals) |wormhole |1.1.9b |DONE |Manifest: NOSIGNATURE
Project_MMO-1.18.2-3.69.10.jar |Project MMO |pmmo |1.18.2-3.69.10 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre29-1.18.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre29 |DONE |Manifest: NOSIGNATURE
Chargers-1.18.2-4.2.1.14.jar |Chargers |chargers |4.2.1.14 |DONE |Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
curios-forge-1.18.2-5.0.7.0.jar |Curios API |curios |1.18.2-5.0.7.0 |DONE |Manifest: NOSIGNATURE
angelring-1.18-1.5.0.jar |Angel Ring |angelring |1.5.0 |DONE |Manifest: NOSIGNATURE
biomeinfo-1.18.2-1.4.jar |BiomeInfo |biomeinfo |1.4 |DONE |Manifest: NOSIGNATURE
globalxp-1.18.2-1.10.jar |Global XP |globalxp |1.10 |DONE |Manifest: NOSIGNATURE
Mine-Pop! 1.2-1.18.2 (FORGE).jar |Mine-Pop! |minepop |1.0.0 |DONE |Manifest: NOSIGNATURE
embellishedenchanting-1.2.8.jar |Embellished Enchanting |embellishedenchanting |1.2.8 |DONE |Manifest: NOSIGNATURE
AdChimneys-1.18.2-8.1.0.0-build.0767.jar |Advanced Chimneys |adchimneys |8.1.0.0 |DONE |Manifest: NOSIGNATURE
YungsBetterMineshafts-1.18.2-Forge-2.1.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.1.3 |DONE |Manifest: NOSIGNATURE
PlayerRevive_FORGE_v2.0.1_mc1.18.2.jar |PlayerRevive |playerrevive |2.0.1 |DONE |Manifest: NOSIGNATURE
geckolib-1.18-forge-3.0.18.jar |GeckoLib |geckolib3 |3.0.18 |DONE |Manifest: NOSIGNATURE
BetterModsButton-v3.2.2-1.18.2-Forge.jar |Better Mods Button |bettermodsbutton |3.2.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
ReSkin-forge-2.5.0.jar |Re:Skin |reskin |2.5.0 |DONE |Manifest: NOSIGNATURE
mcw-lights-1.0.3-mc1.18.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |DONE |Manifest: NOSIGNATURE
DripSounds-1.18-0.3.0.jar |Drip Sounds |waterdripsound |0.3.0 |DONE |Manifest: NOSIGNATURE
fallingthrough-1.18.2-2.4.jar |Fallingthrough mod |fallingthrough |1.18.2-2.4 |DONE |Manifest: NOSIGNATURE
ConfigMenusForge-v3.2.0-1.18.2-Forge.jar |Config Menus for Forge |configmenusforge |3.2.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
jei-1.18.2-9.7.0.195.jar |Just Enough Items |jei |9.7.0.195 |DONE |Manifest: NOSIGNATURE
VisualWorkbench-v3.3.0-1.18.2-Forge.jar |Visual Workbench |visualworkbench |3.3.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
The_Graveyard_1.7_(FORGE)_for_1.18.2.jar |The Graveyard |graveyard |1.7 |DONE |Manifest: NOSIGNATURE
AttributeFix-Forge-1.18.2-14.0.1.jar |AttributeFix |attributefix |14.0.1 |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.26-forge-mc1.18.jar |Tesseract |tesseract |1.0.26 |DONE |Manifest: NOSIGNATURE
MobsPropertiesRandomness-3.3.1-mc1.18.2.jar |Mobs Properties Randomness |mobspropertiesrandomness |3.3.1 |DONE |Manifest: NOSIGNATURE
Mekanism-1.18.2-10.2.0.459.jar |Mekanism |mekanism |10.2.0 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.18.1-3.0.0.2.jar |Caelus API |caelus |1.18.1-3.0.0.2 |DONE |Manifest: NOSIGNATURE
Fallingleaves-1.18.2-1.3.2.jar |Falling Leaves |fallingleaves |1.3.2 |DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |DONE |Manifest: NOSIGNATURE
oresabovediamonds-8.1.1.jar |Ores Above Diamonds |oresabovediamonds |8.1.1 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.18.2-1.9.5-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.5-forge |DONE |Manifest: NOSIGNATURE
LibX-1.18.2-3.2.17.jar |LibX |libx |1.18.2-3.2.17 |DONE |Manifest: NOSIGNATURE
compactmachines-4.2.0.jar |Compact Machines 4 |compactmachines |4.2.0 |DONE |Manifest: NOSIGNATURE
assemblylinemachines-1.18.2-1.4.2.jar |Assembly Line Machines |assemblylinemachines |1.18.2-1.4.2 |DONE |Manifest: NOSIGNATURE
farmingforblockheads-forge-1.18.2-10.0.1.jar |Farming for Blockheads |farmingforblockheads |10.0.1 |DONE |Manifest: NOSIGNATURE
starlight-1.0.2+forge.546ae87.jar |Starlight |starlight |1.0.2+forge.83663de |DONE |Manifest: NOSIGNATURE
table_top_craft-1.18.2-2.1.0.jar |Table Top Craft |table_top_craft |1.18.2-2.1.0 |DONE |Manifest: NOSIGNATURE
questsadditions-1.18.2-1.3.1.jar |Quests Additions |questsadditions |1.3.1 |DONE |Manifest: NOSIGNATURE
catalogue-1.6.1-1.18.2.jar |Catalogue |catalogue |1.6.1 |DONE |Manifest: NOSIGNATURE
ExtraDisks-1.18.2-2.1.0.jar |Extra Disks |extradisks |1.18.2-2.1.0 |DONE |Manifest: NOSIGNATURE
rubidium_extras-1.18.2_v1.3.1.jar |Rubidium Extras |rubidium_extras |1.18.2_v1.3.1 |DONE |Manifest: NOSIGNATURE
chalk-1.18.2-1.2.1.jar |Chalk |chalk |1.2.1 |DONE |Manifest: NOSIGNATURE
idas_forge-1.1.5+1.18.2.jar |Integrated Dungeons and Struct|idas |1.1.5+1.18.2 |DONE |Manifest: NOSIGNATURE
infernalmobs-1.18.4.jar |Infernal Mobs |infernalmobs |1.18.4 |DONE |Manifest: NOSIGNATURE
NoFog-1.2.1_1.18.2-forge.jar |No Fog |no_fog |1.2.1+1.18.2-forge |DONE |Manifest: NOSIGNATURE
MythicBotany-1.18.2-2.1.4.jar |MythicBotany |mythicbotany |1.18.2-2.1.4 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.18.2-2.1.50d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.50d-1.18.2 |DONE |Manifest: NOSIGNATURE
client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
TerraBlender-forge-1.18.2-1.1.0.99.jar |TerraBlender |terrablender |1.18.2-1.1.0.99 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE
ShoulderSurfing-1.18.2-2.2.3.jar |Shoulder Surfing |shouldersurfing |1.18.2-2.2.3 |DONE |Manifest: NOSIGNATURE
blockydoors-1.18-1.0.0.jar |blockydoors |blockydoors |1.18-1.0.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
Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
ceilingtorch-1.18.2-1.18.jar |Ceiling Torch |ceilingtorch |1.18 |DONE |Manifest: NOSIGNATURE
pipez-1.18.2-1.1.4.jar |Pipez |pipez |1.18.2-1.1.4 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.18-0.6.2.jar |Flywheel |flywheel |1.18-0.6.2 |DONE |Manifest: NOSIGNATURE
steampowered-1.18.2-2.0.2-alpha.jar |Create: Steam Powered |steampowered |1.18.2-2.0.2-alpha |DONE |Manifest: NOSIGNATURE
Mantle-1.18.2-1.9.20.jar |Mantle |mantle |1.9.20 |DONE |Manifest: NOSIGNATURE
pamhc2foodcore-1.18.2-1.0.1.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.1 |DONE |Manifest: NOSIGNATURE
itemcollectors-1.1.5-mc1.18.jar |Item Collectors |itemcollectors |1.1.5 |DONE |Manifest: NOSIGNATURE
Croptopia-1.18.2-FORGE-2.0.1.jar |Croptopia |croptopia |2.0.1 |DONE |Manifest: NOSIGNATURE
serverconfigupdater-2.0.jar |ServerConfig Updater |serverconfigupdater |2.0 |DONE |Manifest: NOSIGNATURE
oauth-1.1.13-1.18.2.jar |OAuth |oauth |1.1.13 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.18.2-0.44.jar |Polymorph |polymorph |1.18.2-0.44 |DONE |Manifest: NOSIGNATURE
multibeds-1.18-1.9.6.jar |Multi-Beds |multibeds |1.9.6 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |DONE |Manifest: NOSIGNATURE
warden_and_sculk-2.0.0.jar |Warden and Sculk |warden_and_sculk |2.0.0 |DONE |Manifest: NOSIGNATURE
sit-1.18.2-1.3.2.jar |Sit |sit |1.3.2 |DONE |Manifest: NOSIGNATURE
FastFurnace-1.18.2-6.0.3.jar |FastFurnace |fastfurnace |6.0.3 |DONE |Manifest: NOSIGNATURE
portabletanks-1.1.4-mc1.18.jar |portabletanks |portabletanks |1.1.4 |DONE |Manifest: NOSIGNATURE
lootr-1.18.2-0.2.16.52.jar |Lootr |lootr |0.2.16.52 |DONE |Manifest: NOSIGNATURE
connectedglass-1.1.3-mc1.18.jar |Connected Glass |connectedglass |1.1.3 |DONE |Manifest: NOSIGNATURE
DamageTilt-1.18-forge-0.1.1.jar |DamageTilt |damagetilt |0.1.1 |DONE |Manifest: NOSIGNATURE
thedragonlib-1.18.1-1.0.0.jar |TheDragonLib |thedragonlib |1.18.1-1.0.0 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v3.3.3-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-17.jar|Oh The Biomes You'll Go |byg |1.4 |DONE |Manifest: NOSIGNATURE
MineMenu-1.18-1.10.0.jar |MineMenu |minemenu |1.18-1.10.0 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.18.2-v2.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2 |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
convenientcurioscontainer-1.2-1.18.jar |Convenient Curios Container |convenientcurioscontainer |2_forge-1.18 |DONE |Manifest: NOSIGNATURE
EnderMail-1.18.2-1.2.4.jar |Ender Mail |endermail |1.18.2-1.2.4 |DONE |Manifest: NOSIGNATURE
xptome-1.18.2-2.1.5.jar |XP Tome |xpbook |2.1.5 |DONE |Manifest: NOSIGNATURE
SlabMachines-1.18.2-1.1.2.jar |Slab Machines |slabmachines |1.1.2 |DONE |Manifest: NOSIGNATURE
grappling_hook_mod-1.18.2-v13.jar |Grappling Hook Mod |grapplemod |1.18.2-v13 |DONE |Manifest: NOSIGNATURE
CyclopsCore-1.18.2-1.13.6.jar |Cyclops Core |cyclopscore |1.13.6 |DONE |Manifest: NOSIGNATURE
TreeChop-1.18.2-0.15.7.jar |HT's TreeChop |treechop |0.15.7 |DONE |Manifest: NOSIGNATURE
SuperCircuitMaker2-0.2.4+1.18.2.jar |Super Circuit Maker |supercircuitmaker |0.2.4 |DONE |Manifest: NOSIGNATURE
notenoughcrashes-4.1.4+1.18.2-forge.jar |Not Enough Crashes |notenoughcrashes |4.1.4+1.18.2 |DONE |Manifest: NOSIGNATURE
blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |DONE |Manifest: NOSIGNATURE
Piglin Expansion 1.2 1.18.jar |Piglin Expansion |piglin_expansion |1.1.0 |DONE |Manifest: NOSIGNATURE
autorun-1.18-1.1.0.jar |Auto-Sprint |autorun |1.18-1.1.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
AIOTBotania-1.18.2-2.1.1.jar |AIOT Botania |aiotbotania |1.18.2-2.1.1 |DONE |Manifest: NOSIGNATURE
advancedperipherals-1.18.2-0.7.14b.jar |Advanced Peripherals |advancedperipherals |0.7.14b |DONE |Manifest: NOSIGNATURE
chanceglobe-1.18-1.3.6.jar |Chance Globe |chanceglobe |1.3.6 |DONE |Manifest: NOSIGNATURE
ExtendedCrafting-1.18.2-4.1.0.jar |Extended Crafting |extendedcrafting |4.1.0 |DONE |Manifest: NOSIGNATURE
HealthOverlay-1.18.1-6.0.0.jar |Health Overlay |healthoverlay |6.0.0 |DONE |Manifest: NOSIGNATURE
DoggyTalents-1.18.2-2.5.0.jar |Doggy Talents 2 |doggytalents |2.5.0 |DONE |Manifest: NOSIGNATURE
connectivity-1.18.2-2.9.jar |Connectivity Mod |connectivity |1.18.2-2.9 |DONE |Manifest: NOSIGNATURE
MultiMine-1.18.2.jar |Multi Mine |multimine |1.18.2 |DONE |Manifest: NOSIGNATURE
sophisticatedcore-1.18.2-0.1.0.19.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.1.0.19 |DONE |Manifest: NOSIGNATURE
kleeslabs-forge-1.18.1-11.1.0.jar |KleeSlabs |kleeslabs |11.1.0 |DONE |Manifest: NOSIGNATURE
rsgauges-1.18.2-1.2.16.jar |Gauges and Switches |rsgauges |1.2.16 |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
InsaneLib-1.4.7-mc1.18.2.jar |InsaneLib |insanelib |1.4.7 |DONE |Manifest: NOSIGNATURE
glassential-forge-1.18.2-1.2.3.jar |Glassential |glassential |1.18.2-1.2.3 |DONE |Manifest: NOSIGNATURE
cookingforblockheads-forge-1.18.2-12.0.1.jar |CookingForBlockheads |cookingforblockheads |12.0.1 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.18.2-9.0+19.jar |Controlling |controlling |9.0+19 |DONE |Manifest: NOSIGNATURE
Placebo-1.18.2-6.4.0.jar |Placebo |placebo |6.4.0 |DONE |Manifest: NOSIGNATURE
feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |2.0.0+1.18.2 |DONE |Manifest: NOSIGNATURE
culinaryconstruct-forge-1.18.2-4.3.1.0.jar |Culinary Construct |culinaryconstruct |1.18.2-4.3.1.0 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.18.2-13.0.13.jar |Bookshelf |bookshelf |13.0.13 |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
itemzoom-1.18.2-2.6.0.jar |Item Zoom |itemzoom |2.6.0 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.18.2-3.16.4.584.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.16.4.584 |DONE |Manifest: NOSIGNATURE
buildinggadgets-3.13.0-build.5+mc1.18.2.jar |Building Gadgets |buildinggadgets |3.13.0-build.5+mc1.1|DONE |Manifest: NOSIGNATURE
FramedBlocks-5.1.1-hotfix.jar |FramedBlocks |framedblocks |5.1.1 |DONE |Manifest: NOSIGNATURE
forge-1.18.2-40.1.19-universal.jar |Forge |forge |40.1.19 |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.18.2-2.10.5.jar |Silent Gear |silentgear |2.10.5 |DONE |Manifest: NOSIGNATURE
Bibliotheca-1.18.2-1.8.0.jar |Bibliotheca |bibliotheca |1.8.0 |DONE |Manifest: NOSIGNATURE
cofh_core-1.18.2-1.6.1.15.jar |CoFH Core |cofh_core |1.6.1.15 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_foundation-1.18.2-1.6.0.20.jar |Thermal Series |thermal |1.6.0.20 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_innovation-1.18.2-1.6.0.6.jar |Thermal Innovation |thermal_innovation |1.6.0.6 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_cultivation-1.18.2-1.6.0.8.jar |Thermal Cultivation |thermal_cultivation |1.6.0.8 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
appleskin-forge-mc1.18-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.18 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.18.2-2.3.6.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.6 |DONE |Manifest: NOSIGNATURE
Waddles-1.18.2-0.8.19.jar |Waddles |waddles |1.18.2-0.8.19 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.6-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.6 |DONE |Manifest: NOSIGNATURE
bygonenether-1.1.2-1.18.2.jar |Bygone Nether |bygonenether |1.1.2 |DONE |Manifest: NOSIGNATURE
shulkerbox-1.18.2-1.0.0.jar |Advanced Shulkerboxes |shulkerbox |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE
carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
lavasponge-1.1.6-1.18.2.jar |LavaSponge |lavasponge |1.1.6-1.18.2 |DONE |Manifest: NOSIGNATURE
dragonmounts-1.18.2-BETA_1.1.0b1.jar |Dragon Mounts: Legacy |dragonmounts |1.18.2-BETA_1.1.0b1 |DONE |Manifest: NOSIGNATURE
MmmMmmMmmMmm-1.18-1.5.1.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.0 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |DONE |Manifest: NOSIGNATURE
createcafe-1.3-1.18.2.jar |Create Cafe |createcafe |1.3-1.18.2 |DONE |Manifest: NOSIGNATURE
PrettyPipes-1.12.3.jar |Pretty Pipes |prettypipes |1.12.3 |DONE |Manifest: NOSIGNATURE
chipped-1.18.2-1.2.1-forge.jar |Chipped |chipped |1.18.2-1.2.1-forge |DONE |Manifest: NOSIGNATURE
JAMD-1.7.0-build.24+mc1.18.2.jar |Just Another Mining Dimension |jamd |1.7.0-build.24+mc1.1|DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.18.2.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
curious-armor-stands-1.18.1-4.0.0.jar |Curious Armor Stands |curious_armor_stands |1.18.1-4.0.0 |DONE |Manifest: NOSIGNATURE
HostileNeuralNetworks-1.18.2-3.1.1.jar |Hostile Neural Networks |hostilenetworks |3.1.1 |DONE |Manifest: NOSIGNATURE
entangled-1.3.11-forge-mc1.18.jar |Entangled |entangled |1.3.11 |DONE |Manifest: NOSIGNATURE
CommonCapabilities-1.18.2-2.8.2.jar |CommonCapabilities |commoncapabilities |2.8.2 |DONE |Manifest: NOSIGNATURE
Compressium-1.4.1-build.5+mc1.18.2.jar |Compressium |compressium |1.4.1-build.5+mc1.18|DONE |Manifest: NOSIGNATURE
signpost-1.18.2-2.00.5.jar |Signpost |signpost |1.18.2-2.00.5 |DONE |Manifest: NOSIGNATURE
Ping-1.18-1.8.0.jar |Ping |ping |1.18-1.8.0 |DONE |Manifest: NOSIGNATURE
BetterCrates-1.18.2-1.0.0.jar |Better Crates |bettercrates |1.0.0 |DONE |Manifest: NOSIGNATURE
getittogetherdrops-1.18.2-1.2.jar |Get It Together, Drops! |getittogetherdrops |1.2 |DONE |Manifest: NOSIGNATURE
simpleshops-1.2.jar |Simple Shops |simpleshops |1.1.4 |DONE |Manifest: NOSIGNATURE
drawerfps-1.18.2-2.4.jar |Example Mod |drawerfps |1.18.2-2.4 |DONE |Manifest: NOSIGNATURE
pamhc2foodextended-1.18.2-1.0.0.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |1.0 |DONE |Manifest: NOSIGNATURE
Illager Plushies 1.1.5 1.18.2.jar |Illager Plushies |illager_plushies |1.1.5 |DONE |Manifest: NOSIGNATURE
Goblins_Dungeons_1.0.8.jar |Goblins & Dungeons |goblinsanddungeons |1.0.8 |DONE |Manifest: NOSIGNATURE
Patchouli-1.18.2-67.jar |Patchouli |patchouli |1.18.2-67 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.18.2-2.4.1.jar |Ars Nouveau |ars_nouveau |2.4.1 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.18.2-1.6.0.8.jar |Thermal Expansion |thermal_expansion |1.6.0.8 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
DrawersTooltip-1.18.2-forge-5.0.0.jar |Drawers Tooltip |drawerstooltip |5.0.0 |DONE |Manifest: NOSIGNATURE
MysticalCustomization-1.18.2-3.1.1.jar |Mystical Customization |mysticalcustomization |3.1.1 |DONE |Manifest: NOSIGNATURE
libnonymous-2.1.0.jar |libnonymous |libnonymous |2.1.0 |DONE |Manifest: NOSIGNATURE
elevatorid-1.18.2-1.8.4.jar |Elevator Mod |elevatorid |1.18.2-1.8.4 |DONE |Manifest: NOSIGNATURE
Gobber2-Forge-1.18.2-2.6.26.jar |Gobber 2 |gobber2 |2.6.26 |DONE |Manifest: NOSIGNATURE
expandedstorage-7.3.11+1.18.2.jar |Expanded Storage |expandedstorage |7.3.11 |DONE |Manifest: NOSIGNATURE
EnigmaticLegacy-2.21.1.jar |Enigmatic Legacy |enigmaticlegacy |2.21.1 |DONE |Manifest: NOSIGNATURE
buildersaddition-1.18.2-20220308a.jar |Builders Crafts & Addition |buildersaddition |1.18.2-20220308a |DONE |Manifest: NOSIGNATURE
InventoryProfilesNext-forge-1.18.2-1.3.8.jar |Inventory Profiles Next |inventoryprofilesnext |1.3.8 |DONE |Manifest: NOSIGNATURE
architectury-4.4.60.jar |Architectury |architectury |4.4.60 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1802.3.6-build.119.jar |FTB Library |ftblibrary |1802.3.6-build.119 |DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1802.2.6-build.51.jar |FTB Teams |ftbteams |1802.2.6-build.51 |DONE |Manifest: NOSIGNATURE
cc-tweaked-1.18.2-1.100.5.jar |CC: Tweaked |computercraft |1.100.5 |DONE |Manifest: NOSIGNATURE
energymeter-1.18.2-3.2.0.jar |Energy Meter |energymeter |3.2.0 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.18-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE
productivebees-1.18.2-0.9.0.4.jar |Productive Bees |productivebees |1.18.2-0.9.0.4 |DONE |Manifest: NOSIGNATURE
light-overlay-6.0.5-forge.jar |Light Overlay |lightoverlay |6.0.5 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.15-forge-mc1.18.jar |Trash Cans |trashcans |1.0.15 |DONE |Manifest: NOSIGNATURE
The_Undergarden-1.18.2-0.7.0.jar |The Undergarden |undergarden |0.7.0 |DONE |Manifest: NOSIGNATURE
TrampleStopper-3.1.0-build.27+mc1.18.2.jar |Trample Stopper |tramplestopper |3.1.0-build.27+mc1.1|DONE |Manifest: NOSIGNATURE
bwncr-forge-1.18.1-3.10.18.jar |Bad Wither No Cookie Reloaded |bwncr |3.10.18 |DONE |Manifest: NOSIGNATURE
cursery-1.18.2-2.9.jar |Cursery Mod |cursery |1.18.2-2.9 |DONE |Manifest: NOSIGNATURE
speedyladders-1.18.2-1.jar |Speedy Ladders |speedyladders |1.18.2-1 |DONE |Manifest: NOSIGNATURE
ServerTabInfo-1.18.2-1.3.5.jar |Server Tab Info |servertabinfo |1.3.5 |DONE |Manifest: NOSIGNATURE
armorplus-1.18.2-18.0.5-beta.jar |ArmorPlus |armorplus |1.18.2-18.0.5-beta |DONE |Manifest: NOSIGNATURE
corail_pillar-5.4.1-1.18.2.jar |Corail Pillar |corail_pillar |5.4.1 |DONE |Manifest: NOSIGNATURE
TradingPost-v3.2.0-1.18.2-Forge.jar |Trading Post |tradingpost |3.2.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Cyclic-1.18.2-1.7.0.jar |Cyclic |cyclic |1.18.2-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
BetterAdvancements-1.18.2-0.2.0.129.jar |Better Advancements |betteradvancements |0.2.0.129 |DONE |Manifest: NOSIGNATURE
BH-Menu-1.18.2-1.3.jar |Bisect Hosting Menu |bhmenu |1.18.2-1.3 |DONE |Manifest: NOSIGNATURE
rhino-forge-1802.1.12-build.171.jar |Rhino |rhino |1802.1.12-build.171 |DONE |Manifest: NOSIGNATURE
kubejs-forge-1802.5.2-build.428.jar |KubeJS |kubejs |1802.5.2-build.428 |DONE |Manifest: NOSIGNATURE
kubejs-thermal-1802.1.5-build.10.jar |KubeJS Thermal |kubejs_thermal |1802.1.5-build.10 |DONE |Manifest: NOSIGNATURE
kubejs-mekanism-1802.1.3-build.8.jar |KubeJS Mekanism |kubejs_mekanism |1802.1.3-build.8 |DONE |Manifest: NOSIGNATURE
MCDoom-1.18.2-4.2.11.jar |Doom Mod |doom |4.2.11 |DONE |Manifest: NOSIGNATURE
Cucumber-1.18.2-5.1.0.jar |Cucumber Library |cucumber |5.1.0 |DONE |Manifest: NOSIGNATURE
jmi-1.18.2-0.9-49.jar |JourneyMap Integration |jmi |1.18.2-0.9-49 |DONE |Manifest: NOSIGNATURE
Tinkers Reforged 1.18.2-1.0.2.jar |Tinkers Reforged |tinkers_reforged |1.0.2 |DONE |Manifest: NOSIGNATURE
item-filters-forge-1802.2.7-build.27.jar |Item Filters |itemfilters |1802.2.7-build.27 |DONE |Manifest: NOSIGNATURE
ftb-quests-forge-1802.3.8-build.101.jar |FTB Quests |ftbquests |1802.3.8-build.101 |DONE |Manifest: NOSIGNATURE
the-conjurer-1.18.2-1.1.1.jar |The Conjurer |conjurer_illager |1.1.1 |DONE |Manifest: NOSIGNATURE
simple-rpc-1.18.2-3.0.1.jar |Simple RPC |simplerpc |3.0.1 |DONE |Manifest: NOSIGNATURE
create-mc1.18.2_v0.4.1.jar |Create |create |0.4.1 |DONE |Manifest: NOSIGNATURE
kubejs-create-1802.2.1-build.16.jar |KubeJS Create |kubejs_create |1802.2.1-build.16 |DONE |Manifest: NOSIGNATURE
ars_creo-1.18.2-1.0.1.jar |Example Mod |ars_creo |1.0.1 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.18.2-10.0.0.jar |Waystones |waystones |10.0.0 |DONE |Manifest: NOSIGNATURE
MerchantMarkers-1.18.2-1.2.0.jar |Merchant Markers |merchantmarkers |1.2.0 |DONE |Manifest: NOSIGNATURE
BuildersDelight-1.18.2-v.0.9.3.jar |Builder's Delight |buildersdelight |0.9 |DONE |Manifest: NOSIGNATURE
WeaponThrow-1.18.2-5.7.jar |Weapon Throw |weaponthrow |1.18.2-5.7 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.18.2-8.0.0+8.jar |Clumps |clumps |8.0.0+8 |DONE |Manifest: NOSIGNATURE
journeymap-1.18.2-5.8.4-forge.jar |Journeymap |journeymap |5.8.4 |DONE |Manifest: NOSIGNATURE
artifacts-1.18.2-4.1.0.jar |Artifacts |artifacts |1.18.2-4.1.0 |DONE |Manifest: NOSIGNATURE
SimpleStorageNetwork-1.18.2-1.6.1.jar |Simple Storage Network |storagenetwork |1.18.2-1.6.1 |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
framedcompactdrawers-1.18-4.0.2.jar |Framed Compacting Drawers |framedcompactdrawers |1.18-4.0.2 |DONE |Manifest: NOSIGNATURE
configured-1.5.3-1.18.2.jar |Configured |configured |1.5.3 |DONE |Manifest: NOSIGNATURE
gardentools-1.18.2-1.1.3.jar |Garden Tools |gardentools |1.18.2-1.1.3 |DONE |Manifest: NOSIGNATURE
VanillaTweaks-forge-1.18.2-1.5.57.jar |VanillaTweaks |vanillatweaks |1.5.57 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.18.2-2.3.8.jar |Dungeon Crawl |dungeoncrawl |2.3.8 |DONE |Manifest: NOSIGNATURE
bonsaitrees3-3.1.0.jar |Bonsai Trees 3 |bonsaitrees3 |3.1.0 |DONE |Manifest: NOSIGNATURE
TravelAnchors-1.18.2-3.3.jar |Travel Anchors |travel_anchors |1.18.2-3.3 |DONE |Manifest: NOSIGNATURE
lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.18-6.0.13.jar |McJtyLib |mcjtylib |1.18-6.0.13 |DONE |Manifest: NOSIGNATURE
nice-1.18-2.0.0.jar |NICE |nice |1.18-2.0.0 |DONE |Manifest: NOSIGNATURE
HyperLighting-1.18.2-1.2.3.jar |Hyper Lighting |hyperlighting |1.2.3 |DONE |Manifest: NOSIGNATURE
ExplorersCompass-1.18.2-1.2.1-forge.jar |Explorer's Compass |explorerscompass |1.18.2-1.2.1-forge |DONE |Manifest: NOSIGNATURE
Orcz 0.70 1.18.2.jar |Orcz |orcz |0.50 |DONE |Manifest: NOSIGNATURE
walljump-forge-1.18.1-1.3.7.jar |Wall-Jump! |walljump |1.18.1-1.3.7 |DONE |Manifest: NOSIGNATURE
mininggadgets-1.11.0.jar |Mining Gadgets |mininggadgets |1.11.0 |DONE |Manifest: NOSIGNATURE
wandering-bag-1.18.2-1.0.3.jar |Wandering Bag |wandering_bag |1.0.4 |DONE |Manifest: NOSIGNATURE
3dskinlayers-forge-1.4.4-mc1.18.2.jar |3dSkinLayers |skinlayers3d |1.4.4 |DONE |Manifest: NOSIGNATURE
MysticalAgriculture-1.18.2-5.1.0.jar |Mystical Agriculture |mysticalagriculture |5.1.0 |DONE |Manifest: NOSIGNATURE
MysticalAgradditions-1.18.2-5.1.1.jar |Mystical Agradditions |mysticalagradditions |5.1.1 |DONE |Manifest: NOSIGNATURE
matc-1.2.0.jar |Mystical Agriculture Tiered Cr|matc |1.2.0 |DONE |Manifest: NOSIGNATURE
craftingtweaks-forge-1.18.1-14.0.2.jar |CraftingTweaks |craftingtweaks |14.0.2 |DONE |Manifest: NOSIGNATURE
TConstruct-1.18.2-3.5.0.17.jar |Tinkers' Construct |tconstruct |3.5.0.17 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.18.2-10.0.3.jar |EnchantmentDescriptions |enchdesc |10.0.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
eccentrictome-1.18.2-1.2.1.jar |Eccentric Tome |eccentrictome |1.2.1 |DONE |Manifest: NOSIGNATURE
ToolBelt-1.18.2-1.18.8.jar |Tool Belt |toolbelt |1.18.8 |DONE |Manifest: NOSIGNATURE
silent-lib-1.18.2-6.2.0.jar |Silent Lib |silentlib |6.2.0 |DONE |Manifest: NOSIGNATURE
Jade-1.18.2-5.1.0.jar |Jade |jade |5.1.0 |DONE |Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.6.9_mc1.18.2.jar |CreativeCore |creativecore |2.6.9 |DONE |Manifest: NOSIGNATURE
movingelevators-1.3.7-forge-mc1.18.jar |Moving Elevators |movingelevators |1.3.7 |DONE |Manifest: NOSIGNATURE
archers_paradox-1.18.2-1.6.0.5.jar |Archer's Paradox |archers_paradox |1.6.0.5 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
YASD B.1.2b-1.18.2.jar |You're Seeing Dungeons |youre_seeing_dungeons |1.0.0 |DONE |Manifest: NOSIGNATURE
Iceberg-1.18.2-1.0.42.jar |Iceberg |iceberg |1.0.42 |DONE |Manifest: NOSIGNATURE
reliquary-1.18.2-2.0.6.1135.jar |Reliquary |reliquary |1.18.2-2.0.6.1135 |DONE |Manifest: NOSIGNATURE
Quark-3.2-356.jar |Quark |quark |3.2-356 |DONE |Manifest: NOSIGNATURE
LegendaryTooltips-1.18.2-1.2.4.jar |Legendary Tooltips |legendarytooltips |1.2.4 |DONE |Manifest: NOSIGNATURE
Gobber_Delight_1.0.1_Forge_1.18.2.jar |Gobber Delight (by NoCube) |gobberdelight |1.0.0 |DONE |Manifest: NOSIGNATURE
brutalbosses-1.18.2-4.9.jar |brutalbosses mod |brutalbosses |1.18.2-4.9 |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.18.2-6.0.2.jar |Fast Workbench |fastbench |6.0.2 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.18.2-10.2.0.jar |Storage Drawers |storagedrawers |10.2.0 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.18].forge-3.4.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.4 |DONE |Manifest: NOSIGNATURE
Seed Drop-1.18.2-2.2.0.jar |Seed Drop |seeddrop |2.2.0 |DONE |Manifest: NOSIGNATURE
fancymenu_forge_2.7.1_MC_1.18.2.jar |FancyMenu |fancymenu |2.7.1 |DONE |Manifest: NOSIGNATURE
HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |DONE |Manifest: NOSIGNATURE
alexsdelight-1.18.2-1.2.3.jar |Alex's Delight |alexsdelight |1.2.3 |DONE |Manifest: NOSIGNATURE
citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.18.3.jar |Alex's Mobs |alexsmobs |1.18.3 |DONE |Manifest: NOSIGNATURE
domesticationinnovation-1.4.1-1.18.2.jar |Domestication Innovation |domesticationinnovation |1.4.1 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.18.2-1.1.1.jar |Farmer's Delight |farmersdelight |1.18.2-1.1.1 |DONE |Manifest: NOSIGNATURE
ferritecore-4.2.1-forge.jar |Ferrite Core |ferritecore |0.0NONE |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.18.2-1.1.22.jar |Engineer's Decor |engineersdecor |1.1.22 |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.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |DONE |Manifest: NOSIGNATURE
modular-routers-1.18.2-9.1.1-93.jar |Modular Routers |modularrouters |9.1.1-93 |DONE |Manifest: NOSIGNATURE
BetterF3-1.2.5-Forge-1.18.2.jar |BetterF3 |betterf3 |1.2.5 |DONE |Manifest: NOSIGNATURE
refinedstorageaddons-0.8.2.jar |Refined Storage Addons |refinedstorageaddons |0.8.2 |DONE |Manifest: NOSIGNATURE
expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
createaddition-1.18.2-20220517a.jar |Create Crafts & Additions |createaddition |1.18.2-20220517a |DONE |Manifest: NOSIGNATURE
Flywheel Backend: GL33 Instanced Arrays
Crash Report UUID: 7f4c934c-8dcc-443d-93a7-cad11f33ba6b
FML: 40.1
Forge: net.minecraftforge:40.1.19
FramedBlocks BlockEntity Warning: Not applicable
Suspected Mods: Minecraft (minecraft)