Recipe - Knowledge Book (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 1.0.0
Syntax
add [(custom|(mc|minecraft))] recipe[s] [with id[s]] %strings% [from plugin %-string%] to %itemtype%Description
Add/Remove custom or minecraft recipes to/from a knowledge book item. Optional string for plugin name, to add recipes from other plugins.
Examples
add custom recipe "my_recipe" to player's tool
add recipe "my_recipes:fancy_recipe" to player's tool
add minecraft recipe "cooked_cod_from_campfire_cooking" to {_book}
add recipe "minecraft:cooked_cod_from_campfire_cooking" to {_book}
add recipe "some_recipe" from plugin "SomePlugin" to player's tool
add recipe "someplugin:some_recipe" to player's tool