
Nexo Smithing Recipes 1.0
Lets you add custom smithing recipes with both vanilla and Nexo items.
SMITHING RECIPES HAVE BEEN MOVED TO NEXOADDON
An addon for Nexo that lets you add custom smithing recipes, and thats really it.
here is an example recipe:
example_recipe: # Unique identifier for the recipe
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
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:
minecraft_item: LEATHER_CHESTPLATE
addition:
nexo_item: custom_item_id
Nexo is required for this plugin to work, I might make Nexo a soft depend in the future, but currently it's required