Links
Creators
Details
2.0
Compatibility
Required content
Changes
Additions
Items
- Battle Glove: Forces a battle with another player upon hit
- Evil Baskét Ball: Removes the shiny aspect of a Pokémon
Tags
Added several item tags to the items for the purpose of modpacks.
horizoncobblemonitems:bottle_capshorizoncobblemonitems:random_silver_bottle_capshorizoncobblemonitems:silver_bottle_capshorizoncobblemonitems:random_obsidian_bottle_capshorizoncobblemonitems:obsidian_bottle_capshorizoncobblemonitems:candieshorizoncobblemonitems:flavor_mac_and_cheesehorizoncobblemonitems:mac_and_cheesehorizoncobblemonitems:berrieshorizoncobblemonitems:shadow_feathershorizoncobblemonitems:phoenix_featherhorizoncobblemonitems:feathershorizoncobblemonitems:poke_treatshorizoncobblemonitems:color_caratshorizoncobblemonitems:caratshorizoncobblemonitems:poryphoneshorizoncobblemonitems:set_hidden_machineshorizoncobblemonitems:hidden_machineshorizoncobblemonitems:iv_itemshorizoncobblemonitems:ev_itemshorizoncobblemonitems:basket_ballshorizoncobblemonitems:pokemon_items
Components
Added a horizoncobblemonitems:infinite component that can be added to every
item in the mod (except for Dawn Balls) that make the item not be consumed on
use. It works similarly to vanilla's minecraft:unbreakable component.
Changes
- Grouped the items inside of the creative tab thanks to Fancy Tab Sections
Fixes
- Fixed the Devolution Spray texture being 15x16
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:Iagjcke3:ZjcyylSi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Iagjcke3:ZjcyylSi"
}

