Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
7.0.0.29
Release
Controlling-7.0.0.293 years ago 99.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client-side
Changes
Current version: 7.0.0.29
- Removed patreon button - Jared - Sat Mar 4 10:22:13 2023
- Create ko_kr.json - E. Kim - Sat Nov 20 06:46:35 2021
- Create kk_kz.json - AlibekAytjan - Sat Oct 23 07:33:09 2021
- Fixed yer Pirate localization. - Tyler Hancock - Sun Oct 3 15:22:23 2021
- Include dependency definitions for Forge and Minecraft in mods.toml and specify side - Griefed - Sat Oct 2 09:27:31 2021
- Update zh_tw.json - __HJ - Sun Aug 22 11:32:33 2021
- Future proof Jenkinsfile - Jared - Sat Jun 12 01:55:09 2021
- Change showConflicts and showNone - zeedif - Tue Jun 8 16:08:17 2021
- Added language es-es - zeedif - Tue Jun 8 14:24:32 2021
- Add Ukrainian thanks to ProSplash1 on CurseForge - Jared - Fri May 28 11:37:52 2021
- Move to modtemplate - Jared - Wed May 26 10:23:28 2021
- Add support for the Catalogue mod list. - Tyler Hancock - Fri May 14 16:50:36 2021
- Fixed Author and Download link in the mod list. - Tyler Hancock - Fri May 14 16:50:05 2021
- Add events for modcompat - Jared - Sun Apr 18 22:40:07 2021
- move to the open link screen. Close #78 - Jared - Tue Mar 2 02:25:12 2021
- Fix tooltips rendering underneath scrollbar and overlaps - Jared - Tue Mar 2 02:11:26 2021
- Re-add an available keys screen. Close #76 - Jared - Thu Feb 11 19:38:33 2021
- Attempt a fix for names being too long - Jared - Thu Feb 11 19:38:33 2021
- port to 1.16.5 and close #75 - Jared - Fri Jan 15 21:38:55 2021
- fix trailing comma. Close #73 - Jared - Sat Nov 14 01:36:06 2020
- port to 1.16.4 - Jared - Fri Nov 13 21:15:46 2020
- Add Italian localization - TheSilkMiner - Mon Oct 19 15:00:56 2020
- Translated to Canadian - Arsnole - Sun Oct 4 03:11:05 2020
- Rename ta-in.json to ta_in.json - Striker Rocker - Fri Oct 2 17:59:24 2020
- Rename ta-IN.json to ta-in.json - Striker Rocker - Fri Oct 2 17:37:51 2020
- Create ta-IN.json - Striker Rocker - Fri Oct 2 16:09:36 2020
- Add pt_br translation - Nukeologist - Thu Oct 1 13:27:41 2020
- Added missing override annotations and applied proper mappings to some local variables. - Tyler Hancock - Thu Oct 1 08:04:56 2020
- Prevent Patreon supporter initialization on the server. - Tyler Hancock - Thu Oct 1 07:55:41 2020
- Removed "this" from static method calls. - Tyler Hancock - Thu Oct 1 07:52:44 2020
- Add eclipse run configs to .gitignore. - Tyler Hancock - Thu Oct 1 07:50:19 2020
- Gave launch configs proper names. - Tyler Hancock - Thu Oct 1 07:49:01 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
- version push - Jared - Sun Jul 12 04:31:55 2020
- port to 1.16.1 - Jared - Sun Jul 12 04:25:39 2020
- test push - Jared - Thu Jul 2 15:02:07 2020
- actually use update checker - Jared - Fri Jun 26 02:01:34 2020
- code cleanup - Jared - Fri Jun 26 02:00:06 2020
- Don't need zencode stuff and version push - Jared - Fri Jun 26 01:53:39 2020
- auto push to curse - Jared - Fri Jun 26 01:48:41 2020
- Prevent Controlling from triggering the "FML Incompatible modded server" message. - Vaelzan - Wed Jun 10 17:16:40 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:Z7UMwzSN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xv94TkTM:Z7UMwzSN"
}

