Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

paddyp02

Members
  • Joined

  • Last visited

  1. here is the bug report: [17:06:57] [Server thread/INFO]: Starting minecraft server version 1.12.2 [17:06:57] [Server thread/INFO]: Loading properties [17:06:57] [Server console handler/ERROR]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:?] at java.io.FileInputStream.read(FileInputStream.java:279) ~[?:?] at java.io.BufferedInputStream.read1(BufferedInputStream.java:290) ~[?:?] at java.io.BufferedInputStream.read(BufferedInputStream.java:351) ~[?:?] at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) ~[?:?] at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) ~[?:?] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) ~[?:?] at java.io.InputStreamReader.read(InputStreamReader.java:181) ~[?:?] at java.io.BufferedReader.fill(BufferedReader.java:161) ~[?:?] at java.io.BufferedReader.readLine(BufferedReader.java:326) ~[?:?] at java.io.BufferedReader.readLine(BufferedReader.java:392) ~[?:?] at nz$2.run(SourceFile:100) [minecraft_server.1.12.2.jar:?] [17:06:57] [Server thread/INFO]: Default game type: SURVIVAL [17:06:57] [Server thread/INFO]: Generating keypair [17:06:57] [Server thread/INFO]: Starting Minecraft server on *:25565 [17:06:57] [Server thread/INFO]: Using default channel type [17:07:00] [Server thread/INFO]: Preparing level "world" [17:07:00] [Server thread/INFO]: Loaded 488 advancements [17:07:00] [Server thread/INFO]: Preparing start region for level 0 [17:07:01] [Server thread/INFO]: Preparing spawn area: 42% [17:07:02] [Server thread/INFO]: Done (2.280s)! For help, type "help" or "?" [17:07:32] [Server thread/INFO]: Stopping server [17:07:32] [Server thread/INFO]: Saving players [17:07:32] [Server thread/INFO]: Saving worlds [17:07:32] [Server thread/INFO]: Saving chunks for level 'world'/overworld
  2. Thanks for the help I got caught up when I deleted fast decay because I deleted the actual mod then I went to you and you fixed it thx.
  3. I got this error this time ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 6/19/21, 12:08 PM Description: Exception in server tick loop net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file sit-server.toml of type SERVER for modid sit at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:61) ~[forge:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[forge:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[forge:?] {re:classloading} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {} at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2067) ~[?:?] {} at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[forge:?] {re:classloading} at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:94) ~[forge:?] {re:mixin,re:classloading} at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:166) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:621) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:834) [?:?] {} 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.3.jar:?] {} at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.3.jar:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:57) ~[forge:?] {re:classloading} ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 10 (amd64) version 10.0 Java Version: 11.0.10, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4390938320 bytes (4187 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB) CPUs: 4 JVM Flags: 2 total; -Xmx5G -Xms5G ModLauncher: 8.0.9+86+master.3cf110c ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /mixin-0.8.2.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.1.31.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.1.31.jar runtime_enum_extender PLUGINSERVICE /forge-1.16.5-36.1.31.jar capability_inject_definalize PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.1.31.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.1.31.jar fml TRANSFORMATIONSERVICE FML: 36.1 Forge: net.minecraftforge:36.1.31 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: Variant16x-1.16.5-v0.17.4.5_beta.jar |Variant16x |variant16x |0.17.4.5_beta |DONE |Manifest: NOSIGNATURE infernal-expansion-forge-1.3.jar |Infernal Expansion |infernalexp |Release 1.3 |DONE |Manifest: NOSIGNATURE nether-s-exoticism-1.16.5-1.0.5.jar |Nether's Exoticism |nethers_exoticism |1.0.5 |DONE |Manifest: NOSIGNATURE stalwart-dungeons-1.16.5-1.0.0.jar |Stalwart Dungeons |stalwart_dungeons |1.0.0 |DONE |Manifest: NOSIGNATURE strawgolem-1.16-1.9.jar |Straw Golem |strawgolem |1.16-1.9 |DONE |Manifest: NOSIGNATURE BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |Manifest: NOSIGNATURE guardvillagers-1.16.5.1.2.4.jar |Guard Villagers |guardvillagers |1.2.4 |DONE |Manifest: NOSIGNATURE randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7 Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE PickUpNotifier-v1.2-1.16.3.jar |Pick Up Notifier |pickupnotifier |1.2 |DONE |Manifest: d3:cc:6f:1b:30:87:fa:d9:8f:91:15:20:27:63:95:aa:d5:cb:1b:5b:e6:36:cc:57:20:a9:b3:d4:d5:1a:5d:b8 SnowRealMagic-1.16.4-2.5.7.jar |Snow! Real Magic! |snowrealmagic |2.5.7 |DONE |Manifest: NOSIGNATURE dynviewdist-1.9.jar |Dynamic view distance |dynview |1.8 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.16.5-0.12.1.121.jar |Just Enough Resources |jeresources |0.12.1.121 |DONE |Manifest: NOSIGNATURE RevampedWolf-1.16.4-0.7.1.jar |RevampedWolf |revampedwolf |1.16.4-0.7.1 |DONE |Manifest: NOSIGNATURE supplementaries-1.16.5-0.13.2.jar |Supplementaries |supplementaries |1.16.5-0.13.1 |DONE |Manifest: NOSIGNATURE betterendforge-1.16.4-1.6.0.jar |BetterEnd Forge |betterendforge |1.16.4-1.6.0 |DONE |Manifest: NOSIGNATURE Upgraded Netherite 1.16.5 - 1.9.5.jar |Upgraded Netherite |upgradednetherite |1.7.0 |DONE |Manifest: NOSIGNATURE structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE corpse-1.16.5-1.0.5.jar |Corpse |corpse |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |DONE |Manifest: NOSIGNATURE repurposed_structures-1.16.5-2.7.5-forge.jar |Repurposed Structures |repurposed_structures |1.16.5-2.7.5-forge |DONE |Manifest: NOSIGNATURE morevillagers-FORGE-1.16.5-1.5.1.jar |More Villagers |morevillagers |1.5.1 |DONE |Manifest: NOSIGNATURE toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE SimplyImprovedTerrain-0.3.2-Forge.jar |Simply Improved Terrain |simplyimprovedterrain |0.3.2-Forge |DONE |Manifest: NOSIGNATURE masonry-1.16.3-0.3.6.jar |Masonry |masonry |NONE |DONE |Manifest: NOSIGNATURE CavesAndCliffsBackport-1.16.5-5.2.jar |Caves & Cliffs Backport |cavesandcliffs |5.2 |DONE |Manifest: NOSIGNATURE DarkerDepths-1.16.5-1.0.1.jar |Darker Depths |darkerdepths |1.0.1} |DONE |Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.5.2.jar |Curios API |curios |1.16.5-4.0.5.2 |DONE |Manifest: NOSIGNATURE omnis_backpacks-1.2.1.jar |Omnis Backpacks |omnis_backpacks |1.2.1 |DONE |Manifest: NOSIGNATURE extendedmushrooms-1.6.1-1.16.5+.jar |Extended Mushrooms |extendedmushrooms |1.6.1-1.16.5+ |DONE |Manifest: NOSIGNATURE Snow_Pig-1.16.5-2.2.3.jar |Snow Pig |snowpig |1.0 |DONE |Manifest: NOSIGNATURE YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE antiquewaystones-1.2.jar |Antique Waystones |antiquewaystones |1.2 |DONE |Manifest: NOSIGNATURE TheAbyss2 1.9.7 1.16.5.jar |TheAbyss |theabyss |1.9.7 |DONE |Manifest: NOSIGNATURE wandering_trapper-1.16.2-0.1.1.jar |Wandering Trapper |wandering_trapper |1.16.2-0.1.0 |DONE |Manifest: NOSIGNATURE sapience-1.16.4-1.1.1.jar |Sapience |sapience |1.1.1 |DONE |Manifest: NOSIGNATURE biomeinfo-1.16.4-v1.3.jar |BiomeInfo |biomeinfo |v1.3 |DONE |Manifest: NOSIGNATURE cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |DONE |Manifest: NOSIGNATURE bgcore-1.16.5-3.2.jar |bgcore |bgcore |3.2 |DONE |Manifest: NOSIGNATURE BetterShieldsMC1.16.3-1.1.5.jar |Better Shields |bettershields |1.1.5 |DONE |Manifest: NOSIGNATURE CustomStartingGear-1.16.4-2.0.2.1-universal.jar |Custom Starter Gear |customstartinggear |2.0.2.1 |DONE |Manifest: NOSIGNATURE FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE exoticbirds-1.16.4-1.1.0.jar |Exotic Birds |exoticbirds |1.1.0 |DONE |Manifest: NOSIGNATURE BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE veinmining-forge-1.16.5-0.11.jar |Vein Mining |veinmining |1.16.5-0.11 |DONE |Manifest: NOSIGNATURE DarkPaintings-1.16.5-6.0.1.jar |DarkPaintings |darkpaintings |6.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 Kiwi-1.16.5-3.5.1.jar |Kiwi |kiwi |3.5.1 |DONE |Manifest: NOSIGNATURE ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |Manifest: NOSIGNATURE torchslabmod-1.16.4_v1.6.19.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |Manifest: NOSIGNATURE treeharvester_1.16.5-2.4.jar |Tree Harvester |treeharvester |2.4 |DONE |Manifest: NOSIGNATURE jei-1.16.5-7.7.0.106.jar |Just Enough Items |jei |7.7.0.106 |DONE |Manifest: NOSIGNATURE jei-professions-1.0.0-1.16.4.jar |JEI Professions |jeiprofessions |1.0.0 |DONE |Manifest: NOSIGNATURE ComfortableNether4.2.jar |Comfortable Nether |comfortable_nether |1.0.0 |DONE |Manifest: NOSIGNATURE AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.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 differentiate-1.16.5-0.4.0.jar |Differentiate |differentiate |0.4.0 |DONE |Manifest: NOSIGNATURE morerespawnanchors-1.16.5-1.3.0.jar |More Respawn Anchors |morerespawnanchors |1.3.0 |DONE |Manifest: NOSIGNATURE goblintraders-1.6.0-1.16.3.jar |Goblin Traders |goblintraders |1.6.0 |DONE |Manifest: NOSIGNATURE seals-1.16.3-2.1.2.jar |Seals |seals |2.1.2 |DONE |Manifest: NOSIGNATURE caelus-forge-1.16.5-2.1.3.0.jar |Caelus API |caelus |1.16.5-2.1.3.0 |DONE |Manifest: NOSIGNATURE Kobolds-1.2.3.jar |Kobolds |kobolds |1.0.0 |DONE |Manifest: NOSIGNATURE Fallingleaves-1.16.3-1.0.2.jar |Falling Leaves |fallingleaves |1.0.2 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.16.5-1.9.0.jar |Nature's Compass |naturescompass |1.16.5-1.9.0 |DONE |Manifest: NOSIGNATURE 1.16.5-additionalbars-2.0.3.jar |Additional Bars |additionalbars |2.0.3 |DONE |Manifest: NOSIGNATURE SereneSeasons-1.16.5-4.0.1.91-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.91 |DONE |Manifest: NOSIGNATURE stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |DONE |Manifest: NOSIGNATURE cursed_realm_remastered_1.16.5_Beta_6.jar |The Cursed Realm Remastered |cursed_realm_remastered |Beta 6 |DONE |Manifest: NOSIGNATURE curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |Manifest: NOSIGNATURE outvoted-1.16.5-1.2.4.jar |Outvoted |outvoted |1.2.4 |DONE |Manifest: NOSIGNATURE JEITweaker-1.16.5-1.0.1.31.jar |JEI Tweaker |jeitweaker |1.0.1.31 |DONE |Manifest: NOSIGNATURE CraftTweaker-1.16.5-7.1.0.314.jar |CraftTweaker |crafttweaker |7.1.0.314 |DONE |Manifest: NOSIGNATURE extendedbonemeal_1.16.5-1.3.jar |Extended Bone Meal |extendedbonemeal |1.3 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.1.31-universal.jar |Forge |forge |36.1.31 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90 MoreCraftingTables - 1.16.5.jar |More Crafting Tables Mod |mctb |1.16.5 - 1.0.0 |DONE |Manifest: NOSIGNATURE antiqueatlas-5.4.4-forge.jar |Antique Atlas |antiqueatlas |5.4.4-forge |DONE |Manifest: NOSIGNATURE dungeonsarise1.16.5-1.2.68a-HF.jar |Dungeons Arise |dungeons_arise |1.2.68a |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.1.31-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE Spheric 1.0.3 1.16.5.jar |Spheric |spheric |1.0.3 |DONE |Manifest: NOSIGNATURE [1.16.5]-horizontalpanes-1.1.1.jar |Horizontal Glass Panes |horizontalpanes |1.1.1 |DONE |Manifest: NOSIGNATURE soulblaze-1.16.5-1.1.jar |Soul Blaze |soulblaze |1.16.5-1.1 |DONE |Manifest: NOSIGNATURE paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |DONE |Manifest: NOSIGNATURE jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE Croptopia-1.16.4-FORGE-1.4.1.jar |Croptopia |croptopia |1.4.1 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.16.5-0.25.jar |Polymorph |polymorph |1.16.5-0.25 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE sit-1.16.5-v1.3.1.jar |Sit |sit |v1.3.1 |DONE |Manifest: NOSIGNATURE earthmobsmod-1.16.4-0.4.2.jar |Earth Mobs Mod |earthmobsmod |1.16.4-0.4.2 |DONE |Manifest: NOSIGNATURE evilwanderingtrader-1.2.jar |Evil Wandering Trader |evilwanderingtrader |1.2 |DONE |Manifest: NOSIGNATURE globaldataandresourcepacks-1.16.4-1.7.4.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.16.4-1.7.3 |DONE |Manifest: NOSIGNATURE VillagersAndMonstersLegacy2.3.jar |The_Legency_Of_Villige |the_legency_of_villige |1.0.0 |DONE |Manifest: NOSIGNATURE Advancement_Book-1.16.4-1.0.4.jar |Advancement Book |advancementbook |1.0.4 |DONE |Manifest: NOSIGNATURE byg-1.2.5.jar |Oh The Biomes You'll Go |byg |1.2.5 |DONE |Manifest: NOSIGNATURE Aquaculture-1.16.5-2.1.19.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.19 |DONE |Manifest: NOSIGNATURE Betterlands-1.16.5-0.5.0.jar |Betterlands |betterlands |1.16.5-0.5.0 |DONE |Manifest: NOSIGNATURE Corrupted Witherskeleton Boss Mod 1.16.5 v1.2.jar|Herobrine |herobrine |1.0.0 |DONE |Manifest: NOSIGNATURE xptome-1.16.5-v2.1.2.jar |XP Tome |xpbook |v2.1.2 |DONE |Manifest: NOSIGNATURE AdditionalBanners-1.16.5-6.0.3.jar |AdditionalBanners |additionalbanners |6.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE villagernames_1.16.5-2.9.jar |Villager Names |villagernames |2.9 |DONE |Manifest: NOSIGNATURE JRFTL [1.16.5]-1.2.jar |JRFTL |jrftl |1.2 |DONE |Manifest: NOSIGNATURE Controlling-7.0.0.23.jar |Controlling |controlling |7.0.0.23 |DONE |Manifest: NOSIGNATURE citadel-1.7.1-1.16.5.jar |Citadel |citadel |1.7.1 |DONE |Manifest: NOSIGNATURE alexsmobs-1.10.1.jar |Alex's Mobs |alexsmobs |1.10.1 |DONE |Manifest: NOSIGNATURE Bookshelf-1.16.5-10.1.11.jar |Bookshelf |bookshelf |10.1.11 |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 Tips-1.16.5-4.0.7.jar |Tips |tips |4.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 carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9 omnis-1.16.5-1.1.2.3.jar |Omnis |omnis |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE [1.16.X-1.0.10] Dragon Mounts Legacy.jar |Dragon Mounts: Legacy |dragonmounts |1.0.10 |DONE |Manifest: NOSIGNATURE despawningeggshatch_1.16.5-2.2.jar |Despawning Eggs Hatch |despawningeggshatch |2.2 |DONE |Manifest: NOSIGNATURE konkrete_1.1.6_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.1.6 |DONE |Manifest: NOSIGNATURE cuneiform-1.16.3-1.2.5.jar |Cuneiform |cuneiform |1.16.3-1.2.5 |DONE |Manifest: NOSIGNATURE JEIEnchantmentInfo-1.16.4-1.2.1.jar |JEI Enchantment Info |jeienchantmentinfo |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE betterspawnercontrol_1.16.5-1.3.jar |Better Spawner Control |betterspawnercontrol |1.3 |DONE |Manifest: NOSIGNATURE Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |DONE |Manifest: NOSIGNATURE CNB-1.16.3_5-1.2.11.jar |Creatures and Beasts |cnb |1.2.11 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.41.jar |GeckoLib |geckolib3 |3.0.41 |DONE |Manifest: NOSIGNATURE Patchouli-1.16.4-51.jar |Patchouli |patchouli |1.16.4-51 |DONE |Manifest: NOSIGNATURE collective-1.16.5-2.26.jar |Collective |collective |2.26 |DONE |Manifest: NOSIGNATURE advancementplus-1.1.3.jar |Advancement Plus |advancementplus |1.1.2 |DONE |Manifest: NOSIGNATURE villagertools-1.16.5-1.0.0.jar |villagertools |villagertools |1.16.5-1.0.0 |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.16.4-1.4.0.jar |Better Third Person |betterthirdperson |1.4.0 |DONE |Manifest: NOSIGNATURE elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE BetterStrongholds-1.16.4-1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.1 |DONE |Manifest: NOSIGNATURE Desolation 1.1.0-1 1.16.5.jar |Desolation (Forge) |desolation |1.1.0-1 |DONE |Manifest: NOSIGNATURE Deeper in The Caves Remake 1.1.jar |Deeper In The Caves Remake |stacked_dimensions_warden |1.0.0 |DONE |Manifest: NOSIGNATURE Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.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 travelers_index-1.16.4-1.0.2.jar |Traveler's Index |travelers_index |1.16.4-1.0.2 |DONE |Manifest: NOSIGNATURE architectury-1.17.22-forge.jar |Architectury |architectury |1.17.22 |DONE |Manifest: NOSIGNATURE bambooeverything-1.16.5-1.0.0-forge.jar |Bamboo Everything |bambooeverything |1.0.0 |DONE |Manifest: NOSIGNATURE mountainous-0.1.1-forge.jar |Mountainous |mountainous |0.1.1 |DONE |Manifest: NOSIGNATURE ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |DONE |Manifest: NOSIGNATURE curiouselytra-forge-1.16.5-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |DONE |Manifest: NOSIGNATURE enchantwithmob-1.16.5-1.4.6.jar |Enchant With Mob |enchantwithmob |1.16.5-1.4.6 |DONE |Manifest: NOSIGNATURE ServerTabInfo-1.16.4-1.3.3.jar |Server Tab Info |servertabinfo |1.3.3 |DONE |Manifest: NOSIGNATURE GameMenuModOption-1.16.4-1.8.jar |Game Menu Mod Option |gamemenumodoption |1.8 |DONE |Manifest: NOSIGNATURE CraftableDeeds-2.1.jar |Craftable Deeds |craftabledeeds |2.1 |DONE |Manifest: NOSIGNATURE voidtotem-1.16.5-1.4.0.jar |Void Totem |voidtotem |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE BetterAdvancements-1.16.5-0.1.0.108.jar |Better Advancements |betteradvancements |0.1.0.108 |DONE |Manifest: NOSIGNATURE spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |Manifest: NOSIGNATURE Shrines-1.16.5-1.8.1.jar |Shrines |shrines |1.16.5-1.8.1 |DONE |Manifest: NOSIGNATURE NourishedNetherV7.jar |Nourished Nether |nourished_nether |1.0.7 |DONE |Manifest: NOSIGNATURE item-filters-1605.2.4-build.30-forge.jar |Item Filters |itemfilters |1605.2.4-build.30 |DONE |Manifest: NOSIGNATURE ftb-quests-1605.2.1-build.39-forge.jar |FTB Quests |ftbquests |1605.2.1-build.39 |DONE |Manifest: NOSIGNATURE EasyMagic-v1.0.2-1.16.5.jar |Easy Magic |easymagic |1.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 the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE dungeons_mobs-1.16.5-1.0.5.jar |Dungeons Mobs |dungeons_mobs |1.0.5 |DONE |Manifest: NOSIGNATURE abnormals_core-1.16.5-3.2.0.jar |Abnormals Core |abnormals_core |3.2.0 |DONE |Manifest: NOSIGNATURE environmental-1.16.5-1.0.0.jar |Environmental |environmental |1.0.0 |DONE |Manifest: NOSIGNATURE Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE upgrade_aquatic-1.16.5-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |DONE |Manifest: NOSIGNATURE Better-Badlands-1.16.5-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |DONE |Manifest: NOSIGNATURE endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |Manifest: NOSIGNATURE personality-1.16.5-1.0.2.jar |Personality |personality |1.0.2 |DONE |Manifest: NOSIGNATURE buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |Manifest: NOSIGNATURE Enhanced-Mushrooms-1.16.5-3.0.9.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.9 |DONE |Manifest: NOSIGNATURE brazier-3.0.9-forge.jar |Brazier |brazier |3.0.9 |DONE |Manifest: NOSIGNATURE Waystones_1.16.5-7.6.2.jar |Waystones |waystones |7.6.2 |DONE |Manifest: NOSIGNATURE goldenhopper-1.2.0-1.16.3.jar |Golden Hopper |goldenhopper |1.2.0 |DONE |Manifest: NOSIGNATURE Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |DONE |Manifest: NOSIGNATURE village-employment-1.16.5-1.4.0.jar |Village Employment |village_employment |1.4.0 |DONE |Manifest: NOSIGNATURE comforts-forge-1.16.5-4.0.0.4.jar |Comforts |comforts |1.16.5-4.0.0.4 |DONE |Manifest: NOSIGNATURE tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |DONE |Manifest: NOSIGNATURE campful-1.16.5-3.1.0.jar |Campful |campful |2.0 |DONE |Manifest: NOSIGNATURE configured-1.1.0-1.16.5.jar |Configured |configured |1.1.0 |DONE |Manifest: NOSIGNATURE OuterEnd-0.2.13.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE BadMobs-1.16.5-9.0.3.jar |BadMobs |badmobs |9.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE frozenup-1.0.1.jar |Frozen Up |frozenup |1.0.1 |DONE |Manifest: NOSIGNATURE ocean_expansion_1.16.5_Beta_3.jar |The Ocean Expansion |ocean_expansion |Beta 2 |DONE |Manifest: NOSIGNATURE Jade-1.16.4-2.7.1.jar |Jade |jade |2.7.1 |DONE |Manifest: NOSIGNATURE Leos_Mushrooms-1.16.4-v0.3.0.jar |Leos Mushrooms |leos_mushrooms |1.0.0 |DONE |Manifest: NOSIGNATURE archers_paradox-1.16.4-1.2.0.jar |Archer's Paradox |archers_paradox |1.2.0 |DONE |Manifest: NOSIGNATURE towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |Manifest: NOSIGNATURE Variant16x-BiomesYouGo-1.16.5-v0.17.4.4_beta_pre1.|Variant16x: Oh the Biomes You'|variant16x_biomesyougo |0.17.4.4_beta_pre1 |DONE |Manifest: NOSIGNATURE totemofreviving-1.16.5-1.1.1.jar |Micle's Totem of Reviving |totemofreviving |1.0 |DONE |Manifest: NOSIGNATURE atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |Manifest: NOSIGNATURE Quark-r2.4-312.jar |Quark |quark |r2.4-312 |DONE |Manifest: NOSIGNATURE charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE terraincognita-1.16.3-1.6.4.2.jar |Terra Incognita |terraincognita |1.16.3-1.6.4.2 |DONE |Manifest: NOSIGNATURE performant-1.16.2-5-3.66m.jar |Performant |performant |3.56m |DONE |Manifest: NOSIGNATURE InventoryHud_[1.16.2-1.16.5].forge-3.3.0.jar |Inventory HUD+(Forge edition) |inventoryhud |3.3.0 |DONE |Manifest: NOSIGNATURE combustivefishing-forge-1.16.3-4.0.0.1.jar |Combustive Fishing |combustivefishing |1.16.3-4.0.0.1 |DONE |Manifest: NOSIGNATURE fancymenu_2.1.0_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.1.0 |DONE |Manifest: NOSIGNATURE HunterIllager-1.16.5-1.1.2.jar |Hunter Illager |hunterillager |1.16.5-1.1.2 |DONE |Manifest: NOSIGNATURE illagersweararmor-1.0.4.jar |Illagers Wear Armor |illagersweararmor |1.0.4 |DONE |Manifest: NOSIGNATURE ferritecore-2.0.4-forge.jar |Ferrite Core |ferritecore |2.0.4 |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 OddWaterMobs[1.16.5]_1.3.0.jar |Odd Water Mobs |oddwatermobs |1.3.0 |DONE |Manifest: NOSIGNATURE enhancedcelestials-1.0.4-1.16.4.jar |Enhanced Celestials |enhancedcelestials |1.0.4-1.16.4 |DONE |Manifest: NOSIGNATURE illagers_plus-1.16.4v1.4.jar |Illagers+ |illagers_plus |1.16.4v1.4 |DONE |Manifest: NOSIGNATURE valhelsia_core-16.0.9.jar |Valhelsia Core |valhelsia_core |16.0.9 |DONE |Manifest: NOSIGNATURE valhelsia_structures-1.16.5-0.1.2.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.2 |DONE |Manifest: NOSIGNATURE overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE Nature Expansion 1.1.jar |Nature Expansion |nature_expansion |1.0.0 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 108130dd-dd1d-4af0-8d18-2dcc26e6a3b0 Kiwi Modules: kiwi:contributors kiwi:data snowrealmagic:core snowrealmagic:world Player Count: 0 / 10; [] Data Packs: vanilla, mod:variant16x, mod:infernalexp (incompatible), mod:nethers_exoticism, mod:stalwart_dungeons, mod:strawgolem, mod:bettercaves (incompatible), mod:yungsapi, mod:guardvillagers, mod:randompatches, mod:morpheus (incompatible), mod:pickupnotifier (incompatible), mod:snowrealmagic, mod:dynview (incompatible), mod:jeresources, mod:revampedwolf, mod:supplementaries, mod:betterendforge, mod:upgradednetherite (incompatible), mod:structure_gel, mod:corpse, mod:cleancut (incompatible), mod:repurposed_structures, mod:morevillagers, mod:toughnessbar (incompatible), mod:dungeons_plus, mod:simplyimprovedterrain, mod:masonry (incompatible), mod:cavesandcliffs (incompatible), mod:darkerdepths, mod:curios, mod:omnis_backpacks, mod:extendedmushrooms, mod:snowpig, mod:yungsextras, mod:antiquewaystones, mod:theabyss, mod:wandering_trapper, mod:sapience, mod:biomeinfo, mod:cloth-config (incompatible), mod:bgcore, mod:bettershields, mod:customstartinggear (incompatible), mod:exoticbirds, mod:bettermineshafts, mod:veinmining, mod:darkpaintings (incompatible), mod:kiwi, mod:clienttweaks (incompatible), mod:torchslabmod (incompatible), mod:treeharvester, mod:jei, mod:jeiprofessions (incompatible), mod:comfortable_nether, mod:attributefix, mod:differentiate, mod:morerespawnanchors, mod:goblintraders, mod:seals (incompatible), mod:caelus, mod:kobolds, mod:fallingleaves, mod:naturescompass (incompatible), mod:additionalbars (incompatible), mod:sereneseasons, mod:stoneholm, mod:cursed_realm_remastered, mod:curioofundying, mod:outvoted, mod:jeitweaker, mod:crafttweaker, mod:extendedbonemeal, mod:forge, mod:mctb, mod:antiqueatlas, mod:dungeons_arise, mod:cofh_core (incompatible), mod:mousetweaks, mod:spheric, mod:horizontalpanes, mod:soulblaze, mod:paintings (incompatible), mod:jeiintegration, mod:croptopia, mod:polymorph, mod:autoreglib (incompatible), mod:sit, mod:earthmobsmod (incompatible), mod:evilwanderingtrader, mod:globaldataandresourcepacks (incompatible), mod:the_legency_of_villige, mod:advancementbook, mod:byg, mod:aquaculture (incompatible), mod:betterlands, mod:herobrine, mod:xpbook, mod:additionalbanners, mod:kleeslabs (incompatible), mod:villagernames, mod:jrftl (incompatible), mod:controlling, mod:citadel (incompatible), mod:alexsmobs, mod:bookshelf, mod:tips, mod:carryon, mod:omnis, mod:dragonmounts, mod:despawningeggshatch, mod:konkrete, mod:cuneiform, mod:jeienchantmentinfo, mod:chocolate, mod:betterspawnercontrol, mod:bountiful (incompatible), mod:cnb, mod:geckolib3 (incompatible), mod:patchouli (incompatible), mod:collective, mod:advancementplus, mod:villagertools, mod:betterthirdperson, mod:elevatorid, mod:betterstrongholds, mod:desolation, mod:stacked_dimensions_warden, mod:runelic, mod:travelers_index (incompatible), mod:architectury, mod:bambooeverything, mod:mountainous, mod:ftbguilibrary (incompatible), mod:curiouselytra, mod:enchantwithmob, mod:servertabinfo, mod:gamemenumodoption, mod:craftabledeeds (incompatible), mod:voidtotem, mod:betteradvancements, mod:spiderstpo, mod:shrines (incompatible), mod:nourished_nether, mod:itemfilters, mod:ftbquests, mod:easymagic, mod:conjurer_illager (incompatible), mod:dungeons_mobs (incompatible), mod:abnormals_core, mod:environmental, mod:bayou_blues, mod:upgrade_aquatic, mod:better_badlands, mod:endergetic, mod:personality, mod:buzzier_bees, mod:enhanced_mushrooms, mod:brazier, mod:waystones (incompatible), mod:goldenhopper (incompatible), mod:clumps, mod:village_employment, mod:comforts, mod:tumbleweed (incompatible), mod:campful, mod:configured, mod:outer_end, mod:badmobs (incompatible), mod:lazydfu, mod:akashictome, mod:frozenup, mod:ocean_expansion, mod:jade, mod:leos_mushrooms, mod:archers_paradox (incompatible), mod:towers_of_the_wild, mod:variant16x_biomesyougo, mod:totemofreviving, mod:atmospheric, mod:quark (incompatible), mod:charm, mod:terraincognita, mod:performant (incompatible), mod:inventoryhud, mod:combustivefishing (incompatible), mod:fancymenu (incompatible), mod:hunterillager, mod:illagersweararmor (incompatible), mod:ferritecore (incompatible), mod:oddwatermobs, mod:enhancedcelestials, mod:illagers_plus, mod:valhelsia_core, mod:valhelsia_structures, mod:overloadedarmorbar (incompatible), mod:nature_expansion, file/Incendium_v3.1.8.zip, file/ichphilipp-s-endcity-v1-1-1-16-2-forge.zip (incompatible), file/pillager-settlements-e2230.zip (incompatible), file/pillager-stronghold.zip, mod:fastleafdecay (incompatible) Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt)
  4. paddyp02 joined the community
  5. I had my server working for a little bit but then I turned it off and it stopped working ever since. When I try to run it I get this error message: ---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 6/19/21, 11:27 AM Description: Exception in server tick loop net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file fastleafdecay-server.toml of type SERVER for modid fastleafdecay at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:61) ~[forge:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[forge:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[forge:?] {re:classloading} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {} at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2067) ~[?:?] {} at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[forge:?] {re:classloading} at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:94) ~[forge:?] {re:mixin,re:classloading} at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:166) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:621) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:834) [?:?] {} 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.3.jar:?] {} at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.3.jar:?] {} at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.3.jar:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:57) ~[forge:?] {re:classloading} ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 10 (amd64) version 10.0 Java Version: 11.0.10, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3908736000 bytes (3727 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB) CPUs: 4 JVM Flags: 2 total; -Xmx5G -Xms5G ModLauncher: 8.0.9+86+master.3cf110c ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /mixin-0.8.2.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.1.31.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.1.31.jar runtime_enum_extender PLUGINSERVICE /forge-1.16.5-36.1.31.jar capability_inject_definalize PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.1.31.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.1.31.jar fml TRANSFORMATIONSERVICE FML: 36.1 Forge: net.minecraftforge:36.1.31 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: Variant16x-1.16.5-v0.17.4.5_beta.jar |Variant16x |variant16x |0.17.4.5_beta |DONE |Manifest: NOSIGNATURE infernal-expansion-forge-1.3.jar |Infernal Expansion |infernalexp |Release 1.3 |DONE |Manifest: NOSIGNATURE nether-s-exoticism-1.16.5-1.0.5.jar |Nether's Exoticism |nethers_exoticism |1.0.5 |DONE |Manifest: NOSIGNATURE stalwart-dungeons-1.16.5-1.0.0.jar |Stalwart Dungeons |stalwart_dungeons |1.0.0 |DONE |Manifest: NOSIGNATURE strawgolem-1.16-1.9.jar |Straw Golem |strawgolem |1.16-1.9 |DONE |Manifest: NOSIGNATURE BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |Manifest: NOSIGNATURE guardvillagers-1.16.5.1.2.4.jar |Guard Villagers |guardvillagers |1.2.4 |DONE |Manifest: NOSIGNATURE randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7 Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE PickUpNotifier-v1.2-1.16.3.jar |Pick Up Notifier |pickupnotifier |1.2 |DONE |Manifest: d3:cc:6f:1b:30:87:fa:d9:8f:91:15:20:27:63:95:aa:d5:cb:1b:5b:e6:36:cc:57:20:a9:b3:d4:d5:1a:5d:b8 SnowRealMagic-1.16.4-2.5.7.jar |Snow! Real Magic! |snowrealmagic |2.5.7 |DONE |Manifest: NOSIGNATURE dynviewdist-1.9.jar |Dynamic view distance |dynview |1.8 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.16.5-0.12.1.121.jar |Just Enough Resources |jeresources |0.12.1.121 |DONE |Manifest: NOSIGNATURE RevampedWolf-1.16.4-0.7.1.jar |RevampedWolf |revampedwolf |1.16.4-0.7.1 |DONE |Manifest: NOSIGNATURE supplementaries-1.16.5-0.13.2.jar |Supplementaries |supplementaries |1.16.5-0.13.1 |DONE |Manifest: NOSIGNATURE betterendforge-1.16.4-1.6.0.jar |BetterEnd Forge |betterendforge |1.16.4-1.6.0 |DONE |Manifest: NOSIGNATURE Upgraded Netherite 1.16.5 - 1.9.5.jar |Upgraded Netherite |upgradednetherite |1.7.0 |DONE |Manifest: NOSIGNATURE structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE corpse-1.16.5-1.0.5.jar |Corpse |corpse |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |DONE |Manifest: NOSIGNATURE repurposed_structures-1.16.5-2.7.5-forge.jar |Repurposed Structures |repurposed_structures |1.16.5-2.7.5-forge |DONE |Manifest: NOSIGNATURE morevillagers-FORGE-1.16.5-1.5.1.jar |More Villagers |morevillagers |1.5.1 |DONE |Manifest: NOSIGNATURE toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE SimplyImprovedTerrain-0.3.2-Forge.jar |Simply Improved Terrain |simplyimprovedterrain |0.3.2-Forge |DONE |Manifest: NOSIGNATURE masonry-1.16.3-0.3.6.jar |Masonry |masonry |NONE |DONE |Manifest: NOSIGNATURE CavesAndCliffsBackport-1.16.5-5.2.jar |Caves & Cliffs Backport |cavesandcliffs |5.2 |DONE |Manifest: NOSIGNATURE DarkerDepths-1.16.5-1.0.1.jar |Darker Depths |darkerdepths |1.0.1} |DONE |Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.5.2.jar |Curios API |curios |1.16.5-4.0.5.2 |DONE |Manifest: NOSIGNATURE omnis_backpacks-1.2.1.jar |Omnis Backpacks |omnis_backpacks |1.2.1 |DONE |Manifest: NOSIGNATURE extendedmushrooms-1.6.1-1.16.5+.jar |Extended Mushrooms |extendedmushrooms |1.6.1-1.16.5+ |DONE |Manifest: NOSIGNATURE Snow_Pig-1.16.5-2.2.3.jar |Snow Pig |snowpig |1.0 |DONE |Manifest: NOSIGNATURE YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE antiquewaystones-1.2.jar |Antique Waystones |antiquewaystones |1.2 |DONE |Manifest: NOSIGNATURE TheAbyss2 1.9.7 1.16.5.jar |TheAbyss |theabyss |1.9.7 |DONE |Manifest: NOSIGNATURE wandering_trapper-1.16.2-0.1.1.jar |Wandering Trapper |wandering_trapper |1.16.2-0.1.0 |DONE |Manifest: NOSIGNATURE sapience-1.16.4-1.1.1.jar |Sapience |sapience |1.1.1 |DONE |Manifest: NOSIGNATURE biomeinfo-1.16.4-v1.3.jar |BiomeInfo |biomeinfo |v1.3 |DONE |Manifest: NOSIGNATURE cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |DONE |Manifest: NOSIGNATURE bgcore-1.16.5-3.2.jar |bgcore |bgcore |3.2 |DONE |Manifest: NOSIGNATURE BetterShieldsMC1.16.3-1.1.5.jar |Better Shields |bettershields |1.1.5 |DONE |Manifest: NOSIGNATURE CustomStartingGear-1.16.4-2.0.2.1-universal.jar |Custom Starter Gear |customstartinggear |2.0.2.1 |DONE |Manifest: NOSIGNATURE FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE exoticbirds-1.16.4-1.1.0.jar |Exotic Birds |exoticbirds |1.1.0 |DONE |Manifest: NOSIGNATURE BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE veinmining-forge-1.16.5-0.11.jar |Vein Mining |veinmining |1.16.5-0.11 |DONE |Manifest: NOSIGNATURE DarkPaintings-1.16.5-6.0.1.jar |DarkPaintings |darkpaintings |6.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 Kiwi-1.16.5-3.5.1.jar |Kiwi |kiwi |3.5.1 |DONE |Manifest: NOSIGNATURE ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |Manifest: NOSIGNATURE torchslabmod-1.16.4_v1.6.19.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |Manifest: NOSIGNATURE treeharvester_1.16.5-2.4.jar |Tree Harvester |treeharvester |2.4 |DONE |Manifest: NOSIGNATURE jei-1.16.5-7.7.0.106.jar |Just Enough Items |jei |7.7.0.106 |DONE |Manifest: NOSIGNATURE jei-professions-1.0.0-1.16.4.jar |JEI Professions |jeiprofessions |1.0.0 |DONE |Manifest: NOSIGNATURE ComfortableNether4.2.jar |Comfortable Nether |comfortable_nether |1.0.0 |DONE |Manifest: NOSIGNATURE AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.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 differentiate-1.16.5-0.4.0.jar |Differentiate |differentiate |0.4.0 |DONE |Manifest: NOSIGNATURE morerespawnanchors-1.16.5-1.3.0.jar |More Respawn Anchors |morerespawnanchors |1.3.0 |DONE |Manifest: NOSIGNATURE goblintraders-1.6.0-1.16.3.jar |Goblin Traders |goblintraders |1.6.0 |DONE |Manifest: NOSIGNATURE seals-1.16.3-2.1.2.jar |Seals |seals |2.1.2 |DONE |Manifest: NOSIGNATURE caelus-forge-1.16.5-2.1.3.0.jar |Caelus API |caelus |1.16.5-2.1.3.0 |DONE |Manifest: NOSIGNATURE Kobolds-1.2.3.jar |Kobolds |kobolds |1.0.0 |DONE |Manifest: NOSIGNATURE Fallingleaves-1.16.3-1.0.2.jar |Falling Leaves |fallingleaves |1.0.2 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.16.5-1.9.0.jar |Nature's Compass |naturescompass |1.16.5-1.9.0 |DONE |Manifest: NOSIGNATURE 1.16.5-additionalbars-2.0.3.jar |Additional Bars |additionalbars |2.0.3 |DONE |Manifest: NOSIGNATURE SereneSeasons-1.16.5-4.0.1.91-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.91 |DONE |Manifest: NOSIGNATURE stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |DONE |Manifest: NOSIGNATURE cursed_realm_remastered_1.16.5_Beta_6.jar |The Cursed Realm Remastered |cursed_realm_remastered |Beta 6 |DONE |Manifest: NOSIGNATURE curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |Manifest: NOSIGNATURE outvoted-1.16.5-1.2.4.jar |Outvoted |outvoted |1.2.4 |DONE |Manifest: NOSIGNATURE JEITweaker-1.16.5-1.0.1.31.jar |JEI Tweaker |jeitweaker |1.0.1.31 |DONE |Manifest: NOSIGNATURE CraftTweaker-1.16.5-7.1.0.314.jar |CraftTweaker |crafttweaker |7.1.0.314 |DONE |Manifest: NOSIGNATURE extendedbonemeal_1.16.5-1.3.jar |Extended Bone Meal |extendedbonemeal |1.3 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.1.31-universal.jar |Forge |forge |36.1.31 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90 MoreCraftingTables - 1.16.5.jar |More Crafting Tables Mod |mctb |1.16.5 - 1.0.0 |DONE |Manifest: NOSIGNATURE antiqueatlas-5.4.4-forge.jar |Antique Atlas |antiqueatlas |5.4.4-forge |DONE |Manifest: NOSIGNATURE dungeonsarise1.16.5-1.2.68a-HF.jar |Dungeons Arise |dungeons_arise |1.2.68a |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.1.31-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE Spheric 1.0.3 1.16.5.jar |Spheric |spheric |1.0.3 |DONE |Manifest: NOSIGNATURE [1.16.5]-horizontalpanes-1.1.1.jar |Horizontal Glass Panes |horizontalpanes |1.1.1 |DONE |Manifest: NOSIGNATURE soulblaze-1.16.5-1.1.jar |Soul Blaze |soulblaze |1.16.5-1.1 |DONE |Manifest: NOSIGNATURE paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |DONE |Manifest: NOSIGNATURE jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE Croptopia-1.16.4-FORGE-1.4.1.jar |Croptopia |croptopia |1.4.1 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.16.5-0.25.jar |Polymorph |polymorph |1.16.5-0.25 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE sit-1.16.5-v1.3.1.jar |Sit |sit |v1.3.1 |DONE |Manifest: NOSIGNATURE earthmobsmod-1.16.4-0.4.2.jar |Earth Mobs Mod |earthmobsmod |1.16.4-0.4.2 |DONE |Manifest: NOSIGNATURE evilwanderingtrader-1.2.jar |Evil Wandering Trader |evilwanderingtrader |1.2 |DONE |Manifest: NOSIGNATURE globaldataandresourcepacks-1.16.4-1.7.4.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.16.4-1.7.3 |DONE |Manifest: NOSIGNATURE VillagersAndMonstersLegacy2.3.jar |The_Legency_Of_Villige |the_legency_of_villige |1.0.0 |DONE |Manifest: NOSIGNATURE Advancement_Book-1.16.4-1.0.4.jar |Advancement Book |advancementbook |1.0.4 |DONE |Manifest: NOSIGNATURE byg-1.2.5.jar |Oh The Biomes You'll Go |byg |1.2.5 |DONE |Manifest: NOSIGNATURE Aquaculture-1.16.5-2.1.19.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.19 |DONE |Manifest: NOSIGNATURE Betterlands-1.16.5-0.5.0.jar |Betterlands |betterlands |1.16.5-0.5.0 |DONE |Manifest: NOSIGNATURE Corrupted Witherskeleton Boss Mod 1.16.5 v1.2.jar|Herobrine |herobrine |1.0.0 |DONE |Manifest: NOSIGNATURE xptome-1.16.5-v2.1.2.jar |XP Tome |xpbook |v2.1.2 |DONE |Manifest: NOSIGNATURE AdditionalBanners-1.16.5-6.0.3.jar |AdditionalBanners |additionalbanners |6.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE villagernames_1.16.5-2.9.jar |Villager Names |villagernames |2.9 |DONE |Manifest: NOSIGNATURE JRFTL [1.16.5]-1.2.jar |JRFTL |jrftl |1.2 |DONE |Manifest: NOSIGNATURE Controlling-7.0.0.23.jar |Controlling |controlling |7.0.0.23 |DONE |Manifest: NOSIGNATURE citadel-1.7.1-1.16.5.jar |Citadel |citadel |1.7.1 |DONE |Manifest: NOSIGNATURE alexsmobs-1.10.1.jar |Alex's Mobs |alexsmobs |1.10.1 |DONE |Manifest: NOSIGNATURE Bookshelf-1.16.5-10.1.11.jar |Bookshelf |bookshelf |10.1.11 |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 Tips-1.16.5-4.0.7.jar |Tips |tips |4.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 carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9 omnis-1.16.5-1.1.2.3.jar |Omnis |omnis |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE [1.16.X-1.0.10] Dragon Mounts Legacy.jar |Dragon Mounts: Legacy |dragonmounts |1.0.10 |DONE |Manifest: NOSIGNATURE despawningeggshatch_1.16.5-2.2.jar |Despawning Eggs Hatch |despawningeggshatch |2.2 |DONE |Manifest: NOSIGNATURE konkrete_1.1.6_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.1.6 |DONE |Manifest: NOSIGNATURE cuneiform-1.16.3-1.2.5.jar |Cuneiform |cuneiform |1.16.3-1.2.5 |DONE |Manifest: NOSIGNATURE JEIEnchantmentInfo-1.16.4-1.2.1.jar |JEI Enchantment Info |jeienchantmentinfo |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE betterspawnercontrol_1.16.5-1.3.jar |Better Spawner Control |betterspawnercontrol |1.3 |DONE |Manifest: NOSIGNATURE Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |DONE |Manifest: NOSIGNATURE CNB-1.16.3_5-1.2.11.jar |Creatures and Beasts |cnb |1.2.11 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.41.jar |GeckoLib |geckolib3 |3.0.41 |DONE |Manifest: NOSIGNATURE Patchouli-1.16.4-51.jar |Patchouli |patchouli |1.16.4-51 |DONE |Manifest: NOSIGNATURE collective-1.16.5-2.26.jar |Collective |collective |2.26 |DONE |Manifest: NOSIGNATURE advancementplus-1.1.3.jar |Advancement Plus |advancementplus |1.1.2 |DONE |Manifest: NOSIGNATURE villagertools-1.16.5-1.0.0.jar |villagertools |villagertools |1.16.5-1.0.0 |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.16.4-1.4.0.jar |Better Third Person |betterthirdperson |1.4.0 |DONE |Manifest: NOSIGNATURE elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE BetterStrongholds-1.16.4-1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.1 |DONE |Manifest: NOSIGNATURE Desolation 1.1.0-1 1.16.5.jar |Desolation (Forge) |desolation |1.1.0-1 |DONE |Manifest: NOSIGNATURE Deeper in The Caves Remake 1.1.jar |Deeper In The Caves Remake |stacked_dimensions_warden |1.0.0 |DONE |Manifest: NOSIGNATURE Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.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 travelers_index-1.16.4-1.0.2.jar |Traveler's Index |travelers_index |1.16.4-1.0.2 |DONE |Manifest: NOSIGNATURE architectury-1.17.22-forge.jar |Architectury |architectury |1.17.22 |DONE |Manifest: NOSIGNATURE bambooeverything-1.16.5-1.0.0-forge.jar |Bamboo Everything |bambooeverything |1.0.0 |DONE |Manifest: NOSIGNATURE mountainous-0.1.1-forge.jar |Mountainous |mountainous |0.1.1 |DONE |Manifest: NOSIGNATURE ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |DONE |Manifest: NOSIGNATURE curiouselytra-forge-1.16.5-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |DONE |Manifest: NOSIGNATURE enchantwithmob-1.16.5-1.4.6.jar |Enchant With Mob |enchantwithmob |1.16.5-1.4.6 |DONE |Manifest: NOSIGNATURE ServerTabInfo-1.16.4-1.3.3.jar |Server Tab Info |servertabinfo |1.3.3 |DONE |Manifest: NOSIGNATURE GameMenuModOption-1.16.4-1.8.jar |Game Menu Mod Option |gamemenumodoption |1.8 |DONE |Manifest: NOSIGNATURE CraftableDeeds-2.1.jar |Craftable Deeds |craftabledeeds |2.1 |DONE |Manifest: NOSIGNATURE voidtotem-1.16.5-1.4.0.jar |Void Totem |voidtotem |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE BetterAdvancements-1.16.5-0.1.0.108.jar |Better Advancements |betteradvancements |0.1.0.108 |DONE |Manifest: NOSIGNATURE spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |Manifest: NOSIGNATURE Shrines-1.16.5-1.8.1.jar |Shrines |shrines |1.16.5-1.8.1 |DONE |Manifest: NOSIGNATURE NourishedNetherV7.jar |Nourished Nether |nourished_nether |1.0.7 |DONE |Manifest: NOSIGNATURE item-filters-1605.2.4-build.30-forge.jar |Item Filters |itemfilters |1605.2.4-build.30 |DONE |Manifest: NOSIGNATURE ftb-quests-1605.2.1-build.39-forge.jar |FTB Quests |ftbquests |1605.2.1-build.39 |DONE |Manifest: NOSIGNATURE EasyMagic-v1.0.2-1.16.5.jar |Easy Magic |easymagic |1.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 the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE dungeons_mobs-1.16.5-1.0.5.jar |Dungeons Mobs |dungeons_mobs |1.0.5 |DONE |Manifest: NOSIGNATURE abnormals_core-1.16.5-3.2.0.jar |Abnormals Core |abnormals_core |3.2.0 |DONE |Manifest: NOSIGNATURE environmental-1.16.5-1.0.0.jar |Environmental |environmental |1.0.0 |DONE |Manifest: NOSIGNATURE Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE upgrade_aquatic-1.16.5-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |DONE |Manifest: NOSIGNATURE Better-Badlands-1.16.5-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |DONE |Manifest: NOSIGNATURE endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |Manifest: NOSIGNATURE personality-1.16.5-1.0.2.jar |Personality |personality |1.0.2 |DONE |Manifest: NOSIGNATURE buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |Manifest: NOSIGNATURE Enhanced-Mushrooms-1.16.5-3.0.9.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.9 |DONE |Manifest: NOSIGNATURE brazier-3.0.9-forge.jar |Brazier |brazier |3.0.9 |DONE |Manifest: NOSIGNATURE Waystones_1.16.5-7.6.2.jar |Waystones |waystones |7.6.2 |DONE |Manifest: NOSIGNATURE goldenhopper-1.2.0-1.16.3.jar |Golden Hopper |goldenhopper |1.2.0 |DONE |Manifest: NOSIGNATURE Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |DONE |Manifest: NOSIGNATURE village-employment-1.16.5-1.4.0.jar |Village Employment |village_employment |1.4.0 |DONE |Manifest: NOSIGNATURE comforts-forge-1.16.5-4.0.0.4.jar |Comforts |comforts |1.16.5-4.0.0.4 |DONE |Manifest: NOSIGNATURE tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |DONE |Manifest: NOSIGNATURE campful-1.16.5-3.1.0.jar |Campful |campful |2.0 |DONE |Manifest: NOSIGNATURE configured-1.1.0-1.16.5.jar |Configured |configured |1.1.0 |DONE |Manifest: NOSIGNATURE OuterEnd-0.2.13.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE BadMobs-1.16.5-9.0.3.jar |BadMobs |badmobs |9.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE frozenup-1.0.1.jar |Frozen Up |frozenup |1.0.1 |DONE |Manifest: NOSIGNATURE ocean_expansion_1.16.5_Beta_3.jar |The Ocean Expansion |ocean_expansion |Beta 2 |DONE |Manifest: NOSIGNATURE Jade-1.16.4-2.7.1.jar |Jade |jade |2.7.1 |DONE |Manifest: NOSIGNATURE Leos_Mushrooms-1.16.4-v0.3.0.jar |Leos Mushrooms |leos_mushrooms |1.0.0 |DONE |Manifest: NOSIGNATURE archers_paradox-1.16.4-1.2.0.jar |Archer's Paradox |archers_paradox |1.2.0 |DONE |Manifest: NOSIGNATURE towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |Manifest: NOSIGNATURE Variant16x-BiomesYouGo-1.16.5-v0.17.4.4_beta_pre1.|Variant16x: Oh the Biomes You'|variant16x_biomesyougo |0.17.4.4_beta_pre1 |DONE |Manifest: NOSIGNATURE totemofreviving-1.16.5-1.1.1.jar |Micle's Totem of Reviving |totemofreviving |1.0 |DONE |Manifest: NOSIGNATURE atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |Manifest: NOSIGNATURE Quark-r2.4-312.jar |Quark |quark |r2.4-312 |DONE |Manifest: NOSIGNATURE charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE terraincognita-1.16.3-1.6.4.2.jar |Terra Incognita |terraincognita |1.16.3-1.6.4.2 |DONE |Manifest: NOSIGNATURE performant-1.16.2-5-3.66m.jar |Performant |performant |3.56m |DONE |Manifest: NOSIGNATURE InventoryHud_[1.16.2-1.16.5].forge-3.3.0.jar |Inventory HUD+(Forge edition) |inventoryhud |3.3.0 |DONE |Manifest: NOSIGNATURE combustivefishing-forge-1.16.3-4.0.0.1.jar |Combustive Fishing |combustivefishing |1.16.3-4.0.0.1 |DONE |Manifest: NOSIGNATURE fancymenu_2.1.0_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.1.0 |DONE |Manifest: NOSIGNATURE HunterIllager-1.16.5-1.1.2.jar |Hunter Illager |hunterillager |1.16.5-1.1.2 |DONE |Manifest: NOSIGNATURE illagersweararmor-1.0.4.jar |Illagers Wear Armor |illagersweararmor |1.0.4 |DONE |Manifest: NOSIGNATURE ferritecore-2.0.4-forge.jar |Ferrite Core |ferritecore |2.0.4 |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 OddWaterMobs[1.16.5]_1.3.0.jar |Odd Water Mobs |oddwatermobs |1.3.0 |DONE |Manifest: NOSIGNATURE enhancedcelestials-1.0.4-1.16.4.jar |Enhanced Celestials |enhancedcelestials |1.0.4-1.16.4 |DONE |Manifest: NOSIGNATURE illagers_plus-1.16.4v1.4.jar |Illagers+ |illagers_plus |1.16.4v1.4 |DONE |Manifest: NOSIGNATURE valhelsia_core-16.0.9.jar |Valhelsia Core |valhelsia_core |16.0.9 |DONE |Manifest: NOSIGNATURE valhelsia_structures-1.16.5-0.1.2.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.2 |DONE |Manifest: NOSIGNATURE overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE Nature Expansion 1.1.jar |Nature Expansion |nature_expansion |1.0.0 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 031970ae-c49b-4f12-beb0-118c457a47da Kiwi Modules: kiwi:contributors kiwi:data snowrealmagic:core snowrealmagic:world Player Count: 0 / 10; [] Data Packs: vanilla, mod:variant16x, mod:infernalexp (incompatible), mod:nethers_exoticism, mod:stalwart_dungeons, mod:strawgolem, mod:bettercaves (incompatible), mod:yungsapi, mod:guardvillagers, mod:randompatches, mod:morpheus (incompatible), mod:pickupnotifier (incompatible), mod:snowrealmagic, mod:dynview (incompatible), mod:jeresources, mod:revampedwolf, mod:supplementaries, mod:betterendforge, mod:upgradednetherite (incompatible), mod:structure_gel, mod:corpse, mod:cleancut (incompatible), mod:repurposed_structures, mod:morevillagers, mod:toughnessbar (incompatible), mod:dungeons_plus, mod:simplyimprovedterrain, mod:masonry (incompatible), mod:cavesandcliffs (incompatible), mod:darkerdepths, mod:curios, mod:omnis_backpacks, mod:extendedmushrooms, mod:snowpig, mod:yungsextras, mod:antiquewaystones, mod:theabyss, mod:wandering_trapper, mod:sapience, mod:biomeinfo, mod:cloth-config (incompatible), mod:bgcore, mod:bettershields, mod:customstartinggear (incompatible), mod:exoticbirds, mod:bettermineshafts, mod:veinmining, mod:darkpaintings (incompatible), mod:kiwi, mod:clienttweaks (incompatible), mod:torchslabmod (incompatible), mod:treeharvester, mod:jei, mod:jeiprofessions (incompatible), mod:comfortable_nether, mod:attributefix, mod:differentiate, mod:morerespawnanchors, mod:goblintraders, mod:seals (incompatible), mod:caelus, mod:kobolds, mod:fallingleaves, mod:naturescompass (incompatible), mod:additionalbars (incompatible), mod:sereneseasons, mod:stoneholm, mod:cursed_realm_remastered, mod:curioofundying, mod:outvoted, mod:jeitweaker, mod:crafttweaker, mod:extendedbonemeal, mod:forge, mod:mctb, mod:antiqueatlas, mod:dungeons_arise, mod:cofh_core (incompatible), mod:mousetweaks, mod:spheric, mod:horizontalpanes, mod:soulblaze, mod:paintings (incompatible), mod:jeiintegration, mod:croptopia, mod:polymorph, mod:autoreglib (incompatible), mod:sit, mod:earthmobsmod (incompatible), mod:evilwanderingtrader, mod:globaldataandresourcepacks (incompatible), mod:the_legency_of_villige, mod:advancementbook, mod:byg, mod:aquaculture (incompatible), mod:betterlands, mod:herobrine, mod:xpbook, mod:additionalbanners, mod:kleeslabs (incompatible), mod:villagernames, mod:jrftl (incompatible), mod:controlling, mod:citadel (incompatible), mod:alexsmobs, mod:bookshelf, mod:tips, mod:carryon, mod:omnis, mod:dragonmounts, mod:despawningeggshatch, mod:konkrete, mod:cuneiform, mod:jeienchantmentinfo, mod:chocolate, mod:betterspawnercontrol, mod:bountiful (incompatible), mod:cnb, mod:geckolib3 (incompatible), mod:patchouli (incompatible), mod:collective, mod:advancementplus, mod:villagertools, mod:betterthirdperson, mod:elevatorid, mod:betterstrongholds, mod:desolation, mod:stacked_dimensions_warden, mod:runelic, mod:travelers_index (incompatible), mod:architectury, mod:bambooeverything, mod:mountainous, mod:ftbguilibrary (incompatible), mod:curiouselytra, mod:enchantwithmob, mod:servertabinfo, mod:gamemenumodoption, mod:craftabledeeds (incompatible), mod:voidtotem, mod:betteradvancements, mod:spiderstpo, mod:shrines (incompatible), mod:nourished_nether, mod:itemfilters, mod:ftbquests, mod:easymagic, mod:conjurer_illager (incompatible), mod:dungeons_mobs (incompatible), mod:abnormals_core, mod:environmental, mod:bayou_blues, mod:upgrade_aquatic, mod:better_badlands, mod:endergetic, mod:personality, mod:buzzier_bees, mod:enhanced_mushrooms, mod:brazier, mod:waystones (incompatible), mod:goldenhopper (incompatible), mod:clumps, mod:village_employment, mod:comforts, mod:tumbleweed (incompatible), mod:campful, mod:configured, mod:outer_end, mod:badmobs (incompatible), mod:lazydfu, mod:akashictome, mod:frozenup, mod:ocean_expansion, mod:jade, mod:leos_mushrooms, mod:archers_paradox (incompatible), mod:towers_of_the_wild, mod:variant16x_biomesyougo, mod:totemofreviving, mod:atmospheric, mod:quark (incompatible), mod:charm, mod:terraincognita, mod:performant (incompatible), mod:inventoryhud, mod:combustivefishing (incompatible), mod:fancymenu (incompatible), mod:hunterillager, mod:illagersweararmor (incompatible), mod:ferritecore (incompatible), mod:oddwatermobs, mod:enhancedcelestials, mod:illagers_plus, mod:valhelsia_core, mod:valhelsia_structures, mod:overloadedarmorbar (incompatible), mod:nature_expansion, file/Incendium_v3.1.8.zip, file/ichphilipp-s-endcity-v1-1-1-16-2-forge.zip (incompatible), file/pillager-settlements-e2230.zip (incompatible), file/pillager-stronghold.zip, mod:fastleafdecay (incompatible) Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt)

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.