Jump to content

Recommended Posts

Posted (edited)

Could not find anyone else with this issue besides on Forums that are like 5 years old. Which non of their solutions really help, I have tried updating/changing the Forge launcher, Removing/replacing the ops.json and whitelist.json folders, and removing certain mods.

I have a 1.16.4 Forge server running Forge 35.1.4. 

I keep getting this one error heres the logs that I need here

Crash-report log

https://pastebin.com/Wx4LQQSV

debug.log

https://pastebin.com/e2ePB3Pg

latest.log

https://pastebin.com/mDGgz5DQ

 

Any help is greatly appreciated

Edited by BOTDead
Posted

From the crash log, it seems the gravestone-server.toml has gotten corrupt.  Take the gravestone-server.toml from the defaultconfigs folder, go into your saves folder, into your save, and put the config in the serverconfig folder there. If there is not one in the defaultconfigs folder just delete it from the serverconfig folder.

 

If you have another crash that involves anything that ends in -server.toml, delete everything in the serverconfig folder and copy everything that ends in "-server.toml" from the defaultconfigs folder and put it in the serverconfig folder.

 

As a last resort, I have found a post that says they deleted everything ending in server.toml, until it said in the crash report that it was from forge.toml, which they deleted and they said it fixed the issue.

Posted
37 minutes ago, Forbidden_Angel22 said:

From the crash log, it seems the gravestone-server.toml has gotten corrupt.  Take the gravestone-server.toml from the defaultconfigs folder, go into your saves folder, into your save, and put the config in the serverconfig folder there. If there is not one in the defaultconfigs folder just delete it from the serverconfig folder.

 

If you have another crash that involves anything that ends in -server.toml, delete everything in the serverconfig folder and copy everything that ends in "-server.toml" from the defaultconfigs folder and put it in the serverconfig folder.

 

As a last resort, I have found a post that says they deleted everything ending in server.toml, until it said in the crash report that it was from forge.toml, which they deleted and they said it fixed the issue.

I am forever in your dept 🙏 Thank you very very much, So what I did was delete the Grave-stone.toml from serverconfig folder cause there was nothing in defaultconfigs, after that forge.toml was the issue which I deleted. That then fixed the issue.

  • 1 year later...
Posted

it crashes when trying to play better minecraft modpack. Can anyone help me?

 

 

---- Minecraft Crash Report ----
// Why did you do that?

