Skip to content
Olafcio1 edited this page Jun 16, 2026 · 10 revisions

🪽 Welcome to the Avoid Framework wiki page.

Avoid is a fully-featured Minecraft multiversion-compatible wrapper, allowing you to:

  1. 🔗 write code without changing it between versions,
  2. 💉 support multiple modloaders at once,
  3. 📓 make certain things easier with the help of meta-programming.

Avoid has lots of API-s, with some also containing meta-programming abilities.
Here's a table of contents:

  1. Creating your mod
  2. Adding assets to your mod
  3. Creating a block
  4. Creating an item
  5. Creating an entity selector
  6. Creating a command

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