mirror of
https://github.com/rubenwardy/food.git
synced 2024-11-10 20:30:24 +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
|
for i=1, #juices do
|
||||||
local flav = juices[i]
|
local flav = juices[i]
|
||||||
minetest.register_craftitem("food:"..flav.."_juice", {
|
minetest.register_craftitem("food:"..flav.."_juice", {
|
||||||
description = flav.." Juice",
|
description = S(flav.." Juice"),
|
||||||
inventory_image = "food_"..flav.."_juice.png",
|
inventory_image = "food_"..flav.."_juice.png",
|
||||||
on_use = minetest.item_eat(2),
|
on_use = minetest.item_eat(2),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user