From 2db3f4b026295c06645bb397f317e4ffb7e9d6b4 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 8 Aug 2023 18:08:25 +0100 Subject: [PATCH] 5.x --- depends.txt | 14 -------------- description.txt | 1 - init.lua | 2 +- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 29db5b1..0000000 --- a/depends.txt +++ /dev/null @@ -1,14 +0,0 @@ -default -farming? -ethereal? -moretrees? -technic_worldgen? -lucky_block? -flowers? -dye? -ferns? -dryplants? -df_trees? -df_farming? -df_primordial_items? -everness? diff --git a/description.txt b/description.txt deleted file mode 100644 index f85f0a2..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds bone and bonemeal giving the ability to quickly grow plants and saplings. \ No newline at end of file diff --git a/init.lua b/init.lua index 7bc13e8..0cb3457 100644 --- a/init.lua +++ b/init.lua @@ -7,7 +7,7 @@ local min, max, random = math.min, math.max, math.random -- translation support local S = function(s) return s end -- default boilerplate function -if minetest.get_translator ~= nil then +if minetest.get_translator then S = minetest.get_translator("bonemeal") -- 5.x translation function end