Skip to content
Snippets Groups Projects
Commit fbbbcf97 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Remove accidental stupid naming in craftitem example

parent d96cd236
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@
-- }
--
-- Craftitem definition options:
-- minetest.register_craftitem(":name", {
-- minetest.register_craftitem("modname_name", {
-- image = "image.png",
-- stack_max = <maximum number of items in stack>,
-- cookresult_item = itemstring (result of cooking),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment