
Apatite and Horns Update
ArchivedThis mod adds Custom Horns to Minecraft! Like Copper, Emerald, Golden and Iron Horns. As well as new horns with specials abilities! There's also a new ore called: Apatite.
1.0
Compatibility
Changes
Add Apatite ore (+ Weapons & Armour) Add Iron, Emerald, Golden, Copper and Apatite Horn. Add customs special Horns: Locater Horn - add a Glowing effect on player when used. Redstone Horn - emit a redstone signal (15) when used. Waking Horn - have a 25% to remove Slowness, Slow Falling, Weakness and Mining Fatigue. but it could also add the Hunger effect when used. It have 10 of durability. Add 2 new Goat Horns: Fly & Resist. Add 2 Goat Horn Fragments: Distroyed & Wrecked. Add Suspicious Stone. Add a new Crafting Template. (Horned Upgrade) Add Fused Goat Horn Fragments. Add 4 Redstone only Use Plates.
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:VS8k6JLM:8hXUBoPb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VS8k6JLM:8hXUBoPb"
}
