diff --git a/hoes.lua b/hoes.lua index 21d435b..b7dcfd9 100644 --- a/hoes.lua +++ b/hoes.lua @@ -481,7 +481,7 @@ if minetest.get_modpath("moreores") then {"", "", "group:stick"} } }) - +--[[ farming.register_hoe(":moreores:hoe_silver", { description = S("%s Hoe"):format(S("Silver")), inventory_image = "moreores_tool_silverhoe.png", @@ -510,5 +510,5 @@ if minetest.get_modpath("moreores") then minetest.override_item("moreores:hoe_mithril", { original_description = desc, description = toolranks.create_description(desc)}) - end + end]] end diff --git a/license.txt b/license.txt index aa8a40e..6f5bf4a 100644 --- a/license.txt +++ b/license.txt @@ -149,7 +149,7 @@ Created by OgelGames (CC BY-SA 4.0) farming_cactus_juice.png farming_salad.png -Created by Felfa +Created by Felfa (CC0) farming_blackberry*.png farming_lettuce*.png farming_burger.png diff --git a/mod.conf b/mod.conf index 80ab8b0..bc6a919 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ -name = farming \ No newline at end of file +name = farming +depends = default +optional_depends = stairs, intllib, lucky_block, toolranks +description = Adds many plants and food to Minetest