Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 6 days ago
All versions
1.13.0-pre.2+mc.1.21.1
Beta
1.21.1: Origins 1.13.0-pre.24 months ago 99.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changes
- [
apoli] The replacement IDs in thereplace_loot_tablepower 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.
Fixes
- [
apoli#267] Fixed incompatibility with message-api. - [
apoli] Fixedcommand_along_rayinraycastentity action type not being executed even whencommand_along_ray_only_on_hitisfalse. - [
apoli] Fixedoffsetblock condition type not checking the block at the offset position. - [
apoli] Fixed incompatibility with Trickster. - [
apoli] Fixedapoli:replaced_loot_tableloot table sometimes not referencing the replaced loot table. - [
apoli] Fixedattributepower 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.
Changelogs
Optional dependencies
Supplementary resources
| 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.
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:3BeIrqZR:5o5sFcLS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:5o5sFcLS"
}



