Tags
Creators
Details
v0.4.0-1.18.2
Compatibility
Required content
Changes
Major rework of the entire mod. This release contains 4 months of changes, so please report any problems on Github! This changelog will be missing things, check out the full changelog for all changes(162 commits).
TLDR changes
- New resource pack format, allowing more control and freedom(old packs will still work, check the build in back for examples)
- Reworked the entire default pack
- Reworked the UI system, adding side navigations, menus, allowing the use of the right mouse button, and fixing optifine support
- Many new options in the settings like tooltips/moving the camera while using lists
- Refill button, filling up stacks inside the inventory using items from shulkers
- Opening and getting items from shulkers by selecting them from the inventory view
- New utility buttons to re-grab the last grabbed item(for example after it runs out) and stashing the selected item back into the inventory
- Remember server enable choices, so it won't be asking every time after joining on an unsupported server(revoke choices via the settings screen)
What's Changed
- Update Hebrew translation by @RedVortexDev in https://github.com/tr7zw/ItemSwapper/pull/87
- Create zh_cn.json by @Mccandycube6623 in https://github.com/tr7zw/ItemSwapper/pull/86
- tr_tr.json update by @Hexasan in https://github.com/tr7zw/ItemSwapper/pull/78
- Russian localization by @ViTulyankin in https://github.com/tr7zw/ItemSwapper/pull/76
- uk_ua by @ttrafford7 in https://github.com/tr7zw/ItemSwapper/pull/71
- Finnish Localization by @fartdev in https://github.com/tr7zw/ItemSwapper/pull/68
- Cleanup lambda expressions in ItemSwapperMod by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/90
- Change: Unselected items are grey, fix padding by @spnda in https://github.com/tr7zw/ItemSwapper/pull/67
- reduce number of if-statements in clientTick() by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/66
- Cleanup at config related classes by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/64
- Cleanup network logic by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/91
- Add beetroot by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/93
- Create arrow.json by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/98
- 99 intergation with inventory profile next by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/100
- Open the secondary list, if there is no primary by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/101
- Fix translations by @RedVortexDev in https://github.com/tr7zw/ItemSwapper/pull/88
- Add NameProvider logic, cleanup project, add record name provider by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/102
- add "copy to clipboard" button to chest UI by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/105
- Turkish Translation Update by @Hexasan in https://github.com/tr7zw/ItemSwapper/pull/111
- Rewrite UI logic by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/109
- add issue templates by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/123
- Update Chinese translations by @user670 in https://github.com/tr7zw/ItemSwapper/pull/125
- 💬 Update Hebrew translation by @RedVortexDev in https://github.com/tr7zw/ItemSwapper/pull/126
- #108: fix confirmation screen always popping up when using Itemswapper on server by @AdvancedWipe in https://github.com/tr7zw/ItemSwapper/pull/112
- New Resource pack by @RodentMastermind by @tr7zw in https://github.com/tr7zw/ItemSwapper/pull/139
New Contributors
- @Mccandycube6623 made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/86
- @ttrafford7 made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/71
- @fartdev made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/68
- @spnda made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/67
- @user670 made their first contribution in https://github.com/tr7zw/ItemSwapper/pull/125
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.3.2...v0.4.0-1.19.4
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:OgfOEQMc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RPOSBQgq:OgfOEQMc"
}

