mirror of
https://github.com/rubenwardy/food.git
synced 2024-12-22 16:00:19 +01:00
Update init.lua
This commit is contained in:
parent
2f6042c189
commit
1c4cbd162c
2
init.lua
2
init.lua
@ -485,7 +485,7 @@ local juices = {"apple","cactus"}
|
||||
for i=1, #juices do
|
||||
local flav = juices[i]
|
||||
minetest.register_craftitem("food:"..flav.."_juice", {
|
||||
description = flav.." Juice",
|
||||
description = S(flav.." Juice"),
|
||||
inventory_image = "food_"..flav.."_juice.png",
|
||||
on_use = minetest.item_eat(2),
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user