This commit is contained in:
ConfidentOwl 2022-12-30 14:41:47 +03:00
parent fe83052420
commit 1447ea01f7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ minetest.register_craft({
{"","mcl_core:stick",""} {"","mcl_core:stick",""}
} }
}) })
--Work file --Work file for crafte
minetest.register_craftitem("owl_tech:work_file", { minetest.register_craftitem("owl_tech:work_file", {
description = S("Work file"), description = S("Work file"),
_doc_items_longdesc = S("First way to get plater"), _doc_items_longdesc = S("First way to get plater"),