Skip to content
Snippets Groups Projects
Commit 66014007 authored by Tuxilio's avatar Tuxilio
Browse files

Update init_neues_item.lua

parent 1758db91
Branches master
No related tags found
No related merge requests found
-- Item hinzufügen
minetest.register_craftitem("meinemod:itemname", {
description = "Mein Item",
inventory_image = "meinemod_itemname.png"
inventory_image = "meinemod_itemname.png",
on_use = minetest.item_eat(20)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment