Tags
Creators
Details
All versions
1.18.2-1.2.1-beta
Beta
DML 1.2.1-BETA for Minecraft 1.18.22 years ago 303
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
A quick patch release to address a few critical and minor issues that came up in 1.2.0.
1.2.1
- New Datapack Authors:
replace_firstproperty has been added to the egg loot modifier object. Check the wiki for details.
- Fixed an issue where vertical flight speed was incorrectly calculated with the camera based driving.
- Lazy resolution of random breeds for dragons and eggs is now at the latest possible opportunity, to prevent unnecessary resolving during early querying and prevent incorrect breed assigning. Also fixes a crash where the client would resolve a breed and create unsafe thread invoking of a RandomSource (clients go boom).
- Fixed a potential issue with servers accessing client only code.
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:G3EPcczP:56PZ4nx2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G3EPcczP:56PZ4nx2"
}

