Tags
Creators
Details
2.5.1+1.20.1.fabric
Compatibility
Required content
Changes
Changelog (v2.5.1)
- Added a version checker to catch some crashes.
& here's the features:
Changelog (v2.5.0)
- Revamped the config entirely w/ YetAnotherConfigLibrary
- YACL brings a better colour picker, a more modern UI, and image support!
- Added much more description to each config option + some images (static & animated)
- Moved some of the more obscure options to the "Fixes" tab
- Torches can no longer be bridged with (by default, configurable under "Fixes")
- This should fix the accidental torch spam. Oops.
- Shoulder Surfing Reloaded Compatibility!
- Bridging should now line up with most modded cameras.
- Translations!
- Added Ukrainian Translation (Thanks @Tarteroycc!)
- Added Turkish Translation (Thanks @RuyaSavascisi!)
- Added Traditional Chinese (Thanks @dirtTW!)
Translation PRs are always welcome & very appreciated! A lot of new lines were added in this update so, if you want to help make the mod clearer, please contribute! :D
Optional dependencies
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:lO3s8hjs:PcPvYHBC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lO3s8hjs:PcPvYHBC"
}

