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

