About 254,000 results
Open links in new tab
  1. [Tutorial] Modding With APIs - Minecraft Forum

    Apr 19, 2015 · Learn how to install APIs for Minecraft modding without placing the entire API directly in your project.

  2. mod failed to load correctly java.lang.NoClassDefFoundError

    Mar 27, 2023 · To create a forge mod, you have to add a forge build to your mod-project/workspace - so you can check the sourcecode (available on GitHub) for the used forge …

  3. Forge 1.20.1 Getting missing/unsupported mandatory dependencies

    Apr 8, 2025 · I am setting up a Forge server, I grabbed the mods from a custom CurseForge profile and uploaded them. I am getting the following errors when trying to launch the server. …

  4. Mod API Comparison - Modification Development - Minecraft …

    Feb 29, 2020 · It's essentially a built-from-scratch API that aims to be a "true" API - no possibility for coremodding (base class modification) with ASM, but rather a simple hooking framework …

  5. Error during mod loading - Support & Bug Reports - Forge Forums

    Apr 7, 2025 · I've added some create mods and now there is an Error during mod loading error with these messages CC:C Bridge (cccbridge) has failed to load correctly Java.lang ...

  6. Forge 1.21.6/1.21.7/1.21.8: Missing or Broken @SubscribeEvent ...

    Jul 22, 2025 · Hello, I'm encountering a compilation issue with Forge 1.21.6. The exact same mod code works perfectly on Forge 1.19.2 up to 1.21.5, but starting with 1.21.6, it fails to compile …

  7. Mod is installed but MC says it isnt (Architectury)

    Sep 11, 2024 · Note: Your post will require moderator approval before it will be visible.

  8. Fabric Api Networking Error - Java Edition Support - Support ...

    Aug 6, 2022 · Start just with fabric-api in your mods-folder If this is working, add the mods one by one

  9. What's the Difference between an Api and a Lib - Minecraft Forum

    Feb 22, 2024 · They both mean the same thing. Libraries and APIs are used so that developers of mods don't have to rewrite their important code 1,000,000 times, and also to make other mods …

  10. [1.7.10] Using Another Mod's API - Modder Support - Forge Forums

    Feb 12, 2015 · I know this has been asked before, and maybe I'm just too brain dead from lack of sleep, but how exactly do I add in another mod's api functionality? Where does the .jar go? Or …