Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 4 months ago
All versions
1.2.4
Release
GroovyScript − 1.2.4last year 1,770
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
What's Changed
- Require Extended Crafting: Nomi Edition by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/304
- Add reflection helpers as metaclass expansion by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/295
- Arcane Recipe Builder aspect call enhancement by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/301
- Document via Descriptor and adjust Recipe Builder by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/302
- Adjust getMaxItemInput in missing places, fix examples by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/303
- Fix info command copying formatting by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/305
- add Factory Tech compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/272
- Document Vanilla Registries by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/300
- Fix Java 24 incompatibility by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/306
Full Changelog: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.3...v1.2.4
Supplementary resources
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:GJaDRTrb:pnIO94b7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GJaDRTrb:pnIO94b7"
}


