Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
0.9.0
Release
0.9.0-1.21.11 - Fabric5 months ago 32.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
What's Changed
- Add support for new grids of 28-40 by @tr7zw with textures by @StrideyGH in https://github.com/tr7zw/ItemSwapper/pull/263
- Updated Palettes by @RodentMastermind with @tr7zw and @Xisuma in https://github.com/tr7zw/ItemSwapper/pull/264
- Updated "clear slot" icon by @StrideyGH
- Fix palette name not rendering in modern versions
- fix shortcut background not rendering in old versions
- Fix amounts not rendering in modern versions
- Add option to open lists as palettes
- Increase performance while having palettes open
- Allow lists to define shortcuts
- Add new "paletteList" flag to lists
- Fix texture pack loading not unloading the old data
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.8.5...v0.9.0
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:RPOSBQgq:femjw6li"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RPOSBQgq:femjw6li"
}

