Tags
Creators
Details
1.0.0-alpha13
Compatibility
Required content
Changes
Events
Add event 'SERVER_CONFIGURED_CONNECTION'.
Add event 'CRAFTING_TABLE_CRAFTING'.
Add event 'CRAFTING_TABLE_CRAFTED'.
Clear event subscribers clearly.
DSL
Make (M) to M.() . Change 'break block' cascaded event from 'breaking block' to 'broken block'.
Templates
Add new template "entity_placer" and bedrock component "minecraft:entity_placer".
Bug fixes
Fix bug of null pointer exception when requesting server configured connection event.
Fix "minecraft:glint" wrongly be "glint" in template name.
Others
Shorter event metadata impl. Renamed conium bedrock templates to "Component"s.
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:i7S4uT5P:Z7mVpUcc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i7S4uT5P:Z7mVpUcc"
}

