Tags
Creators
Details
0.1.7
Compatibility
Required content
Changes
Replaceable attributes, more information is in Wiki
Ranged Velocity, Ranged Damage, Dodge Chance, Mining Speed, Aggro, Magic Damage, Armor Pass, Pickup Range have had refactor to attributes
Most of recipes craft by Workshop block now
Workshop craft type compat with JEI
Ranged Velocity, Ranged Damage, Dodge Chance, Mining Speed is compat with Apothic Attributes (Replaceable)
Removed ProjectileAttack, AggroAttach, ArmorPass, HurtEvasion, MagicAttack from Data-Driven because of replaceable attributes
2 more items, Magic Mirror and Cell Phone
3 new Achievement Toasts
- Boots of the Hero
- Black Mirror
- Ankhumulation Complete
A silky fly with flyable-accessories
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| TerraCurio-0.1.7-sources.jar | Unknown | 300.09 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:cylFY5iL:hBHoRB7V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cylFY5iL:hBHoRB7V"
}


