1.0.0
Compatibility
Required content
Changes
EN
Swin's Item Finder helps you quickly locate items in nearby chests.
Hold any item in your main hand, press the configured hotkey (O by default), and the mod scans chests in a 30-block radius. Chests that contain the same item are highlighted with a white outline for 15 seconds.
Features
- Hotkey-based scan (
Oby default, fully rebindable) - Searches chests in a 30-block radius
- Highlights matching chests for 15 seconds
RU
Swin's Item Finder помогает быстро находить предметы в ближайших сундуках.
Возьмите нужный предмет в основную руку, нажмите назначенную клавишу (O по умолчанию), и мод просканирует сундуки в радиусе 30 блоков. Сундуки с таким же предметом подсветятся белой обводкой на 15 секунд.
Возможности
- Поиск по горячей клавише (
Oпо умолчанию, можно переназначить) - Сканирование сундуков в радиусе 30 блоков
- Подсветка подходящих сундуков на 15 секунд
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:mWWGg1V8:anjJQItb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mWWGg1V8:anjJQItb"
}

