Skip to content
Olafcio1 edited this page Jul 24, 2026 · 13 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 a fluid
  5. Creating an item
  6. Creating an entity selector
  7. Creating a command
  8. Creating a keybind
  9. Creating an entity
  10. Creating a fog

Avoid Framework


    🏚️ 1. Home
    📽️ 2. Creating your mod
    🌄 3. Adding assets to your mod
    🧊 4. Creating a block
    💧 5. Creating a fluid
    ✏️ 6. Creating an item
    🎯 7. Creating an entity selector
    🤖 8. Creating a command
    ⌨️ 9. Creating a keybind
    🐺 10. Creating an entity
    🌫️ 11. Creating a fog

Clone this wiki locally