1.0.0
Compatibility
Changes
Fighter Mod ⚔️
📋 Description
Fighter Mod adds magical amulets and weapons to the game that enhance the player's abilities. The mod is developed for Minecraft Forge 1.21.1.
✨ Features
🏆 Items
| Item | Description | Effect |
|---|---|---|
| Critical Amulet | Enhances weapon damage | ×2 damage, consumes 2 hunger per hit |
| Speed Amulet | Increases movement speed | Speed II while moving, consumes 1 hunger |
| Critical Sword | Powerful weapon | Does not consume hunger when used with the amulet |
⚡ Mechanics
🔮 Critical Amulet
- Hold in the off-hand to activate
- Doubles the damage of any weapon in the main hand
- Consumes 2 hunger per hit
- Has 100 durability
- 0.5 second cooldown
- Creates a critical effect on hit
⚡ Speed Amulet
- Hold in the off-hand to activate
- Activates when moving (walking/running/jumping)
- Grants Speed II effect for 5 seconds
- Consumes 1 hunger upon activation
- 10 second cooldown between activations
- Visual effects (clouds, particles)
⚔️ Critical Sword
- Works in conjunction with the critical amulet
- Does not consume hunger when the amulet is activated
- Has characteristics similar to a golden sword
🎮 Crafting Recipes
Critical Amulet
GGG
GRG
GGG
G = Gold Ingot
R = Redstone
Speed Amulet
GGG
GEG
GGG
G = Gold Ingot E = Emerald
Critical Sword
R
G
S
R = Redstone
G = Gold Ingot
S = Stick
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:W56ohKac:rUUP5k2b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W56ohKac:rUUP5k2b"
}

