
Inventory Scale Fix
š¦ Inventory Scale For 1.21.8+ An updated port of the original Inventory Scale mod by microcontrollers, kept alive for Minecraft 1.21.8 and above. Simply scale up your inventory UI with ease! ā ļø Known Bug: Player model is missing in the inventory screen.
Tags
Creators
Details
1.0.1
Compatibility
Changes
š Changelog - Latest Update
New Features: ⨠Toggle inventory avatar - Enable or disable the player model display directly from the mod menu ⨠Toggle recipe book - Show or hide the recipe book in your inventory at will
Improvements: š§ Reduced block pixelation for better visual quality
Known Issues: ā ļø Player model may not appear in inventory screen by default (can be toggled on via mod menu) ā ļø Blocks still appear pixelated in inventory - we're actively working on a fix!
Coming Soon: š Support for versions: 1.21, 1.21.1, 1.21.9, 1.21.10, 26.1, 26.1.1
Support: š Found a bug? Have suggestions? Join our Discord: š https://discord.gg/JSFQwun2ZX
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:MVVmI907:kTkP5RFh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MVVmI907:kTkP5RFh"
}
