add bone and bonemeal

This commit is contained in:
tchncs 2016-11-08 23:19:56 +01:00
parent 4acf7e7adf
commit 01d543f377
5 changed files with 210 additions and 0 deletions

View file

@ -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",