mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-11 03:45:01 -05:00
Remove accidental stupid naming in craftitem example
This commit is contained in:
parent
d96cd236f3
commit
fbbbcf97d8
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user