Recipe - StoneCutting Recipe (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 1.0.0
Syntax
register [new] stone[ ]cutt(ing|er) recipe for %itemtype% (using|with ingredient) %itemtype/recipechoice% with id %string% [in group %-string%]Description
Register a new stone cutting recipe. The ID will be the name given to this recipe. IDs may only contain letters, numbers, periods, hyphens, a single colon and underscores, NOT SPACES!!! By default, if no namespace is provided, recipes will start with the namespace "minecraft:", this can be changed in the config to whatever you want. IDs are used for recipe discovery/unlocking recipes for players. You may also include an optional group for recipes. These will group the recipes together in the recipe book.
Examples
on skript load:
register new stone cutting recipe for diamond using diamond ore with id "cutting_diamond"