Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
10.0+4
Release
Controlling-fabric-1.19.1-10.0+43 years ago 651
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.1
Platform
Fabric
Supported environments
Client-side
Changes
Current version: 10.0+4
- port to 1.19.1 - Jared - Thu Jul 28 21:00:38 2022
- port to newer forge Close #123 - Jared - Sun Jul 10 23:15:56 2022
- Updated Polish translation - Greg-21 - Wed Jun 29 19:00:22 2022
- port to 1.19 - Jared - Wed Jun 8 14:11:47 2022
- Add fi_fi.json - koodirotta - Mon Apr 18 13:09:23 2022
- prefix mixins like good modders - Jared - Mon Apr 18 02:42:31 2022
- Code cleanup - Jared - Mon Apr 18 02:41:47 2022
- updated turkish language file - Hexasan - Tue Mar 8 15:12:30 2022
- port to 1.18.2 - Jared - Wed Mar 2 02:23:23 2022
- Remove trailing \n. Close 115 - Jared - Tue Feb 15 02:16:14 2022
- Create kk_kz.json - AlibekAytjan - Fri Jan 28 12:14:52 2022
- Kotlin DSL, swap to CurseForgeGradle - Jared - Sat Jan 22 14:20:40 2022
- Update russian lang - DrHesperus - Sat Jan 8 23:30:33 2022
- Update uk_ua.json - Sushomeister - Sat Jan 8 12:08:38 2022
- Update ru_ru.json - Sushomeister - Sat Jan 8 12:07:24 2022
- Create ko_kr.json - E. Kim - Sun Jan 2 01:01:03 2022
- Update zh_tw.json - __HJ - Mon Dec 27 05:10:34 2021
- fix maven publishing, mixins and 1.18.1. Close #105 - Jared - Sat Dec 25 06:05:39 2021
- port to 1.18.1. Close #103 - Jared - Thu Dec 23 03:24:28 2021
- Fix mixins and remove FAPI dep. Close #102 - Jared - Sat Dec 4 15:37:11 2021
- add icon and fix side info - Jared - Sat Dec 4 01:39:40 2021
- update java - Jared - Sat Dec 4 01:25:31 2021
- update first commit - Jared - Sat Dec 4 01:24:32 2021
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:xv94TkTM:WfFtQ8gK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xv94TkTM:WfFtQ8gK"
}

