Links
Tags
Creators
Details
1.70
Compatibility
Changes
🛠️ Major Mod Update – New Config GUI & Smarter Structure Tools!
We're excited to roll out a brand-new config GUI alongside a set of powerful systems that make structure management easier and more intuitive than ever!
✨ What’s New
-
🎛️ All-New Config GUI & Improved Detection
A clean graphical interface replaces the old setup, with a much more accurate detection system behind the scenes. -
📏 Auto-Filter for Tiny Structures
Structures that are too small are now automatically filtered out – no more clutter from insignificant finds! -
🔄 Revamped Detection Range System
A completely reworked range system gives you better control over how structures are detected. -
📋 Structure List Display
You can now view a clear, organised list of all tracked structures in-game. -
🚫 Structure Disabling System (Now Live!)
Selectively disable any structure directly, without messing with files. -
📝 No More Manual Lang Files!
You no longer need to hand-write tedious lang files – everything is handled through the GUI. Much faster and beginner-friendly. -
✨ Text Shadow Toggle
A new setting lets you turn text shadows on or off, so you can customise the look to your liking.
⚠️ Important Dependency Update
The mod's requirements have changed:
- We no longer rely on a standalone legacy connector.
- You now need both Sinytra Connector and Forgified Fabric API as required dependencies.
Make sure to install both to keep the mod running smoothly!
Enjoy the cleaner experience, and as always – happy crafting! ⛏️
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:98tY8ITu:n1pecgU2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:98tY8ITu:n1pecgU2"
}

