Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 years ago
Updated last month
All versions
7.1.1-fo1.13.2
Beta
InGameAccountSwitcher-Forge-1.13.2-7.1.15 years ago 1,061
Compatibility
Minecraft: Java Edition
1.13.2
Platform
Forge
Supported environments
Client-side
Changes
7.1.1:
- Fixed original/#38
- Fixed original/#37
- (Internal) Version now defined on compile via
ias.versionproperty 7.1.0: - Fixed original/#35
- Fixed original/#34
- Some internal changes (updated mappings, improved code)
- Added Forge 1.17 version 7.1.0-pre3:
- Fixed some bugs
- Field "Username" renamed to "Email"
- (Fabric 1.17) Fixed text position setting 7.1.0-pre2:
- Added Microsoft account saving
- Added config option to show button on multiplayer screen
- Some internal changes
- Added version: 1.17 7.1.0-pre1:
- Added beta Microsoft Auth system. (It will not save accounts)
- Some internal changes
- Added 1.7.10 support
7.1.1 IS THE LAST RELEASE FOR 1.7.10 AND 1.13.2. 1.7.10 is too old, 1.13.2 is too unstable
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:cudtvDnd:XAiK1vH0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cudtvDnd:XAiK1vH0"
}

