Smithing
Last updated

info:
namespace: my_items
recipes:
smithing:
my_sword_modified_recipe:
enabled: true
permission_suffix: recipes_group_1.my_sword_modified_recipe
base: my_sword
addition: DIAMOND
template: EMERALD
result:
item: my_sword_modified
amount: 1base, addition and template are all mandatory. Specify all 3 items.
templateThe first slot item.
baseThe second slot item.
additionThe third slot item.
resultThe resulting item.
permission_suffixThis option defines the required permission. It represents only the suffix of the permission.
The full permission format is: ia.user.recipe.<permission_suffix>.
Example:
ia.user.recipe.recipes_group_1.my_sword_modified_recipe
Advanced usage:
You can assign ia.user.recipe.recipes_group_1.* to grant access to all recipes within that group.
Last updated