Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // This doesn't make any sense!
- Time: 2024-04-27 13:12:52
- Description: Exception in server tick loop
- net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file eidolon-server.toml of type SERVER for modid eidolon
- at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.2.20.jar%23450!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.2.20.jar%23450!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.20.jar%23450!/:?] {}
- 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.20.1-47.2.20.jar%23450!/:?] {}
- at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.2.20-universal.jar%23454!/:?] {re:mixin,re:classloading,pl:mixin:APP:lithostitched.forge.mixins.json:common.ServerLifecycleHooksMixin,pl:mixin:A}
- at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23449!/:?] {re:mixin,pl:runtimedistcleaner:A,re:computing_frames,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin,pl:mixin:APP:lithostitched.mixins.json:client.IntegratedServerMixin,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23449!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}
- at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23449!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,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%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2393!/:?] {}
- at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.2.20.jar%23450!/:?] {}
- ... 10 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Minecraft Version: 1.20.1
- Minecraft Version ID: 1.20.1
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 17.0.8, Microsoft
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
- Memory: 1219308200 bytes (1162 MiB) / 3657433088 bytes (3488 MiB) up to 4831838208 bytes (4608 MiB)
- CPUs: 8
- Processor Vendor: GenuineIntel
- Processor Name: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
- Identifier: Intel64 Family 6 Model 165 Stepping 2
- Microarchitecture: unknown
- Frequency (GHz): 2.50
- Number of physical packages: 1
- Number of physical CPUs: 4
- Number of logical CPUs: 8
- Graphics card #0 name: NVIDIA GeForce RTX 2060
- Graphics card #0 vendor: NVIDIA (0x10de)
- Graphics card #0 VRAM (MB): 4095.00
- Graphics card #0 deviceId: 0x1f15
- Graphics card #0 versionInfo: DriverVersion=31.0.15.3699
- Graphics card #1 name: Intel(R) UHD Graphics
- Graphics card #1 vendor: Intel Corporation (0x8086)
- Graphics card #1 VRAM (MB): 1024.00
- Graphics card #1 deviceId: 0x9bc4
- Graphics card #1 versionInfo: DriverVersion=27.20.100.8280
- 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): 23794.20
- Virtual memory used (MB): 20145.59
- Swap memory total (MB): 7579.15
- Swap memory used (MB): 619.93
- JVM Flags: 10 total; -Xmx4608M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
- Server Running: true
- Player Count: 0 / 8; []
- Data Packs: vanilla, mod:betterdungeons, mod:wandering_bags, mod:betterwitchhuts, mod:playeranimator (incompatible), mod:betteroceanmonuments, mod:hammerlib, mod:connectivity (incompatible), mod:stalwart_dungeons, mod:incendium, mod:sophisticatedcore (incompatible), mod:structureessentials (incompatible), mod:apothiccombat (incompatible), mod:goety, mod:placebo (incompatible), mod:modernfix (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:yungsapi, mod:gateways (incompatible), mod:mixinextras (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:relics, mod:apotheosis (incompatible), mod:takesapillage (incompatible), mod:mcwdoors, mod:jeed (incompatible), mod:balm, mod:ramcompat, mod:jeresources, mod:shieldexp (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:ctov, mod:sawmill (incompatible), mod:rpgsmw, mod:dummmmmmy (incompatible), mod:daily_rewards, mod:autoleveling, mod:irons_rpg_tweaks (incompatible), mod:embeddium, mod:farmersdelight, mod:cataclysmiccombat, mod:explorify, mod:yungsbridges, mod:cataclysm (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:seadwellers, mod:attributeslib (incompatible), mod:betterthirdperson, mod:betterstrongholds, mod:architectury (incompatible), mod:cupboard (incompatible), mod:betterendisland, mod:biomancy, mod:geckolib, mod:swem (incompatible), mod:krypton (incompatible), mod:bettermineshafts, mod:essential (incompatible), mod:betterjungletemples, mod:arcane_abilities (incompatible), mod:raccompat, mod:fastload, mod:cucumber, mod:amendments (incompatible), mod:octolib, mod:xlpackets (incompatible), mod:realmrpg_demons, mod:jei, mod:lithostitched, mod:fps_increaser, mod:attributefix (incompatible), mod:pehkui (incompatible), mod:realmrpg_creep, mod:gnumus, mod:caelus (incompatible), mod:structorytowers, mod:realmrpg_skeletons, mod:enlightened_end, mod:waystones, mod:alexscaves_torpedoes, mod:structory, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:artifacts, mod:everycomp (incompatible), mod:betterdeserttemples, mod:iceandfire, mod:terralith, mod:azurelib, mod:forge, mod:raided, mod:tarotcards, mod:mysticalagriculture, mod:mobs_of_sins, mod:useless_sword, mod:eidolon (incompatible), mod:sons_of_sins, mod:smoothchunk (incompatible), mod:alexscaves, mod:enchdesc (incompatible), mod:terrablender, mod:moonlight (incompatible), mod:thaumia, mod:mousetweaks, mod:forgeconfigscreens, mod:bettercombat (incompatible), mod:regions_unexplored (incompatible), mod:necronomicon (incompatible), mod:mixinsquared (incompatible), mod:nochatreports (incompatible), mod:jade (incompatible), mod:betterfarmerscombat (incompatible), mod:culllessleaves (incompatible), mod:creativecore, mod:itemproductionlib (incompatible), mod:forbidden_arcanus (incompatible), mod:spectrelib (incompatible), mod:skilltree, mod:bocchium (incompatible), mod:polymorph (incompatible), mod:parcool (incompatible), mod:zeta (incompatible), mod:irons_spellbooks, mod:ice_and_fire_spellbooks, mod:mna (incompatible), mod:immediatelyfast (incompatible), mod:solarcraft (incompatible), mod:appleskin (incompatible), mod:alexsdelight, mod:lootr, mod:quark (incompatible), mod:supplementaries, mod:ferritecore (incompatible), mod:realmrpg_wyrms, mod:cosmeticarmorreworked, mod:expandability (incompatible), mod:valhelsia_core (incompatible), mod:no_telemetry (incompatible), mod:pots_and_mimics, Everycomp Generated Pack, Supplementaries Generated Pack
- Enabled Feature Flags: minecraft:vanilla
- World Generation: Stable
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
- Launched Version: 1.20.1
- ModLauncher: 10.0.9+10.0.9+main.dcd20f30
- ModLauncher launch target: forgeclient
- ModLauncher naming: srg
- ModLauncher services:
- mixin-0.8.5.jar mixin PLUGINSERVICE
- eventbus-6.0.5.jar eventbus PLUGINSERVICE
- fmlloader-1.20.1-47.2.20.jar slf4jfixer PLUGINSERVICE
- fmlloader-1.20.1-47.2.20.jar object_holder_definalize PLUGINSERVICE
- fmlloader-1.20.1-47.2.20.jar runtime_enum_extender PLUGINSERVICE
- fmlloader-1.20.1-47.2.20.jar capability_token_subclass PLUGINSERVICE
- accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
- fmlloader-1.20.1-47.2.20.jar runtimedistcleaner PLUGINSERVICE
- modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar redirector TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
- FML Language Providers:
- lowcodefml@null
- javafml@null
- Mod List:
- YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
- wandering-bags-1.20.1-2.0.7.jar |Wandering Bags |wandering_bags |2.0.7 |DONE |Manifest: NOSIGNATURE
- YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE
- player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE
- YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |DONE |Manifest: NOSIGNATURE
- HammerLib-1.20.1-20.1.25.jar |HammerLib |hammerlib |20.1.25 |DONE |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
- connectivity-1.20.1-5.5.jar |Connectivity Mod |connectivity |1.20.1-5.5 |DONE |Manifest: NOSIGNATURE
- stalwart-dungeons-1.20.1-1.2.8.jar |Stalwart Dungeons |stalwart_dungeons |1.2.8 |DONE |Manifest: NOSIGNATURE
- Incendium_1.20.4_v5.3.4.jar |Incendium |incendium |5.3.4 |DONE |Manifest: NOSIGNATURE
- sophisticatedcore-1.20.1-0.6.18.597.jar |Sophisticated Core |sophisticatedcore |0.6.18.597 |DONE |Manifest: NOSIGNATURE
- structureessentials-1.20.1-3.3.jar |Structure Essentials mod |structureessentials |1.20.1-3.3 |DONE |Manifest: NOSIGNATURE
- ApothicCombat-1.20.1-1.1.0.jar |Apothic Combat |apothiccombat |1.1.0 |DONE |Manifest: NOSIGNATURE
- goety-2.5.13.0.jar |Goety |goety |2.5.13.0 |DONE |Manifest: NOSIGNATURE
- Placebo-1.20.1-8.6.1.jar |Placebo |placebo |8.6.1 |DONE |Manifest: NOSIGNATURE
- modernfix-forge-5.17.0+mc1.20.1.jar |ModernFix |modernfix |5.17.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- citadel-2.5.4-1.20.1.jar |Citadel |citadel |2.5.4 |DONE |Manifest: NOSIGNATURE
- alexsmobs-1.22.8.jar |Alex's Mobs |alexsmobs |1.22.8 |DONE |Manifest: NOSIGNATURE
- YungsApi-1.20-Forge-4.0.4.jar |YUNG's API |yungsapi |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
- GatewaysToEternity-1.20.1-4.2.4.jar |Gateways To Eternity |gateways |4.2.4 |DONE |Manifest: NOSIGNATURE
- mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |DONE |Manifest: NOSIGNATURE
- Bookshelf-Forge-1.20.1-20.1.10.jar |Bookshelf |bookshelf |20.1.10 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- sophisticatedbackpacks-1.20.1-3.20.5.1039.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.5.1039 |DONE |Manifest: NOSIGNATURE
- relics-1.20.1-0.6.5.jar |Relics |relics |0.6.5 |DONE |Manifest: NOSIGNATURE
- Apotheosis-1.20.1-7.3.4.jar |Apotheosis |apotheosis |7.3.4 |DONE |Manifest: NOSIGNATURE
- takesapillage-1.0.3-1.20.1.jar |It Takes A Pillage |takesapillage |1.0.3 |DONE |Manifest: NOSIGNATURE
- mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |DONE |Manifest: NOSIGNATURE
- jeed-1.20-2.1.12.jar |Just Enough Effects Descriptio|jeed |1.20-2.1.12 |DONE |Manifest: NOSIGNATURE
- balm-forge-1.20.1-7.2.2.jar |Balm |balm |7.2.2 |DONE |Manifest: NOSIGNATURE
- ramcompat-1.20.1-0.1.3.jar |RAM-Compat |ramcompat |0.1.3 |DONE |Manifest: NOSIGNATURE
- JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE
- ShieldExpansion-1.20.1-1.1.7a.jar |Shield Expansion |shieldexp |1.1.7a |DONE |Manifest: NOSIGNATURE
- YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE
- cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
- sound-physics-remastered-forge-1.20.1-1.3.1.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.3.1 |DONE |Manifest: NOSIGNATURE
- ctov-forge-3.4.3.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.3 |DONE |Manifest: NOSIGNATURE
- sawmill-1.20-1.3.11.jar |Universal Sawmill |sawmill |1.20-1.3.11 |DONE |Manifest: NOSIGNATURE
- RPG_style_more_weapons_8.1_1.20.1.jar |RPG_style_More_Weapons |rpgsmw |8.11.20.1 |DONE |Manifest: NOSIGNATURE
- dummmmmmy-1.20-1.8.14.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.8.14 |DONE |Manifest: NOSIGNATURE
- daily_rewards_1.20.1-5.3.0.jar |Daily Rewards |daily_rewards |5.3.0 |DONE |Manifest: NOSIGNATURE
- AutoLeveling-1.20-1.19b.jar |Auto Leveling |autoleveling |1.19b |DONE |Manifest: NOSIGNATURE
- irons_rpg_tweaks-1.20-1.2.2.jar |Iron's RPG Tweaks |irons_rpg_tweaks |1.20-1.2.2 |DONE |Manifest: NOSIGNATURE
- embeddium-0.3.14+mc1.20.1.jar |Embeddium |embeddium |0.3.14+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
- cataclysmiccombat-1.2.jar |Cataclysmic Combat |cataclysmiccombat |1.2 |DONE |Manifest: NOSIGNATURE
- explorify-v1.4.0.jar |Explorify |explorify |1.4.0 |DONE |Manifest: NOSIGNATURE
- YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE
- L_Enders_Cataclysm-1.90 -1.20.1.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
- curios-forge-5.8.1+1.20.1.jar |Curios API |curios |5.8.1+1.20.1 |DONE |Manifest: NOSIGNATURE
- Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE
- realmrpg_seadwellers_2.9.9_forge_1.20.1.jar |Realm RPG: Sea Dwellers |seadwellers |2.9.9 |DONE |Manifest: NOSIGNATURE
- ApothicAttributes-1.20.1-1.3.4.jar |Apothic Attributes |attributeslib |1.3.4 |DONE |Manifest: NOSIGNATURE
- BetterThirdPerson-Forge-1.20-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |DONE |Manifest: NOSIGNATURE
- YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE
- architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
- cupboard-1.20.1-2.6.jar |Cupboard utilities |cupboard |1.20.1-2.6 |DONE |Manifest: NOSIGNATURE
- YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE
- biomancy-forge-1.20.1-2.4.4.0.jar |Biomancy 2 |biomancy |2.4.4.0 |DONE |Manifest: NOSIGNATURE
- geckolib-forge-1.20.1-4.4.4.jar |GeckoLib 4 |geckolib |4.4.4 |DONE |Manifest: NOSIGNATURE
- swem-1.20.1-1.4.0.jar |Star Worm Equestrian Mod |swem |1.4.0 |DONE |Manifest: NOSIGNATURE
- KryptonReforged-0.2.3.jar |Krypton Reforged |krypton |0.2.3 |DONE |Manifest: NOSIGNATURE
- YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
- Essential (forge_1.20.1).jar |Essential |essential |1.3.1.3+g88238d7752 |DONE |Manifest: NOSIGNATURE
- YungsBetterJungleTemples-1.20-Forge-2.0.4.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.4 |DONE |Manifest: NOSIGNATURE
- arcane_abilities-0.2.1-1.20.1.jar |ArcaneAbilities |arcane_abilities |0.2.1 |DONE |Manifest: NOSIGNATURE
- raccompat-1.20.1-0.1.2.jar |RAC-Compat |raccompat |0.1.2 |DONE |Manifest: NOSIGNATURE
- Fastload-Reforged-mc1.20.1-3.4.0.jar |Fastload-Reforged |fastload |3.4.0 |DONE |Manifest: NOSIGNATURE
- Cucumber-1.20.1-7.0.8.jar |Cucumber Library |cucumber |7.0.8 |DONE |Manifest: NOSIGNATURE
- amendments-1.20-1.1.22.jar |Amendments |amendments |1.20-1.1.22 |DONE |Manifest: NOSIGNATURE
- octolib-1.20.1-0.3.jar |OctoLib |octolib |0.3 |DONE |Manifest: NOSIGNATURE
- xlpackets-1.18.2-2.1.jar |XL Packets |xlpackets |1.18.2-2.1 |DONE |Manifest: NOSIGNATURE
- realmrpg_imps_and_demons_0.9.0_forge_1.20.1.jar |Realm RPG: Imps & Demons |realmrpg_demons |0.9.0 |DONE |Manifest: NOSIGNATURE
- jei-1.20.1-forge-15.3.0.4.jar |Just Enough Items |jei |15.3.0.4 |DONE |Manifest: NOSIGNATURE
- lithostitched-forge-1.20.1-1.1.5.jar |Lithostitched |lithostitched |1.1.5 |DONE |Manifest: NOSIGNATURE
- FPS_Increaser_Forge.jar |FPS_Increaser |fps_increaser |1.0.0 |DONE |Manifest: NOSIGNATURE
- AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.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
- Pehkui-3.8.0+1.20.1-forge.jar |Pehkui |pehkui |3.8.0+1.20.1-forge |DONE |Manifest: NOSIGNATURE
- realmrpg_creep_and_crop_1.0.2_forge_1.20.1.jar |Realm RPG: Creep & Crop |realmrpg_creep |1.0.2 |DONE |Manifest: NOSIGNATURE
- gnumus_settlement_[Forge]1.20.1_v1.0.jar |Gnumus Settlement |gnumus |1.0.0 |DONE |Manifest: NOSIGNATURE
- caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
- Structory_Towers_1.20.4_v1.0.6.jar |Structory: Towers |structorytowers |1.0.6 |DONE |Manifest: NOSIGNATURE
- realmrpg_fallen_adventurers_1.0.3_forge_1.20.1.jar|Realm RPG: Fallen Adventurers |realmrpg_skeletons |1.0.3 |DONE |Manifest: NOSIGNATURE
- enlightend-5.0.14-1.20.1.jar |Enlightend |enlightened_end |5.0.14 |DONE |Manifest: NOSIGNATURE
- waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |DONE |Manifest: NOSIGNATURE
- alexscaves_torpedoes-1.0.2.jar |Alex's Caves: Stuff & Torpedoe|alexscaves_torpedoes |1.0.2 |DONE |Manifest: NOSIGNATURE
- Structory_1.20.2_v1.3.4.jar |Structory |structory |1.3.4 |DONE |Manifest: NOSIGNATURE
- FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |DONE |Manifest: NOSIGNATURE
- Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |DONE |Manifest: NOSIGNATURE
- journeymap-1.20.1-5.9.20-forge.jar |Journeymap |journeymap |5.9.20 |DONE |Manifest: NOSIGNATURE
- artifacts-forge-9.4.2.jar |Artifacts |artifacts |9.4.2 |DONE |Manifest: NOSIGNATURE
- everycomp-1.20-2.6.53.jar |Every Compat |everycomp |1.20-2.6.53 |DONE |Manifest: NOSIGNATURE
- YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE
- iceandfire-2.1.13-1.20.1-beta-4.jar |Ice and Fire |iceandfire |2.1.13-1.20.1-beta-4|DONE |Manifest: NOSIGNATURE
- Terralith_1.20.4_v2.4.11.jar |Terralith |terralith |2.4.11 |DONE |Manifest: NOSIGNATURE
- azurelib-neo-1.20.1-2.0.21.jar |AzureLib |azurelib |2.0.21 |DONE |Manifest: NOSIGNATURE
- forge-1.20.1-47.2.20-universal.jar |Forge |forge |47.2.20 |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
- Raided-1.20.1-0.1.4.jar |Raided |raided |0.1.4 |DONE |Manifest: NOSIGNATURE
- tarotcards-1.20-1.6.2.jar |Tarot Cards |tarotcards |1.20-1.6.2 |DONE |Manifest: NOSIGNATURE
- MysticalAgriculture-1.20.1-7.0.11.jar |Mystical Agriculture |mysticalagriculture |7.0.11 |DONE |Manifest: NOSIGNATURE
- MobsOfSins-v0.2.jar |Mobs of Sins |mobs_of_sins |0.2 |DONE |Manifest: NOSIGNATURE
- useless-sword-furtos-edition-1.20.1-1.0.1.jar |Useless Sword |useless_sword |1.0.1 |DONE |Manifest: NOSIGNATURE
- client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |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
- eidolon_repraised-1.20.1-0.3.8.9.jar |Eidolon:Repraised |eidolon |1.20.1-0.3.8.9 |DONE |Manifest: NOSIGNATURE
- sons-of-sins-1.20.1-2.1.6.jar |Sons of Sins |sons_of_sins |2.1.6 |DONE |Manifest: NOSIGNATURE
- smoothchunk-1.20.1-3.6.jar |Smoothchunk mod |smoothchunk |1.20.1-3.6 |DONE |Manifest: NOSIGNATURE
- alexscaves-1.1.4.jar |Alex's Caves |alexscaves |1.1.4 |DONE |Manifest: NOSIGNATURE
- EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar |EnchantmentDescriptions |enchdesc |17.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
- TerraBlender-forge-1.20.1-3.0.1.4.jar |TerraBlender |terrablender |3.0.1.4 |DONE |Manifest: NOSIGNATURE
- moonlight-1.20-2.11.12-forge.jar |Moonlight Library |moonlight |1.20-2.11.12 |DONE |Manifest: NOSIGNATURE
- thaumia-0.7.7 BETA.jar |Thaumia! |thaumia |0.7.7 |DONE |Manifest: NOSIGNATURE
- MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |DONE |Manifest: NOSIGNATURE
- ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar |Forge Config Screens |forgeconfigscreens |8.0.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
- bettercombat-forge-1.8.5+1.20.1.jar |Better Combat |bettercombat |1.8.5+1.20.1 |DONE |Manifest: NOSIGNATURE
- RegionsUnexploredForge-0.5.5+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.5 |DONE |Manifest: NOSIGNATURE
- Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |DONE |Manifest: NOSIGNATURE
- mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |DONE |Manifest: NOSIGNATURE
- NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |DONE |Manifest: NOSIGNATURE
- Jade-1.20.1-forge-11.8.0.jar |Jade |jade |11.8.0 |DONE |Manifest: NOSIGNATURE
- betterfarmerscombat-1.2-1.20.1.jar |Better Farmer's Combat |betterfarmerscombat |1.1 |DONE |Manifest: NOSIGNATURE
- CullLessLeaves-Reforged-1.20.1-1.0.5.jar |Cull Less Leaves Reforged |culllessleaves |1.20.1-1.0.5 |DONE |Manifest: NOSIGNATURE
- CreativeCore_FORGE_v2.11.27_mc1.20.1.jar |CreativeCore |creativecore |2.11.27 |DONE |Manifest: NOSIGNATURE
- ItemProductionLib-1.20.1-1.0.2a-all.jar |Item Production Lib |itemproductionlib |1.0.2a |DONE |Manifest: NOSIGNATURE
- forbidden_arcanus-1.20.1-2.2.6.jar |Forbidden & Arcanus |forbidden_arcanus |1.20.1-2.2.6 |DONE |Manifest: NOSIGNATURE
- spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE
- PassiveSkillTree-1.20.1-BETA-0.6.11-all.jar |Passive Skill Tree |skilltree |0.6.11 |DONE |Manifest: NOSIGNATURE
- bocchium-1.20.1-0.0.3.jar |Bocchium |bocchium |1.20.1-0.0.3 |DONE |Manifest: NOSIGNATURE
- polymorph-forge-0.49.3+1.20.1.jar |Polymorph |polymorph |0.49.3+1.20.1 |DONE |Manifest: NOSIGNATURE
- ParCool-1.20.1-3.2.0.1-R.jar |ParCool! |parcool |1.20.1-3.2.0.1-R |DONE |Manifest: NOSIGNATURE
- Zeta-1.0-16.jar |Zeta |zeta |1.0-16 |DONE |Manifest: NOSIGNATURE
- irons_spellbooks-1.20.1-3.1.3.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.1.3 |DONE |Manifest: NOSIGNATURE
- ice_and_fire_spellbooks-2.2.0-1.20.1.jar |Ice and Fire: Spellbooks |ice_and_fire_spellbooks |2.2.0-1.20.1 |DONE |Manifest: NOSIGNATURE
- mna-forge-1.20.1-3.0.0.12-all.jar |Mana and Artifice |mna |3.0.0.12 |DONE |Manifest: NOSIGNATURE
- ImmediatelyFast-Forge-1.2.11+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.11+1.20.4 |DONE |Manifest: NOSIGNATURE
- solarcraft-1.20.1-3.3.1.1.jar |Solar Craft |solarcraft |3.3.1.1 |DONE |Manifest: NOSIGNATURE
- appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- alexsdelight-1.5.jar |Alex's Delight |alexsdelight |1.5 |DONE |Manifest: NOSIGNATURE
- lootr-forge-1.20-0.7.33.83.jar |Lootr |lootr |0.7.33.82 |DONE |Manifest: NOSIGNATURE
- Quark-4.0-441.jar |Quark |quark |4.0-441 |DONE |Manifest: NOSIGNATURE
- supplementaries-1.20-2.8.10.jar |Supplementaries |supplementaries |1.20-2.8.10 |DONE |Manifest: NOSIGNATURE
- ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |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
- realmrpg_dragon_wyrms_1.0.1_forge_1.20.1.jar |Realm RPG: Dragon Wyrms |realmrpg_wyrms |1.0.1 |DONE |Manifest: NOSIGNATURE
- cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
- expandability-forge-9.0.0.jar |ExpandAbility |expandability |9.0.0 |DONE |Manifest: NOSIGNATURE
- valhelsia_core-forge-1.20.1-1.1.2.jar |Valhelsia Core |valhelsia_core |1.1.2 |DONE |Manifest: NOSIGNATURE
- no-telemetry-1.8.0.jar |No Telemetry |no_telemetry |1.8.0 |DONE |Manifest: NOSIGNATURE
- realmrpg_pots_and_mimics_1.0.2_forge_1.20.1.jar |Realm RPG: Pots & Mimics |pots_and_mimics |1.0.2 |DONE |Manifest: NOSIGNATURE
- Crash Report UUID: 5bd0b79b-ecfd-435f-8e39-ed1c592bae6d
- FML: 47.2
- Forge: net.minecraftforge:47.2.20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement