Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // You should try our sister game, Minceraft!
- Time: 2023-10-05 16:40:43
- Description: Exception in server tick loop
- net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file jei-server.toml of type SERVER for modid jei
- at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.1.44.jar%23369!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.1.44.jar%23369!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.1.44.jar%23369!/:?] {}
- 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.1.44.jar%23369!/:?] {}
- at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.1.44-universal.jar%23373!/:?] {re:classloading}
- at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23368!/:?] {re:mixin,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:computing_frames,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:classloading,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin,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%23368!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,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%23368!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,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.1.44.jar%23369!/:?] {}
- ... 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 11 (amd64) version 10.0
- Java Version: 17.0.2, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
- Memory: 664983320 bytes (634 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 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: NVIDIA GeForce RTX 3050 Ti Laptop GPU
- Graphics card #0 vendor: NVIDIA (0x10de)
- Graphics card #0 VRAM (MB): 4095.00
- Graphics card #0 deviceId: 0x25a0
- Graphics card #0 versionInfo: DriverVersion=30.0.15.1165
- 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: 0x9a60
- Graphics card #1 versionInfo: DriverVersion=30.0.101.2079
- Memory slot #0 capacity (MB): 8192.00
- Memory slot #0 clockSpeed (GHz): 3.20
- Memory slot #0 type: DDR4
- Virtual memory max (MB): 25301.51
- Virtual memory used (MB): 16432.61
- Swap memory total (MB): 17408.00
- Swap memory used (MB): 1384.25
- JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
- Server Running: true
- Player Count: 0 / 8; []
- Data Packs: vanilla, mod:mr_nether_30, mod:easyanvils, mod:supermartijn642configlib (incompatible), mod:openpartiesandclaims (incompatible), mod:geckolib, mod:playeranimator (incompatible), mod:incendium, mod:rubidium, mod:xaeroworldmap, mod:controlling (incompatible), mod:prism (incompatible), mod:modernfix (incompatible), mod:mixinextras (incompatible), mod:create_dragon_lib (incompatible), mod:createdieselgenerators (incompatible), mod:jeed (incompatible), mod:balm, mod:carryon (incompatible), mod:jeresources, mod:spelunkery (incompatible), mod:betterthanmending (incompatible), mod:cloth_config (incompatible), mod:supplementaries, mod:konkrete (incompatible), mod:athena, mod:corpse, mod:advancementplaques (incompatible), mod:chipped (incompatible), mod:jearchaeology, mod:explorify, mod:caffeineconfig (incompatible), mod:supermartijn642corelib (incompatible), mod:resourcefulconfig (incompatible), mod:reeses_sodium_options (incompatible), mod:curios (incompatible), mod:lucent, mod:collective, mod:searchables (incompatible), mod:resourcefullib (incompatible), mod:createliquidfuel (incompatible), mod:architectury (incompatible), mod:doapi (incompatible), mod:allthetrims (incompatible), mod:cryingportals, mod:jadeaddons (incompatible), mod:toms_storage (incompatible), mod:easyshulkerboxes, mod:sliceanddice (incompatible), mod:fastload (incompatible), mod:puzzlesapi, mod:jea, mod:rechiseled (incompatible), mod:easymagic, mod:caelus (incompatible), mod:waystones, mod:hermes (incompatible), mod:heracles (incompatible), mod:comforts (incompatible), mod:artifacts, mod:libx, mod:rechiseledcreate, mod:terralith, mod:fusion (incompatible), mod:memoryleakfix (incompatible), mod:usefulslime (incompatible), mod:puzzlesaccessapi, mod:forge, mod:mr_banner_flags, mod:tectonic, mod:voicechat (incompatible), mod:sound_physics_remastered, mod:trade_cycling, mod:simplyswords (incompatible), mod:terrablender (incompatible), mod:meadow, mod:radiantgear (incompatible), mod:moonlight (incompatible), mod:mousetweaks, mod:bettercombat (incompatible), mod:jade (incompatible), mod:justenoughbreeding (incompatible), mod:firstpersonmod, mod:fishofthieves, mod:spectrelib (incompatible), mod:mr_banner_bedsheets, mod:kotlinforforge (incompatible), mod:notenoughanimations, mod:iceberg (incompatible), mod:flywheel, mod:create, mod:create_structures, mod:legendarytooltips (incompatible), mod:xaerominimap, mod:sodiumextra, mod:polymorph (incompatible), mod:justenoughprofessions, mod:almostunified (incompatible), mod:jei, mod:irons_spellbooks, mod:entityculling, mod:canary, mod:creeperoverhaul, mod:appleskin (incompatible), mod:moremobvariants, mod:ferritecore (incompatible), mod:puzzleslib, mod:enhancedcelestials (incompatible), mod:corgilib, mod:justzoom (incompatible), mod:expandability (incompatible), mod:create_enchantment_industry (incompatible), mod:createaddition (incompatible), mod:trimmable_tools, Spelunkery Generated Pack, Supplementaries Generated Pack, tectonic/terratonic, mod:parcool (incompatible), mod:essential (incompatible)
- 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.1.44.jar slf4jfixer PLUGINSERVICE
- fmlloader-1.20.1-47.1.44.jar object_holder_definalize PLUGINSERVICE
- fmlloader-1.20.1-47.1.44.jar runtime_enum_extender PLUGINSERVICE
- fmlloader-1.20.1-47.1.44.jar capability_token_subclass PLUGINSERVICE
- accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
- fmlloader-1.20.1-47.1.44.jar runtimedistcleaner PLUGINSERVICE
- modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
- FML Language Providers:
- javafml@null
- lowcodefml@null
- Mod List:
- nether-3.0-3.51.jar |Nether 3.0 |mr_nether_30 |3.51 |DONE |Manifest: NOSIGNATURE
- EasyAnvils-v8.0.1-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.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
- supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
- open-parties-and-claims-forge-1.20.1-0.19.3.jar |Open Parties and Claims |openpartiesandclaims |0.19.3 |DONE |Manifest: NOSIGNATURE
- geckolib-forge-1.20.1-4.2.2.jar |GeckoLib 4 |geckolib |4.2.2 |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
- Incendium_1.20.1_v5.3.1.jar |Incendium |incendium |5.3.1 |DONE |Manifest: NOSIGNATURE
- rubidium-0.6.5.jar |Rubidium |rubidium |0.6.5 |DONE |Manifest: NOSIGNATURE
- XaerosWorldMap_1.33.1_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.33.1 |DONE |Manifest: NOSIGNATURE
- Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE
- Prism-1.20.1-forge-1.0.5.jar |Prism |prism |1.0.5 |DONE |Manifest: NOSIGNATURE
- modernfix-forge-5.4.2+mc1.20.1.jar |ModernFix |modernfix |5.4.2+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE
- create_dragon_lib-1.20.1-1.3.2.jar |Create: Dragon Lib |create_dragon_lib |1.3.2 |DONE |Manifest: NOSIGNATURE
- createdieselgenerators-1.20.1-1.1d.jar |Create Diesel Generators |createdieselgenerators |1.20.1-1.1d |DONE |Manifest: NOSIGNATURE
- jeed-1.20-2.1.4.jar |Just Enough Effects Descriptio|jeed |1.20-2.1.4 |DONE |Manifest: NOSIGNATURE
- balm-forge-1.20-7.0.7.jar |Balm |balm |7.0.7 |DONE |Manifest: NOSIGNATURE
- carryon-forge-1.20.1-2.1.0.1.jar |Carry On |carryon |2.1.0.1 |DONE |Manifest: NOSIGNATURE
- JustEnoughResources-1.20.1-1.4.0.238.jar |Just Enough Resources |jeresources |1.4.0.238 |DONE |Manifest: NOSIGNATURE
- spelunkery-1.20.1-0.3.1-forge.jar |Spelunkery |spelunkery |1.20.1-0.3.1 |DONE |Manifest: NOSIGNATURE
- BetterThanMending-1.7.2.jar |BetterThanMending |betterthanmending |1.7.2 |DONE |Manifest: NOSIGNATURE
- cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |DONE |Manifest: NOSIGNATURE
- supplementaries-1.20-2.5.26.jar |Supplementaries |supplementaries |1.20-2.5.26 |DONE |Manifest: NOSIGNATURE
- konkrete_forge_1.6.1-2_MC_1.20.jar |Konkrete |konkrete |1.6.1 |DONE |Manifest: NOSIGNATURE
- athena-forge-1.20.1-3.0.0.jar |Athena |athena |3.0.0 |DONE |Manifest: NOSIGNATURE
- corpse-1.20.1-1.0.5.jar |Corpse |corpse |1.20.1-1.0.5 |DONE |Manifest: NOSIGNATURE
- AdvancementPlaques-1.20.1-forge-1.4.10.jar |Advancement Plaques |advancementplaques |1.4.10 |DONE |Manifest: NOSIGNATURE
- chipped-forge-1.20.1-3.0.1.jar |Chipped |chipped |3.0.1 |DONE |Manifest: NOSIGNATURE
- jearchaeology-1.20.1-1.0.2.jar |Just Enough Archaeology |jearchaeology |1.20.1-1.0.2 |DONE |Manifest: NOSIGNATURE
- explorify-v1.3.0-mc1.20u1.20.1.jar |Explorify |explorify |1.3.0-mc1.20u1.20.1 |DONE |Manifest: NOSIGNATURE
- ColaMixinConfig-v1.0.2.jar |ColaConfig |caffeineconfig |1.0.2 |DONE |Manifest: NOSIGNATURE
- supermartijn642corelib-1.1.12a-forge-mc1.20.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.12a |DONE |Manifest: NOSIGNATURE
- resourcefulconfig-forge-1.20.1-2.1.0.jar |Resourcefulconfig |resourcefulconfig |2.1.0 |DONE |Manifest: NOSIGNATURE
- TextruesRubidiumOptions-1.0.0+mc1.20.jar |TexTrue's Rubidium Options |reeses_sodium_options |1.0.0+mc1.20 |DONE |Manifest: NOSIGNATURE
- curios-forge-5.2.0-beta.3+1.20.1.jar |Curios API |curios |5.2.0-beta.3+1.20.1 |DONE |Manifest: NOSIGNATURE
- lucent-1.20.1-1.5.3.jar |Lucent |lucent |1.5.3 |DONE |Manifest: NOSIGNATURE
- collective-1.20.1-6.65.jar |Collective |collective |6.65 |DONE |Manifest: NOSIGNATURE
- Searchables-forge-1.20.1-1.0.1.jar |Searchables |searchables |1.0.1 |DONE |Manifest: NOSIGNATURE
- resourcefullib-forge-1.20.1-2.1.9.jar |Resourceful Lib |resourcefullib |2.1.9 |DONE |Manifest: NOSIGNATURE
- createliquidfuel-2.0.2-1.20.1.jar |Create Liquid Fuel |createliquidfuel |2.0.2-1.20.1 |DONE |Manifest: NOSIGNATURE
- architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |DONE |Manifest: NOSIGNATURE
- doapi-1.2.6-forge.jar |Lets Do Api |doapi |1.2.6 |DONE |Manifest: NOSIGNATURE
- allthetrims-3.2.3-forge+1.20.1.jar |AllTheTrims |allthetrims |3.2.3 |DONE |Manifest: NOSIGNATURE
- cryingportals-1.20.1-2.3.jar |Crying Portals |cryingportals |2.3 |DONE |Manifest: NOSIGNATURE
- JadeAddons-1.20.1-forge-5.2.0.jar |Jade Addons |jadeaddons |5.2.0 |DONE |Manifest: NOSIGNATURE
- toms_storage-1.20-1.6.4.jar |Tom's Simple Storage Mod |toms_storage |1.6.4 |DONE |Manifest: NOSIGNATURE
- EasyShulkerBoxes-v8.0.0-1.20.1-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |8.0.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
- sliceanddice-forge-3.1.1.jar |Create Slice & Dice |sliceanddice |3.1.1 |DONE |Manifest: NOSIGNATURE
- Essential (forge_1.20.1).jar |Essential |essential |14099+deploy-staging|DONE |Manifest: NOSIGNATURE
- Fastload-Reforged-8.2.1+1.20(.1).jar |Fastload |fastload |8.2.1+1.20(.1) |DONE |Manifest: NOSIGNATURE
- puzzlesapi-forge-8.0.2.jar |Puzzles Api |puzzlesapi |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
- JustEnoughAdvancements-1.20.1-5.0.1.jar |Just Enough Advancements |jea |1.20.1-5.0.1 |DONE |Manifest: NOSIGNATURE
- rechiseled-1.1.2a-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.2a |DONE |Manifest: NOSIGNATURE
- EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.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
- caelus-forge-3.1.0+1.20.jar |Caelus API |caelus |3.1.0+1.20 |DONE |Manifest: NOSIGNATURE
- waystones-forge-1.20-14.0.1.jar |Waystones |waystones |14.0.1 |DONE |Manifest: NOSIGNATURE
- hermes-forge-1.20-1.2.0.jar |hermes |hermes |1.2.0 |DONE |Manifest: NOSIGNATURE
- heracles-forge-1.20.1-1.0.1.jar |Heracles |heracles |1.0.1 |DONE |Manifest: NOSIGNATURE
- comforts-forge-6.3.3+1.20.1.jar |Comforts |comforts |6.3.3+1.20.1 |DONE |Manifest: NOSIGNATURE
- artifacts-forge-9.0.5.jar |Artifacts |artifacts |9.0.5 |DONE |Manifest: NOSIGNATURE
- LibX-1.20.1-5.0.5.jar |LibX |libx |1.20.1-5.0.5 |DONE |Manifest: NOSIGNATURE
- rechiseledcreate-1.0.0a-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.0a |DONE |Manifest: NOSIGNATURE
- Terralith_1.20.1_v2.4.4.jar |Terralith |terralith |2.4.4 |DONE |Manifest: NOSIGNATURE
- fusion-1.0.5a-forge-mc1.20.jar |Fusion |fusion |1.0.5a |DONE |Manifest: NOSIGNATURE
- memoryleakfix-forge-1.17+-1.1.1.jar |Memory Leak Fix |memoryleakfix |1.1.1 |DONE |Manifest: NOSIGNATURE
- UsefulSlime-forge-1.20-1.6.0.jar |Useful Slime |usefulslime |1.6.0 |DONE |Manifest: NOSIGNATURE
- puzzlesaccessapi-forge-8.0.5.jar |Puzzles Access Api |puzzlesaccessapi |8.0.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
- forge-1.20.1-47.1.44-universal.jar |Forge |forge |47.1.44 |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
- banner-flags-1.6.jar |Banner Flags |mr_banner_flags |1.6 |DONE |Manifest: NOSIGNATURE
- tectonic-mod-mc1.19.3+-v2.1.jar |Tectonic |tectonic |2.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
- voicechat-forge-1.20.1-2.4.22.jar |Simple Voice Chat |voicechat |1.20.1-2.4.22 |DONE |Manifest: NOSIGNATURE
- soundphysics-forge-1.20.1-1.2.0.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.2.0 |DONE |Manifest: NOSIGNATURE
- trade-cycling-forge-1.20.1-1.0.7.jar |Trade Cycling |trade_cycling |1.20.1-1.0.7 |DONE |Manifest: NOSIGNATURE
- simplyswords-forge-1.50.1-1.20.1.jar |Simply Swords |simplyswords |1.50.1-1.20.1 |DONE |Manifest: NOSIGNATURE
- TerraBlender-forge-1.20.1-3.0.0.169.jar |TerraBlender |terrablender |3.0.0.169 |DONE |Manifest: NOSIGNATURE
- letsdo-meadow-forge-1.3.0.jar |Meadow |meadow |1.3.0 |DONE |Manifest: NOSIGNATURE
- radiantgear-forge-2.1.1+1.20.1.jar |Radiant Gear |radiantgear |2.1.1+1.20.1 |DONE |Manifest: NOSIGNATURE
- moonlight-1.20-2.8.7-forge.jar |Moonlight Library |moonlight |1.20-2.8.7 |DONE |Manifest: NOSIGNATURE
- MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |DONE |Manifest: NOSIGNATURE
- bettercombat-forge-1.7.3+1.20.1.jar |Better Combat |bettercombat |1.7.3+1.20.1 |DONE |Manifest: NOSIGNATURE
- Jade-1.20.1-forge-11.5.1.jar |Jade |jade |11.5.1 |DONE |Manifest: NOSIGNATURE
- justenoughbreeding-forge-1.20.x-1.0.6.jar |Just Enough Breeding |justenoughbreeding |1.0.6 |DONE |Manifest: NOSIGNATURE
- firstperson-forge-2.2.3-mc1.20.jar |FirstPersonModel Mod |firstpersonmod |2.2.3-mc1.20 |DONE |Manifest: NOSIGNATURE
- fish_of_thieves-mc1.20.1-v3.0.2-forge.jar |Fish of Thieves |fishofthieves |3.0.2 |DONE |Manifest: NOSIGNATURE
- spectrelib-forge-0.13.12+1.20.1.jar |SpectreLib |spectrelib |0.13.12+1.20.1 |DONE |Manifest: NOSIGNATURE
- banner-bedsheets-1.1.jar |Banner Bedsheets |mr_banner_bedsheets |1.1 |DONE |Manifest: NOSIGNATURE
- kffmod-4.4.0.jar |Kotlin For Forge |kotlinforforge |4.4.0 |DONE |Manifest: NOSIGNATURE
- notenoughanimations-forge-1.6.4-mc1.20.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.4 |DONE |Manifest: NOSIGNATURE
- Iceberg-1.20.1-forge-1.1.13.jar |Iceberg |iceberg |1.1.13 |DONE |Manifest: NOSIGNATURE
- flywheel-forge-1.20-0.6.9-4.jar |Flywheel |flywheel |0.6.9-4 |DONE |Manifest: NOSIGNATURE
- create-1.20.1-0.5.1.d.jar |Create |create |0.5.1.d |DONE |Manifest: NOSIGNATURE
- create-structures-0.1.1-1.20.1-FORGE.jar |Create: Structures |create_structures |0.1.1 |DONE |Manifest: NOSIGNATURE
- LegendaryTooltips-1.20.1-forge-1.4.5.jar |Legendary Tooltips |legendarytooltips |1.4.5 |DONE |Manifest: NOSIGNATURE
- Xaeros_Minimap_23.6.3_Forge_1.20.jar |Xaero's Minimap |xaerominimap |23.6.3 |DONE |Manifest: NOSIGNATURE
- rubidium-extra-0.4.20+mc1.20-build.91.jar |Rubidium Extra |sodiumextra |0.4.20+mc1.20-build.|DONE |Manifest: NOSIGNATURE
- polymorph-forge-0.49.0+1.20.1.jar |Polymorph |polymorph |0.49.0+1.20.1 |DONE |Manifest: NOSIGNATURE
- JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |DONE |Manifest: NOSIGNATURE
- ParCool-1.20.1-3.1.0.3-R.jar |ParCool! |parcool |1.20.1-3.1.0.3-R |DONE |Manifest: NOSIGNATURE
- almostunified-forge-1.20.1-0.6.0.jar |AlmostUnified |almostunified |1.20.1-0.6.0 |DONE |Manifest: NOSIGNATURE
- jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |DONE |Manifest: NOSIGNATURE
- irons_spellbooks-1.20.1-1.2.1.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-1.2.1 |DONE |Manifest: NOSIGNATURE
- entityculling-forge-1.6.2-mc1.20.jar |EntityCulling |entityculling |1.6.2 |DONE |Manifest: NOSIGNATURE
- canary-mc1.20.1-0.2.7.jar |Canary |canary |0.2.7 |DONE |Manifest: NOSIGNATURE
- creeperoverhaul-3.0.1-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.1 |DONE |Manifest: NOSIGNATURE
- appleskin-forge-mc1.20.1-2.5.0.jar |AppleSkin |appleskin |2.5.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- moremobvariants-forge+1.20-1.2.2.jar |More Mob Variants |moremobvariants |1.2.2 |DONE |Manifest: NOSIGNATURE
- ferritecore-6.0.0-forge.jar |Ferrite Core |ferritecore |6.0.0 |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
- PuzzlesLib-v8.0.15-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.0.15 |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
- Enhanced_Celestials-forge-1.20.1-5.0.0.2.jar |Enhanced Celestials |enhancedcelestials |5.0.0.2 |DONE |Manifest: NOSIGNATURE
- CorgiLib-forge-1.20.1-4.0.0.4.jar |CorgiLib |corgilib |4.0.0.4 |DONE |Manifest: NOSIGNATURE
- justzoom_forge_1.0.2_MC_1.20.1.jar |Just Zoom |justzoom |1.0.2 |DONE |Manifest: NOSIGNATURE
- expandability-forge-9.0.0.jar |ExpandAbility |expandability |9.0.0 |DONE |Manifest: NOSIGNATURE
- create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.6.b |DONE |Manifest: NOSIGNATURE
- createaddition-1.20.1-1.0.0b.jar |Create Crafts & Additions |createaddition |1.20.1-1.0.0b |DONE |Manifest: NOSIGNATURE
- trimmable-tools-mc1.20-v1.0.4.jar |Trimmable Tools |trimmable_tools |1.0.4 |DONE |Manifest: NOSIGNATURE
- Crash Report UUID: c537343b-f9fd-4389-88e6-e9e664467f99
- FML: 47.1
- Forge: net.minecraftforge:47.1.44
- Flywheel Backend: GL33 Instanced Arrays
Advertisement
Add Comment
Please, Sign In to add comment