forked from thunderdog1138/star_wars
Update 'mods/ethereal/fishing.lua'
This commit is contained in:
parent
9d14fd17bb
commit
e9cdb1e2ed
|
@ -26,11 +26,11 @@ minetest.register_craft({
|
||||||
cooktime = 2,
|
cooktime = 2,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Sashi (Thanks to Natalia Grosner for letting me use the sashi image)
|
-- Sushi (Thanks to Natalia Grosner for letting me use the sushi image)
|
||||||
minetest.register_craftitem("ethereal:sashi", {
|
minetest.register_craftitem("ethereal:sushi", {
|
||||||
description = S("Sashi"),
|
description = S("Sushi"),
|
||||||
inventory_image = "sashi.png",
|
inventory_image = "sushi.png",
|
||||||
wield_image = "sashi.png",
|
wield_image = "sushi.png",
|
||||||
on_use = minetest.item_eat(4),
|
on_use = minetest.item_eat(4),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -94,12 +94,6 @@ ethereal.fish = {
|
||||||
{"ethereal:fish_raw"},
|
{"ethereal:fish_raw"},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- xanadu server additional fish
|
|
||||||
if minetest.get_modpath("xanadu") then
|
|
||||||
ethereal.fish[2] = {"mobs:clownfish_raw"}
|
|
||||||
ethereal.fish[3] = {"mobs:bluefish_raw"}
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Fishing Rod (Baited)
|
-- Fishing Rod (Baited)
|
||||||
minetest.register_craftitem("ethereal:fishing_rod_baited", {
|
minetest.register_craftitem("ethereal:fishing_rod_baited", {
|
||||||
description = S("Baited Fishing Rod"),
|
description = S("Baited Fishing Rod"),
|
||||||
|
|
Loading…
Reference in New Issue