NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
  • Create custom smithing recipe!
  • New Tool types?
Edit on GitHub
  1. Recipes

Smithing Recipe

Smithing Recipe

Create custom smithing recipe!

# Example

example_recipe:                           # Unique identifier for the recipe
  keep_durability: true                   # Should keep durability of base item?
  copy_trim: false                        # Should the result retain the trim design from the base item? Defaults to true
  copy_enchantments: true                 # Should enchantments from the base item be transferred to the result? Defaults to true
  copy_pdc: false                         # Should keep PDC of base item? Default to false
  result:
    minecraft_item: NETHERITE_CHESTPLATE  # Specify a Minecraft item or use nexo_item for custom items (e.g., nexo_item: custom_item_id)
  template:
    minecraft_item: NETHERITE_UPGRADE_SMITHING_TEMPLATE
  base:
    nexo_item: forest_chestplate
  addition:
    minecraft_item: NETHER_STAR

New Tool types?

# Example

enderite_sword:
  keep_durability: false                   # Will give a result item with full durability!
#  copy_trim: false                        # Those values are default
#  copy_enchantments: true                 # so we can skip them
  result:
    nexo_item: enderite_sword
  template:
    nexo_item: enderite_upgrade_smithing_template
  base:
    minecraft_item: NETHERITE_SWORD
  addition:
    nexo_item: enderite_ingot
PreviousBlock PopulatorsNextTotem Command

Last updated 3 months ago

Smithing Recipes made by via

AkisYTB3
Pull Request