All versions
3.24.0
Release
A Weighted Updatelast month 12.3K
Compatibility
Minecraft: Java Edition
26.1.x
1.21.10–1.21.11
Platform
Paper
Required content
Changes
This update brings some nice new additions, including Weighted Lists (YAY!!!)
Version Support:
- Min Skript version = 2.15.0+
- Minecraft version = 1.21.10 - 26.1.2
🛠️ THIS UPDATE 🧑🏼🍳:
ADDED:
Types:
- Added a Structure and StructureType Type
- Added a WeightedList type
- Added an option in the structure template entities expression to return entity snapshots
Events:
- Added player statistic increment event
- Added villager acquire trade event
- Added entity lunge event
- Added player exhaustion event
- Added player item cooldown event
- Added player velocity event
- Added entity dye event
Sections:
- Added a section to locate a structure in a world
- Added a section to locate a biome in a world
- Added a section to create a new instrument
Expressions:
- Added an expression to get a value from a registry
- Added an option to clone a merchant in the merchant expression
- Added an expression to get a random element from a WeightedList
Effects:
- Added an effect to add an entry to a WeightedList with a weight
CHANGED:
- Custom recipes will now auto-reload if data packs are reloaded (such as by SkBriggy commands)
FIXED:
- Fixed
playernot working in the parse effect effect/expression
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:zyT8hOb8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a0tlbHZO:zyT8hOb8"
}


