From 2a77424a4814cb4d5f840340af4cd3a95c0e1650 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 31 Dec 2020 19:48:12 +0000 Subject: [PATCH 1/3] update mod.conf --- license.txt | 2 +- mod.conf | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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..a0bd0ac 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, moreores +description = Adds many plants and food to Minetest From 303fc017e034e3ab171560fd3a18787db98c255d Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 1 Jan 2021 20:23:51 +0000 Subject: [PATCH 2/3] remove moreores dependency --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index a0bd0ac..bc6a919 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,4 @@ name = farming depends = default -optional_depends = stairs, intllib, lucky_block, toolranks, moreores +optional_depends = stairs, intllib, lucky_block, toolranks description = Adds many plants and food to Minetest From 95dd74cc15616eabfad189021270f7dba6f40106 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 1 Jan 2021 20:58:43 +0000 Subject: [PATCH 3/3] remove moreores hoes (inc. within moreores now) --- hoes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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