fix sushi typo :)
This commit is contained in:
parent
17a1c930a7
commit
7ec1e5271e
6
food.lua
6
food.lua
@ -431,14 +431,14 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Tamago (sushi with sweet egg)
|
-- Tamago (sushi with sweet egg)
|
||||||
minetest.register_craftitem("ethereal:sushi_tomago", {
|
minetest.register_craftitem("ethereal:sushi_tamago", {
|
||||||
description = S("Tomago Sushi"),
|
description = S("Tamago Sushi"),
|
||||||
inventory_image = "ethereal_sushi_tamago.png",
|
inventory_image = "ethereal_sushi_tamago.png",
|
||||||
on_use = minetest.item_eat(2),
|
on_use = minetest.item_eat(2),
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "ethereal:sushi_tomago 2",
|
output = "ethereal:sushi_tamago 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"group:food_seaweed", "group:food_egg", "group:food_rice"}
|
{"group:food_seaweed", "group:food_egg", "group:food_rice"}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user