1.4.0
Compatibility
Changes
ā Addeed new Weapons!:
- Tactical Shovel
- Heavy Shovel
- Tomahawk
- Longsword
- Spiked Mace
- Long Metal Pipe
- Kukri
- Ka-Bar
- Hooligan Tool
- Tactical Kama
- Sapper Shovel
ā Reworked Saw!:
- Now when hitting an enemy with the saw, if they have less than 10 Armor points (Full Golden Armor for Example), they will receive bleeding.
- If they don't have Armor or Armor Points, they will receive bleeding II.
- With the Sharpness enchantment, the bleeding will be longer. The higher the Sharpness level, the greater the bleeding time.
- Changed durability from 753 to 212.
ā Improved (I think) texture and model of Machete.
ā Improved (I think) texture of Katana.
ā Changes on some recipes:
- Bone dagger now requires string.
- Butcher Knife now requires 2 alloy steel ingots instead 1.
- Scythe now uses Inventor Table to be crafted, and requires 4 planks and 5 iron ingots.
- Farm Fork now uses 2 logs instead sticks.
ā Reduced Scythe reach from 3.5 to 3.35.
ā Changed Sledgehammer pose, now uses two handed pose (i think that always was two handed but idk xd)
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:BAplbFER:Cmhhw3BT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BAplbFER:Cmhhw3BT"
}

