All versions
1.7.10-1.0.0.4
Release
Controlling-1.7.10-1.0.0.43 years ago 131.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Changes
Current version: 1.7.10-1.0.0.4
- Update URL in mcmod.info - glowredman - Tue Dec 13 22:45:03 2022
- Replace version in
@Modannotation - glowredman - Tue Dec 13 22:44:50 2022 - Prevent server-side crashing - glowredman - Tue Dec 13 22:44:16 2022
- Use the correct version number - Jared - Wed Jun 1 01:07:17 2022
- Removed patreon button - RobotHanzo - Tue May 31 02:26:00 2022
- Make this a client side mod - RobotHanzo - Mon May 30 08:09:42 2022
- Try to sync filename changes - Part 2 - RobotHanzo - Mon May 30 07:19:09 2022
- Try to sync filename changes - Part 1 - RobotHanzo - Mon May 30 07:18:29 2022
- Backported to 1.7.10 - RobotHanzo - Mon May 30 07:15:11 2022
- Port to 1.8.9 - FalseHonesty - Sat Oct 3 05:51:58 2020
- 1.16.3 update - Jared - Wed Sep 16 19:10:23 2020
- 1.16.2 update - Jared - Thu Aug 20 19:11:50 2020
- Updated Polish translation - Greg-21 - Fri Jul 31 11: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:xnHAqJdJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xv94TkTM:xnHAqJdJ"
}

