Tags
Creators
Details
1.4
Compatibility
Changes
🧧 Supported Versions:
- 1.21.11 [LTS]
- 26.1
- 26.1.1
- 26.1.2
🔌 Supported ModLoaders:
- Fabric
NeoForge (was broken)
🪵 Changelog:
- [Server Entity] Llama spit event
- [Server Entity] Interact event
- [World API] #getBlock, #getBlockID
- [ModLoader] @AutoItem annotation
- [ModLoader] Mod assets
- Downgrade 1.21.11 Fabricversion to 0.19.1
- [ModLoader] More code cleanup (indentation)
- [ModLoader] More code cleanup (lateinit separation)
- [ModLoader] Move main class validation before class scanning
- [ModLoader] 'skip-classes' metakey
- [ModLoader] Cleanup code
- [Screen API] Screen init event
- TODO List
- [ModLoader] @AutoBlockItem annotation
- [ModLoader] Alone @AutoID warning
- [Screen API] Lots of new markers
- [Block Creation API] @_pushReaction property
- [Block Creation API] @_noOcclusion property
- [ModLoader] Annotation for auto-block register
- [Block Creation API] Property annotation refactor
- [ModLoader] Calling AvoidMod#onDisable()
- [ModLoader] AvoidMod#onLoad() and correct #onEnable() timing
- [ModLoader] Move addon loading early for registry injection
- (...internal changes)
- [Event API] EventHandler#ignoreCancelled
- [Documentation] @ServerOnly and @ClientOnly
- [Documentation] Some Player methods
- [Player API] Make #sendMessage work on the client local player
- [Player API] Server-only markings
- [Annotations] ClientOnly & ServerOnly
- [Player API] #getIP
- [Player API] GameMode change event
- [Player API] GameMode
- [Server Entity] Create event
- [Server Entity] Item drop event
- [ModLoader] Allow loading even with broken classes
🪵 Changelog (v1.3 — non-released version):
- [Screen API] Screen open event
- [GUI] RenderTextEvent
🪵 Changelog (v1.3/prerelease):
- [GUI] RenderOutlineEvent
- [Screen API] DrawerNative#create
- [Event API] Cancellable
- [Client Chat] [26.1] Corrections
- [Documentation] Server Chat events
- [Server Chat] Fire the 'ServerChatSentEvent' when a game message is sent
- [Server Chat] Message received event
- [Server Chat] Message send event
- [Server Chat] Message sent event
- [Client Chat] Command sent event
- [Client Chat] Message sent event
- [Client Chat] Message received event
- Chat#receiveMessage is not thread-safe bruh
- [ModLoader] Auto static event-collecting all classes
- [ModLoader] Environment meta-key
- Some ModLoader-related api status notes
🧮 API-s:
- Block Creation API
- Item Creation API
- World API
- Event API
- Server Chat
🐙 GitHub: https://github.com/AvoidLib/Avoid
📚 Wiki: soon™️
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:LitgU0gE:UzoDiCt1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LitgU0gE:UzoDiCt1"
}

