Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
2.35.0+forge-1.21.5
Release
2.35.0 (Forge) (WM1.44.2 MM26.4.2)5 days ago 4
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Forge
Supported environments
Client and server
Required content
Changes
- fb63afe6 - bump version
- e2c1e424 - persist color picker through drawing mode switches
- 165db166 - ellipses drawing
- d6e5d6d5 - drawing mode rgb color picker widget
- 42815802 - correct wp format placeholder text if not rotation
- 63ea5295 - replace remaining int colors with rgba creator
- 0a80f4ad - bump version
- bc372594 - Bump com.gradleup.shadow:shadow-gradle-plugin from 9.5.1 to 9.6.0
- cc8ce3de - Bump headlesshq/mc-runtime-test from 4.4.0 to 4.5.1 in the actions group
- 8942497a - cross-dim waypoint teleport format setting (#327)
Optional dependencies
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:EnPUzSTg:cWJ36vtw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:cWJ36vtw"
}




