Add apple juice item registration
This commit is contained in:
parent
5b7e97e30c
commit
c51bae1b99
7
init.lua
7
init.lua
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
minetest.register_craftitem("applejuice:apple_juice", {
|
||||||
|
description = "Apple Juice",
|
||||||
|
inventory_image = "applejuice.png",
|
||||||
|
|
||||||
|
on_use = minetest.item_eat(6)
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user