Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Surprise! Haha. Well, this is awkward.
- Time: 2024-08-09 14:33:13
- Description: Exception in server tick loop
- net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file corail_woodcutter-server.toml of type SERVER for modid corail_woodcutter
- at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.3.0.jar%23483!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.3.0.jar%23483!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.3.0.jar%23483!/:?] {}
- 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.3.0.jar%23483!/:?] {}
- at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.3.0-universal.jar%23487!/:?] {re:classloading,pl:rei_plugin_compatibilities:B}
- at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23482!/:?] {re:mixin,pl:runtimedistcleaner:A,re:computing_frames,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A,re:classloading,pl:rei_plugin_compatibilities:B,pl:mixin:APP:blueprint.mixins.json:client.IntegratedServerMixin,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23482!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,re:classloading,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:roughlyenoughresources.mixins.json:MixinMinecraftServer,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:ichunutil.mixins.json:MinecraftServerAccessorMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23482!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,re:classloading,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:roughlyenoughresources.mixins.json:MixinMinecraftServer,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:ichunutil.mixins.json:MinecraftServerAccessorMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,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.3.0.jar%23483!/:?] {}
- ... 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: 5694790504 bytes (5430 MiB) / 10334765056 bytes (9856 MiB) up to 33822867456 bytes (32256 MiB)
- CPUs: 24
- Processor Vendor: AuthenticAMD
- Processor Name: AMD Ryzen 9 3900X 12-Core Processor
- Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
- Microarchitecture: Zen 2
- Frequency (GHz): 3.79
- Number of physical packages: 1
- Number of physical CPUs: 12
- Number of logical CPUs: 24
- Graphics card #0 name: NVIDIA GeForce RTX 2080 SUPER
- Graphics card #0 vendor: NVIDIA (0x10de)
- Graphics card #0 VRAM (MB): 4095.00
- Graphics card #0 deviceId: 0x1e81
- Graphics card #0 versionInfo: DriverVersion=31.0.15.3623
- Memory slot #0 capacity (MB): 16384.00
- Memory slot #0 clockSpeed (GHz): 2.67
- Memory slot #0 type: DDR4
- Memory slot #1 capacity (MB): 16384.00
- Memory slot #1 clockSpeed (GHz): 2.67
- Memory slot #1 type: DDR4
- Virtual memory max (MB): 37542.76
- Virtual memory used (MB): 27169.27
- Swap memory total (MB): 4864.00
- Swap memory used (MB): 144.58
- JVM Flags: 10 total; -Xmx32256M -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
- Loaded Shaderpack: ComplementaryUnbound_r5.2.1.zip
- Profile: HIGH (+0 options changed by user)
- Server Running: true
- Player Count: 0 / 8; []
- Data Packs: vanilla, mod:dynamiclightsreforged (incompatible), mod:betterdungeons, mod:butterflies, mod:supermartijn642configlib (incompatible), mod:geckolib, mod:beautify (incompatible), mod:hamsters (incompatible), mod:mcwwindows, mod:aquaculturedelight, mod:mcwfurnituresbop, mod:duckling (incompatible), mod:cookingforblockheads, mod:controlling (incompatible), mod:placebo (incompatible), mod:rei_plugin_compatibilities (incompatible), mod:yungsapi, mod:mixinextras (incompatible), mod:bookshelf, mod:twigs (incompatible), mod:mcwdoors, mod:zetter (incompatible), mod:balm, mod:carryon (incompatible), mod:exposure, mod:macawsroofsbop, mod:cloth_config (incompatible), mod:moa_decor_bath, mod:supplementaries, mod:embeddium, mod:corpse, mod:mcwbridges, mod:farmersdelight, mod:entity_model_features (incompatible), mod:entity_texture_features (incompatible), mod:cozy_home, mod:ambientsounds, mod:signpost, mod:mcwtrpdoors, mod:mcwfences, mod:supermartijn642corelib, mod:moa_decor_toys, mod:fairylights (incompatible), mod:pamhc2foodextended (incompatible), mod:moa_decor_cookery, mod:luphieclutteredmod, mod:curios (incompatible), mod:patchouli (incompatible), mod:corail_woodcutter, mod:oculus, mod:collective, mod:searchables (incompatible), mod:jewelcraft, mod:framedblocks, mod:betterstrongholds, mod:mcwroofs, mod:inventoryprofilesnext (incompatible), mod:cfm, mod:architectury (incompatible), mod:acmc (incompatible), mod:doapi (incompatible), mod:bakery (incompatible), mod:vinery (incompatible), mod:roughlyenoughresources, mod:herbalbrews, mod:mcwfurnitures, mod:adorn (incompatible), mod:jadeaddons (incompatible), mod:framework, mod:svmm (incompatible), mod:moa_decor_art, mod:fastleafdecay, mod:codechickenlib (incompatible), mod:bettermineshafts, mod:mcwlights, mod:fastload, mod:trashslot, mod:pamhc2trees (incompatible), mod:moa_decor_garden_, mod:rechiseled (incompatible), mod:amendments (incompatible), mod:treeharvester, mod:goblintraders (incompatible), mod:immersive_weathering (incompatible), mod:waystones, mod:mcwpaintings, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:naturescompass, mod:artifacts, mod:smarterfarmers (incompatible), mod:sereneseasons (incompatible), mod:jumpboat, mod:configured (incompatible), mod:starlight (incompatible), mod:fusion, mod:blueprint, mod:enderstorage (incompatible), mod:forge, mod:sereneseasonsphc2crops, mod:mcwpaths, mod:ironchest, mod:craftingtweaks, mod:neapolitan (incompatible), mod:libipn (incompatible), mod:enchdesc (incompatible), mod:terrablender, mod:biomesoplenty (incompatible), mod:macawsbridgesbop, mod:mcwfencesbop, mod:moonlight (incompatible), mod:mousetweaks, mod:toolbelt (incompatible), mod:commonality, mod:nightlights, mod:mixinsquared (incompatible), mod:jade (incompatible), mod:pamhc2crops (incompatible), mod:another_furniture (incompatible), mod:creativecore, mod:spectrelib (incompatible), mod:smoothboot, mod:ding, mod:cooking_with_mindthemoods, mod:roughlyenoughitems (incompatible), mod:kotlinforforge (incompatible), mod:ecologics, mod:pamhc2foodcore (incompatible), mod:fastbench (incompatible), mod:variantchiseledbookshelves, mod:entityculling, mod:crittersandcompanions (incompatible), mod:backpacked (incompatible), mod:canary, mod:flowerpatch, mod:fastfurnace (incompatible), mod:lootr, mod:ferritecore (incompatible), mod:embeddium_extra, mod:solcarrot (incompatible), mod:apexcore, mod:fantasyfurniture, mod:aquaculture, mod:friendlyfire (incompatible), mod:immersive_melodies (incompatible), mod:cosmeticarmorreworked, mod:expandability (incompatible), mod:moa_decor_electronics, mod:betterfoliage (incompatible), Immersive Weathering Generated Pack, Supplementaries Generated Pack, bushy_leaves, minecraft_bricks, mod:w2pets (incompatible), mod:mob_pets, mod:travelersbackpack, mod:magistuarmory (incompatible), mod:pickablepets (incompatible), mod:inventorypets (incompatible), mod:syp, mod:kuma_api (incompatible), mod:ribbits (incompatible), mod:pick, mod:morepickaxes, mod:mining_pickaxe, mod:jeg (incompatible), mod:naturalist (incompatible), mod:natures_catalysis, mod:naturaldecormod, mod:cobweb (incompatible), mod:harvest_with_ease (incompatible), mod:ichunutil, mod:necronomicon (incompatible), mod:polymorph (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.3.0.jar slf4jfixer PLUGINSERVICE
- fmlloader-1.20.1-47.3.0.jar object_holder_definalize PLUGINSERVICE
- fmlloader-1.20.1-47.3.0.jar runtime_enum_extender PLUGINSERVICE
- fmlloader-1.20.1-47.3.0.jar capability_token_subclass PLUGINSERVICE
- accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
- fmlloader-1.20.1-47.3.0.jar runtimedistcleaner PLUGINSERVICE
- modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
- FML Language Providers:
- javafml@null
- lowcodefml@null
- Mod List:
- dynamiclightsreforged-1.20.1_v1.6.0.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.20.1_v1.6.0 |DONE |Manifest: NOSIGNATURE
- YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
- kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE
- butterflies-4.0.0-for-1.20.1.jar |Butterfly Mod |butterflies |4.0.0 |DONE |Manifest: NOSIGNATURE
- supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
- geckolib-forge-1.20.1-4.4.7.jar |GeckoLib 4 |geckolib |4.4.7 |DONE |Manifest: NOSIGNATURE
- beautify-2.0.2.jar |Beautify |beautify |2.0.2 |DONE |Manifest: NOSIGNATURE
- hamsters-forge-1.0.3-1.20.1.jar |Hamsters |hamsters |1.20.1-1.0.3 |DONE |Manifest: NOSIGNATURE
- naturalist-forge-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |DONE |Manifest: NOSIGNATURE
- Not Enough Pickaxes.jar |Not Enough Pickaxes |pick |1.0.1 |DONE |Manifest: NOSIGNATURE
- mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |DONE |Manifest: NOSIGNATURE
- aquaculture_delight_1.0.0_forge_1.20.1.jar |Aquaculture Delight |aquaculturedelight |1.0.0 |DONE |Manifest: NOSIGNATURE
- mcwfurnituresbop-1.20-1.1.jar |Macaw's Furnitures - BOP |mcwfurnituresbop |1.20-1.1 |DONE |Manifest: NOSIGNATURE
- duckling-3.0.0-forge.jar |Duckling |duckling |3.0.0 |DONE |Manifest: NOSIGNATURE
- cookingforblockheads-forge-1.20.1-16.0.6.jar |CookingForBlockheads |cookingforblockheads |16.0.6 |DONE |Manifest: NOSIGNATURE
- Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE
- Placebo-1.20.1-8.6.2.jar |Placebo |placebo |8.6.2 |DONE |Manifest: NOSIGNATURE
- REIPluginCompatibilities-forge-12.0.93.jar |REI Plugin Compatibilities |rei_plugin_compatibilities |12.0.93 |DONE |Manifest: NOSIGNATURE
- YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |DONE |Manifest: NOSIGNATURE
- mixinextras-forge-0.3.6.jar |MixinExtras |mixinextras |0.3.6 |DONE |Manifest: NOSIGNATURE
- cobweb-forge-1.20.1-1.0.0.jar |Cobweb |cobweb |1.0.0 |DONE |Manifest: NOSIGNATURE
- Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- Twigs-1.20.1-3.1.0.jar |Twigs |twigs |1.20.1-3.1.1 |DONE |Manifest: NOSIGNATURE
- mcw-doors-1.1.1forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.1 |DONE |Manifest: NOSIGNATURE
- zetter-1.20.1-0.21.5.jar |Zetter |zetter |0.21.5 |DONE |Manifest: NOSIGNATURE
- balm-forge-1.20.1-7.3.6-all.jar |Balm |balm |7.3.6 |DONE |Manifest: NOSIGNATURE
- carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |DONE |Manifest: NOSIGNATURE
- exposure-1.20.1-1.7.2-forge.jar |Exposure |exposure |1.7.2 |DONE |Manifest: NOSIGNATURE
- macawsroofsbop-1.20-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.0 |DONE |Manifest: NOSIGNATURE
- cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
- MOAdecor BATH 1.20.1.jar |MOA DECOR: BATH |moa_decor_bath |1.20.1 |DONE |Manifest: NOSIGNATURE
- supplementaries-1.20-2.8.17.jar |Supplementaries |supplementaries |1.20-2.8.17 |DONE |Manifest: NOSIGNATURE
- embeddium-0.3.23+mc1.20.1.jar |Embeddium |embeddium |0.3.23+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- corpse-forge-1.20.1-1.0.12.jar |Corpse |corpse |1.20.1-1.0.12 |DONE |Manifest: NOSIGNATURE
- mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |DONE |Manifest: NOSIGNATURE
- FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
- entity_model_features_forge_1.20.1-2.1.2.jar |Entity Model Features |entity_model_features |2.1.2 |DONE |Manifest: NOSIGNATURE
- entity_texture_features_forge_1.20.1-6.1.3.jar |Entity Texture Features |entity_texture_features |6.1.3 |DONE |Manifest: NOSIGNATURE
- cozy_home-3.0.3.2-forge-1.20.1.jar |Cozy Home |cozy_home |3.0.3.2 |DONE |Manifest: NOSIGNATURE
- AmbientSounds_FORGE_v6.0.3_mc1.20.1.jar |AmbientSounds |ambientsounds |6.0.3 |DONE |Manifest: NOSIGNATURE
- signpost-1.20.1-2.02.0.jar |signpost |signpost |2.02.0 |DONE |Manifest: NOSIGNATURE
- WaystonesTeleportPets-1.20-1.20.1--1.2.jar |Waystones Teleport Pets |w2pets |1.0 |DONE |Manifest: NOSIGNATURE
- mcw-trapdoors-1.1.3-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.3 |DONE |Manifest: NOSIGNATURE
- mcw-fences-1.1.2-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.2 |DONE |Manifest: NOSIGNATURE
- MobPets-1.20.1-1.1.8.jar |Mob Pets |mob_pets |1.1.8 |DONE |Manifest: NOSIGNATURE
- supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |DONE |Manifest: NOSIGNATURE
- MOAdecor TOYS 1.20.1.jar |MOA DECOR: TOYS |moa_decor_toys |1.20.1 |DONE |Manifest: NOSIGNATURE
- fairylights-7.0.0-1.20.1.jar |Fairy Lights |fairylights |7.0.0 |DONE |Manifest: NOSIGNATURE
- pamhc2foodextended-1.20.4-1.0.1.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |0.0NONE |DONE |Manifest: NOSIGNATURE
- mcwfencesbop-1.20-1.1.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.1 |DONE |Manifest: NOSIGNATURE
- MOAdecor COOKERY 1.20.2.jar |MOA DECOR: COOKERY |moa_decor_cookery |1.20.1 |DONE |Manifest: NOSIGNATURE
- cluttered-2.1-1.20.1.jar |Cluttered |luphieclutteredmod |2.1 |DONE |Manifest: NOSIGNATURE
- curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |DONE |Manifest: NOSIGNATURE
- Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE
- corail_woodcutter-1.20.1-3.0.4.jar |Corail Woodcutter |corail_woodcutter |3.0.4 |DONE |Manifest: NOSIGNATURE
- oculus-mc1.20.1-1.7.0.jar |Oculus |oculus |1.7.0 |DONE |Manifest: NOSIGNATURE
- collective-1.20.1-7.70.jar |Collective |collective |7.70 |DONE |Manifest: NOSIGNATURE
- Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE
- Jewelry-1.6.4.jar |Jewelcraft |jewelcraft |1.6.4 |DONE |Manifest: NOSIGNATURE
- FramedBlocks-9.3.0.jar |FramedBlocks |framedblocks |9.3.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
- mcw-roofs-2.3.0-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.0 |DONE |Manifest: NOSIGNATURE
- InventoryProfilesNext-forge-1.20-1.10.10.jar |Inventory Profiles Next |inventoryprofilesnext |1.10.10 |DONE |Manifest: NOSIGNATURE
- cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
- FlowerBreeding-Fabric-Neo-Forge-Quilt-1.20.x.jar |LDShadowLady's Flower Breeding|acmc |1.2.0 |DONE |Manifest: NOSIGNATURE
- letsdo-API-forge-1.2.15-forge.jar |[Let's Do] API |doapi |1.2.15 |DONE |Manifest: NOSIGNATURE
- letsdo-bakery-forge-1.1.12.1.jar |[Let's Do] Bakery |bakery |1.1.12.1 |DONE |Manifest: NOSIGNATURE
- letsdo-vinery-forge-1.4.25.jar |[Let's Do] Vinery |vinery |1.4.25 |DONE |Manifest: NOSIGNATURE
- rer-2.9.0.jar |Roughly Enough Resources |roughlyenoughresources |2.9.0 |DONE |Manifest: NOSIGNATURE
- letsdo-herbalbrews-forge-1.0.8.jar |[Let's Do] HerbalBrews |herbalbrews |1.0.8 |DONE |Manifest: NOSIGNATURE
- mcw-furniture-3.2.2-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |DONE |Manifest: NOSIGNATURE
- Adorn-5.0.1+1.20.1-forge.jar |Adorn |adorn |5.0.1+1.20.1 |DONE |Manifest: NOSIGNATURE
- 1.20.1.1.jar |MorePickaxes |morepickaxes |1.1.0 |DONE |Manifest: NOSIGNATURE
- JadeAddons-1.20.1-forge-5.2.2.jar |Jade Addons |jadeaddons |5.2.2 |DONE |Manifest: NOSIGNATURE
- framework-forge-1.20.1-0.7.6.jar |Framework |framework |0.7.6 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- svmm-1.20.1-2.0.0.0.jar |Serverside VeinMiner Mod |svmm |1.20.1-2.0.0.0 |DONE |Manifest: NOSIGNATURE
- MOAdecor ART 1.20.1.jar |MOA DECOR: ART |moa_decor_art |1.20.1 |DONE |Manifest: NOSIGNATURE
- FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |DONE |Manifest: NOSIGNATURE
- CodeChickenLib-1.20.1-4.4.0.512-universal.jar |CodeChicken Lib |codechickenlib |4.4.0.512 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
- YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
- mcw-lights-1.1.0-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.0 |DONE |Manifest: NOSIGNATURE
- Fastload-Reforged-mc1.20.1-3.4.0.jar |Fastload-Reforged |fastload |3.4.0 |DONE |Manifest: NOSIGNATURE
- trashslot-forge-1.20-15.1.0.jar |TrashSlot |trashslot |15.1.0 |DONE |Manifest: NOSIGNATURE
- pamhc2trees-1.20-1.0.2.jar |Pam's HarvestCraft 2 - Trees |pamhc2trees |1.0.2 |DONE |Manifest: NOSIGNATURE
- MOAdecor GARDEN 1.20.1.jar |MOA DECOR: GARDEN |moa_decor_garden_ |1.20.1 |DONE |Manifest: NOSIGNATURE
- rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |DONE |Manifest: NOSIGNATURE
- harvest-with-ease-forge-1.20.1-9.0.1.jar |Harvest with ease |harvest_with_ease |9.0.1 |DONE |Manifest: NOSIGNATURE
- amendments-1.20-1.2.8.jar |Amendments |amendments |1.20-1.2.8 |DONE |Manifest: NOSIGNATURE
- treeharvester-1.20.1-8.7.jar |Tree Harvester |treeharvester |8.7 |DONE |Manifest: NOSIGNATURE
- goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- immersive_weathering-1.20.1-2.0.1-forge.jar |Immersive Weathering |immersive_weathering |1.20.1-2.0.1 |DONE |Manifest: NOSIGNATURE
- waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |DONE |Manifest: NOSIGNATURE
- mcw-paintings-1.0.5-1.20.1forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |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.10.0-forge.jar |Journeymap |journeymap |5.10.0 |DONE |Manifest: NOSIGNATURE
- comforts-forge-6.3.5+1.20.1.jar |Comforts |comforts |6.3.5+1.20.1 |DONE |Manifest: NOSIGNATURE
- travelersbackpack-forge-1.20.1-9.1.14.jar |Traveler's Backpack |travelersbackpack |9.1.14 |DONE |Manifest: NOSIGNATURE
- NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |DONE |Manifest: NOSIGNATURE
- artifacts-forge-9.5.11.jar |Artifacts |artifacts |9.5.11 |DONE |Manifest: NOSIGNATURE
- smarterfarmers-1.20-1.8.3.jar |Smarter Farmers |smarterfarmers |1.20-1.8.3 |DONE |Manifest: NOSIGNATURE
- SereneSeasons-1.20.1-9.0.0.46.jar |Serene Seasons |sereneseasons |9.0.0.46 |DONE |Manifest: NOSIGNATURE
- jumpboat-1.20.0-1.0.5.jar |Jumpy Boats |jumpboat |1.20.0-1.0.5 |DONE |Manifest: NOSIGNATURE
- configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.3 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- [1.20.1-forge]-Epic-Knights-9.8.jar |Epic Knights Mod |magistuarmory |9.8 |DONE |Manifest: NOSIGNATURE
- PickablePets-1.2.3+1.20.1-forge.jar |PickablePets |pickablepets |1.2.3+1.20.1 |DONE |Manifest: NOSIGNATURE
- starlight-1.1.2+forge.1cda73c.jar |Starlight |starlight |1.1.2+forge.1cda73c |DONE |Manifest: NOSIGNATURE
- inventorypets-1.20.1-2.1.2.jar |Inventory Pets |inventorypets |2.1.2 |DONE |Manifest: NOSIGNATURE
- iChunUtil-1.20.1-Forge-1.0.0.jar |iChunUtil |ichunutil |1.0.0 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
- fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE
- blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |DONE |Manifest: NOSIGNATURE
- EnderStorage-1.20.1-2.11.0.188-universal.jar |EnderStorage |enderstorage |2.11.0.188 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
- forge-1.20.1-47.3.0-universal.jar |Forge |forge |47.3.0 |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
- sereneseasonsphc2crops-1.20.1-1.0.0.jar |Serene Seasons - Pam's Harvest|sereneseasonsphc2crops |1.20.1-1.0.0 |DONE |Manifest: NOSIGNATURE
- natures_catalysis-1.2.0.jar |Natures Catalysis |natures_catalysis |1.2.0 |DONE |Manifest: NOSIGNATURE
- mcw-paths-1.0.5-1.20.1forge.jar |Macaw's Paths and Pavings |mcwpaths |1.0.5 |DONE |Manifest: NOSIGNATURE
- ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |DONE |Manifest: NOSIGNATURE
- craftingtweaks-forge-1.20.1-18.2.4.jar |CraftingTweaks |craftingtweaks |18.2.4 |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
- neapolitan-1.20.1-5.0.0.jar |Neapolitan |neapolitan |5.0.0 |DONE |Manifest: NOSIGNATURE
- libIPN-forge-1.20-4.0.2.jar |libIPN |libipn |4.0.2 |DONE |Manifest: NOSIGNATURE
- EnchantmentDescriptions-Forge-1.20.1-17.0.16.jar |EnchantmentDescriptions |enchdesc |17.0.16 |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.7.jar |TerraBlender |terrablender |3.0.1.7 |DONE |Manifest: NOSIGNATURE
- BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |DONE |Manifest: NOSIGNATURE
- macawsbridgesbop-1.20-1.3.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.3 |DONE |Manifest: NOSIGNATURE
- moonlight-1.20-2.12.6-forge.jar |Moonlight Library |moonlight |1.20-2.12.6 |DONE |Manifest: NOSIGNATURE
- MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE
- ToolBelt-1.20.1-1.20.01.jar |Tool Belt |toolbelt |1.20.01 |DONE |Manifest: NOSIGNATURE
- Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |DONE |Manifest: NOSIGNATURE
- commonality-1.20.1-7.0.0.jar |Commonality |commonality |7.0.0 |DONE |Manifest: NOSIGNATURE
- nightlights-1.20.1-1.1.jar |Night Lights |nightlights |1.1 |DONE |Manifest: NOSIGNATURE
- mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |DONE |Manifest: NOSIGNATURE
- Jade-1.20.1-forge-11.9.2.jar |Jade |jade |11.9.2+forge |DONE |Manifest: NOSIGNATURE
- SaveYourPets-1.20.1-1.0.9.jar |Save Your Pets |syp |1.0.9 |DONE |Manifest: NOSIGNATURE
- pamhc2crops-1.20-1.0.3.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |1.0.3 |DONE |Manifest: NOSIGNATURE
- another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |DONE |Manifest: NOSIGNATURE
- CreativeCore_FORGE_v2.11.30_mc1.20.1.jar |CreativeCore |creativecore |2.11.30 |DONE |Manifest: NOSIGNATURE
- spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE
- smoothboot(reloaded)-mc1.20.1-0.0.4.jar |Smooth Boot (Reloaded) |smoothboot |0.0.4 |DONE |Manifest: NOSIGNATURE
- NaturalDecorMod_1.20.1_V1.2.jar |Natural Decor Mod |naturaldecormod |1.2 |DONE |Manifest: NOSIGNATURE
- Ding-1.20.1-Forge-1.5.0.jar |Ding |ding |1.5.0 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
- CookingwithMindthemoodsV9.jar |Cooking with Mindthemoods |cooking_with_mindthemoods |1.0.0 |DONE |Manifest: NOSIGNATURE
- RoughlyEnoughItems-12.1.725-forge.jar |Roughly Enough Items (REI) |roughlyenoughitems |12.1.725 |DONE |Manifest: NOSIGNATURE
- kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE
- Ribbits-1.20.1-Forge-3.0.0.jar |Ribbits |ribbits |1.20.1-Forge-3.0.0 |DONE |Manifest: NOSIGNATURE
- ecologics-forge-1.20.1-2.2.0.jar |Ecologics |ecologics |2.2.0 |DONE |Manifest: NOSIGNATURE
- pamhc2foodcore-1.20.4-1.0.5.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.5 |DONE |Manifest: NOSIGNATURE
- FastWorkbench-1.20.1-8.0.4.jar |Fast Workbench |fastbench |8.0.4 |DONE |Manifest: NOSIGNATURE
- polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |DONE |Manifest: NOSIGNATURE
- mining_pickaxe-1.0.0.jar |Mining Pickaxe |mining_pickaxe |1.0.0 |DONE |Manifest: NOSIGNATURE
- variantchiseledbookshelves-1.0.jar |Variant Chiseled Bookshelves |variantchiseledbookshelves |1.0 |DONE |Manifest: NOSIGNATURE
- entityculling-forge-1.6.6-mc1.20.1.jar |EntityCulling |entityculling |1.6.6 |DONE |Manifest: NOSIGNATURE
- crittersandcompanions-1.20.1-2.1.6.jar |Critters and Companions |crittersandcompanions |1.20.1-2.1.6 |DONE |Manifest: NOSIGNATURE
- backpacked-forge-1.20.1-2.2.5.jar |Backpacked |backpacked |2.2.5 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- JustEnoughGuns-0.4.0-1.20.1.jar |Just Enough Guns |jeg |0.4.0 |DONE |Manifest: NOSIGNATURE
- canary-mc1.20.1-0.3.3.jar |Canary |canary |0.3.3 |DONE |Manifest: NOSIGNATURE
- FlowerPatch-forge-1.20.1-3.1.0.jar |Flower Patch |flowerpatch |3.1.0 |DONE |Manifest: NOSIGNATURE
- FastFurnace-1.20.1-8.0.2.jar |FastFurnace |fastfurnace |8.0.2 |DONE |Manifest: NOSIGNATURE
- lootr-forge-1.20-0.7.34.86.jar |Lootr |lootr |0.7.34.85 |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
- rubidium-extra-0.5.4.3+mc1.20.1-build.121.jar |Embeddium Extra |embeddium_extra |0.5.4.3+mc1.20.1-bui|DONE |Manifest: NOSIGNATURE
- solcarrot-1.20.1-1.15.1.jar |Spice of Life: Carrot Edition |solcarrot |1.15.1 |DONE |Manifest: NOSIGNATURE
- apexcore-1.20.1-10.0.0.jar |ApexCore |apexcore |10.0.0 |DONE |Manifest: NOSIGNATURE
- fantasyfurniture-1.20.1-9.0.0.jar |Fantasy's Furniture |fantasyfurniture |9.0.0 |DONE |Manifest: NOSIGNATURE
- Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |DONE |Manifest: NOSIGNATURE
- FriendlyFire-Forge-1.20.1-18.0.7.jar |FriendlyFire |friendlyfire |18.0.7 |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
- immersive_melodies-0.3.0+1.20.1-forge.jar |Immersive Melodies |immersive_melodies |0.3.0+1.20.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.4.jar |ExpandAbility |expandability |9.0.4 |DONE |Manifest: NOSIGNATURE
- MOAdecor ELECTRONICS 1.20.1.A.jar |MOA: ELECTRONICS |moa_decor_electronics |1.20.1. |DONE |Manifest: NOSIGNATURE
- betterfoliage-5.0.2.jar |Better Foliage |betterfoliage |5.0.2 |DONE |Manifest: NOSIGNATURE
- Crash Report UUID: 6de5d842-9da2-41e0-97f3-7b1330feedb1
- FML: 47.3
- Forge: net.minecraftforge:47.3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement