![[LEGACY] InvMove (Forge)](https://cdn.modrinth.com/data/1mObQ0Yz/5bc200a273bbf80bd35fd7fc7547d41b2e97b3ce_96.webp)
[LEGACY] InvMove (Forge)
ArchivedAdds the ability to walk around while in inventories.
Links
Creators
Details
1.16-0.4.6
Compatibility
Changes
(originally released Oct 21, 2020)
Added port for 1.16.3/4/5 1.16 will continue to receive updates alongside 1.15, 1.14, and 1.12.
Note that this port is considered a beta because it has not been heavily tested. Please report any issues.
A couple of the supported mods from the 1.15 version still aren't updated to 1.16.3. As more of the supported mods update to 1.16.3, I'll re-enable their InvMove compatibility.
Below are the statuses of mods that had compatibility in the 1.15 version. Mods that haven't updated to 1.16.3 (not supported in InvMove 1.16.3):
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:1mObQ0Yz:VElYUNCW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1mObQ0Yz:VElYUNCW"
}
