Tags
Creators
Details
All versions
26.3-1.6.0
Release
GUI Scaler 26.3-1.6.0 [NeoForge]4 days ago 4
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client and server
Changes
[1.6.0] - 2026-09-21
Changed
- BREAKING: Updated to Minecraft 26.3 (builds against 26.3). Requires Java 25.
- Updated Fabric API to 0.161.0+26.3, Fabric Loader to 0.19.5, NeoForge to 26.3.0.7-beta, Cloth Config to 26.3.158, ModMenu to 21.0.0-beta.1.
- Updated Fabric Loom to 1.17.21, NeoForge moddev to 2.0.147, Gradle wrapper to 9.6.0.
fabric.mod.jsondependency bounds now track the built version (Minecraft >=26.3, Fabric Loader >=0.19, Cloth Config >=26.3.0) instead of the stale 26.1 bounds.
Fixed
pack.mcmetadeclared pack format 101, which was Minecraft 26.1's data pack format. The mod ships only assets, so it now declares the resource pack format of the targeted version (97 for 26.3).- NeoForge: replaced the
logoFileproperty deprecated in 26.3 withiconFile.
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:fM4mOw7u:qKKDxC7j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fM4mOw7u:qKKDxC7j"
}

