Links
Tags
Creators
Details
1.4v0.6.17a-forge
Compatibility
Changes
Increased the MCScale limit to 48 (Closes #610)
Added on option to turn off the update checker (Closes #611)
New keybinds: (#620)
- animation previous and next frame
- reload texture
Updated Spanish translations (#606)
Scaling changes:
- All scaling settings must be enabled by the server admin
- This changes: Entity Scaling, Eye Height and Hitbox Scaling
- These options were enabled by default in previous versions
1.21 PreRelease 2 port
Pehkui Support on 1.20.6
Fixed enchanted armor on 1.2.5-1.12 (Closes #617)
Fixed editor unable to open projects on 1.2.5
Fixed wiki reader images not loading
Fixed wiki and changelog reader not parsing markdown correctly (Closes #590)
Fixed additive fixer not applying to roots
Fixed tag editor not working (Closes #609)
Fixed GL exception on 1.8 with above head error messages
Fixed experimental exporter not loading layer animations correctly
Fixed scaling settings resetting when dying
Fixed enabling single texture and per-face UV breaking the cube
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:h1E7sQNL:IvTXw5fJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:IvTXw5fJ"
}

