Tags
Creators
Details
0.8.3-fabric
Compatibility
Required content
Changes
New update for Devices Mod dropped! (Version 0.8.3 for Minecraft 1.20.1)
Adding more theming capability and display resolutions! Also, some known bugs are fixed.
What's Changed
- 🐛 Fix saving by
@XyperCode - 🐛 Fix toast icons by
@XyperCode - 🚫 Disable APoint by
@XyperCodein #96 - ✨ Adding early config by
@XyperCodein #95 - ✨ Add more theming capability. by
@XyperCodein #94 - 📝 Relicense updater and com/jab125 classes to GPL 3.0 by
@Jab125in #103 - 🐛 Fix seat entity despawning when block 2 blocks under is air. by
@Jab125in #105 - ✨ Adding display resolutions! by
@XyperCodein #97 - 🐛 Fix Site Registration Ordering by
@XyperCodein #107 - 💬 New Crowdin updates by
@XyperCodein #110
Full Changelog: 0.8.2...0.8.3
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| devices-0.8.3-sources.jar | Unknown | 8.18 MiB |
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:YDa5wT4H:YrhJBUW3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YDa5wT4H:YrhJBUW3"
}



