Jump to content

LazrProductions

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by LazrProductions

  1. I'm working on porting my mod to 1.20.4 from 1.20-1.20.1 and after fixing all the new errors and getting Minecraft to start it gives me this error: It also says this in the latest.log: [30Jan2024 02:10:57.520] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev [30Jan2024 02:10:57.663] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.2+13 [30Jan2024 02:10:58.068] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: File C:\Users\...\cuffed\build\resources\main constructed 0 mods: [], but had 1 mods specified: [cuffed] [30Jan2024 02:10:58.068] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: The following classes are missing, but are reported in the mods.toml: [cuffed] [30Jan2024 02:10:58.068] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: The following mods are missing, but have classes in the jar: [] [30Jan2024 02:10:58.088] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/CORE]: Failed to initialize mod containers net.minecraftforge.fml.ModLoadingException: The Mod File C:\Users\...\cuffed\build\resources\main has mods that were not found My mods.toml file is file and looks like it should work, here is is just in case: modLoader="javafml" loaderVersion="[49,)" license="All Rights Reserved" [[mods]] modId="cuffed" version="1.1.2" displayName="Cuffed" authors="Lazr Productions" description='''A mod that adds handcuffs, keys, and more!''' [[dependencies.cuffed]] modId="forge" #mandatory mandatory=true #mandatory versionRange="[49,)" ordering="NONE" side="BOTH" [[dependencies.cuffed]] modId="minecraft" mandatory=true versionRange="[1.20.4,1.21)" ordering="NONE" side="BOTH" any help would be appreciated, thank you.
  2. When joining a server with the modpack: zyesmp All is fine when playing, and seemingly randomly someone will get disconnected with the error: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 3 with no crash report or anything in the server logs. Client latest.log: This error was not happenning prior to updating the pack to 1.20.1 and adding the following mods:
×
×
  • Create New...

Important Information

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