mirror of
https://gitlab.com/niansa/nonamegame.git
synced 2025-03-06 20:53:38 +01:00
6 lines
No EOL
169 B
Lua
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)
|
|
--}) |