Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 11 months ago
All versions
1.1.0
Release
v1.1.0 for Minecraft 1.20.13 years ago 216
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Support for 1.20.1
- Adds Ghost Mode, allowing you to hide from server-side client scrapers.
What's Changed
- Update for 1.19.2 by @kaylendog in https://github.com/kaylendog/rebrand/pull/2
- Updated to 1.20.1 by @R4z0rX in https://github.com/kaylendog/rebrand/pull/8
- Create fr_fr.json by @Calvineries in https://github.com/kaylendog/rebrand/pull/6
- Create es_ar.json by @R4z0rX in https://github.com/kaylendog/rebrand/pull/10
New Contributors
- @kaylendog made their first contribution in https://github.com/kaylendog/rebrand/pull/2
- @R4z0rX made their first contribution in https://github.com/kaylendog/rebrand/pull/8
- @Calvineries made their first contribution in https://github.com/kaylendog/rebrand/pull/6
Full Changelog: https://github.com/kaylendog/rebrand/compare/1.0.2...1.1.0
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:LNRzhrCZ:iBVVhABA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNRzhrCZ:iBVVhABA"
}



