Update 'mods/ethereal/fishing.lua'

This commit is contained in:
thunderdog1138 2020-12-09 18:25:19 +00:00
parent c818cf4b8b
commit 745431c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ minetest.register_craftitem("ethereal:sushi", {
})
minetest.register_craft({
output = "ethereal:sashi 2",
output = "ethereal:sushi 2",
recipe = {
{"group:food_seaweed", "group:food_fish_raw", "group:food_seaweed"},
}