mcMMO-Dev / mcMMO

The RPG Lover's Mod!
https://mcmmo.org
GNU General Public License v3.0
1.01k stars 864 forks source link

How to add TRIDENT to salvage.vanilla.yml? #5110

Closed mrfloris closed 2 days ago

mrfloris commented 6 days ago

Sorry for the dumb question, it's not there by default, but we can repair it

    TRIDENT:
        MinimumLevel: 0
        XpMultiplier: 3
        ItemType: TOOL
        ItemMaterialCategory: OTHER
        RepairMaterial: PRISMARINE_CRYSTALS
        MinimumQuantity: 16
        MaximumDurability: 250

It's a bit unclear to me how to properly set the material it will drop and if I can just add it at the bottom of the yml file.

nossr50 commented 2 days ago

mcMMO code had to be modified to make this work, grab 2.2.027

mrfloris commented 2 days ago

Thank you.