1.1.0
Compatibility
Required content
Changes
📋 Changelog / Список изменений
=== ENGLISH VERSION ===
🎉 Official Fabric Port (v1.1.0)
• Full port of version 1.1.0 from Forge to Fabric (1.20.1).
• Includes all features from Forge: radius settings, filter GUI, quick cancel, and config storage.
• Optimized rendering with full support for Iris Shaders & Sodium.
==================================================
=== РУССКАЯ ВЕРСИЯ ===
🎉 Официальный порт на Fabric (v1.1.0)
• Полный перенос версии 1.1.0 с Forge на Fabric (1.20.1).
• Включает все фичи с Forge: настройку радиусов, GUI фильтра, быструю отмену подсветки и конфиги.
• Оптимизированный рендер с полной поддержкой Iris Shaders и Sodium.
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:xz4zZO2M:EQDnEyD6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xz4zZO2M:EQDnEyD6"
}

