All versions
3.20.0
Release
New Stuff3 months ago 3,711
Compatibility
Minecraft: Java Edition
26.1.x
1.21.10–1.21.11
Platform
Paper
Changes
This update brings a few new features and some better support for Skript 2.15.x
🛠️ THIS UPDATE 🧑🏼🍳:
ADDED:
- Added support for blocks within 2 locations for the load chunk effect
- Added an effect to force the player to break a block
- Added a move reason for bound enter/exit events
- Added an option in the entity pose expression to make the pose fixed
- Added an entity pose change event
FIXED:
- Fixed an incorrect pattern in the item from namespaced key expression
CHANGED:
- Split the chunk load/unload effect into 2 effects
- Added a warning about using the reserved key "id" in dialog inputs
- World Creator elements now should be using NamespacedKeys instead of Names
INTERNAL:
- Update event value registry to fix conflicts with other addons
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:a0tlbHZO:43MUzWIZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a0tlbHZO:43MUzWIZ"
}

