diff --git a/crafting.lua b/crafting.lua index 57a8bec..247e190 100644 --- a/crafting.lua +++ b/crafting.lua @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------------------------- --- Fishing - Mossmanikin's version - Recipes 0.0.7 +-- Fishing - Mossmanikin's version - Recipes 0.0.8 ----------------------------------------------------------------------------------------------- -- License (code & textures): WTFPL -- Contains code from: animal_clownfish, animal_fish_blue_white, fishing (original), stoneage @@ -74,13 +74,6 @@ minetest.register_craft({ }) -minetest.register_craft({ - type = "shapeless", - output = "fishing:sushi", - recipe = {"fishing:fish_raw","farming:seed_wheat","seaplants:kelpgreenmiddle"}, - -}) - ----------------------------------------------------------------------------------------------- -- Roasted Shark ----------------------------------------------------------------------------------------------- diff --git a/init.lua b/init.lua index d3db4e7..6487db9 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------------------------- local title = "Fishing - Mossmanikin's version" -local version = "0.2.2" +local version = "0.2.3" local mname = "fishing" ----------------------------------------------------------------------------------------------- -- original by wulfsdad (http://forum.minetest.net/viewtopic.php?id=4375)