Time: 4/29/22, 7:26 PM
Description: Exception in server tick loop

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file pickupnotifier-server.toml of type SERVER for modid pickupnotifier
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.18.2-40.0.54.jar%23233!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.18.2-40.0.54.jar%23233!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.0.54.jar%23233!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.0.54.jar%23233!/:?] {}
    at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:81) ~[forge-1.18.2-40.0.54-universal.jar%23236!/:?] {re:classloading}
    at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:63) ~[client-1.18.2-20220404.173914-srg.jar%23232!/:?] {re:classloading,pl:runtimedistcleaner:A,re:mixin,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.18.2-20220404.173914-srg.jar%23232!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23232!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%237!/:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.18.2-40.0.54.jar%23233!/:?] {}
    ... 10 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: 1453398528 bytes (1386 MiB) / 2780823552 bytes (2652 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 16
    Processor Vendor: GenuineIntel
    Processor Name: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
    Identifier: Intel64 Family 6 Model 141 Stepping 1
    Microarchitecture: unknown
    Frequency (GHz): 2.30
    Number of physical packages: 1
    Number of physical CPUs: 8
    Number of logical CPUs: 16
    Graphics card #0 name: Intel(R) UHD Graphics
    Graphics card #0 vendor: Intel Corporation (0x8086)
    Graphics card #0 VRAM (MB): 1024.00
    Graphics card #0 deviceId: 0x9a60
    Graphics card #0 versionInfo: DriverVersion=30.0.100.9955
    Graphics card #1 name: NVIDIA GeForce RTX 3060 Laptop GPU
    Graphics card #1 vendor: NVIDIA (0x10de)
    Graphics card #1 VRAM (MB): 4095.00
    Graphics card #1 deviceId: 0x2520
    Graphics card #1 versionInfo: DriverVersion=30.0.14.9729
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 3.20
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 34453.82
    Virtual memory used (MB): 20276.31
    Swap memory total (MB): 18432.00
    Swap memory used (MB): 1101.93
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
    Server Running: true
    Player Count: 0 / 8; []
    Data Packs: vanilla, mod:blue_skies (incompatible), mod:netherportalfix (incompatible), mod:nethers_exoticism, mod:allay (incompatible), mod:additionalbanners (incompatible), mod:incontrol (incompatible), mod:stalwart_dungeons, mod:bambooeverything (incompatible), mod:rubidium (incompatible), mod:kleeslabs (incompatible), mod:villagernames, mod:duckling (incompatible), mod:xaeroworldmap, mod:controlling (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:yungsapi, mod:feature_nbt_deadlock_be_gone (incompatible), mod:upgradednetherite_items (incompatible), mod:bookshelf (incompatible), mod:guardvillagers (incompatible), mod:twigs (incompatible), mod:jeed (incompatible), mod:additionalstructures, mod:pickupnotifier (incompatible), mod:bygonenether (incompatible), mod:balm (incompatible), mod:carryon (incompatible), mod:jeresources (incompatible), mod:cloth_config (incompatible), mod:dragonmounts (incompatible), mod:absentbydesign, mod:revampedwolf, mod:konkrete (incompatible), mod:upgradednetherite (incompatible), mod:structure_gel, mod:equipmentcompare (incompatible), mod:corpse (incompatible), mod:chipped (incompatible), mod:farmersdelight (incompatible), mod:repurposed_structures, mod:morevillagers (incompatible), mod:bcc (incompatible), mod:verdure (incompatible), mod:simpleshops (incompatible), mod:skinnedlanterns (incompatible), mod:supermartijn642corelib (incompatible), mod:highlighter (incompatible), mod:spark (incompatible), mod:illager_plushies, mod:curios (incompatible), mod:cataclysm (incompatible), mod:patchouli (incompatible), mod:corail_woodcutter, mod:oculus (incompatible), mod:collective, mod:snowpig (incompatible), mod:villagertools (incompatible), mod:betterthirdperson (incompatible), mod:elevatorid, mod:runelic (incompatible), mod:starterkit, mod:spirit (incompatible), mod:architectury (incompatible), mod:curiouselytra (incompatible), mod:biomeinfo (incompatible), mod:aiimprovements (incompatible), mod:cherishedworlds (incompatible), mod:adorn (incompatible), mod:bettershields (incompatible), mod:fallingtree, mod:enchantwithmob (incompatible), mod:easyshulkerboxes (incompatible), mod:mavm (incompatible), mod:voidtotem (incompatible), mod:veinmining (incompatible), mod:geckolib3 (incompatible), mod:bettermodsbutton (incompatible), mod:nebs, mod:darkpaintings (incompatible), mod:tradingpost (incompatible), mod:betteradvancements (incompatible), mod:radium (incompatible), mod:clienttweaks (incompatible), mod:bhmenu (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:biomemakeover (incompatible), mod:configmenusforge (incompatible), mod:additionallanterns (incompatible), mod:nourished_nether, mod:itemfilters (incompatible), mod:easymagic (incompatible), mod:nourished_end, mod:jei (incompatible), mod:jeienchantmentinfo (incompatible), mod:jerintegration, mod:visualworkbench (incompatible), mod:universalbonemeal (incompatible), mod:graveyard (incompatible), mod:steves_vanilla (incompatible), mod:attributefix (incompatible), mod:conjurer_illager, mod:simplerpc, mod:goblintraders (incompatible), mod:caelus (incompatible), mod:paxi, mod:immersive_weathering (incompatible), mod:waystones (incompatible), mod:fallingleaves (incompatible), mod:clumps (incompatible), mod:village_employment, mod:comforts (incompatible), mod:naturescompass (incompatible), mod:additionalbars (incompatible), mod:storagenetwork (incompatible), mod:sereneseasons (incompatible), mod:decorative_blocks, mod:curioofundying (incompatible), mod:more_babies (incompatible), mod:snowundertrees (incompatible), mod:snuffles (incompatible), mod:lazydfu (incompatible), mod:deleteworldstotrash (incompatible), mod:jeitweaker (incompatible), mod:blueprint (incompatible), mod:compat_makeover (incompatible), mod:crafttweaker (incompatible), mod:ftbchunks (incompatible), mod:skinlayers3d (incompatible), mod:curiouslights, mod:forgottenrecipes (incompatible), mod:friendsandfoes (incompatible), mod:selene (incompatible), mod:supplementaries (incompatible), mod:dungeons_arise, mod:radon (incompatible), mod:pigsteel (incompatible), mod:enchdesc (incompatible), mod:dynamic_asset_generator (incompatible), mod:excavated_variants (incompatible), mod:terrablender (incompatible), mod:mousetweaks (incompatible), mod:ftbquests (incompatible), mod:magnumtorch (incompatible), mod:jade (incompatible), mod:forge (incompatible), mod:additionaladditions (incompatible), mod:snowyspirit (incompatible), mod:nethersdelight (incompatible), mod:rocks, mod:paintings (incompatible), mod:notenoughanimations (incompatible), mod:iceberg (incompatible), mod:ecologics (incompatible), mod:xaerominimap, mod:polymorph (incompatible), mod:justenoughprofessions (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:warden_and_sculk, mod:earthmobsmod, mod:entityculling (incompatible), mod:backpacked (incompatible), mod:inventoryhud (incompatible), mod:fancymenu (incompatible), mod:drippyloadingscreen (incompatible), mod:blocksplus (incompatible), mod:upgradedcore (incompatible), mod:hunterillager, mod:zillagersweararmor (incompatible), mod:creeperoverhaul (incompatible), mod:ferritecore (incompatible), mod:upgradednetherite_ultimate (incompatible), mod:puzzleslib (incompatible), mod:byg (incompatible), mod:betterf3 (incompatible), mod:aquaculture (incompatible), mod:xpbook (incompatible), Repurposed_Structures-Friends_And_Foes-v1.zip, Snowyspirit Virtual Resourcepack, Supplementaries Virtual Resourcepack, dynamic_asset_generator:data (incompatible), mod:dynamiclights (incompatible)
    World Generation: Stable
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
    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: 
        [email protected]
        [email protected]
        javafml@null
    Mod List: 
        blue_skies-1.18.2-1.3.7.jar                       |Blue Skies                    |blue_skies                    |1.3.7               |DONE      |Manifest: NOSIGNATURE
        netherportalfix-forge-1.18-9.0.0.jar              |NetherPortalFix               |netherportalfix               |9.0.0               |DONE      |Manifest: NOSIGNATURE
        nether-s-exoticism-1.18.2-1.1.3.jar               |Nether's Exoticism            |nethers_exoticism             |1.1.3               |DONE      |Manifest: NOSIGNATURE
        allay-1-18-2.jar                                  |YDM's Allay Mod               |allay                         |3.1                 |DONE      |Manifest: NOSIGNATURE
        AdditionalBanners-Forge-1.18.2-7.0.4.jar          |AdditionalBanners             |additionalbanners             |7.0.4               |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
        incontrol-1.18-6.0.6.jar                          |InControl                     |incontrol                     |1.18-6.0.6          |DONE      |Manifest: NOSIGNATURE
        dynamiclights-1.18.6.jar                          |Dynamic Lights                |dynamiclights                 |1.18.6              |DONE      |Manifest: NOSIGNATURE
        stalwart-dungeons-1.18.2-1.2.2.jar                |Stalwart Dungeons             |stalwart_dungeons             |1.2.2               |DONE      |Manifest: NOSIGNATURE
        bambooeverything-1.2.5-build.12+mc1.18.2.jar      |Bamboo Everything             |bambooeverything              |1.2.5-build.12+mc1.1|DONE      |Manifest: NOSIGNATURE
        rubidium-0.5.2a.jar                               |Rubidium                      |rubidium                      |0.5.2a              |DONE      |Manifest: NOSIGNATURE
        kleeslabs-forge-1.18.1-11.1.0.jar                 |KleeSlabs                     |kleeslabs                     |11.1.0              |DONE      |Manifest: NOSIGNATURE
        villagernames_1.18.2-3.5.jar                      |Villager Names                |villagernames                 |3.5                 |DONE      |Manifest: NOSIGNATURE
        duckling-1.0.3-forge.jar                          |Duckling                      |duckling                      |1.0.3               |DONE      |Manifest: NOSIGNATURE
        XaerosWorldMap_1.20.6_Forge_1.18.2.jar            |Xaero's World Map             |xaeroworldmap                 |1.20.6              |DONE      |Manifest: NOSIGNATURE
        Controlling-forge-1.18.2-9.0+18.jar               |Controlling                   |controlling                   |9.0+18              |DONE      |Manifest: NOSIGNATURE
        citadel-1.11.2-1.18.2.jar                         |Citadel                       |citadel                       |1.11.2              |DONE      |Manifest: NOSIGNATURE
        alexsmobs-1.17.5.jar                              |Alex's Mobs                   |alexsmobs                     |1.17.5              |DONE      |Manifest: NOSIGNATURE
        YungsApi-1.18.2-Forge-2.0.7.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.0.7  |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
        upgradednetherite_items-1.18.2-3.2.0.0-release.jar|Upgraded Netherite : Items    |upgradednetherite_items       |1.18.2-3.2.0.0-relea|DONE      |Manifest: NOSIGNATURE
        Bookshelf-Forge-1.18.2-13.0.12.jar                |Bookshelf                     |bookshelf                     |13.0.12             |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
        guardvillagers-1.18.2.1.4.1.jar                   |Guard Villagers               |guardvillagers                |1.4.1               |DONE      |Manifest: NOSIGNATURE
        twigs-forge-1.1.4-patch3+1.18.2.jar               |Twigs                         |twigs                         |1.1.4-patch1+1.18.2 |DONE      |Manifest: NOSIGNATURE
        jeed-1.18.2-1.10.jar                              |Just Enough Effect Description|jeed                          |1.18.2-1.10         |DONE      |Manifest: NOSIGNATURE
        Rex's-AdditionalStructures-1.18.2-(v.3.0.3).jar   |Additional Structures         |additionalstructures          |3.0.3               |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
        bygonenether-1.1.1-1.18.2.jar                     |Bygone Nether                 |bygonenether                  |1.1.1               |DONE      |Manifest: NOSIGNATURE
        balm-3.0.2+0.jar                                  |Balm                          |balm                          |3.0.2+0             |DONE      |Manifest: NOSIGNATURE
        carryon-1.18.2-1.17.0.8.jar                       |Carry On                      |carryon                       |1.17.0.8            |DONE      |Manifest: NOSIGNATURE
        JustEnoughResources-1.18.2-0.14.1.164.jar         |Just Enough Resources         |jeresources                   |0.14.1.164          |DONE      |Manifest: NOSIGNATURE
        cloth-config-6.2.57-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.2.57              |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
        absentbydesign-1.18.2-1.6.2.jar                   |Absent By Design Mod          |absentbydesign                |1.18.2-1.6.2        |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
        revampedwolf-1.18.2-1.2.0.jar                     |RevampedWolf                  |revampedwolf                  |1.18.2-1.2.0        |DONE      |Manifest: NOSIGNATURE
        konkrete_forge_1.3.3_MC_1.18-1.18.1.jar           |Konkrete                      |konkrete                      |1.3.3               |DONE      |Manifest: NOSIGNATURE
        upgradednetherite-1.18.2-4.2.0.2-beta.jar         |Upgraded Netherite            |upgradednetherite             |1.18.2-4.2.0.2-beta |DONE      |Manifest: NOSIGNATURE
        structure_gel-1.18.2-2.2.1.jar                    |Structure Gel API             |structure_gel                 |2.2.1               |DONE      |Manifest: NOSIGNATURE
        EquipmentCompare-1.18.1-1.2.12.jar                |Equipment Compare             |equipmentcompare              |1.2.12              |DONE      |Manifest: NOSIGNATURE
        corpse-1.18.2-1.0.1.jar                           |Corpse                        |corpse                        |1.18.2-1.0.1        |DONE      |Manifest: NOSIGNATURE
        chipped-1.18.2-1.2.1-forge.jar                    |Chipped                       |chipped                       |1.18.2-1.2.1-forge  |DONE      |Manifest: NOSIGNATURE
        FarmersDelight-1.18.2-1.0.4.jar                   |Farmer's Delight              |farmersdelight                |1.18.2-1.0.4        |DONE      |Manifest: NOSIGNATURE
        repurposed_structures_forge-5.1.4+1.18.2.jar      |Repurposed Structures         |repurposed_structures         |5.1.4+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.13-build.25+mc1.18.|Better Compatibility Checker  |bcc                           |1.1.13-build.25+mc1.|DONE      |Manifest: NOSIGNATURE
        verdure-1.18.2-1.0.5.jar                          |Verdure                       |verdure                       |1.0.5               |DONE      |Manifest: NOSIGNATURE
        simpleshops-1.1.3.jar                             |Simple Shops                  |simpleshops                   |1.1.3               |DONE      |Manifest: NOSIGNATURE
        skinned_lanterns-1.18.2-1.3.4.jar                 |Skinned Lanterns              |skinnedlanterns               |1.18.2-1.3.4        |DONE      |Manifest: NOSIGNATURE
        supermartijn642corelib-1.0.16b-mc1.18.jar         |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.16b             |DONE      |Manifest: NOSIGNATURE
        Highlighter-1.18.1-1.1.2.jar                      |Highlighter                   |highlighter                   |1.1.2               |DONE      |Manifest: NOSIGNATURE
        spark-1.8.14-forge.jar                            |spark                         |spark                         |1.8.14              |DONE      |Manifest: NOSIGNATURE
        Illager Plushies 1.0.2 1.18.2.jar                 |Illager Plushies              |illager_plushies              |1.0.2               |DONE      |Manifest: NOSIGNATURE
        curios-forge-1.18.2-5.0.7.0.jar                   |Curios API                    |curios                        |1.18.2-5.0.7.0      |DONE      |Manifest: NOSIGNATURE
        Cataclysm-0.17.jar                                |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE
        Patchouli-1.18.2-67.jar                           |Patchouli                     |patchouli                     |1.18.2-67           |DONE      |Manifest: NOSIGNATURE
        corail_woodcutter-1.18.2-2.3.0.jar                |Corail Woodcutter             |corail_woodcutter             |2.3.0               |DONE      |Manifest: NOSIGNATURE
        oculus-mc1.18.2-1.2.2b.jar                        |Oculus                        |oculus                        |1.2.2b              |DONE      |Manifest: NOSIGNATURE
        collective-1.18.2-4.25.jar                        |Collective                    |collective                    |4.25                |DONE      |Manifest: NOSIGNATURE
        Snow_Pig-1.18.2-4.2.0.jar                         |Snow Pig                      |snowpig                       |1.18.2-4.2.0        |DONE      |Manifest: NOSIGNATURE
        villagertools-1.18-1.0.2.jar                      |villagertools                 |villagertools                 |1.18-1.0.2          |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
        BetterThirdPerson-Forge-1.18.2-1.7.3.jar          |Better Third Person           |betterthirdperson             |1.7.3               |DONE      |Manifest: NOSIGNATURE
        elevatorid-1.18.2-1.8.4.jar                       |Elevator Mod                  |elevatorid                    |1.18.2-1.8.4        |DONE      |Manifest: NOSIGNATURE
        Runelic-Forge-1.18.2-11.0.1.jar                   |Runelic                       |runelic                       |11.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
        starterkit_1.18.2-3.2.jar                         |Starter Kit                   |starterkit                    |3.2                 |DONE      |Manifest: NOSIGNATURE
        Spirit-forge-1.18.2-1.2.3.jar                     |Spirit                        |spirit                        |1.2.3               |DONE      |Manifest: NOSIGNATURE
        architectury-4.2.49.jar                           |Architectury                  |architectury                  |4.2.49              |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
        biomeinfo-1.18.2-1.4.jar                          |BiomeInfo                     |biomeinfo                     |1.4                 |DONE      |Manifest: NOSIGNATURE
        AI-Improvements-1.18-0.4.0.jar                    |AI-Improvements               |aiimprovements                |0.4.0               |DONE      |Manifest: NOSIGNATURE
        cherishedworlds-forge-1.18-5.1.1.0.jar            |Cherished Worlds              |cherishedworlds               |1.18-5.1.1.0        |DONE      |Manifest: NOSIGNATURE
        Adorn-3.4.0+1.18.2-forge.jar                      |Adorn                         |adorn                         |3.4.0+1.18.2        |DONE      |Manifest: NOSIGNATURE
        BetterShieldsMC1.18.1-1.0.1.jar                   |Better Shields                |bettershields                 |1.0.1               |DONE      |Manifest: NOSIGNATURE
        FallingTree-1.18.2-3.5.0b1.jar                    |FallingTree                   |fallingtree                   |3.5.0b1             |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
        enchantwithmob-1.18.2-4.0.2.jar                   |Enchant With Mob              |enchantwithmob                |1.18.2-4.0.2        |DONE      |Manifest: NOSIGNATURE
        EasyShulkerBoxes-v3.1.1-1.18.2-Forge.jar          |Easy Shulker Boxes            |easyshulkerboxes              |3.1.1               |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
        mavm-forge-1.18.1-1.0.7a.jar                      |More Axolotl Variants Mod     |mavm                          |1.0.7a              |DONE      |Manifest: NOSIGNATURE
        voidtotem-forge-1.18.2-1.3.1.jar                  |Void Totem                    |voidtotem                     |1.18.2-1.3.1        |DONE      |Manifest: NOSIGNATURE
        veinmining-forge-1.18.2-0.18.jar                  |Vein Mining                   |veinmining                    |1.18.2-0.18         |DONE      |Manifest: NOSIGNATURE
        geckolib-1.18-forge-3.0.15.jar                    |GeckoLib                      |geckolib3                     |3.0.15              |DONE      |Manifest: NOSIGNATURE
        BetterModsButton-v3.2.1-1.18.2-Forge.jar          |Better Mods Button            |bettermodsbutton              |3.2.1               |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
        NekosEnchantedBooks-1.18.2-1.6.1.jar              |Neko's Enchanted Books        |nebs                          |1.6.1               |DONE      |Manifest: NOSIGNATURE
        DarkPaintings-Forge-1.18.2-10.0.1.jar             |DarkPaintings                 |darkpaintings                 |10.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
        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
        BetterAdvancements-1.18.2-0.1.2.125.jar           |Better Advancements           |betteradvancements            |0.1.2.125           |DONE      |Manifest: NOSIGNATURE
        radium-0.7.10.jar                                 |Radium                        |radium                        |0.7.10              |DONE      |Manifest: NOSIGNATURE
        clienttweaks-forge-1.18.1-7.1.0.jar               |Client Tweaks                 |clienttweaks                  |7.1.0               |DONE      |Manifest: NOSIGNATURE
        BH-Menu-1.18.2-1.3.jar                            |Bisect Hosting Menu           |bhmenu                        |1.18.2-1.3          |DONE      |Manifest: NOSIGNATURE
        ftb-library-forge-1802.3.6-build.115.jar          |FTB Library                   |ftblibrary                    |1802.3.6-build.115  |DONE      |Manifest: NOSIGNATURE
        ftb-teams-forge-1802.2.6-build.51.jar             |FTB Teams                     |ftbteams                      |1802.2.6-build.51   |DONE      |Manifest: NOSIGNATURE
        biomemakeover-FORGE-1.18.2-1.4.17.jar             |Biome Makeover                |biomemakeover                 |1.18.2-1.4.17       |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
        additionallanterns-1.0.0-mc1.18.jar               |Additional Lanterns           |additionallanterns            |1.0.0               |DONE      |Manifest: NOSIGNATURE
        NourishedNetherV12.jar                            |Nourished Nether              |nourished_nether              |1.1.3               |DONE      |Manifest: NOSIGNATURE
        item-filters-forge-1802.2.7-build.21.jar          |Item Filters                  |itemfilters                   |1802.2.7-build.21   |DONE      |Manifest: NOSIGNATURE
        EasyMagic-v3.3.0-1.18.2-Forge.jar                 |Easy Magic                    |easymagic                     |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
        EnlightenedEndV10.jar                             |Enlightened End               |nourished_end                 |1.0.9               |DONE      |Manifest: NOSIGNATURE
        jei-1.18.2-9.7.0.192.jar                          |Just Enough Items             |jei                           |9.7.0.192           |DONE      |Manifest: NOSIGNATURE
        JEIEnchantmentInfo-1.17.1-2.0.0.jar               |JEI Enchantment Info          |jeienchantmentinfo            |1.17.1-2.0.0        |DONE      |Manifest: NOSIGNATURE
        JER-Integration-3.2.1.jar                         |JER Integration               |jerintegration                |3.2.1               |DONE      |Manifest: NOSIGNATURE
        VisualWorkbench-v3.2.0-1.18.2-Forge.jar           |Visual Workbench              |visualworkbench               |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
        UniversalBoneMeal-v3.0.3-1.18.2-Forge.jar         |Universal Bone Meal           |universalbonemeal             |3.0.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
        The_Graveyard_1.7_(FORGE)_for_1.18.2.jar          |The Graveyard                 |graveyard                     |1.7                 |DONE      |Manifest: NOSIGNATURE
        Steve's_Vanilla_v0.3.7+1.18.2.jar                 |Steve's Vanilla               |steves_vanilla                |0.3.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
        the-conjurer-1.18.2-1.1.1.jar                     |The Conjurer                  |conjurer_illager              |1.1.1               |DONE      |Manifest: NOSIGNATURE
        simple-rpc-1.18.2-2.7.3.jar                       |Simple RPC                    |simplerpc                     |2.7.2               |DONE      |Manifest: NOSIGNATURE
        goblintraders-1.7.1-1.18.2.jar                    |Goblin Traders                |goblintraders                 |1.7.1               |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
        Paxi-1.18.2-Forge-2.0.jar                         |Paxi                          |paxi                          |1.18.2-Forge-2.0    |DONE      |Manifest: NOSIGNATURE
        immersive_weathering-1.18.2-1.1.3.jar             |Immersive Weathering          |immersive_weathering          |1.18.2-1.1.3        |DONE      |Manifest: NOSIGNATURE
        waystones-forge-1.18.2-10.0.0.jar                 |Waystones                     |waystones                     |10.0.0              |DONE      |Manifest: NOSIGNATURE
        Fallingleaves-1.18.2-1.3.2.jar                    |Falling Leaves                |fallingleaves                 |1.3.2               |DONE      |Manifest: NOSIGNATURE
        Clumps-forge-1.18.2-8.0.0+8.jar                   |Clumps                        |clumps                        |8.0.0+8             |DONE      |Manifest: NOSIGNATURE
        village-employment-1.18.2-1.5.1.jar               |Village Employment            |village_employment            |1.5.1               |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
        NaturesCompass-1.18.2-1.9.5-forge.jar             |Nature's Compass              |naturescompass                |1.18.2-1.9.5-forge  |DONE      |Manifest: NOSIGNATURE
        1.18.2-additionalbars-3.0.0b.jar                  |Additional Bars               |additionalbars                |3.0.0b              |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
        SereneSeasons-1.18.2-7.0.0.14.jar                 |Serene Seasons                |sereneseasons                 |1.18.2-7.0.0.14     |DONE      |Manifest: NOSIGNATURE
        Decorative Blocks-forge-1.18.2-2.1.0.jar          |Decorative Blocks             |decorative_blocks             |2.1.0               |DONE      |Manifest: NOSIGNATURE
        curioofundying-forge-1.18-5.3.0.0.jar             |Curio of Undying              |curioofundying                |1.18-5.3.0.0        |DONE      |Manifest: NOSIGNATURE
        More Babies-forge-1.18.1-0.5.1.jar                |More Babies                   |more_babies                   |0.5.1               |DONE      |Manifest: NOSIGNATURE
        snowundertrees-1.18.2-1.2.1.jar                   |Snow Under Trees              |snowundertrees                |1.2.1               |DONE      |Manifest: NOSIGNATURE
        snuffles-1.0.2.jar                                |Snuffles                      |snuffles                      |1.0.2               |DONE      |Manifest: NOSIGNATURE
        lazydfu-1.0-1.18+.jar                             |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
        DeleteWorldsToTrash-v3.2.0-1.18.2-Forge.jar       |Delete Worlds To Trash        |deleteworldstotrash           |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
        JEITweaker-1.18.2-3.0.0.8.jar                     |JEI Tweaker                   |jeitweaker                    |3.0.0.8             |DONE      |Manifest: NOSIGNATURE
        blueprint-1.18.2-5.3.2.jar                        |Blueprint                     |blueprint                     |5.3.2               |DONE      |Manifest: NOSIGNATURE
        Compat_Makeover-1.18.2-1.3.jar                    |Compat Makeover               |compat_makeover               |1.18.2-1.3          |DONE      |Manifest: NOSIGNATURE
        CraftTweaker-forge-1.18.2-9.1.103.jar             |CraftTweaker                  |crafttweaker                  |9.1.103             |DONE      |Manifest: NOSIGNATURE
        ftb-chunks-forge-1802.3.5-build.130.jar           |FTB Chunks                    |ftbchunks                     |1802.3.5-build.130  |DONE      |Manifest: NOSIGNATURE
        3dskinlayers-forge-1.4.3-mc1.18.2.jar             |3dSkinLayers                  |skinlayers3d                  |1.4.3               |DONE      |Manifest: NOSIGNATURE
        curiouslights-forge-1.1.0+1.18.2.jar              |Curious Lights                |curiouslights                 |1.1.0+1.18.2        |DONE      |Manifest: NOSIGNATURE
        forgottenrecipes-forge-1.18.1-1.0.0.jar           |Forgotten Recipes             |forgottenrecipes              |1.18.1-1.0.0        |DONE      |Manifest: NOSIGNATURE
        friendsandfoes-forge-mc1.18.2-1.3.4.jar           |Friends&Foes                  |friendsandfoes                |1.3.4               |DONE      |Manifest: NOSIGNATURE
        selene-1.18.2-1.15.1.jar                          |Selene                        |selene                        |1.18.2-1.15.1       |DONE      |Manifest: NOSIGNATURE
        supplementaries-1.18.2-1.3.6.jar                  |Supplementaries               |supplementaries               |1.18.2-1.3.6        |DONE      |Manifest: NOSIGNATURE
        DungeonsArise-1.18.2-2.1.50c-beta.jar             |When Dungeons Arise           |dungeons_arise                |2.1.50c-1.18.2      |DONE      |Manifest: NOSIGNATURE
        radon-0.8.1.jar                                   |Radon                         |radon                         |0.8.1               |DONE      |Manifest: NOSIGNATURE
        pigsteel-1.18.2-3.1.0.jar                         |Pigsteel Mod                  |pigsteel                      |1.18.2-3.1.0        |DONE      |Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.18.2-10.0.2.jar   |EnchantmentDescriptions       |enchdesc                      |10.0.2              |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-0.4.8.jar           |Dynamic Asset Generator       |dynamic_asset_generator       |0.4.8               |DONE      |Manifest: NOSIGNATURE
        excavated_variants-forge-0.4.2.jar                |Excavated Variants            |excavated_variants            |0.4.2               |DONE      |Manifest: NOSIGNATURE
        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
        ftb-quests-forge-1802.3.8-build.101.jar           |FTB Quests                    |ftbquests                     |1802.3.8-build.101  |DONE      |Manifest: NOSIGNATURE
        MagnumTorch-v3.1.3-1.18.2-Forge.jar               |Magnum Torch                  |magnumtorch                   |3.1.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
        Jade-1.18.2-5.0.1.jar                             |Jade                          |jade                          |5.0.1               |DONE      |Manifest: NOSIGNATURE
        forge-1.18.2-40.0.54-universal.jar                |Forge                         |forge                         |40.0.54             |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
        additionaladditions-3.0.1.1.jar                   |Additional Additions          |additionaladditions           |3.0.1.1             |DONE      |Manifest: NOSIGNATURE
        snowyspirit-1.18.2-1.2.1.jar                      |Snowy Spirit                  |snowyspirit                   |1.18.2-1.2.1        |DONE      |Manifest: NOSIGNATURE
        NethersDelight-1.18.2-2.2.0.jar                   |Nethers Delight               |nethersdelight                |2.2                 |DONE      |Manifest: NOSIGNATURE
        ThisRocks-1.18.2-1.0.2.jar                        |This Rocks! (Forge)           |rocks                         |1.0.2               |DONE      |Manifest: NOSIGNATURE
        Paintings-forge-1.18.2-9.1.1.0.jar                |Paintings ++                  |paintings                     |9.1.1.0             |DONE      |Manifest: NOSIGNATURE
        notenoughanimations-forge-1.6.0-mc1.18.2.jar      |NotEnoughAnimations Mod       |notenoughanimations           |1.6.0               |DONE      |Manifest: NOSIGNATURE
        Iceberg-1.18.2-1.0.40.jar                         |Iceberg                       |iceberg                       |1.0.40              |DONE      |Manifest: NOSIGNATURE
        ecologics-FORGE-1.18.2-1.5.5.jar                  |Ecologics                     |ecologics                     |1.5.5               |DONE      |Manifest: NOSIGNATURE
        Xaeros_Minimap_22.5.0_Forge_1.18.2.jar            |Xaero's Minimap               |xaerominimap                  |22.5.0              |DONE      |Manifest: NOSIGNATURE
        polymorph-forge-1.18.1-0.43.jar                   |Polymorph                     |polymorph                     |1.18.1-0.43         |DONE      |Manifest: NOSIGNATURE
        JustEnoughProfessions-1.18.2-1.2.2.jar            |Just Enough Professions (JEP) |justenoughprofessions         |1.2.2               |DONE      |Manifest: NOSIGNATURE
        AutoRegLib-1.7-53.jar                             |AutoRegLib                    |autoreglib                    |1.7-53              |DONE      |Manifest: NOSIGNATURE
        Quark-3.2-349.jar                                 |Quark                         |quark                         |3.2-349             |DONE      |Manifest: NOSIGNATURE
        warden_and_sculk-1.0.0.jar                        |Warden and Sculk              |warden_and_sculk              |1.0.0               |DONE      |Manifest: NOSIGNATURE
        EarthMobs-1.18.2-0.8.0.jar                        |Earth Mobs Mod                |earthmobsmod                  |1.18.2-0.8.0        |DONE      |Manifest: NOSIGNATURE
        entityculling-forge-mc1.18-1.5.1.jar              |EntityCulling                 |entityculling                 |1.5.1               |DONE      |Manifest: NOSIGNATURE
        backpacked-2.1.6-1.18.2.jar                       |Backpacked                    |backpacked                    |2.1.6               |DONE      |Manifest: NOSIGNATURE
        InventoryHud_[1.18].forge-3.4.4.jar               |Inventory HUD+(Forge edition) |inventoryhud                  |3.4.4               |DONE      |Manifest: NOSIGNATURE
        fancymenu_forge_2.6.4-1_MC_1.18.2.jar             |FancyMenu                     |fancymenu                     |2.6.4               |DONE      |Manifest: NOSIGNATURE
        drippyloadingscreen_forge_1.5.1_MC_1.18-1.18.1.jar|Drippy Loading Screen         |drippyloadingscreen           |1.5.1               |DONE      |Manifest: NOSIGNATURE
        Blocks + 1.18.1 - 1.4.jar                         |Blocks +                      |blocksplus                    |1.4                 |DONE      |Manifest: NOSIGNATURE
        upgradedcore-1.18.2-3.2.0.0-release.jar           |Upgraded Core                 |upgradedcore                  |1.18.2-3.2.0.0-relea|DONE      |Manifest: NOSIGNATURE
        HunterIllager-1.18.2-4.0.1.jar                    |Hunter Illager                |hunterillager                 |1.18.2-4.0.1        |DONE      |Manifest: NOSIGNATURE
        illagersweararmor-1.1.4.jar                       |Illagers Wear Armor           |zillagersweararmor            |1.1.4               |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
        creeperoverhaul-1.18.2-1.3.0-forge.jar            |Creeper Overhaul              |creeperoverhaul               |1.3.0               |DONE      |Manifest: NOSIGNATURE
        ferritecore-4.2.0-forge.jar                       |Ferrite Core                  |ferritecore                   |4.2.0               |DONE      |Manifest: NOSIGNATURE
        upgradednetherite_ultimate-1.18.2-3.2.0.0-release.|Upgraded Netherite : Ultimerit|upgradednetherite_ultimate    |1.18.2-3.2.0.0-relea|DONE      |Manifest: NOSIGNATURE
        PuzzlesLib-v3.3.2-1.18.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |3.3.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
        Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-9-all.|Oh The Biomes You'll Go       |byg                           |1.4-RC-9            |DONE      |Manifest: NOSIGNATURE
        BetterF3-1.2.4-Forge-1.18.2.jar                   |BetterF3                      |betterf3                      |1.2.4               |DONE      |Manifest: NOSIGNATURE
        Aquaculture-1.18.2-2.3.6.jar                      |Aquaculture 2                 |aquaculture                   |1.18.2-2.3.6        |DONE      |Manifest: NOSIGNATURE
        xptome-1.18.2-2.1.5.jar                           |XP Tome                       |xpbook                        |2.1.5               |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: 2e366d53-f617-433b-bcac-c2b490ebdf3b
    FML: 40.0
    Forge: net.minecraftforge:40.0.54

u27Ao16Jt.png

  • 1 month later...
  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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