Skip to content

Instantly share code, notes, and snippets.

@SDUBZ
Created May 29, 2022 14:40
Show Gist options
  • Save SDUBZ/0057dfa02f172fce0f60200d64418412 to your computer and use it in GitHub Desktop.
Save SDUBZ/0057dfa02f172fce0f60200d64418412 to your computer and use it in GitHub Desktop.
stack overflow when another player connects
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 5/29/22, 7:20 AM
Description: Exception in server tick loop
java.lang.BootstrapMethodError: java.util.regex.PatternSyntaxException: Stack overflow during pattern compilation near index 12
(?:\Q/\E)+(?=(?:\Q/\E))
^
at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraft.server.PlayerAdvancements.handler$zio000$onAward(PlayerAdvancements.java:1028) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,re:classloading,pl:mixin:APP:clickadv.mixins.json:PlayerAdvancementsMixin,pl:mixin:APP:iceberg.mixins.json:PlayerAdvancementsMixin,pl:mixin:A}
at net.minecraft.server.PlayerAdvancements.m_135988_(PlayerAdvancements.java:268) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,re:classloading,pl:mixin:APP:clickadv.mixins.json:PlayerAdvancementsMixin,pl:mixin:APP:iceberg.mixins.json:PlayerAdvancementsMixin,pl:mixin:A}
at net.minecraft.advancements.CriterionTrigger$Listener.m_13686_(CriterionTrigger.java:35) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.advancements.critereon.SimpleCriterionTrigger.m_66234_(SimpleCriterionTrigger.java:74) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.advancements.critereon.InventoryChangeTrigger.m_43153_(InventoryChangeTrigger.java:55) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.advancements.critereon.InventoryChangeTrigger.m_43149_(InventoryChangeTrigger.java:51) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.server.level.ServerPlayer$2.m_7934_(ServerPlayer.java:217) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.world.inventory.AbstractContainerMenu.m_150407_(AbstractContainerMenu.java:220) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.ae2things.json:CursedInternalSlotMixin,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.world.inventory.AbstractContainerMenu.m_38946_(AbstractContainerMenu.java:170) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.ae2things.json:CursedInternalSlotMixin,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.world.inventory.AbstractContainerMenu.m_38893_(AbstractContainerMenu.java:123) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.ae2things.json:CursedInternalSlotMixin,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:A}
at net.minecraft.server.level.ServerPlayer.m_143399_(ServerPlayer.java:374) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerPlayer,pl:mixin:A}
at net.minecraft.server.level.ServerPlayer.m_143429_(ServerPlayer.java:379) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerPlayer,pl:mixin:A}
at net.minecraft.server.players.PlayerList.m_11261_(PlayerList.java:237) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_143699_(ServerLoginPacketListenerImpl.java:138) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10055_(ServerLoginPacketListenerImpl.java:125) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.network.ServerLoginPacketListenerImpl.m_10050_(ServerLoginPacketListenerImpl.java:69) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.network.Connection.m_129483_(Connection.java:241) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,re:classloading,pl:mixin:A}
at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:142) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:classloading}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:916) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:configspawnchunk.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:A}
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:326) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:configspawnchunk.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:configspawnchunk.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[server-1.18.2-20220404.173914-srg.jar%23346!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:configspawnchunk.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Linux (amd64) version 4.15.0-132-generic
Java Version: 17.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1997934704 bytes (1905 MiB) / 6958350336 bytes (6636 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 32
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz
Identifier: Intel64 Family 6 Model 79 Stepping 1
Microarchitecture: Broadwell (Server)
Frequency (GHz): 3.20
Number of physical packages: 2
Number of physical CPUs: 16
Number of logical CPUs: 32
Graphics card #0 name: ASPEED Graphics Family
Graphics card #0 vendor: ASPEED Technology, Inc. (0x1a03)
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: 0x2000
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 174688.67
Virtual memory used (MB): 222106.81
Swap memory total (MB): 45773.99
Swap memory used (MB): 3328.06
JVM Flags: 3 total; -Xmx8192M -Xms512M -Xss2M
Server Running: true
Player Count: 2 / 160; [ServerPlayer['SDUBZ_'/1961, l='ServerLevel[world]', x=-19852.75, y=118.49, z=7256.92], ServerPlayer['ChaoticArvie'/20764, l='ServerLevel[world]', x=-19668.50, y=84.00, z=7219.50]]
Data Packs: vanilla, mod:ftbessentials (incompatible), mod:supermartijn642configlib (incompatible), mod:areas, mod:simplemagnets, mod:prefab, mod:mcwwindows, mod:cardboardboxes (incompatible), mod:resourceful_tools, mod:rangedpumps, mod:macawsbridgesbop, mod:veggie_way, mod:guardvillagers (incompatible), mod:apotheosis (incompatible), mod:clickadv (incompatible), mod:balm (incompatible), mod:jeresources (incompatible), mod:ninjaphenix_container_lib (incompatible), mod:cloth_config (incompatible), mod:stackrefill, mod:shetiphiancore, mod:hoetweaks, mod:refinedstorage, mod:durabilitytooltip, mod:easy_piglins (incompatible), mod:structure_gel, mod:castle_in_the_sky (incompatible), mod:torchmaster (incompatible), mod:morevillagers (incompatible), mod:burgermod (incompatible), mod:biomesoplenty (incompatible), mod:bk (incompatible), mod:structurecompass, mod:material_elements, mod:mcwtrpdoors, mod:silentgear (incompatible), mod:supermartijn642corelib, mod:botania (incompatible), mod:mcwfencesbop, mod:craftable_elytrareworked, mod:assortedtools (incompatible), mod:manyideas_core, mod:curios (incompatible), mod:corail_woodcutter, mod:shulkerdropstwo, mod:randomite, mod:storageracks (incompatible), mod:angelring (incompatible), mod:extrastorage, mod:constructionwand, mod:alwaysawitherskull, mod:mcwroofs, mod:cfm, mod:mcwfurnitures, mod:jadeaddons (incompatible), mod:toms_storage (incompatible), mod:fastleafdecay, mod:veinmining (incompatible), mod:enchantinginfuser (incompatible), mod:randombonemealflowers, mod:mcwlights, mod:crafting_on_a_stick (incompatible), mod:doubledoors, mod:witherproofed (incompatible), mod:forgeautofish (incompatible), mod:rechiseled (incompatible), mod:vanillaexcavators, mod:monkemadness (incompatible), mod:jei (incompatible), mod:projecte, mod:randomshulkercolours, mod:tesseract, mod:libraryferret, mod:mekanism, mod:luggage, mod:caelus (incompatible), mod:excavation (incompatible), mod:naturescompass (incompatible), mod:smarterfarmers (incompatible), mod:sereneseasons (incompatible), mod:libx, mod:phosphophyllite (incompatible), mod:farmingforblockheads (incompatible), mod:beefix (incompatible), mod:simplesplashscreen (incompatible), mod:extradisks, mod:extendedbonemeal, mod:vm (incompatible), mod:smoothchunk (incompatible), mod:logprot (incompatible), mod:voicechat (incompatible), mod:terrablender (incompatible), mod:cooperativeadvancements (incompatible), mod:morevanillalib, mod:buildhelper, mod:syp (incompatible), mod:domum_ornamentum (incompatible), mod:enchantmentmachine (incompatible), mod:pamhc2foodcore, mod:itemcollectors (incompatible), mod:dragondropselytra, mod:cyclepaintings, mod:oauth (incompatible), mod:polymorph (incompatible), mod:multibeds, mod:justenoughprofessions (incompatible), mod:villagebellrecipe, mod:manyideas_doors, mod:globaldataandresourcepacks (incompatible), mod:structurize (incompatible), mod:pickletweaks, mod:solarhelmet, mod:lootr (incompatible), mod:puzzleslib (incompatible), mod:healingbed, mod:extremesoundmuffler (incompatible), mod:convenientcurioscontainer (incompatible), mod:lootbagmod (incompatible), mod:xpbook (incompatible), mod:blue_skies (incompatible), mod:floralench (incompatible), mod:connectivity (incompatible), mod:industrialagriculture (incompatible), mod:villagernames, mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:domesticationinnovation (incompatible), mod:lootintegrations (incompatible), mod:moreminecarts (incompatible), mod:bookshelf (incompatible), mod:squatgrow (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:forge (incompatible), mod:bibliotheca (incompatible), mod:appleskin (incompatible), mod:aquaculture (incompatible), mod:cryingghasts, mod:mcwdoors, mod:additionalstructures, mod:mekanismgenerators, mod:itank (incompatible), mod:macawsroofsbop, mod:mineralchance, mod:spatialharvesters (incompatible), mod:iapg (incompatible), mod:mcwbridges, mod:river_treasures, mod:endertanks, mod:netherportalspread, mod:assortedstorage (incompatible), mod:mekanismadditions, mod:nekoration (incompatible), mod:mcwfences, mod:skinnedlanterns (incompatible), mod:wirelesschargers, mod:simplylight, mod:villagespawnpoint, mod:simplybackpacks (incompatible), mod:pamhc2foodextended, mod:goprone, mod:patchouli (incompatible), mod:blockui (incompatible), mod:multipiston (incompatible), mod:collective, mod:horse_colors, mod:drawerstooltip (incompatible), mod:libnonymous, mod:gobber2, mod:expandedstorage, mod:buildersaddition (incompatible), mod:powder_power, mod:antique_pickaxe, mod:projectextended (incompatible), mod:mekanismtools, mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:curiouselytra (incompatible), mod:productivebees (incompatible), mod:lightoverlay (incompatible), mod:trashcans, mod:chunkloaders (incompatible), mod:inventoryessentials (incompatible), mod:solarcooker, mod:betteradvancements (incompatible), mod:moremekanismprocessing (incompatible), mod:easy_mob_farm, mod:extraarmor (incompatible), mod:biggerreactors (incompatible), mod:rootsclassic, mod:cucumber, mod:jmi (incompatible), mod:mooshroomtweaks, mod:simplerpc (incompatible), mod:reap (incompatible), mod:mcwpaintings, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap, mod:comforts (incompatible), mod:ender_bags (incompatible), mod:artifacts, mod:storagenetwork (incompatible), mod:gardentools, mod:bno (incompatible), mod:skinnedcarts, mod:respawningshulkers, mod:charginggadgets (incompatible), mod:bonsaitrees3, mod:azalea (incompatible), mod:macawsbridgesazalea (incompatible), mod:ore_creeper (incompatible), mod:mininggadgets (incompatible), mod:ftbchunks (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:luckyore (incompatible), mod:enchdesc (incompatible), mod:dynamic_asset_generator (incompatible), mod:excavated_variants (incompatible), mod:nohostilesaroundcampfire, mod:titanium (incompatible), mod:easy_steel, mod:enigmaticgraves (incompatible), mod:silentlib, mod:jade, mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:jerintegration, mod:ae2wtlib (incompatible), mod:mooshroomspawn, mod:movingelevators, mod:recipes_lib, mod:car (incompatible), mod:easy_villagers (incompatible), mod:assortedcore (incompatible), mod:actuallycompatible (incompatible), mod:iceberg (incompatible), mod:randomsheepcolours, mod:creativewirelesstransmitter (incompatible), mod:storagedrawers (incompatible), mod:justabattery, mod:enderchests, mod:randomvillagenames, mod:vanillahammers, mod:appbot (incompatible), mod:quartz (incompatible), mod:minecolonies (incompatible), mod:ferritecore (incompatible), mod:engineersdecor (incompatible), mod:functionalstorage (incompatible), mod:modularrouters (incompatible), mod:refinedstorageaddons, mod:player_companions (incompatible), mod:solargeneration (incompatible), mod:expandability (incompatible), mod:valhelsia_core (incompatible), mod:valhelsia_structures (incompatible), mod:forbidden_arcanus (incompatible), mod:healingcampfire, mod:exlinefurniture, mod:alllootdrops, dynamic_asset_generator:data (incompatible), mod:ctm (incompatible), mod:extlights, mod:projectexpansion (incompatible), mod:creeperconfetti (incompatible), mod:farmingutils (incompatible), mod:silentgems (incompatible), mod:themillmanlib (incompatible), mod:configspawnchunk, mod:universalgrid (incompatible), mod:bettervillage, mod:chargers (incompatible), mod:stylisheffects (incompatible), mod:additional_lights (incompatible), mod:catalogue (incompatible), mod:prp (incompatible), mod:dungeons_arise, mod:ding (incompatible), mod:mantle (incompatible), mod:defaultoptions (incompatible), mod:incendium, mod:cofh_core, mod:thermal, mod:materialis, mod:thermal_innovation, mod:thermal_locomotion (incompatible), mod:thermal_cultivation, mod:justenoughkeys (incompatible), mod:thermal_expansion, mod:mavm (incompatible), mod:inventorysorter (incompatible), mod:orelibrary (incompatible), mod:thermal_extra (incompatible), mod:configured (incompatible), mod:material_elements_decorative, mod:tconstruct (incompatible), mod:ae2things, mod:lobby, mod:mdecore (incompatible), mod:autooredictconv (incompatible), mod:tools_complement, mod:gamemenumodoption (incompatible), mod:toastcontrol (incompatible), mod:plushies (incompatible)
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeserver
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:
ftb-essentials-1802.1.7-build.42.jar |FTB Essentials |ftbessentials |1802.1.7-build.42 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
areas_1.18.2-2.9.jar |Areas |areas |2.9 |DONE |Manifest: NOSIGNATURE
simplemagnets-1.1.7-forge-mc1.18.jar |Simple Magnets |simplemagnets |1.1.7 |DONE |Manifest: NOSIGNATURE
prefab-1.8.2.2.jar |Prefab |prefab |1.8.2.2 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.3-mc1.18.2.jar |Macaw's Windows |mcwwindows |2.0.3 |DONE |Manifest: NOSIGNATURE
ConfigurableSpawnChunks-1.18.x-1.0.3.jar |Configurable Spawn Chunks |configspawnchunk |1.0.3 |DONE |Manifest: NOSIGNATURE
cardboardboxes-1.18.1-0.0.5.jar |[SBM] Cardboard Boxes |cardboardboxes |1.18.1-0.0.5 |DONE |Manifest: NOSIGNATURE
ResourcefulTools-Forge-1.18.2-1.4.12.jar |Resourceful Tools |resourceful_tools |1.4.12 |DONE |Manifest: NOSIGNATURE
CTM-1.18.2-1.1.4+4.jar |ConnectedTexturesMod |ctm |1.18.2-1.1.4+4 |DONE |Manifest: NOSIGNATURE
rangedpumps-0.9.2.jar |Ranged Pumps |rangedpumps |0.9.2 |DONE |Manifest: NOSIGNATURE
mdecore-1.18.2-18.0.1.jar |MattDahEpic Core |mdecore |18.0.1 |DONE |Manifest: NOSIGNATURE
macawsbridgesbop-1.18.2-1.1.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.18.2-1.0 |DONE |Manifest: NOSIGNATURE
TheVeggieWay-Forge-1.18.2-2.4.11.jar |The Veggie Way |veggie_way |2.4.11 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.18.2.1.4.2.jar |Guard Villagers |guardvillagers |1.4.2 |DONE |Manifest: NOSIGNATURE
universalgrid-1.18.2-1.0321.jar |Universal Grid |universalgrid |1.18.2-1.0321 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.18.2-5.3.5.jar |Apotheosis |apotheosis |5.3.5 |DONE |Manifest: NOSIGNATURE
clickadv-1.18.2-2.5.jar |clickadv mod |clickadv |1.18.2-2.5 |DONE |Manifest: NOSIGNATURE
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
ellemes-container-library-1.4.0-beta.1+1.18.2-forg|Ellemes' Container Library |ninjaphenix_container_lib |1.4.0-beta.1 |DONE |Manifest: NOSIGNATURE
cloth-config-6.2.62-forge.jar |Cloth Config v4 API |cloth_config |6.2.62 |DONE |Manifest: NOSIGNATURE
stackrefill_1.18.2-2.1.jar |Stack Refill |stackrefill |2.1 |DONE |Manifest: NOSIGNATURE
shetiphiancore-1.18-3.10.9.jar |ShetiPhian-Core |shetiphiancore |3.10.9 |DONE |Manifest: NOSIGNATURE
hoetweaks_1.18.2-1.4.jar |Hoe Tweaks |hoetweaks |1.4 |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
easy_piglins-1.18.2-1.0.4.jar |Easy Piglins |easy_piglins |1.18.2-1.0.4 |DONE |Manifest: NOSIGNATURE
structure_gel-1.18.2-2.3.0.jar |Structure Gel API |structure_gel |2.3.0 |DONE |Manifest: NOSIGNATURE
castle_in_the_sky-1.18.2-0.4.1.jar |Castle in the sky |castle_in_the_sky |1.18.2 |DONE |Manifest: NOSIGNATURE
torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |DONE |Manifest: NOSIGNATURE
morevillagers-FORGE-1.18.2-3.2.0.jar |More Villagers |morevillagers |3.2.0 |DONE |Manifest: NOSIGNATURE
burgermod-2.7.0-1.18.2.jar |Burger Mod |burgermod |2.7.0 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.18.2-16.0.0.115.jar |Biomes O' Plenty |biomesoplenty |0.0NONE |DONE |Manifest: NOSIGNATURE
Beekeeper-1.18.2-1.0.0.4.jar |Beekeeper |bk |1.0.0.4 |DONE |Manifest: NOSIGNATURE
StructureCompass-1.18.2-1.3.1.jar |Structure Compass Mod |structurecompass |1.3.1 |DONE |Manifest: NOSIGNATURE
material_elements_1.18.2-3.4.0.jar |Material Elements |material_elements |3.4.0 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.5-mc1.18.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.5 |DONE |Manifest: NOSIGNATURE
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
mcwfencesbop-1.18.2-1.1.jar |Macaw's Fences - BOP |mcwfencesbop |1.18.2-1.0 |DONE |Manifest: NOSIGNATURE
Craftable_Elytra[REWORKED][1.0]1.18.x.jar |Craftable_Elytra[Reworked] |craftable_elytrareworked |1.0 |DONE |Manifest: NOSIGNATURE
assortedtools-1.18.2-5.2.3.jar |Assorted Tools |assortedtools |1.18.2-5.2.3 |DONE |Manifest: NOSIGNATURE
ManyIdeasCore-1.18.2-1.2.0.jar |Many Ideas Core |manyideas_core |1.2.0 |DONE |Manifest: NOSIGNATURE
corail_woodcutter-1.18.2-2.3.3.jar |Corail Woodcutter |corail_woodcutter |2.3.3 |DONE |Manifest: NOSIGNATURE
shulkerdropstwo_1.18.2-1.8.jar |Shulker Drops Two |shulkerdropstwo |1.8 |DONE |Manifest: NOSIGNATURE
randomite-1.18.2-1.1.2.jar |Randomite Classic |randomite |1.1.2 |DONE |Manifest: NOSIGNATURE
extlights-4.4.jar |Extended Lights |extlights |4.4 |DONE |Manifest: NOSIGNATURE
storageracks-1.18-1.0.2.jar |Storage Racks |storageracks |1.18-1.0.2 |DONE |Manifest: NOSIGNATURE
BetterVillage-Forge-1.18.2-1.0.0.jar |Better Village |bettervillage |1 |DONE |Manifest: NOSIGNATURE
ExtraStorage-1.18.2-2.1.0.jar |Extra Storage |extrastorage |2.1.0 |DONE |Manifest: NOSIGNATURE
constructionwand-1.18.2-2.7.jar |Construction Wand |constructionwand |1.18.2-2.7 |DONE |Manifest: NOSIGNATURE
alwaysawitherskull_1.18.2-1.5.jar |Always a Wither Skull |alwaysawitherskull |1.5 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.1.2-mc1.18.2.jar |Macaw's Roofs |mcwroofs |2.1.2 |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
mcw-furniture-3.0.0-mc1.18.2.jar |Macaw's Furniture |mcwfurnitures |3.0.0 |DONE |Manifest: NOSIGNATURE
JadeAddons-1.18.2-2.0.0.jar |Jade Addons |jadeaddons |2.0.0 |DONE |Manifest: NOSIGNATURE
toms_storage-1.18.2-1.3.1.jar |Tom's Simple Storage Mod |toms_storage |1.3.1 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-28.jar |FastLeafDecay |fastleafdecay |28 |DONE |Manifest: NOSIGNATURE
veinmining-forge-1.18.2-0.18.jar |Vein Mining |veinmining |1.18.2-0.18 |DONE |Manifest: NOSIGNATURE
EnchantingInfuser-v3.2.0-1.18.2-Forge.jar |Enchanting Infuser |enchantinginfuser |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
randombonemealflowers_1.18.2-1.6.jar |Random Bone Meal Flowers |randombonemealflowers |1.6 |DONE |Manifest: NOSIGNATURE
mcw-lights-1.0.3-mc1.18.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |DONE |Manifest: NOSIGNATURE
Crafting-on-a-stick-1.18.1-1.0.1.jar |Crafting On A Stick |crafting_on_a_stick |1.0.1 |DONE |Manifest: NOSIGNATURE
StylishEffects-v3.1.0-1.18.2-Forge.jar |Stylish Effects |stylisheffects |3.1.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
doubledoors_1.18.2-3.3.jar |Double Doors |doubledoors |3.3 |DONE |Manifest: NOSIGNATURE
Witherproofed-2.6_MC-1.18.x.jar |Witherproofed |witherproofed |2.6 |DONE |Manifest: NOSIGNATURE
forgeautofish-4.1.0-1.18.2.jar |AutoFish for Forge |forgeautofish |4.0.3 |DONE |Manifest: NOSIGNATURE
rechiseled-1.0.10a-mc1.18.jar |rechiseled |rechiseled |1.0.10a |DONE |Manifest: NOSIGNATURE
VanillaExcavators-1.18.2-4.1.1.jar |Vanilla Excavators |vanillaexcavators |1.18.2-4.1.1 |DONE |Manifest: NOSIGNATURE
Monke Madness 1.12.2.jar |Monke Madness |monkemadness |1.0 |DONE |Manifest: NOSIGNATURE
jei-1.18.2-9.7.0.195.jar |Just Enough Items |jei |9.7.0.195 |DONE |Manifest: NOSIGNATURE
ProjectE-1.18.2-PE1.0.1.jar |ProjectE |projecte |1.0.1 |DONE |Manifest: NOSIGNATURE
randomshulkercolours_1.18.2-1.4.jar |Random Shulker Colours |randomshulkercolours |1.4 |DONE |Manifest: NOSIGNATURE
tesseract-1.0.26-forge-mc1.18.jar |Tesseract |tesseract |1.0.26 |DONE |Manifest: NOSIGNATURE
LibraryFerret-Forge-1.18.2-1.0.3.jar |Library ferret |libraryferret |1.0.3 |DONE |Manifest: NOSIGNATURE
Mekanism-1.18.2-10.2.0.459.jar |Mekanism |mekanism |10.2.0 |DONE |Manifest: NOSIGNATURE
luggage-1.3.jar |Luggage |luggage |1.3 |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
excavation-1.18-1.7.2.jar |Excavation |excavation |1.18-1.7.2 |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
smarterfarmers-1.18.2-1.5.0.jar |Smarter Farmers |smarterfarmers |1.18.2-1.5.0 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.18.2-7.0.0.15.jar |Serene Seasons |sereneseasons |0.0NONE |DONE |Manifest: NOSIGNATURE
LibX-1.18.2-3.2.17.jar |LibX |libx |1.18.2-3.2.17 |DONE |Manifest: NOSIGNATURE
phosphophyllite-1.18.2-0.6.0-beta.1.2.jar |Phosphophyllite |phosphophyllite |0.6.0-beta.1.2 |DONE |Manifest: NOSIGNATURE
farmingforblockheads-forge-1.18.2-10.0.1.jar |Farming for Blockheads |farmingforblockheads |10.0.1 |DONE |Manifest: NOSIGNATURE
BeeFix-1.18-1.0.0.5.jar |Bee Fix |beefix |1.0.0.5 |DONE |Manifest: NOSIGNATURE
additional_lights-1.18.2-2.1.4.jar |Additional Lights |additional_lights |2.1.4 |DONE |Manifest: NOSIGNATURE
SimpleSplashScreen-1.18.1-1.3.2.jar |Simple Splash Screen |simplesplashscreen |1.3.2 |DONE |Manifest: NOSIGNATURE
catalogue-1.6.2-1.18.2.jar |Catalogue |catalogue |1.6.2 |DONE |Manifest: NOSIGNATURE
prp-1.0.4.jar |Patchouli Resource Patch |prp |1.0.4 |DONE |Manifest: NOSIGNATURE
ExtraDisks-1.18.2-2.1.0.jar |Extra Disks |extradisks |1.18.2-2.1.0 |DONE |Manifest: NOSIGNATURE
extendedbonemeal_1.18.2-1.6.jar |Extended Bone Meal |extendedbonemeal |1.6 |DONE |Manifest: NOSIGNATURE
VendingMachine-1.18.2-1.0.0.7.jar |Vending Machine |vm |1.0.0.7 |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
server-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: NOSIGNATURE
smoothchunk-1.18.2-1.9.jar |Smoothchunk mod |smoothchunk |1.18.2-1.9 |DONE |Manifest: NOSIGNATURE
logprot-1.18.2-1.6.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE
voicechat-forge-1.18.2-2.2.44.jar |Simple Voice Chat |voicechat |1.18.2-2.2.44 |DONE |Manifest: NOSIGNATURE
TerraBlender-forge-1.18.2-1.1.0.101.jar |TerraBlender |terrablender |1.18.2-1.1.0.101 |DONE |Manifest: NOSIGNATURE
CooperativeAdvancements-1.18.1-1.2.2.jar |Cooperative Advancements |cooperativeadvancements |1.2.2 |DONE |Manifest: NOSIGNATURE
MoreVanillaLib-1.18.2-3.1.1.jar |MoreVanillaLib |morevanillalib |1.18.2-3.1.1 |DONE |Manifest: NOSIGNATURE
torojimaBuildHelper-3.5.1.0.jar |Torojima's Buildhelper |buildhelper |3.5.1.0 |DONE |Manifest: NOSIGNATURE
SaveYourPets-1.18-1.0.0.7.jar |Save Your Pets |syp |1.0.0.7 |DONE |Manifest: NOSIGNATURE
Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.2-1.0.50-ALPHA |DONE |Manifest: NOSIGNATURE
EnchantmentMachine-1.18.2-1.0.13.jar |Enchantment Machine |enchantmentmachine |1.0.13-alpha+2022050|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
dragondropselytra_1.18.2-1.5.jar |Dragon Drops Elytra |dragondropselytra |1.5 |DONE |Manifest: NOSIGNATURE
cyclepaintings_1.18.2-2.2.jar |Cycle Paintings |cyclepaintings |2.2 |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
JustEnoughProfessions-1.18.2-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE
villagebellrecipe_1.18.2-1.4.jar |Village Bell Recipe |villagebellrecipe |1.4 |DONE |Manifest: NOSIGNATURE
ManyIdeasDoors-1.18.2-1.2.0.jar |Many Ideas Doors |manyideas_doors |1.2.0 |DONE |Manifest: NOSIGNATURE
global_packs-forge-1.18.2-1.12.2.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.12.2 |DONE |Manifest: NOSIGNATURE
structurize-1.18.2-1.0.399-RELEASE.jar |Structurize |structurize |1.18.2-1.0.399-RELEA|DONE |Manifest: NOSIGNATURE
PickleTweaks-1.18.2-6.1.1.jar |Pickle Tweaks |pickletweaks |6.1.1 |DONE |Manifest: NOSIGNATURE
SolarHelmet-1.18.2-40.0.0.jar |SolarHelmet |solarhelmet |40.0.0 |DONE |Manifest: NOSIGNATURE
lootr-1.18.2-0.2.16.53.jar |Lootr |lootr |0.2.16.53 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |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
Healing Bed 1.18.2.jar |Healingbed |healingbed |1.18.2 |DONE |Manifest: NOSIGNATURE
extremeSoundMuffler-3.24_Forge-1.18.1.jar |Extreme Sound Muffler |extremesoundmuffler |3.24_forge-1.18.1 |DONE |Manifest: NOSIGNATURE
convenientcurioscontainer-1.2-1.18.jar |Convenient Curios Container |convenientcurioscontainer |2_forge-1.18 |DONE |Manifest: NOSIGNATURE
lootbagmod-1.18.2-4.3.0.jar |Loot Bag Mod |lootbagmod |1.18.2-4.3.0 |DONE |Manifest: NOSIGNATURE
xptome-1.18.2-2.1.5.jar |XP Tome |xpbook |2.1.5 |DONE |Manifest: NOSIGNATURE
defaultoptions-forge-1.18.1-14.1.0.jar |Default Options |defaultoptions |14.1.0 |DONE |Manifest: NOSIGNATURE
blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |DONE |Manifest: NOSIGNATURE
Floral Enchantment-1.18.2-1.3.6.jar |Floral Enchantment |floralench |1.18.2-1.3.6 |DONE |Manifest: NOSIGNATURE
connectivity-1.18.2-2.9.jar |Connectivity Mod |connectivity |1.18.2-2.9 |DONE |Manifest: NOSIGNATURE
autooredictconv-1.18.2-18.0.2.jar |Auto Ore Dictionary Converter |autooredictconv |18.0.2 |DONE |Manifest: NOSIGNATURE
ProjectExpansion-1.18.2-1.0.5.jar |Project Expansion |projectexpansion |1.18.2-1.0.5 |DONE |Manifest: e9:fa:82:d2:7b:66:ce:37:db:52:70:63:25:68:04:a9:72:41:8f:cf:6c:9a:da:52:ab:05:5b:97:2c:13:54:37
Industrial Agriculture[Core]-1.18.1-1.8.17.jar |Industrial Agriculture |industrialagriculture |1.18.1-1.8.17 |DONE |Manifest: NOSIGNATURE
Incendium_v5.0.3.jar |Incendium |incendium |0.0NONE |DONE |Manifest: NOSIGNATURE
villagernames_1.18.2-3.5.jar |Villager Names |villagernames |3.5 |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
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
lootintegrations-1.18.2-1.4.jar |Lootintegrations mod |lootintegrations |1.18.2-1.4 |DONE |Manifest: NOSIGNATURE
moreminecarts-1.4.5.jar |More Minecarts |moreminecarts |1.4.5 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.18.2-13.0.14.jar |Bookshelf |bookshelf |13.0.14 |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
squatgrow-1.2.5-build.19+mc1.18.2.jar |Squat Grow |squatgrow |1.2.5-build.19+mc1.1|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.25-universal.jar |Forge |forge |40.1.25 |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.6.jar |Silent Gear |silentgear |2.10.6 |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.3.19.jar |CoFH Core |cofh_core |1.6.3.19 |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.2.27.jar |Thermal Series |thermal |1.6.2.27 |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
materialis-1.18.2-2.5.3.jar |Materialis |materialis |1.18.2-2.5.3 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.18.2-1.6.1.10.jar |Thermal Innovation |thermal_innovation |1.6.1.10 |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_locomotion-1.18.2-1.6.0.6.jar |Thermal Locomotion |thermal_locomotion |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.1.9.jar |Thermal Cultivation |thermal_cultivation |1.6.1.9 |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
tools_complement-1.18.2-1.1.1.8.jar |Tool's Complement |tools_complement |1.1.1.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
cryingghasts_1.18.2-1.5.jar |Crying Ghasts |cryingghasts |1.5 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.6-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.6 |DONE |Manifest: NOSIGNATURE
Rex's-AdditionalStructures-1.18.2-(v.3.0.3).jar |Additional Structures |additionalstructures |3.0.3 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.18.2-10.2.0.459.jar |Mekanism: Generators |mekanismgenerators |10.2.0 |DONE |Manifest: NOSIGNATURE
ITank-1.18.2-2.0.0.jar |ITank |itank |2.0.0 |DONE |Manifest: NOSIGNATURE
macawsroofsbop-1.18.2-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.18.2-1.0 |DONE |Manifest: NOSIGNATURE
mineralchance_1.18.2-1.7.jar |Mineral Chance |mineralchance |1.7 |DONE |Manifest: NOSIGNATURE
spatialharvesters_Forge-0.11.13a.jar |Spatial Harvesters |spatialharvesters |0.11.13a |DONE |Manifest: NOSIGNATURE
Industrial Agriculture[Gobber]-1.18.1-1.8.13.jar |Industrial Agriculture Plugin-|iapg |1.18.1-1.8.13 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.18.2.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
River Treasures 1.0.0 - 1.18.2.jar |River Treasures |river_treasures |1.0.0 |DONE |Manifest: NOSIGNATURE
justenoughkeys-0.5.3-forge.jar |Just Enough Keys |justenoughkeys |0.5.3 |DONE |Manifest: NOSIGNATURE
endertanks-1.18-1.11.6.jar |EnderTanks |endertanks |1.11.6 |DONE |Manifest: NOSIGNATURE
netherportalspread_1.18.2-5.7.jar |Nether Portal Spread |netherportalspread |5.7 |DONE |Manifest: NOSIGNATURE
assortedstorage-1.18.2-5.0.1.jar |Assorted Storage |assortedstorage |1.18.2-5.0.1 |DONE |Manifest: NOSIGNATURE
MekanismAdditions-1.18.2-10.2.0.459.jar |Mekanism: Additions |mekanismadditions |10.2.0 |DONE |Manifest: NOSIGNATURE
nekoration-1.18.X-1.6.1.jar |Nekoration |nekoration |1.6.1 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.4-mc1.18.2.jar |Macaw's Fences and Walls |mcwfences |1.0.4 |DONE |Manifest: NOSIGNATURE
skinned_lanterns-1.18.2-1.3.4.jar |Skinned Lanterns |skinnedlanterns |1.18.2-1.3.4 |DONE |Manifest: NOSIGNATURE
wirelesschargers-1.0.6-forge-mc1.18.jar |Wireless Chargers |wirelesschargers |1.0.6 |DONE |Manifest: NOSIGNATURE
simplylight-1.18.2-1.4.2-build.31.jar |Simply Light |simplylight |1.18.2-1.4.2-build.3|DONE |Manifest: NOSIGNATURE
villagespawnpoint_1.18.2-1.9.jar |Village Spawn Point |villagespawnpoint |1.9 |DONE |Manifest: NOSIGNATURE
simplybackpacks-1.18.2-2.1.1-build.38.jar |Simply Backpacks |simplybackpacks |1.18.2-2.1.1-build.3|DONE |Manifest: NOSIGNATURE
pamhc2foodextended-1.18.2-1.0.0.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |1.0 |DONE |Manifest: NOSIGNATURE
goprone-1.18.2-1.7.0.jar |GoProne |goprone |1.18.2-1.7.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.18.2-67.jar |Patchouli |patchouli |1.18.2-67 |DONE |Manifest: NOSIGNATURE
blockui-1.18.2-0.0.47-ALPHA.jar |UI Library Mod |blockui |1.18.2-0.0.47-ALPHA |DONE |Manifest: NOSIGNATURE
multi-piston-1.18.2-1.2.7-ALPHA.jar |Multi-Piston |multipiston |1.18.2-1.2.7-ALPHA |DONE |Manifest: NOSIGNATURE
collective-1.18.2-4.25.jar |Collective |collective |4.25 |DONE |Manifest: NOSIGNATURE
horse_colors-1.18.2-1.7.2.jar |Realistic Horse Genetics |horse_colors |1.18.2-1.7.2 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.18.2-1.6.1.11.jar |Thermal Expansion |thermal_expansion |1.6.1.11 |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
libnonymous-2.1.0.jar |libnonymous |libnonymous |2.1.0 |DONE |Manifest: NOSIGNATURE
Gobber2-Forge-1.18.2-2.6.26.jar |Gobber 2 |gobber2 |2.6.26 |DONE |Manifest: NOSIGNATURE
expandedstorage-7.4.0-beta.2+1.18.2-forge.jar |Expanded Storage |expandedstorage |7.4.0-beta.2 |DONE |Manifest: NOSIGNATURE
buildersaddition-1.18.2-20220308a.jar |Builders Crafts & Addition |buildersaddition |1.18.2-20220308a |DONE |Manifest: NOSIGNATURE
PowderPower-Forge-1.18.2-3.5.18.jar |Powder Power |powder_power |3.5.18 |DONE |Manifest: NOSIGNATURE
antique_pickaxe_V0.8.jar |antique_pickaxe |antique_pickaxe |0.8 |DONE |Manifest: NOSIGNATURE
ProjectExtended-1.18.2-1.3.0.jar |ProjectExtended |projectextended |1.3.0 |DONE |Manifest: NOSIGNATURE
MekanismTools-1.18.2-10.2.0.459.jar |Mekanism: Tools |mekanismtools |10.2.0 |DONE |Manifest: NOSIGNATURE
architectury-4.4.61.jar |Architectury |architectury |4.4.61 |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
curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.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
chunkloaders-1.1.12-mc1.18.jar |Chunk Loaders |chunkloaders |1.1.12 |DONE |Manifest: NOSIGNATURE
inventoryessentials-forge-1.18-4.0.1.jar |Inventory Essentials |inventoryessentials |4.0.1 |DONE |Manifest: NOSIGNATURE
mavm-forge-1.18.1-1.0.7a.jar |More Axolotl Variants Mod |mavm |1.0.7a |DONE |Manifest: NOSIGNATURE
GameMenuModOption-1.18-Forge-1.14.jar |Game Menu Mod Option |gamemenumodoption |1.14 |DONE |Manifest: NOSIGNATURE
solarcooker-1.18.2-1.1.1.0.jar |Solar Cooker |solarcooker |1.18.2-1.1.1.0 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.18.2-0.2.0.129.jar |Better Advancements |betteradvancements |0.2.0.129 |DONE |Manifest: NOSIGNATURE
MoreMekanismProcessing-1.18.2-2.4.jar |More Mekanism Processing |moremekanismprocessing |2.4 |DONE |Manifest: NOSIGNATURE
easy_mob_farm_1.18.2-1.2.0.jar |Easy Mob Farm |easy_mob_farm |1.2.0 |DONE |Manifest: NOSIGNATURE
ExtraArmor-1.18.2-1.15.1.jar |Extra Armor |extraarmor |1.18.2-1.15.1 |DONE |Manifest: NOSIGNATURE
inventorysorter-1.18-19.0.0.jar |Simple Inventory Sorter |inventorysorter |19.0.0 |DONE |Manifest: NOSIGNATURE
biggerreactors-1.18.2-0.6.0-beta.1.1.jar |Bigger Reactors |biggerreactors |0.6.0-beta.1.1 |DONE |Manifest: NOSIGNATURE
RootsClassic-1.18.2-1.1.23.jar |Roots Classic |rootsclassic |1.18.2-1.1.23 |DONE |Manifest: NOSIGNATURE
Cucumber-1.18.2-5.1.1.jar |Cucumber Library |cucumber |5.1.1 |DONE |Manifest: NOSIGNATURE
jmi-1.18.2-0.9-49.jar |JourneyMap Integration |jmi |1.18.2-0.9-49 |DONE |Manifest: NOSIGNATURE
OreLibrary-1.18.2-1.0.2.jar |OreLibrary |orelibrary |1.0.2 |DONE |Manifest: NOSIGNATURE
mooshroomtweaks_1.18.2-1.7.jar |Mooshroom Tweaks |mooshroomtweaks |1.7 |DONE |Manifest: NOSIGNATURE
simple-rpc-1.18.2-3.0.1.jar |Simple RPC |simplerpc |3.0.1 |DONE |Manifest: NOSIGNATURE
reap-1.18.2-1.0.0.jar |Reap Mod |reap |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE
ThermalExtra 1.18.2-1.0.5a.jar |Thermal: Extra |thermal_extra |1.0.5a |DONE |Manifest: NOSIGNATURE
mcw-paintings-1.0.3-mc1.18.2.jar |Macaw's Paintings |mcwpaintings |1.0.3 |DONE |Manifest: NOSIGNATURE
FastSuite-1.18.2-3.0.2.jar |Fast Suite |fastsuite |3.0.2 |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
comforts-forge-1.18.2-5.0.0.4.jar |Comforts |comforts |1.18.2-5.0.0.4 |DONE |Manifest: NOSIGNATURE
EnderBags-1.18.1-8.0.0.jar |Ender Bags |ender_bags |8.0.0 |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
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
BasicNetherOres-1.18.2-7.2.0.jar |Basic Nether Ores |bno |7.2.0 |DONE |Manifest: NOSIGNATURE
SkinnedCarts-1.18.2-1.1.1.jar |Skinned Carts |skinnedcarts |1.1.1 |DONE |Manifest: NOSIGNATURE
respawningshulkers_1.18.2-1.7.jar |Respawning Shulkers |respawningshulkers |1.7 |DONE |Manifest: NOSIGNATURE
charginggadgets-1.7.0.jar |Charging Gadgets |charginggadgets |1.7.0 |DONE |Manifest: NOSIGNATURE
creeperconfetti-3.11.jar |Creeper Confetti |creeperconfetti |3.11 |DONE |Manifest: NOSIGNATURE
bonsaitrees3-3.1.0.jar |Bonsai Trees 3 |bonsaitrees3 |3.1.0 |DONE |Manifest: NOSIGNATURE
azalea-FORGE-3.2.0.jar |Better Azalea |azalea |3.2.0 |DONE |Manifest: NOSIGNATURE
MacawsBridgesAzalea-1.18.2-1.0.jar |Macaw's Bridges Azalea |macawsbridgesazalea |1.0 |DONE |Manifest: NOSIGNATURE
Ore Creeper-1.18.2-1.1.8.jar |Ore Creeper |ore_creeper |1.18.2-1.1.8 |DONE |Manifest: NOSIGNATURE
ToastControl-1.18.2-6.0.2.jar |Toast Control |toastcontrol |6.0.2 |DONE |Manifest: NOSIGNATURE
mininggadgets-1.11.0.jar |Mining Gadgets |mininggadgets |1.11.0 |DONE |Manifest: NOSIGNATURE
material_elements_decorative_1.18.2-3.2.0.jar |Material Elements Decorative |material_elements_decorative |3.2.0 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1802.3.6-build.145.jar |FTB Chunks |ftbchunks |1802.3.6-build.145 |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
luckyore-1.1.0-1.18.2.jar |Lucky Ore |luckyore |1.1.0-1.18.2 |DONE |Manifest: NOSIGNATURE
farmingutils-1.18.2-0.1.1.jar |Farming Utils |farmingutils |1.18.2-0.1.1 |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
dynamic_asset_generator-forge-1.18.2-0.6.0.jar |DynamicAssetGenerator |dynamic_asset_generator |0.6.0 |DONE |Manifest: NOSIGNATURE
excavated_variants-forge-1.18.2-0.6.2.jar |Excavated Variants |excavated_variants |0.6.2 |DONE |Manifest: NOSIGNATURE
nohostilesaroundcampfire_1.18.2-3.9.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |3.9 |DONE |Manifest: NOSIGNATURE
titanium-1.18.2-3.5.2-34.jar |Titanium |titanium |3.5.2 |DONE |Manifest: NOSIGNATURE
EasySteel-Forge-1.18.2-1.5.18.jar |Easy Steel & More |easy_steel |1.5.18 |DONE |Manifest: NOSIGNATURE
EnigmaticGraves-1.18.1-1.7.4.jar |Enigmatic Graves |enigmaticgraves |1.18.1-1.7.4 |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.2.0.jar |Jade |jade |5.2.0 |DONE |Manifest: NOSIGNATURE
appliedenergistics2-11.0.0.jar |Applied Energistics 2 |ae2 |11.0.0 |DONE |Manifest: NOSIGNATURE
AEInfinityBooster-1.18.2-1.1.0+9.jar |AEInfinityBooster |aeinfinitybooster |1.18.2-1.1.0+9 |DONE |Manifest: NOSIGNATURE
JER-Integration-3.3.1.jar |JER Integration |jerintegration |3.3.1 |DONE |Manifest: NOSIGNATURE
AE2WTLib-11.0.1.jar |AE2WTLib |ae2wtlib |11.0.1 |DONE |Manifest: NOSIGNATURE
AE2-Things-1.0.3-beta.jar |AE2 Things |ae2things |1.0.3-beta |DONE |Manifest: NOSIGNATURE
mooshroomspawn_1.18.2-1.6.jar |Mooshroom Spawn |mooshroomspawn |1.6 |DONE |Manifest: NOSIGNATURE
movingelevators-1.3.7-forge-mc1.18.jar |Moving Elevators |movingelevators |1.3.7 |DONE |Manifest: NOSIGNATURE
RecipesLibrary-1.18.2-2.0.0.jar |Recipes Library |recipes_lib |2.0.0 |DONE |Manifest: NOSIGNATURE
car-1.18.2-1.0.3.jar |Ultimate Car Mod |car |1.18.2-1.0.3 |DONE |Manifest: NOSIGNATURE
easy_villagers-1.18.2-1.0.10.jar |Easy Villagers |easy_villagers |1.18.2-1.0.10 |DONE |Manifest: NOSIGNATURE
assortedcore-1.18.2-4.0.0.jar |Assorted Core |assortedcore |1.18.2-4.0.0 |DONE |Manifest: NOSIGNATURE
actuallycompatible-0.1.2.jar |Actually Compatible |actuallycompatible |0.1.2 |DONE |Manifest: NOSIGNATURE
plushies-1.2-1.18.2-forge.jar |Plushie Mod |plushies |1.2 |DONE |Manifest: NOSIGNATURE
Iceberg-1.18.2-1.0.44.jar |Iceberg |iceberg |1.0.44 |DONE |Manifest: NOSIGNATURE
randomsheepcolours_1.18.2-1.7.jar |Random Sheep Colours |randomsheepcolours |1.7 |DONE |Manifest: NOSIGNATURE
creativewirelesstransmitter-1.18.1-1.12.jar |Creative Wireless Transmitter |creativewirelesstransmitter |1.18.1-1.12 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.18.2-10.2.0.jar |Storage Drawers |storagedrawers |10.2.0 |DONE |Manifest: NOSIGNATURE
JustABattery-40.2.0.jar |JustABattery |justabattery |40.2.0 |DONE |Manifest: NOSIGNATURE
enderchests-1.18-1.9.5.jar |EnderChests |enderchests |1.9.5 |DONE |Manifest: NOSIGNATURE
randomvillagenames_1.18.2-1.6.jar |Random Village Names |randomvillagenames |1.6 |DONE |Manifest: NOSIGNATURE
VanillaHammers-1.18.2-4.1.1.jar |Vanilla Hammers |vanillahammers |1.18.2-4.1.1 |DONE |Manifest: NOSIGNATURE
Applied-Botanics-1.0.1.jar |Applied Botanics |appbot |1.0.1 |DONE |Manifest: NOSIGNATURE
quartz-1.18.2-0.0.0-beta.1.2.jar |Quartz |quartz |0.0.0-beta.1.2 |DONE |Manifest: NOSIGNATURE
minecolonies-1.18.2-1.0.765-ALPHA.jar |MineColonies |minecolonies |1.18.2-1.0.765-ALPHA|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
functionalstorage-1.18.2-0.0.15.jar |Functional Storage |functionalstorage |1.18.2-0.0.15 |DONE |Manifest: NOSIGNATURE
modular-routers-1.18.2-9.1.1-93.jar |Modular Routers |modularrouters |9.1.1-93 |DONE |Manifest: NOSIGNATURE
silents-gems-1.18.2-4.3.1.jar |Silent's Gems: Base |silentgems |4.3.1 |DONE |Manifest: NOSIGNATURE
lobby_1.18.2-4.0.0.jar |Lobby |lobby |4.0.0 |DONE |Manifest: NOSIGNATURE
refinedstorageaddons-0.8.2.jar |Refined Storage Addons |refinedstorageaddons |0.8.2 |DONE |Manifest: NOSIGNATURE
player_companions_1.18.2-1.1.0.jar |Bo's Player Companions |player_companions |1.1.0 |DONE |Manifest: NOSIGNATURE
SolarGeneration-1.18.2-4.1.1.jar |Solar Generation |solargeneration |4.1.1 |DONE |Manifest: NOSIGNATURE
expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
valhelsia_core-1.18.2-0.3.1.jar |Valhelsia Core |valhelsia_core |1.18.2-0.3.1 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-forge-1.18.2-0.1.0.jar |Valhelsia Structures |valhelsia_structures |1.18.2-0.1.0 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-1.18.2-2.1.0-beta1.jar |Forbidden & Arcanus |forbidden_arcanus |1.18.2-2.1.0-beta1 |DONE |Manifest: NOSIGNATURE
healingcampfire_1.18.2-3.4.jar |Healing Campfire |healingcampfire |3.4 |DONE |Manifest: NOSIGNATURE
exlinefurniture-forge-1.18.2-2.0.7.jar |Exline's Furniture Mod |exlinefurniture |2.0.7 |DONE |Manifest: NOSIGNATURE
themillmanlib-1.18.2-0.0.13.jar |TheMillman Lib |themillmanlib |1.18.2-0.0.13 |DONE |Manifest: NOSIGNATURE
alllootdrops_1.18.2-2.4.jar |All Loot Drops |alllootdrops |2.4 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 485ed4f8-d9c0-4fb8-b19f-ff745c9113b6
FML: 40.1
Forge: net.minecraftforge:40.1.25
FramedBlocks BlockEntity Warning: Not applicable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment