Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
11.1.5
Release
Controlling-forge-1.19.4-11.1.53 years ago 13.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client-side
Required content
Changes
Current version: 11.1.5
- Update zh_cn.json for 1.19.4 - 其智乃反不能及 - Sun May 28 11:34:24 2023
- Fix enter not being able to be used as a key bind. Close #143 - Jared - Thu May 18 11:53:12 2023
- Implement Searchables - Jared - Tue May 9 15:39:51 2023
- Fixed invalid french json file - Jared - Tue May 9 15:39:39 2023
- Fix turkish json file being invalid - Jared - Tue May 9 15:08:51 2023
- Fix editorconfig adding extra spaces for json - Jared - Tue May 9 15:08:07 2023
- Remove old gradle properties - Jared - Tue Mar 21 00:08:53 2023
- port to 1.19.4 - Jared - Fri Mar 17 23:30:28 2023
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:V5rSFq4V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xv94TkTM:V5rSFq4V"
}


