All versions
1.6.7
Release
Wings, Horns, and Hooves: The Ultimate Unicorn Mod 1.6.72 months ago 18
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
- Made Custom Unicorns work again!
- The Custom Unicorn Creator works again! See it at: https://www.hackshop.com/unicorn
- See the custom unicorn Hall of Fame at https://www.hackshop.com/p/hall-of-fame.html
- Custom unicorn skins auto-download again
- Custom unicorn titles and powers all now work except for Horn of Throwing.
- This includes Power Wing Buffet, Icy Wing Buffet, Power Stomp, Flame Aura, Protection Aura, Horn of Healing, and their supercharged versions.
- Added custom unicorn Noctis after a long delay!!
- Added new config options to disable custom unicorn skins, titles, and powers
- Added new config option to disable the Flame Aura power.
- Added update checker to indicate when your mod is out of date (look in the Mods settings)
- Minor breeding fixes to create purebreeds when the DNA is right (instead of Magical Horses, which are for crossbreeds).
- Tuned down how fast pegasi fly up and fly forward.
- Added natural biome spawning in 1.18.2.
- Added biome spawning configuration in 1.18.2.
- Updated the credits page
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:SnKmIrgV:WcQhfNAa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SnKmIrgV:WcQhfNAa"
}

