1.2.0
Compatibility
Changes
SPANISH [1.21.1] – Port y mejoras de idiomas
Port del mod de Fabric 1.20.1 a Fabric 1.21.1. Sistema de mensajes traducibles adaptado a todos los idiomas soportados. Mejora de compatibilidad con servidores y entornos multijugador.
Actualización de todos los archivos de idioma:
- Español (España) — es_es
- Español (México) — es_mx
- English (United States) — en_us
- English (United Kingdom) — en_gb
- Français — fr_fr
- Deutsch — de_de
- Italiano — it_it
- Português (Brasil) — pt_br
- Português (Portugal) — pt_pt
- Русский — ru_ru
- 日本語 — ja_jp
- 한국어 — ko_kr
- 简体中文 — zh_cn
- 繁體中文 — zh_tw ENGLISH [1.21.1] – Port and Language Improvements Ported the mod from Fabric 1.20.1 to Fabric 1.21.1. Updated the messaging system to use translatable texts for all supported languages. Fixed the issue where Totem use messages were sent twice. Improved compatibility with servers and multiplayer environments.
Updated all language files:
- Español (España) — es_es
- Español (México) — es_mx
- English (United States) — en_us
- English (United Kingdom) — en_gb
- Français — fr_fr
- Deutsch — de_de
- Italiano — it_it
- Português (Brasil) — pt_br
- Português (Portugal) — pt_pt
- Русский — ru_ru
- 日本語 — ja_jp
- 한국어 — ko_kr
- 简体中文 — zh_cn
- 繁體中文 — zh_tw
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:CBKD5jzS:BNmIXIwy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CBKD5jzS:BNmIXIwy"
}

