Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
v0.3.2
Release
v0.3.24 years ago 19.5K
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Quick release before the release of 1.19.3, which will eat my time for the next few days.
What's Changed
- Turkish Localization by @Hexasan in https://github.com/tr7zw/ItemSwapper/pull/17
- Adjusted mouse sensitivity to more closely match other GUIs. by @TheMrEngMan in https://github.com/tr7zw/ItemSwapper/pull/44
- Added showing names of currently hovered item above item selection menu. by @TheMrEngMan in https://github.com/tr7zw/ItemSwapper/pull/43
- Fixed that tapping R on an empty slot moves the item from hotbar slot 9 to the current slot by @TheMrEngMan in https://github.com/tr7zw/ItemSwapper/pull/45
- Hebrew Translation by @RedCommand-dev in https://github.com/tr7zw/ItemSwapper/pull/34
- add warning if player did not select the default resource pack or any… by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/51
- fix loading invalid item names from itemsswapper/itemgroups with out warning by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/61 , extended to also show the resource location
- Fixed offcenter issue on lists
- show stacks > 64 in yellow(also sum up the value up to 64)
- copper has 4 pages that show in a row
- fixed the shulker lag when listing too many shulker boxes
- Removed the old circle UI and its config option
- Moved the chest preview to the left of the chest, instead of above
- Instead of darkening the item for unavailable items, the background turns red like in the crafting grid
New Contributors
- @Hexasan made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/17
- @TheMrEngMan made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/44
- @RedCommand-dev made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/34
- @AdvancedWipe made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/51
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.3.1...v0.3.2
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:rf2jLZvC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RPOSBQgq:rf2jLZvC"
}

