add bone and bonemeal
This commit is contained in:
parent
4acf7e7adf
commit
01d543f377
5 changed files with 210 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
-- mods/default/craftitems.lua
|
||||
|
||||
minetest.register_craftitem("default:bone", {
|
||||
description = "Bone",
|
||||
inventory_image = "bone.png",
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:stick", {
|
||||
description = "Stick",
|
||||
inventory_image = "default_stick.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue