Update crafting API documentation

master
Wuzzy 2022-06-13 17:28:23 +02:00
parent 0abc17fa6e
commit b2e75b5c30
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ Registers a crafting recipe.
All crafting recipes have to follow some rules:
* There can only be one output itemstack per recipe
* No more than `crafting.MAX_INPUTS` input itemstacks (see `api.lua`)
* There can't be two recipes with the exact same output (e.g. itemname + count)
* All of the specified items must have been registered before
registering the recipe.