Skip to content

Creating your mod

Olafcio1 edited this page Jun 15, 2026 · 3 revisions

Since Avoid supports multiple modloaders, it also has a connected way of creating mods that use its API.
Here's how you can make a mod with it:

(Prerequisites: IntelliJ IDEA)

  1. Create a new Java project.
    As the build system, pick Gradle
                                     with the version 9.2.0.


Avoid Framework


    🏚️ 1. Home
    📽️ 2. Creating your mod
    🌄 3. Adding assets to your mod
    🧊 4. Creating a block
    ✏️ 5. Creating an item
    🎯 6. Creating an entity selector
    🤖 7. Creating a command

Clone this wiki locally