Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Features
i. Weapons
1. Battle Axe
A powerful axe designed for close combat Made from iron material with high damage output (12 damage, -3.0 attack speed) Special ability: When used to strip logs or wood blocks, drops 1-4 wood bark items Found in the Combat tab of the creative inventory This is a slow but heavy hitter
2. Khukuri
A curved blade inspired by traditional Gurkha knives Deals massive damage to other players (25 damage) Cannot damage mobs or creatures (0 damage to non-players) Found in the Combat tab of the creative inventory This is because khukuri's are meant for war not for self greed
ii. Food & Resources
3. Dried Meat
Preserved meat that restores 4 hunger points with 0.5 saturation Grants Strength III effect for 30 seconds when consumed Useful for combat situations and survival Found in the Food & Drink tab of the creative inventory
4. Wood Bark
Dropped when stripping wood blocks with a Battle Axe (1-4 pieces per strip) Can be used as fuel in furnaces (burns for 400 ticks / 20 seconds) Compostable with 40% chance to increase compost level Found in the Ingredients tab of the creative inventory
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:t8uowTCp:FPNB3eOO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t8uowTCp:FPNB3eOO"
}

