Jump to content

Search the Community

Showing results for tags '1.16.5'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Minecraft Forge
    • Releases
    • Support & Bug Reports
    • Suggestions
    • General Discussion
  • Mod Developer Central
    • Modder Support
    • User Submitted Tutorials
  • Non-Forge
    • Site News (non-forge)
    • Minecraft General
    • Off-topic
  • Forge Mods
    • Mods

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


XMPP/GTalk


Gender


URL


Location


ICQ


AIM


Yahoo IM


MSN Messenger


Personal Text

  1. i have been trying to lauch a modpack and it crashes in the lauching phase
  2. I'm making a modpack and long story short I'm trying to configure primal winter. I originally changed some of the configs and I was able to load it fine, until I went back and changed some more settings and got this error message: The game crashed whilst rendering overlay Error: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file primalwinter-common.toml of type COMMON for modid primalwinter I then went back and replaced it with the default and then it ran fine again, then changed it and got the same error message. I don't know why this is happening because the only thing I did was add a couple of biomes to the whitelist. Crash Report
  3. oi
  4. Hi I am new to codding or doing any type of coding for Minecraft and I just want to make a terrain gen mod that deletes the previous Minecraft generation and adds my modded generation I was just wondering if anyone knew how to do that or good give me some forum or websites/tutorials that are able to help me atleast learn how to make custom Terrain thank you
  5. Hi I Opened minecraft after making a modpack with 38 mods and optifine but after opening the game it loaded but when it was loading the menu it did not and there was some white rectangles. Error: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/client/renderer/texture/AtlasTexture::func_229220_a_(Lnet/minecraft/resources/IResourceManager;Ljava/util/stream/Stream;Lnet/minecraft/profiler/IProfiler;I)Lnet/minecraft/client/renderer/texture/AtlasTexture$SheetData; has incompatible changes at opcode 163 in callback watut.mixins.json:client.TextureAtlasPrepareToStitch->@Inject::prepareToStitch(Lnet/minecraft/resources/IResourceManager;Ljava/util/stream/Stream;Lnet/minecraft/profiler/IProfiler;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Set;)V.
  6. I tried to instal essentials on my mod pack and it keep crashing https://pastebin.com/bpbwZV1X
  7. I know this is a forge only place, but just to be clear, my error is in Fabric I was actually super frustrated while trying to fix this, like this mod does work when I play it by launching it in minecraft, but when I was trying to install it onto the server it just kept crashing so I decided to delete every mod I've got but kept the bewitchment mod and the necessary mod it needs to function and I tried to run the server... But it somehow still crashed, and the thing is that I really do want the bewitchment mod to be in the SMP so it'll be SUPER helpful if anyone can figure out on how to fix this: It didn't give me any "crash-reports" so I'll be sending the logs and what the console said: Console: [18:51:46] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/home/container/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER [18:51:46] [main/WARN]: Error loading class: io/github/apace100/origins/power/PreventItemUsePower (java.lang.ClassNotFoundException: io/github/apace100/origins/power/PreventItemUsePower) [18:51:46] [main/WARN]: @Mixin target io.github.apace100.origins.power.PreventItemUsePower was not found bewitchment.mixins.json:integration.origins.PreventItemUsePowerMixin from mod bewitchment [18:51:47] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [18:51:52] [main/FATAL]: Failed to start the minecraft server java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'bewitchment'! at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.11.jar:?] at net.minecraft.server.Main.main(Main.java:92) [server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.11.jar:?] at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [server.jar:1.0.1] Caused by: java.lang.NoSuchFieldError: TEXTURE at moriyashiine.bewitchment.common.item.SpecterBangleItem.<clinit>(SpecterBangleItem.java:28) ~[bewitchment-1.16.5-18.jar:?] at moriyashiine.bewitchment.common.registry.BWObjects.<clinit>(BWObjects.java:272) ~[bewitchment-1.16.5-18.jar:?] at moriyashiine.bewitchment.common.Bewitchment.onInitialize(Bewitchment.java:221) ~[bewitchment-1.16.5-18.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.11.jar:?] ... 7 more Logs: https://mclo.gs/wSsqMfn
  8. I know this is a forge only place, but just so you know my error is in Fabric I was actually super frustrated while trying to fix this, like this mod does work when I play it by launching it in minecraft, but when I was trying to install it onto the server it just kept crashing so I decided to delete every mod I've got but kept the bewitchment mod and the necessary mod it needs to function and I tried to run the server... But it somehow still crashed, and the thing is that I really do want the bewitchment mod to be in the SMP so it'll be SUPER helpful if anyone can figure out on how to fix this: It didn't give me any "crash-reports" so I'll be sending the logs and what the console said: Console: [18:51:46] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/home/container/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER [18:51:46] [main/WARN]: Error loading class: io/github/apace100/origins/power/PreventItemUsePower (java.lang.ClassNotFoundException: io/github/apace100/origins/power/PreventItemUsePower) [18:51:46] [main/WARN]: @Mixin target io.github.apace100.origins.power.PreventItemUsePower was not found bewitchment.mixins.json:integration.origins.PreventItemUsePowerMixin from mod bewitchment [18:51:47] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [18:51:52] [main/FATAL]: Failed to start the minecraft server java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'bewitchment'! at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.11.jar:?] at net.minecraft.server.Main.main(Main.java:92) [server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) [fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.15.11.jar:?] at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [server.jar:1.0.1] Caused by: java.lang.NoSuchFieldError: TEXTURE at moriyashiine.bewitchment.common.item.SpecterBangleItem.<clinit>(SpecterBangleItem.java:28) ~[bewitchment-1.16.5-18.jar:?] at moriyashiine.bewitchment.common.registry.BWObjects.<clinit>(BWObjects.java:272) ~[bewitchment-1.16.5-18.jar:?] at moriyashiine.bewitchment.common.Bewitchment.onInitialize(Bewitchment.java:221) ~[bewitchment-1.16.5-18.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.11.jar:?] ... 7 more Logs: https://mclo.gs/wSsqMfn
  9. Hi, Im new to Forge. I don't know what this all means but, [Render thread/ERROR]:Cowardly refusing to send event de.keksuccino.loadmyresources.events.RegisterRepositorySourceEvent to a broken mod state
  10. Wish you could make huge wheat fields easily and fast? Or wide roads by just walking? Or maybe you have hard time finding spawners or slime chunks? This mod can do that for you! This mod adds some useful tools for farming, mining and world building. This mod is not far from vanilla Minecraft. It mostly adds quality of life improvements. More information down under in the video and here on the curseforge page. There's also topic on minecraft forum, but I wanted to share it here too. You can download the mod from here. Just recently updated the mod for 1.16.3 and 1.16.5. Going to create a version for 1.17.x too. changelog is update regularly in the curseforge files page. I would like to get some feedback on the mod, what you like or don't like? What other tools could fit in the mod? Mod spotlight by Kaeden
  11. Hi, I'm developing a tile entity in my mods but when I was printing the data from my IntArray, I noticed that the data in my container on the client side and on the server side wasn't synchronised, so I can't make a GUI until I've sorted this problem out. Can you help me? here is my code. TileEntity : Container : Screen :
  12. im horrible at understanding logs and not sure what mods are making it not work, any help would be much appreciated, thanks https://pastebin.com/qEwRLs2S
  13. https://gist.github.com/imarndomhacker/160f55eaaf13d521c6f069a0935cd885
  14. Hello there! I am trying to make custom dimensions for a modpack I am making in an older minecraft version, 1.16.5. I like that version and it has a few other mods that have not been updated that I would still like to use. Anyway, I am having a terrible time with getting my dimension to work and have tried using code from other peoples projects to at least figure out what I'm supposed to be doing but it has not been as helpful as I would have liked. If anyone could help that would be greatly appreciated! Here is my github with all the code as I am using it: https://github.com/BladeColdsteel/InvigoratedDimensionsMod I have also included the last log, https://pastebin.com/zX9vsDSq, I had when I tried to load up a world, let me know if there is anything else I should send though, thank you!
  15. Please help. It was working perfectly fine last night when I was on, and now it's crashing? report: https://pastebin.com/DjF1UUb8
  16. I'm not very good at diagnosing this stuff, any help is appreciated. Thank you (log below). https://paste.ee/p/sTxbS
  17. I decided to make a server for me and a friend, sadly I had to encounter multiple issues which I fixed by now, one remains: The Server won't start up. I honestly got no clue, renewed Java versions, tried the latest and the one that was active in 1.16- times. Heres the latest log: [30Aug2024 00:30:50.124] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.0, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [30Aug2024 00:30:50.126] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_391 by Oracle Corporation [30Aug2024 00:30:50.512] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [30Aug2024 00:30:50.542] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/Leand/OneDrive/Desktop/Server/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER [30Aug2024 00:30:51.407] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui] [30Aug2024 00:30:51.479] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.<init>(Ljava/util/jar/Manifest;)V [30Aug2024 00:30:51.479] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66) [30Aug2024 00:30:51.480] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:275) [30Aug2024 00:30:51.480] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [30Aug2024 00:30:51.481] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [30Aug2024 00:30:51.482] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.ClassLoader.loadClass(Unknown Source) [30Aug2024 00:30:51.484] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Class.forName0(Native Method) [30Aug2024 00:30:51.485] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Class.forName(Unknown Source) [30Aug2024 00:30:51.486] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) [30Aug2024 00:30:51.487] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [30Aug2024 00:30:51.487] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [30Aug2024 00:30:51.488] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [30Aug2024 00:30:51.490] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [30Aug2024 00:30:51.491] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [30Aug2024 00:30:51.492] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [30Aug2024 00:30:51.497] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [30Aug2024 00:30:51.498] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) I regret to inform you that you shouldn't expect fast replies, Would love if you could help me out on this one. Version 1.16.5
  18. I have been playing this modded Minecraft sever for a bit with a friend and things were running smoothly for about a week. When suddenly one day sever said it couldn't save anymore and just constantly crashing to the point I cant even log in it anymore. I watched videos about deleting the json files but did not help at all. I even cleared plenty of storage off my computer still nothing. Crash-report log https://pastebin.com/fWX0jAgr latest.log https://pastebin.com/8PgX2Pu8
  19. so i been working on a modpack for 1.16.5 and i keep getting org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError i dont know what mod caused it and i read the error log a bit and read though the forms and didnt find anything that helped. for eveyones own eyes i put the crash logs in a google doc. https://docs.google.com/document/d/1czHrzdhrfaCN79N364oC8OdRjmpMs0qNFfMA4zHZWyU/edit?usp=sharing
  20. latest log(https://paste.gg/p/anonymous/9ba389143c0f4d2da4467eb2dcf9e148)
  21. Game keeps crashing when I try to create a world and play. Trying to play Chaos Awakens. Here is my crash report: ---- Minecraft Crash Report ---- // Daisy, daisy... Time: 8/22/24 2:34 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at net.minecraft.client.renderer.entity.EntityRendererManager.func_229086_a_(EntityRendererManager.java:238) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:987) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:608) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:425) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$455/973692608.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.entity.EntityRendererManager.func_229086_a_(EntityRendererManager.java:238) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:987) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:608) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} -- Affected level -- Details: All players: 1 total; [ClientPlayerEntity['RedWildStar'/134, l='ClientLevel', x=72.50, y=71.00, z=24.50]] Chunk stats: Client Chunk Cache: 841, 441 Level dimension: minecraft:overworld Level spawn location: World: (64,71,16), Chunk: (at 0,4,0 in 4,1; contains blocks 64,0,16 to 79,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 23 game time, 23 day time Server brand: forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2031) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$455/973692608.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 240021624 bytes (228 MB) / 1993342976 bytes (1901 MB) up to 3817865216 bytes (3641 MB) CPUs: 8 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.4.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.34 FML Language Providers: [email protected] minecraft@1 Mod List: forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE chaosawakens-1.16.5-0.12.1.0.jar |Chaos Awakens |chaosawakens |0.12.1.0 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |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 geckolib-forge-1.16.5-3.0.94.jar |GeckoLib |geckolib3 |3.0.94 |DONE |Manifest: NOSIGNATURE Crash Report UUID: d59e8a54-0be8-4cae-855e-e7bea3e26de2 Launched Version: forge-36.2.34 Backend library: LWJGL version 3.2.2 build 10 Backend API: NVIDIA GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.23, NVIDIA Corporation GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: Current Language: English (US) CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
  22. When I launch the modpack through curseforge, before it opens minecrafts it says Error Launching the game failed and then: Failed to download file. Name: fastutil-8.2.1.jar URL: https://libraries.minecraft.net/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar Error details: 0x0000001c - generic: no space on device Couldn't write to file Filename on disk: fastutil-8.2.1.jar Path: C:\Users\BC Tech\curseforge\minecraft\Install\libraries\it\unimi\dsi\fastutil\8.2.1\fastutil-8.2.1.jar Exists: Nonexistent
  23. Simply need to know what might be causing this... 15.08 14:51:13 [Server] main/FATAL Failed to start the minecraft server 15.08 14:51:13 [Server] INFO java.lang.NullPointerException: null 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:269) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:272) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.BiomeGenerationSettings.<init>(BiomeGenerationSettings.java:62) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.BiomeGenerationSettingsAccessor,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.BiomeGenerationSettings.<init>(BiomeGenerationSettings.java:32) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.BiomeGenerationSettingsAccessor,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.BiomeGenerationSettings$Builder.func_242508_a(BiomeGenerationSettings.java:163) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:BiomeGenerationSettingsBuilderAccessor,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraftforge.common.ForgeHooks.enhanceBiome(ForgeHooks.java:939) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:propertymodifier.mixins.json:MixinForgeHooks,pl:mixin:A} 15.08 14:51:13 [Server] INFO at net.minecraft.world.biome.Biome.lambda$null$8(Biome.java:75) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Function8.lambda$null$6(Function8.java:22) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Function4.lambda$null$2(Function4.java:14) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult$Instance.ap2(DataResult.java:315) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.kinds.Applicative.ap4(Applicative.java:84) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$7.decode(RecordCodecBuilder.java:404) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.MapDecoder.lambda$compressedDecode$0(MapDecoder.java:52) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport$IResourceAccess$RegistryAccess.func_241879_a(WorldSettingsImport.java:236) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_241805_a_(WorldSettingsImport.java:131) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_240885_a_(WorldSettingsImport.java:105) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_241797_a_(WorldSettingsImport.java:104) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.DynamicRegistries.func_243610_a(DynamicRegistries.java:144) ~[?:?] {re:classloading,re:mixin} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.DynamicRegistries.func_243608_a(DynamicRegistries.java:132) ~[?:?] {re:classloading,re:mixin} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.WorldSettingsImport.func_244336_a(WorldSettingsImport.java:53) ~[?:?] {re:classloading,pl:accesstransformer:B} 15.08 14:51:13 [Server] INFO at net.minecraft.util.registry.DynamicRegistries.func_239770_b_(DynamicRegistries.java:85) ~[?:?] {re:classloading,re:mixin} 15.08 14:51:13 [Server] INFO at net.minecraft.server.Main.main(Main.java:96) ~[?:?] {re:classloading} 15.08 14:51:13 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] {} 15.08 14:51:13 [Server] INFO at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[forge_1.16.5.jar:36.2] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading} 15.08 14:51:13 [Server] INFO at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading} 15.08 14:51:13 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [forge_1.16.5.jar:?] {} 15.08 14:51:13 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [forge_1.16.5.jar:?] {} 15.08 14:51:13 [Server] INFO at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge_1.16.5.jar:?] {} 15.08 14:51:16 [Multicraft] Server shut down (starting)
  24. Hello everyone, I recently made an assembly and launched it on the server, but it crashes a few hours after launch, I understand that the problem is in mods, but I can't figure out which ones. https://ru.files.me/u/ffus2bzu7k
  25. ---- Minecraft Crash Report ---- // Why did you do that? Time: 8/8/24 12:38 PM Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:71) [?:?] {re:classloading} at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:174) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:entity_texture_features-common.mixins.json:cacheReloaders.MixinMinecraftClient,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:dynamic_fps-common.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:META-INF/goldenagecombat.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$11393/1364127684.run(Unknown Source) [?:?] {} at net.minecraft.util.Util.func_215077_a(Util.java:320) [?:?] {re:mixin,re:classloading,pl:mixin:APP:blue_skies.mixins.json:UtilMixin,pl:mixin:A} at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:entity_texture_features-common.mixins.json:cacheReloaders.MixinMinecraftClient,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:dynamic_fps-common.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:META-INF/goldenagecombat.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$11111/120617702.accept(Unknown Source) [?:?] {} at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:113) [?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:dynamic_fps-common.mixins.json:LoadingOverlayMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersive_aircraft.mixins.json:GameRendererMixin,pl:mixin:APP:dynamic_fps.mixins.json:GameRendererMixin,pl:mixin:APP:dynamic_fps-common.mixins.json:GameRendererMixin,pl:mixin:APP:flywheel.mixins.json:StoreProjectionMatrixMixin,pl:mixin:APP:justzoom.mixin.json:MixinGameRenderer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:entity_texture_features-common.mixins.json:cacheReloaders.MixinMinecraftClient,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:dynamic_fps-common.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:META-INF/goldenagecombat.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:entity_texture_features-common.mixins.json:cacheReloaders.MixinMinecraftClient,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:dynamic_fps-common.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:META-INF/goldenagecombat.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) [forge-1.16.5-36.2.42.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$506/1644128841.call(Unknown Source) [forge-1.16.5-36.2.42.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.3.jar:?] {} -- MOD valhelsia_structures -- Details: Mod File: valhelsia_structures-1.16.5-0.1.6.jar Failure message: Valhelsia Structures (valhelsia_structures) has failed to load correctly com.electronwill.nightconfig.core.io.ParsingException: Not enough data available Mod Version: 1.16.5-0.1.6 Mod Issue URL: https://github.com/ValhelsiaTeam/Valhelsia-Structures/issues Exception message: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available Stacktrace: 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 com.stal111.valhelsia_structures.config.Config.loadConfig(Config.java:35) ~[?:1.16.5-0.1.6] {re:classloading} at com.stal111.valhelsia_structures.ValhelsiaStructures.<init>(ValhelsiaStructures.java:63) ~[?:1.16.5-0.1.6] {re:classloading} at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51] {} at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[?:36.2] {re:classloading} at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3147/292099569.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModContainer$$Lambda$3301/529864074.run(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {} -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4526393304 bytes (4316 MB) / 5737807872 bytes (5472 MB) up to 6442450944 bytes (6144 MB) CPUs: 12 JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.4.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.2.42.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.2.42.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.2.42.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.2.42.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.2.42.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.42 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: weaponmaster_ydm-forge-1.16.5-4.2.3.jar |YDM's Weapon Master |weaponmaster_ydm |4.2.3 |CREATE_REG|Manifest: NOSIGNATURE SkyVillage_1.0.0_1.16.5.jar |Sky Villages |skyvillages |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |CREATE_REG|Manifest: NOSIGNATURE Piglin Expansion 1.1.jar |Piglin Expansion |piglin_expansion |1.1.0 |CREATE_REG|Manifest: NOSIGNATURE oneplayersleeping-1.16.4-0.0.5.jar |One Player Sleeping |oneplayersleeping |0.0.5 |CREATE_REG|Manifest: NOSIGNATURE bigbrain-1.2.4.jar |Big Brain |bigbrain |1.2.4 |CREATE_REG|Manifest: NOSIGNATURE infernal-expansion-1.16.5-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |CREATE_REG|Manifest: NOSIGNATURE nether-s-exoticism-1.16.5-1.1.10.jar |Nether's Exoticism |nethers_exoticism |1.1.10 |CREATE_REG|Manifest: NOSIGNATURE connectivity-2.3-1.16.5.jar |Connectivity Mod |connectivity |2.3-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE mcw-windows-2.2.1-mc1.16.5forge.jar |Macaw's Windows |mcwwindows |2.2.1 |CREATE_REG|Manifest: NOSIGNATURE immersive_aircraft-0.5.2+1.16.5-forge.jar |Immersive Aircraft |immersive_aircraft |0.5.2+1.16.5 |CREATE_REG|Manifest: NOSIGNATURE strawgolem-1.16-1.9.jar |Straw Golem |strawgolem |1.16-1.9 |CREATE_REG|Manifest: NOSIGNATURE findme-1.16.3-2.2.1.0.jar |Find Me |findme |2.2.1 |CREATE_REG|Manifest: NOSIGNATURE villagernames_1.16.5-4.3.jar |Villager Names |villagernames |4.3 |CREATE_REG|Manifest: NOSIGNATURE XaerosWorldMap_1.38.8_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.38.8 |CREATE_REG|Manifest: NOSIGNATURE citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |CREATE_REG|Manifest: NOSIGNATURE alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |CREATE_REG|Manifest: NOSIGNATURE YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |CREATE_REG|Manifest: NOSIGNATURE quickteleports-1.16.5-1.2.0-forge.jar |QuickTeleports |quickteleports |1.16.5-1.2.0 |CREATE_REG|Manifest: NOSIGNATURE AngryMobs-1.16.5-1.1.jar |Angry Mobs |angrymobs |1.1 |CREATE_REG|Manifest: NOSIGNATURE MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |CREATE_REG|Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e Bookshelf-Forge-1.16.5-10.4.33.jar |Bookshelf |bookshelf |10.4.33 |CREATE_REG|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 sophisticatedbackpacks-1.16.5-3.15.20.755.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.20.755 |CREATE_REG|Manifest: NOSIGNATURE guardvillagers-1.16.5.1.2.4.jar |Guard Villagers |guardvillagers |1.2.4 |CREATE_REG|Manifest: NOSIGNATURE takesapillage-1.0.3-1.16.5.jar |It Takes A Pillage |takesapillage |1.0.3 |CREATE_REG|Manifest: NOSIGNATURE mcw-doors-1.1.1forge-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.1.1 |CREATE_REG|Manifest: NOSIGNATURE PickUpNotifier-v1.2-1.16.3.jar |Pick Up Notifier |pickupnotifier |1.2 |CREATE_REG|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 bygonenether-1.3.2-1.16.5.jar |Bygone Nether |bygonenether |1.3.2 |CREATE_REG|Manifest: NOSIGNATURE immersive-armors-1.5.1+1.16.5-forge.jar |Immersive Armors |immersive_armors |1.5.1+1.16.5 |CREATE_REG|Manifest: NOSIGNATURE carryon-1.16.5-1.15.6.24.jar |Carry On |carryon |1.15.6.24 |CREATE_REG|Manifest: NOSIGNATURE BetterThanMending-1.6.0.jar |BetterThanMending |betterthanmending |1.6.0 |CREATE_REG|Manifest: NOSIGNATURE ShieldExpansion-1.16.5-1.1.6.jar |Shield Expansion |shieldexp |1.1.6 |CREATE_REG|Manifest: NOSIGNATURE dummmmmmy-1.16.5-1.3.3.jar |MmmMmmMmmMmm |dummmmmmy |1.3.0 |CREATE_REG|Manifest: NOSIGNATURE supplementaries-1.16.5-0.18.5.jar |Supplementaries |supplementaries |0.18.3 |CREATE_REG|Manifest: NOSIGNATURE konkrete_forge_1.6.1_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.6.1 |CREATE_REG|Manifest: NOSIGNATURE betterendforge-1.16.5-1.6.3.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.3 |CREATE_REG|Manifest: NOSIGNATURE Morph-1.16.5-10.2.1.jar |Morph |morph |10.2.1 |CREATE_REG|Manifest: NOSIGNATURE structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |CREATE_REG|Manifest: NOSIGNATURE AdvancementPlaques-1.16.5-1.4.1.jar |Advancement Plaques |advancementplaques |1.4.1 |CREATE_REG|Manifest: NOSIGNATURE mcw-bridges-3.0.1-mc1.16.5forge.jar |Macaw's Bridges |mcwbridges |3.0.1 |CREATE_REG|Manifest: NOSIGNATURE FarmersDelight-1.16.5-0.6.0.jar |Farmer's Delight |farmersdelight |1.16.5-0.6.0 |CREATE_REG|Manifest: NOSIGNATURE ends_delight-1.16.5-1.8.jar |End's Delight |ends_delight |1.16.5-1.8 |CREATE_REG|Manifest: NOSIGNATURE entity_texture_features_forge_1.16.5-4.3.1(1).jar |Entity Texture Features |entity_texture_features |4.3.1 |CREATE_REG|Manifest: NOSIGNATURE morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |CREATE_REG|Manifest: NOSIGNATURE GoldenAgeCombat-v1.5.3-1.16.5.jar |Golden Age Combat |goldenagecombat |1.5.3 |CREATE_REG|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 BiomesOPlenty-1.16.5-13.1.0.488-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.488 |CREATE_REG|Manifest: NOSIGNATURE Blur-1.1.0-1.jar |Blur |blur |1.1.0-1 |CREATE_REG|Manifest: NOSIGNATURE mcw-fences-1.1.2-mc1.16.5forge.jar |Macaw's Fences and Walls |mcwfences |1.1.2 |CREATE_REG|Manifest: NOSIGNATURE craftable-enchants_1.16.5-4.4.2.jar |Craftable Enchants |craftableenchants |4.4.2 |CREATE_REG|Manifest: NOSIGNATURE dungeons_enhanced-1.16.5-1.8.1.jar |Dungeons Enhanced |dungeons_enhanced |1.8.1 |CREATE_REG|Manifest: NOSIGNATURE Goblins_Dungeons_1.0.6-1.16.jar |Goblins & Dungeons |goblinsanddungeons |1.0.6 |CREATE_REG|Manifest: NOSIGNATURE lightspeed-1.16.5-1.0.5.jar |Lightspeed |lightspeed |1.16.5-1.1.0 |CREATE_REG|Manifest: NOSIGNATURE curios-forge-1.16.5-4.1.0.0.jar |Curios API |curios |1.16.5-4.1.0.0 |CREATE_REG|Manifest: NOSIGNATURE lucent-1.16.5-1.0.0.jar |Lucent |lucent |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE collective-1.16.5-5.49.jar |Collective |collective |5.49 |CREATE_REG|Manifest: NOSIGNATURE advancednetherite-1.12.4-1.16.5.jar |Advanced Netherite |advancednetherite |1.12.4 |CREATE_REG|Manifest: NOSIGNATURE Snow_Pig-1.16.5-2.4.1.jar |Snow Pig |snowpig |1.16.5-2.4.1 |CREATE_REG|Manifest: NOSIGNATURE obfuscate-0.6.3-1.16.5.jar |Obfuscate |obfuscate |0.6.3 |CREATE_REG|Manifest: NOSIGNATURE BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |CREATE_REG|Manifest: NOSIGNATURE accelerated-decay-forge-69.0.0.jar |Accelerated Decay |accelerateddecay |69.0.0 |CREATE_REG|Manifest: NOSIGNATURE passiveshield_1.16.5-2.6.jar |Passive Shield |passiveshield |2.6 |CREATE_REG|Manifest: NOSIGNATURE fennecfox-forge-1.16.5-1.0.0.jar |Fennec Fox |fennecfox |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE mcw-roofs-2.3.0-mc1.16.5forge.jar |Macaw's Roofs |mcwroofs |2.3.0 |CREATE_REG|Manifest: NOSIGNATURE InventoryProfilesNext-forge-1.16-1.10.6(1).jar |Inventory Profiles Next |inventoryprofilesnext |1.10.6.cf-1 |CREATE_REG|Manifest: NOSIGNATURE mutantmore-1.16.5-1.0.2.jar |Mutant More |mutantmore |1.0.2 |CREATE_REG|Manifest: NOSIGNATURE architectury-1.32.68.jar |Architectury |architectury |1.32.68 |CREATE_REG|Manifest: NOSIGNATURE curiouselytra-forge-1.16.5-4.0.2.5.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.5 |CREATE_REG|Manifest: NOSIGNATURE cloth-config-4.17.101-forge.jar |Cloth Config v4 API |cloth-config |4.17.101 |CREATE_REG|Manifest: NOSIGNATURE MoreBows-1.0.12+1.16.x.forge.jar |More Bows Restrung |morebows |1.0.12+1.16.x.forge |CREATE_REG|Manifest: NOSIGNATURE dynamic-fps-3.4.3+minecraft-1.16.5-forge.jar |Dynamic FPS |dynamic_fps |3.4.3 |CREATE_REG|Manifest: NOSIGNATURE smallships-1.16.5-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |CREATE_REG|Manifest: NOSIGNATURE BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |CREATE_REG|Manifest: NOSIGNATURE voidtotem-1.16.5-1.4.0.jar |Void Totem |voidtotem |1.16.5-1.4.0 |CREATE_REG|Manifest: NOSIGNATURE veinmining-forge-1.16.5-0.18.jar |Vein Mining |veinmining |1.16.5-0.18 |CREATE_REG|Manifest: NOSIGNATURE inventorysorter-1.16.1-18.1.0.jar |Simple Inventory Sorter |inventorysorter |18.1.0 |CREATE_REG|Manifest: NOSIGNATURE mowziesmobs-1.5.27.jar |Mowzie's Mobs |mowziesmobs |1.5.27 |CREATE_REG|Manifest: NOSIGNATURE custom.jar |GeckoLib |geckolib3 |3.0.106 |CREATE_REG|Manifest: NOSIGNATURE BedBenefits-1.16.5-5.0.5.jar |BedBenefits |bedbenefits |5.0.5 |CREATE_REG|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 XPFromHarvest-1.16.5-1.2.2.jar |XP From Harvest |xpfromharvest |1.2.2 |CREATE_REG|Manifest: NOSIGNATURE pamhc2trees-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |CREATE_REG|Manifest: NOSIGNATURE spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |CREATE_REG|Manifest: NOSIGNATURE jei-1.16.5-7.8.0.1011.jar |Just Enough Items |jei |7.8.0.1011 |CREATE_REG|Manifest: NOSIGNATURE The_Graveyard_2.1_(FORGE)_for_1.16.4-1.16.5.jar |The Graveyard (FORGE) |graveyard |2.1 |CREATE_REG|Manifest: NOSIGNATURE callablehorses-1.16.3-1.2.1.4.jar |Callable Horses |callablehorses |1.2.1.4 |CREATE_REG|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 abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |CREATE_REG|Manifest: NOSIGNATURE goblintraders-1.7.3-1.16.5.jar |Goblin Traders |goblintraders |1.7.3 |CREATE_REG|Manifest: NOSIGNATURE caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |CREATE_REG|Manifest: NOSIGNATURE colytra-forge-1.16.5-5.1.1.2.jar |Colytra |colytra |1.16.5-5.1.1.2 |CREATE_REG|Manifest: NOSIGNATURE Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |CREATE_REG|Manifest: NOSIGNATURE mobhealthbar-forge-1.16.5-2.2.0.jar |YDM's Mob Health Bar |mobhealthbar |2.2.0 |CREATE_REG|Manifest: NOSIGNATURE comforts-forge-1.16.5-4.0.1.5.jar |Comforts |comforts |1.16.5-4.0.1.5 |CREATE_REG|Manifest: NOSIGNATURE tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |CREATE_REG|Manifest: NOSIGNATURE SereneSeasons-1.16.5-4.0.1.130-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.130 |CREATE_REG|Manifest: NOSIGNATURE fantasy-forge-1.1.1.jar |Fantasy Mounts |fantasy |1.0 |CREATE_REG|Manifest: NOSIGNATURE curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |CREATE_REG|Manifest: NOSIGNATURE BadMobs-1.16.5-9.1.9.jar |BadMobs |badmobs |9.1.9 |CREATE_REG|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 additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |CREATE_REG|Manifest: NOSIGNATURE iChunUtil-1.16.5-10.7.0.jar |iChunUtil |ichunutil |10.7.0 |CREATE_REG|Manifest: NOSIGNATURE VillagersFollowEmeralds-1.16.5-1.0.0.jar |Villagers Follow Emeralds |vfe |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE forge-1.16.5-36.2.42-universal.jar |Forge |forge |36.2.42 |CREATE_REG|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 PassthroughSigns-1.16.4-2.3.7.jar |Passthrough Signs |passthroughsigns |1.16.4-2.3.7 |CREATE_REG|Manifest: NOSIGNATURE ConsoleExperience-v1.7.2-1.16.5.jar |Console Experience |consoleexperience |1.7.2 |CREATE_REG|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 DynamicSurroundings-1.16.5-4.0.5.0.jar |§3Dynamic Surroundings |dsurround |4.0.5.0 |CREATE_REG|Manifest: NOSIGNATURE selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |CREATE_REG|Manifest: NOSIGNATURE ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |CREATE_REG|Manifest: NOSIGNATURE DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |CREATE_REG|Manifest: NOSIGNATURE forge-1.16.5-36.2.42-client.jar |Minecraft |minecraft |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE voicechat-forge-1.16.5-2.5.19.jar |Simple Voice Chat |voicechat |1.16.5-2.5.19 |CREATE_REG|Manifest: NOSIGNATURE libIPN-forge-1.16-3.0.2.jar |libIPN |libipn |3.0.2 |CREATE_REG|Manifest: NOSIGNATURE EnchantmentDescriptions-1.16.5-7.1.27.jar |EnchantmentDescriptions |enchdesc |7.1.27 |CREATE_REG|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 MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |CREATE_REG|Manifest: NOSIGNATURE ToolBelt-1.16.5-1.16.3.jar |Tool Belt |toolbelt |1.16.3 |CREATE_REG|Manifest: NOSIGNATURE CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |CREATE_REG|Manifest: NOSIGNATURE Iceberg-1.16.5-1.0.45.jar |Iceberg |iceberg |1.0.45 |CREATE_REG|Manifest: NOSIGNATURE flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |CREATE_REG|Manifest: NOSIGNATURE create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |CREATE_REG|Manifest: NOSIGNATURE savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |CREATE_REG|Manifest: NOSIGNATURE Xaeros_Minimap_24.2.1_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |24.2.1 |CREATE_REG|Manifest: NOSIGNATURE bocchium-1.16.5-0.0.2.jar |Bocchium |bocchium |1.16.5-0.0.2 |CREATE_REG|Manifest: NOSIGNATURE HungerStrike-1.16.3-4.1.0.jar |Hunger Strike |hungerstrike |1.16.3-4.1.0 |CREATE_REG|Manifest: NOSIGNATURE PiTweaks-1.16.5-1.3.3.jar |CplPibald's Tweaks |pitweaks |1.16.5-1.3.3 |CREATE_REG|Manifest: NOSIGNATURE immersive_paintings-0.4.4+1.16.5.jar |Immersive Paintings |immersive_paintings |0.4.4+1.16.5 |CREATE_REG|Manifest: NOSIGNATURE DiagonalFences-v1.1.1-1.16.5.jar |Diagonal Fences |diagonalfences |1.1.1 |CREATE_REG|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 entityculling-forge-mc1.16.5-1.5.2.jar |EntityCulling |entityculling |1.5.2 |CREATE_REG|Manifest: NOSIGNATURE CraftingXP 1.16.5.jar |CraftingXP |craftingxp |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE coroutil-forge-1.16.5-1.3.6.jar |CoroUtil |coroutil |1.16.5-1.3.6 |CREATE_REG|Manifest: NOSIGNATURE lootr-1.16.5-0.2.19.51.jar |Lootr |lootr |0.2.19.51 |CREATE_REG|Manifest: NOSIGNATURE ferritecore-2.1.1-forge.jar |Ferrite Core |ferritecore |2.1.1 |CREATE_REG|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |CREATE_REG|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 NefsMedievalPub+v1.9g-2024(1.16.5).jar |Nef Deco Mod |nefdecomod |1.0 |CREATE_REG|Manifest: NOSIGNATURE justzoom_forge_1.0.2-2_MC_1.16.5.jar |Just Zoom |justzoom |1.0.2 |CREATE_REG|Manifest: NOSIGNATURE byg-1.3.6.jar |Oh The Biomes You'll Go |byg |1.3.4 |CREATE_REG|Manifest: NOSIGNATURE CosmeticArmorReworked-1.16.5-v5a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5a |CREATE_REG|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 valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |CREATE_REG|Manifest: NOSIGNATURE valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |ERROR |Manifest: NOSIGNATURE responsiveshields-2.1-mc1.16.5.jar |Responsive Shields |responsiveshields |2.1 |CREATE_REG|Manifest: NOSIGNATURE Crash Report UUID: 61ac3f03-3aec-4b18-8bbe-51c2df4c665f
×
×
  • Create New...

Important Information

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