Tags
Creators
Details
All versions
1.21-0.3.1
Beta
SocketMC v1.21-0.3.12 years ago 35
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
New Features
- Support Infinite Duration for Instructions
- Add Identifiers to LifecycleMap
Bug Fixes
- Fix NeoForge Modrinth Build
- Fix Lifecycle Map Concurrency (#46)
- Fix Window#getRefreshRate (#48)
Dependency Updates
- Bump fabric-loom from 1.7.3 to 1.7.4 by @dependabot in https://github.com/gmitch215/SocketMC/pull/41
- Bump net.minecraftforge.gradle from 6.0.27 to 6.0.28 by @dependabot in https://github.com/gmitch215/SocketMC/pull/44
- Bump net.minecraftforge.gradle from 6.0.28 to 6.0.29 by @dependabot in https://github.com/gmitch215/SocketMC/pull/45
- Bump net.neoforged.gradle.userdev from 7.0.162 to 7.0.163 by @dependabot in https://github.com/gmitch215/SocketMC/pull/43
- Bump net.neoforged.gradle.mixin from 7.0.162 to 7.0.163 by @dependabot in https://github.com/gmitch215/SocketMC/pull/42
- Bump net.neoforged.gradle.userdev from 7.0.163 to 7.0.165 by @dependabot in https://github.com/gmitch215/SocketMC/pull/49
- Bump net.neoforged.gradle.mixin from 7.0.163 to 7.0.165 by @dependabot in https://github.com/gmitch215/SocketMC/pull/50
- Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in https://github.com/gmitch215/SocketMC/pull/52
- Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in https://github.com/gmitch215/SocketMC/pull/51
- Bump fabric-loom from 1.7.4 to 1.8.1 by @dependabot in https://github.com/gmitch215/SocketMC/pull/53
- Bump fabric-loom from 1.8.1 to 1.8.4 by @dependabot in https://github.com/gmitch215/SocketMC/pull/54
- Bump fabric-loom from 1.8.4 to 1.8.5 by @dependabot in https://github.com/gmitch215/SocketMC/pull/55
- Bump fabric-loom from 1.8.5 to 1.8.6 by @dependabot in https://github.com/gmitch215/SocketMC/pull/56
- Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot in https://github.com/gmitch215/SocketMC/pull/57
- Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 by @dependabot in https://github.com/gmitch215/SocketMC/pull/58
- Bump fabric-loom from 1.8.6 to 1.8.8 by @dependabot in https://github.com/gmitch215/SocketMC/pull/61
- Bump jvm from 2.0.20 to 2.0.21 by @dependabot in https://github.com/gmitch215/SocketMC/pull/60
- Bump fabric-loom from 1.8.8 to 1.8.9 by @dependabot in https://github.com/gmitch215/SocketMC/pull/62
- Bump fabric-loom from 1.8.9 to 1.8.10 by @dependabot in https://github.com/gmitch215/SocketMC/pull/63
- Bump org.jetbrains:annotations from 26.0.0 to 26.0.1 by @dependabot in https://github.com/gmitch215/SocketMC/pull/64
Other Updates
- Upgrade to Gradle 8.10.2
- Add Similar Versions to Modrinth Publishing
Full Changelog: https://github.com/gmitch215/SocketMC/compare/1.21-0.3.0...1.21-0.3.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:Al2ZpY2O:x0mmaClp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Al2ZpY2O:x0mmaClp"
}