1.1.2-patch
Compatibility
Required content
Changes
What's New in v1.1.2:
Fixed Nether Ores Color Customization: Nether Quartz and Nether Gold Ore can now correctly change their outline colors in the GUI settings.
Fixed Ore Filter Savings: Custom filter configurations and color settings no longer reset after restarting the game.
Fixed Item Tooltips: Fixed tooltip display and formatting. Detailed info (radius and cooldown) now appears correctly when holding [Shift].
=====
Список изменений v1.1.2:
Исправлена смена цвета для адовых руд: Кварц и золото Незера теперь корректно меняют цвет подсветки в настройках.
Исправлено сохранение фильтра: Настройки фильтров и кастомные цвета больше не сбрасываются после перезапуска игры.
Исправлено отображение подсказок: Исправлен тултип предметов — подробная информация (радиус и кулдаун) теперь отображается строго при зажатии клавиши [Shift].
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:YYkJakSo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xz4zZO2M:YYkJakSo"
}

