forked from thunderdog1138/star_wars
Update 'mods/ethereal/fishing.lua'
This commit is contained in:
parent
c818cf4b8b
commit
745431c1d5
|
@ -35,7 +35,7 @@ minetest.register_craftitem("ethereal:sushi", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "ethereal:sashi 2",
|
output = "ethereal:sushi 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"group:food_seaweed", "group:food_fish_raw", "group:food_seaweed"},
|
{"group:food_seaweed", "group:food_fish_raw", "group:food_seaweed"},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue