1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-22 12:30:19 +02:00

Remove accidental stupid naming in craftitem example

This commit is contained in:
Perttu Ahola 2011-12-03 02:48:06 +02:00
parent d96cd236f3
commit fbbbcf97d8

View File

@ -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),