Smithing

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: 1
Properties
template
template
The first slot item.
base
base
The second slot item.
addition
addition
The third slot item.
result
result
The resulting item.
permission_suffix
permission_suffix
This 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
Was this helpful?