Update template

This commit is contained in:
Jean-Patrick Guerrero 2019-10-05 00:11:09 +02:00
parent 36878ce9a0
commit c32feb44fc
2 changed files with 4 additions and 10 deletions

View File

@ -1218,7 +1218,7 @@ local function register_drops(name, def)
craftguide.register_craft({
type = "digging",
items = {name},
output = item .. " " .. count,
output = fmt("%s %u", item, count),
})
end
@ -1226,7 +1226,7 @@ local function register_drops(name, def)
craftguide.register_craft({
type = "digging_chance",
items = {name},
output = item .. " " .. count,
output = fmt("%s %u", item, count),
})
end
end

View File

@ -21,12 +21,6 @@ Show recipe(s) of the pointed node=
No node pointed=
You don't know a recipe or usage for this item=
No recipe or usage for this item=
Node=
Entity=
Craftitem=
Tool=
Name=
Type=
Groups=
Unknown=
None=
Digging=
Digging Chance=