forked from VoxeLibre/VoxeLibre
Rename watch to clock
This commit is contained in:
parent
c0368c6b59
commit
55d0da170f
|
@ -1,6 +1,6 @@
|
|||
-- Watch recipe
|
||||
minetest.register_craft({
|
||||
description = "Watch",
|
||||
description = "Clock",
|
||||
output = 'watch:watch',
|
||||
groups = {not_in_creative_inventory=1},
|
||||
recipe = {
|
||||
|
|
|
@ -99,7 +99,7 @@ function watch.registra_item(nome,imagem,aparece_nas_receitas)
|
|||
|
||||
--DOM_inspeciona_r("Registrando item "..nome..","..imagem)
|
||||
minetest.register_tool(nome, {
|
||||
description = "Watch",
|
||||
description = "Clock",
|
||||
inventory_image = imagem,
|
||||
groups = {not_in_creative_inventory=g},
|
||||
metadata = {w_type="d"},
|
||||
|
|
Loading…
Reference in New Issue