mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Remove accidental stupid naming in craftitem example
This commit is contained in:
@@ -240,7 +240,7 @@
|
|||||||
-- }
|
-- }
|
||||||
--
|
--
|
||||||
-- Craftitem definition options:
|
-- Craftitem definition options:
|
||||||
-- minetest.register_craftitem(":name", {
|
-- minetest.register_craftitem("modname_name", {
|
||||||
-- image = "image.png",
|
-- image = "image.png",
|
||||||
-- stack_max = <maximum number of items in stack>,
|
-- stack_max = <maximum number of items in stack>,
|
||||||
-- cookresult_item = itemstring (result of cooking),
|
-- cookresult_item = itemstring (result of cooking),
|
||||||
|
Reference in New Issue
Block a user