Update 'mods/ethereal/fishing.lua'

This commit is contained in:
thunderdog1138 2020-05-18 00:28:15 +00:00
parent 217a14cb52
commit 19a914b53d
1 changed files with 8 additions and 8 deletions

View File

@ -72,14 +72,14 @@ minetest.register_craftitem("ethereal:fishing_rod", {
on_secondary_use = rod_use
})
minetest.register_craft({
output = "ethereal:fishing_rod",
recipe = {
{"","","group:stick"},
{"", "group:stick", "farming:string"},
{"group:stick", "", "farming:string"},
}
})
--minetest.register_craft({
-- output = "ethereal:fishing_rod",
-- recipe = {
-- {"","","group:stick"},
-- {"", "group:stick", "farming:string"},
-- {"group:stick", "", "farming:string"},
-- }
--})
-- Sift through 2 Dirt Blocks to find Worm
minetest.register_craft({