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
This commit is contained in:
Fixer
2017-03-15 07:13:16 +02:00
committed by Auke Kok
parent e9c6cef4dd
commit fbfb079f54
2 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,4 @@
default
intllib?
farming?
wool?