Remove demo custom recipe

This commit is contained in:
Jean-Patrick Guerrero
2019-02-11 01:03:48 +01:00
parent 1ba1e41dcd
commit 3f44ae00d2
2 changed files with 3 additions and 17 deletions

View File

@ -22,7 +22,7 @@ Use the command `/craft` to show the recipe(s) of the pointed node.
### Custom recipes
#### Registering a custom crafting type
#### Registering a custom crafting type (example)
```Lua
craftguide.register_craft_type("digging", {
@ -31,7 +31,7 @@ craftguide.register_craft_type("digging", {
})
```
#### Registering a custom crafting recipe
#### Registering a custom crafting recipe (example)
```Lua
craftguide.register_craft({