From fbfb079f54e90618a0578ff33092c97c8b015cb9 Mon Sep 17 00:00:00 2001 From: Fixer Date: Wed, 15 Mar 2017 07:13:16 +0200 Subject: Make wool sawable (#72) * Make wool sawable Based on my simple research https://github.com/minetest-mods/moreblocks/issues/71 enabling wool should not cause major slowdowns. Code pasted from gloopblocks * List wool as optional dependancy * Added check for wool dependancy * Make life easier for translators --- depends.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'depends.txt') diff --git a/depends.txt b/depends.txt index 8f1c124..74e8624 100644 --- a/depends.txt +++ b/depends.txt @@ -1,3 +1,4 @@ default intllib? farming? +wool? -- cgit v1.2.3