diff options
author | Fixer <Fixer-007@users.noreply.github.com> | 2017-03-15 07:13:16 +0200 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2017-03-14 22:13:16 -0700 |
commit | fbfb079f54e90618a0578ff33092c97c8b015cb9 (patch) | |
tree | 7c55efc9c54f9c7630008cf43b5317bce9116506 /depends.txt | |
parent | e9c6cef4dd6090b561c55268114c832cd0ccfe0e (diff) |
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
Diffstat (limited to 'depends.txt')
-rw-r--r-- | depends.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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?
|