Description
Mine Mine No Mi - Weapons Config
What is this?
Ever wanted to use your favorite modded sword with Swordsman abilities? Or use a magic wand as a Clima Tact? This addon lets you configure any item to work with Mine Mine No Mi fighting styles.
No more being restricted to just the mod's built-in weapons. Add your favorite modded swords, axes, spears, or even completely custom items to the fighting style system.
Features
Weapon Allowlists
Configure which items can use fighting style abilities:
- Swordsman / Santoryu / Nitoryu - Add any item as a valid sword
- Brawler / Black Leg / Ryusoken - Items that count as "empty hand"
- Sniper / Twin Shooter - Any item works as a bow
- Art of Weather - Any item works as a Clima Tact (full weather ball support!)
Cart Addon Support
Full support for Cart Addon's additional fighting styles:
- Santoryu - Supports mainhand, offhand, and mouth slot
- Nitoryu - Dual-wield speed and attack bonuses
- Dagger - Custom daggers with attack and movement bonuses
- Dual Axe - Custom axes for double axe style
- Twin Barrel - Custom guns for dual-wielding
- Great Blade - Greatswords with attack bonuses
- Spear - Custom spears
- Saber - Saber style attack and speed bonuses
- Hasshoken / Bludgeon - Any item works as a blunt weapon
Bonus Tooltips
When you hold a valid weapon for your fighting style, you'll see the damage bonus right on the tooltip. Bonuses scale with your doriki!
Art of Weather Extension
This is the big one. You can make any item work as a Clima Tact:
- Charge weather balls (Heat, Cold, Thunder)
- Use all Art of Weather abilities
- Set the Clima Tact level (1-3) for unlocking abilities
- Level 3 = Sorcery Clima Tact (all abilities unlocked)
Config
Server Config
config/mmwc-common.toml
Allowlists (Ability Usage)
These control which items can USE fighting style abilities:
[weapons.allowlists]
# Items that work as swords for Swordsman/Santoryu/Nitoryu
swordsman_santoryu_nitoryu_items = ["modid:cool_sword", "othermod:katana"]
# Items that count as empty hand for Brawler/Black Leg
brawler_blackleg_ryusoken_items = ["modid:brass_knuckles"]
# Items that work as bows for Sniper/Twin Shooter
sniper_twin_shooter_items = ["modid:crossbow"]
# Items that work as Clima Tact for Art of Weather
art_of_weather_items = ["botania:twig_wand", "ars_nouveau:wand"]
# Items that work as blunt weapons for Hasshoken/Bludgeon
hasshoken_bludgeon_items = ["modid:mace"]
# Cart Addon styles
dual_axe_items = ["modid:battle_axe"]
dagger_items = ["modid:knife"]
twin_barrel_items = ["modid:pistol"]
santoryu_third_sword_items = ["modid:short_sword"]
greatsword_items = ["modid:claymore"]
spear_items = ["modid:lance"]
Blacklists
Exclude items from detection (overrides allowlists):
dual_axe_blacklist = ["minecraft:wooden_axe"]
dagger_blacklist = ["minecraft:wooden_sword"]
greatsword_blacklist = ["modid:small_sword"]
spear_blacklist = ["modid:short_spear"]
Wildcards
You can use wildcards to add entire mods:
# Add ALL items from a mod
swordsman_santoryu_nitoryu_items = ["epicfight:*"]
# Add everything
art_of_weather_items = ["*"]
Bonus Whitelists
Control which items receive doriki-based damage bonuses:
[weapons.swordsman]
item_whitelist = ["modid:cool_sword"]
item_blacklist = ["modid:weak_sword"]
[weapons.santoryu]
item_whitelist = ["modid:katana"]
Available sections: swordsman, santoryu, nitoryu, dagger, bludgeon, hasshoken, saber, dual_axe, twin_barrel, greatsword, spear
Art of Weather Settings
# Default level for non-Clima Tact items (1-3)
# 1 = Clima Tact, 2 = Perfect, 3 = Sorcery (all abilities)
art_of_weather_default_level = 3
Other Options
# Auto-detect items with "sword" in their registry name
match_registry_name_contains_sword = false
# Show fighting style bonuses on tooltips
enable_bonus_tooltips = true
Examples
Make Botania's Terrablade work with Swordsman
[weapons.allowlists]
swordsman_santoryu_nitoryu_items = ["botania:terra_sword"]
[weapons.swordsman]
item_whitelist = ["botania:terra_sword"]
Use Ars Nouveau wand for Art of Weather
[weapons.allowlists]
art_of_weather_items = ["ars_nouveau:book", "ars_nouveau:super_book"]
Add all Epic Fight weapons as swords
[weapons.allowlists]
swordsman_santoryu_nitoryu_items = ["epicfight:*"]
Brass knuckles for Brawler style
[weapons.allowlists]
brawler_blackleg_ryusoken_items = ["somemods:brass_knuckles", "somemods:gauntlets"]
Damage Bonuses
When you have a valid weapon for your fighting style, you get doriki-scaling damage bonuses:
| Style | Bonus Type |
|---|---|
| Swordsman | +2.5% per 1000 doriki |
| Bludgeon | +3.5% per 1000 doriki |
| Santoryu | +3.0% per 1000 doriki |
| Nitoryu | +1.0% attack, +5.0% speed per 1000 doriki |
| Dagger | +2.5% attack, +2.0% movement per 1000 doriki |
| Hasshoken | +1.0% per 1000 doriki |
| Saber | +2.0% attack, +3.5% speed per 1000 doriki |
| Dual Axe | +2.5% per 1000 doriki |
| Great Blade | +4.0% attack, -35% speed (slow but powerful) |
| Spear | +2.0% per 1000 doriki |
Requirements
- Minecraft 1.16.5
- Forge 36+
- Mine Mine No Mi 0.10.10+
- Cart Addon (optional, for additional fighting styles)
Notes
- Allowlists let items USE abilities
- Bonus whitelists let items receive DAMAGE bonuses
- Both can be configured independently
- Art of Weather allowlisted items store weather balls in NBT
- Tooltips only show when
enable_bonus_tooltipsis true - Cart Addon styles only work when Cart Addon is installed


