1.2+mod
Compatibility
Changes
-Narrowing gives 2.5 Extra Damage to your Hoe(1.5 previously) -Narrowing gives 1 extra Attack Range to your Hoe New Secret Advancement related to Narrowing added (You can now learn how to do Secret Advancements on the last section of the full changelog)
-Added Honeycomb Suspicious Stew, gives Haste for 13 seconds -Added an Advancement related to making it
-Added Hunting of Hogs Enchantment -It deals for damage to pig mobs(pigs, piglins, piglin brutes, hoglins, and the zombified versions) -Can be obtained on Villager Trades, and Piglin's Dropped Swords and Axes -Added an Advancement for obtaining it
-Tweaked Every Advancement Name and Description
-Horses will now have to fall thrice as much blocks to start taking damage
-Wind Burst Bug where you could activate the Mace Wind Burst using the Arrows of a Wind Burst Crossbow mid air removed
-It was fun so, if you still wanna use it, go to data/minecraft/enchantment and replace the current one with the other json file!
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:K7l1kIHo:lW1ETg41"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K7l1kIHo:lW1ETg41"
}

