2.0.2-1.20.1
Compatibility
Changes
Added compatibility with Better Combat Added Crushing Wheel recycling recipes when Create is installed Added missing Powered Press recipes Decreased weapon drop chance for all the mobs Wolfhound no longer accepts Magazine slot attachments Haretrot now makes a sound each time the bolt is pulled Jackrabbit iron sights no longer fly in the air Assassin's Dagger and Medal Of Honor now stack to 64 Assassin's Dagger and Stellar Order Blueprint are now in Organized rarity, matching the base mod Slightly tweaked Warthog recipe Slightly tweaked Sledgehammer model Fixed Canter's idle animation Slightly tweaked Jackrabbit's inspect animation Fixed Russian translation of the Mauvite armor Deleted unused code
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:bvTda7TM:mvDttG5y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bvTda7TM:mvDttG5y"
}

