Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
v0.5.0-1.20
Release
v0.5.0-1.20 - Fabric3 years ago 709
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
- Added 1.20 items and blocks to the default resource pack
- Vivecraft support added by @MelonCode
- Added "Open Inventory" key bind by @MelonCode (usually for VR)
- Reworked UI open logic to prevent weird flickering/the mouse being visible for a split second/the UI opening twice before staying open
- Fixed trying to look into freshly crafted shulkers without nbt crashing the game
- Added option to prevent walking while the UI is open
- Smithing template items will show their pattern as name, instead of the same item name for all
- Added option to open the UI with the cursor on the current item in the mainhand
Lang
- Updated Hebrew by @RedVortexDev
Full Changelog: https://github.com/tr7zw/ItemSwapper/compare/v0.4.0-1.20...v0.5.0-1.20
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:5SS5s8Mr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RPOSBQgq:5SS5s8Mr"
}

