Add blueberry bushes
This commit is contained in:
parent
2696b0cd91
commit
ab1a79b13c
13 changed files with 162 additions and 2 deletions
|
@ -341,3 +341,9 @@ minetest.register_craftitem("default:flint", {
|
|||
description = "Flint",
|
||||
inventory_image = "default_flint.png"
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:blueberries", {
|
||||
description = "Blueberries",
|
||||
inventory_image = "default_blueberries.png",
|
||||
on_use = minetest.item_eat(2),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue