Recipe - Cooking Recipe (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 1.0.0

Syntax

register [new] (furnace|(blast furnace|blasting)|smok(er|ing)|campfire) recipe for %itemtype% (using|with ingredient) %itemtype/recipechoice% with id %string% [[and ]with exp[erience] %-number%] [[and ]with cook[ ]time %-timespan%] [in group %-string%]

Description

Register a new cooking recipe for furnaces, blast furnaces, smokers, and campfires. 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 "skbee:", 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 furnace recipe for diamond using dirt with id "furnace_diamond"
	register new blasting recipe for emerald using dirt with id "my_recipes:blasting_emerald"
	register new smoking recipe for cooked cod named "Hot Cod" using puffer fish with id "smoking_cod"

View source