Links
Tags
Creators
Details
Licensed LGPL-2.1-only
Published 3 years ago
Updated 2 months ago
All versions
6.0.11
Release
TipTheScales-forge-1.19.3-6.0.113 years ago 314
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
Supported environments
Client-side
Changes
Current version: 6.0.11
- port to 1.19.3 - Jared - Fri Dec 16 23:43:44 2022
- Fix gui scale defaulting to auto. Close #25 - Jared - Fri Dec 16 23:43:01 2022
- Fix crash due to AT's not being applied sometimes. Close #23 Close #24 - Jared - Fri Dec 16 02:11:59 2022
- Fixed guiscale always reverting to auto - Jared - Thu Sep 1 17:55:56 2022
- Port to 1.19.2 - Jared - Thu Aug 25 17:53:03 2022
- Close #20 - Jared - Fri Aug 5 19:34:03 2022
- build on the correct java - Jared - Fri Jul 29 22:01:26 2022
- port to 1.19.1 - Jared - Fri Jul 29 21:49:41 2022
- port to 1.19 - Jared - Fri Jun 10 21:59:01 2022
- Code cleanup. Prefix mixins like good modders - Jared - Mon Apr 18 00:49:05 2022
- port to 1.18.2 - Jared - Wed Mar 2 01:54:39 2022
- Hopefully safely disable if optifine is present - Jared - Tue Feb 15 19:16:06 2022
- Change version to be fully semver compliant - Jared - Mon Jan 31 16:34:12 2022
- Disable when optifine is present. Close #17 - Jared - Mon Jan 31 16:20:40 2022
- port to 1.18 - Jared - Sun Jan 23 14:12:39 2022
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:FIxDGxJl:TjOOd3xH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FIxDGxJl:TjOOd3xH"
}

