Included content
| Name | |
|---|---|
apoli] The replacement IDs in the replace_loot_table power type can now reference capture groups from the regular expression.origins] Scrolling the origin window is now much faster, and can be slowed down (to its previous speed) by holding the shift key.apoli#267] Fixed incompatibility with message-api.apoli] Fixed command_along_ray in raycast entity action type not being executed even when command_along_ray_only_on_hit is false.apoli] Fixed offset block condition type not checking the block at the offset position.apoli] Fixed incompatibility with Trickster.apoli] Fixed apoli:replaced_loot_table loot table sometimes not referencing the replaced loot table.apoli] Fixed attribute power type not re-applying the attributes when the player goes through the End Portal (e.g: pseudo-respawning.)origins#865] Fixed crash when the water protection enchantment is filtered.origins] Fixed an issue with choosing origins (or random) in multiple origin layers not working properly.origins] Fixed the dirt background not rendering when choosing an origin for the first time.| Name | |
|---|---|
| File | Type | Size | |
|---|---|---|---|
| Origins-1.13.0-pre.2+mc.1.21.1-sources.jar | Source jar | 416.08 KiB |
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.
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:3BeIrqZR:5o5sFcLS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:5o5sFcLS"
}