Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
1.7.10-1.0.0.3
Release
Controlling-1.7.10-1.0.0.33 years ago 438
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Changes
Current version: 1.7.10-1.0.0.3
- Use the correct version number - Jared - Wed Jun 1 03:07:17 2022
- Removed patreon button - RobotHanzo - Tue May 31 04:26:00 2022
- Make this a client side mod - RobotHanzo - Mon May 30 10:09:42 2022
- Try to sync filename changes - Part 2 - RobotHanzo - Mon May 30 09:19:09 2022
- Try to sync filename changes - Part 1 - RobotHanzo - Mon May 30 09:18:29 2022
- Backported to 1.7.10 - RobotHanzo - Mon May 30 09:15:11 2022
- Port to 1.8.9 - FalseHonesty - Sat Oct 3 07:51:58 2020
- 1.16.3 update - Jared - Wed Sep 16 21:10:23 2020
- 1.16.2 update - Jared - Thu Aug 20 21:11:50 2020
- Updated Polish translation - Greg-21 - Fri Jul 31 13:43:42 2020
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:Luk7KWn5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xv94TkTM:Luk7KWn5"
}

