Jump to content

warjort

Members
  • Posts

    5420
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by warjort

  1. https://github.com/MinecraftForge/MinecraftForge/blob/ab70bde1d648125acee073a93a25d4b8f08985c9/src/main/java/net/minecraftforge/registries/IForgeRegistry.java#L44 https://github.com/MinecraftForge/MinecraftForge/blob/ab70bde1d648125acee073a93a25d4b8f08985c9/src/main/java/net/minecraftforge/registries/ForgeRegistries.java#L68
  2. That config file is broken, it's in the config subfolder. If you don't have a backup delete the file and it will be recreated with default values.
  3. But you are using Mohist, which is not Forge. Ask wherever Mohist provides support.
  4. Now you are missing the architectury mod.
  5. Try without optifine, if that fixes the problem then report the issue to optifine.
  6. Tags don't exist until the datapacks are loaded. i.e. when you load a save or join a multiplayer game (the server sends you the tags). They are world specific.
  7. Your problem is the ScudMissileMod trying to load client classes on the server. The mod author no longer supports that mod: https://www.curseforge.com/minecraft/mc-mods/scud-missile-mod and minecraft 1.12 is also no longer supported in these forums.
  8. Issue with quark. I don't see a version of that mod that claims to be compatible with minecraft 1.20 https://www.curseforge.com/minecraft/mc-mods/quark/files
  9. https://forums.minecraftforge.net/topic/125713-how-to-add-a-dependency-correctly/#comment-542048
  10. This issue has been asked many times before. Use the search function for possible solutions. It's basically some other mod breaking the game, but that midnight lib mod crashes the game when it happens. So you can't see the real error.
  11. Issue with create, check you have the latest version then contact the mod author. But I would try without optifine first.
  12. You don't need code or even a mod for that, you just need a datapack with a custom recipe file. Mods are automatically datapacks. Or you can create custom recipes with mods like Kubejs or Crafttweaker.
  13. https://forge.gemwire.uk/wiki/Jar-in-Jar or similar "fat jar" builders
  14. https://forums.minecraftforge.net/topic/125695-help-finding-duplicates-in-modlist/#comment-542027
  15. Not enough animations is one of those client side only mods that has been crashing servers for years.
  16. One of your mods has a broken custom recipe. It is not being serialized to the network correctly. The error does not say which mod. Probably the only way you will find the mod for this kind of error is to experiment with removing mods until the problem goes away. Backup your world before removing mods. If the mod is not just totally broken (i.e. the mod developer never nested multiplayer), this kind of error usually indicates you have a mod for a different version of minecraft?
  17. If that's really the full log, the real error will likely be in the launcher_log.txt Don't post logs in the forum please. Use a file upload site.
  18. With a log that short, the error message is likely in the launcher_log.txt
  19. The "conflict" is eureka not finding the mod valkyrienskies or at least not being able to load one of its classes
  20. Check you have the latest version then contact the mod author.
  21. atio6axx.dll is the AMD graphics driver. You need to contact AMD or your PC manufacturer/supplier for help if you can't get your drivers working properly. Or a specialised forum devoted to PC/AMD support might be able to help you?
  22. I have underlined above mods that might be the cause of your problem? Check you have the latest versions then contact the mod authors. NOTE: Minecraft 1.16 is not supported in this forum beyond trivial problems.
×
×
  • Create New...

Important Information

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