Included content
| Name | |
|---|---|
calio] Added Connector dependecy systemorigins] Added Connector Extras as an explicit dependencyapoli (connector)] Fixed action_on_block_break, modify_harvest powers and the gamemode entity conditionapoli] Fixed modify_air_speedapoli] made Inventory related functionality more efficientorigins] Fixed Avian's like_air powerorigins (connector)] Fixed Shulk's strong_arms powerorigins] Fixed origin selection screen invulnerability (woops)Make sure to check out the full changelogs here so you don't miss a thing!
| Name | |
|---|---|
| File | Type | Size | |
|---|---|---|---|
| Origins-1.10.2+mc.1.20.x-sources.jar | Unknown | 307.21 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:oT0CGnBQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:oT0CGnBQ"
}