mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Remove accidental stupid naming in craftitem example
This commit is contained in:
parent
d96cd236f3
commit
fbbbcf97d8
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue