Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 6 months ago
All versions
1.0
Release
Studycraft 1.06 months ago 69
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client and server
Changes
1.21.x Update
This update brings full compatibility with Minecraft 1.21.x.
What's New
- Updated to Minecraft 1.21.1 (compatible with 1.21 and above)
- Updated to Fabric API 0.110.0+1.21.1
- Now requires Java 21
Technical Changes
- Completely rewrote the networking system to use Fabric's new typed
CustomPayloadpacket API - Migrated item settings from
FabricItemSettingsto vanillaItem.Settings - Updated food component API to 1.21 format
- Fixed screen rendering to be compatible with 1.21 UI changes
- Fixed
Identifierusage to useIdentifier.of()factory method
Bug Fixes
- Fixed quiz screen not displaying when using a Study Card
- Fixed config screen text rendering behind background blur
- Fixed statistics view getting stuck on "Loading statistics..."
- Fixed scroll behavior in statistics view
as requested by MattiaAbate GitHub Issue #1
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:RXDySQAp:G5h94QYU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RXDySQAp:G5h94QYU"
}

