1
0
Fork 0
mirror of https://gitlab.com/niansa/nonamegame.git synced 2025-03-06 20:53:38 +01:00
nonamegame/mods/default/items.lua
2019-03-27 17:16:38 +01:00

6 lines
No EOL
169 B
Lua

-- Stock
--minetest.register_craftitem("default:stick", {
-- description = "Stock",
-- inventory_image = "default_stick.png",
-- on_use = minetest.item_eat(20)
--})