Fix tooltip

This commit is contained in:
Jean-Patrick Guerrero
2018-12-17 01:09:32 +01:00
parent 9da500ce2c
commit 74a2750a4d
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ craftguide.register_craft_type("digging", {
```Lua
craftguide.register_craft({
type = "digging",
output = "default:cobble",
output = "default:cobble 2",
items = {"default:stone"},
})
```