Tags
Creators
Details
v1.9.1
Compatibility
Changes
v1.9
A patch for v1.9
Changelog:
Tweaks:
- The skin fix now supports the slim model skins.
- The fullscreen window will window itself when you alt-tab and return to fullscreen when the window is in focus again.
- GUI Scaling is generally just better. There are now many more scaling options beyond "Large", and the scale now dynamically applies to the window instead of being hardcoded.
Fixes:
- Fixed a bug where mob shadows would render in a grid after disabling the 3D Anaglyph Setting, which I forgot to mention was added back to the mod in v1.9.
- Fixed a bug where shift-clicking an item while holding another item with the cursor would swap the items instead of perform the proper shift-click action.
Files Changed:
[EntityPlayer.java] [GameSettings.java] [GuiContainer.java] [ImageBufferDownload.java] [Minecraft.java] [ModelBiped.java] [Render.java] [RenderGlobal.java] [RenderPlayer.java]
A huge thank you to kasanetetosbaguette for the bug reports and suggestions!
Have fun!
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:587eEQmI:UtjMV61Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:587eEQmI:UtjMV61Y"
}

