[Feature request] Restrict silking spawners to certain tools
Terrobility opened this issue ยท 5 comments
Is there a way where you could make only certain tools with silk touch work for picking up spawners? I want to make sure people can only use a hoe with silk touch on it to pick up the spawner.
Currently all tools with at least SilkTouch level >= 1 (default) should be able to mine spawners.
Does your enchanted hoe work currently?
(Line in SilkUtil:
https://github.com/timbru31/SilkSpawners/blob/master/src/main/java/de/dustplanet/util/SilkUtil.java#L802)
I meant to ask if you could add in the ability to restrict picking up spawners to certain tools such as: only allowing hoes with silk touch to pick up spawners, not just any tool with silk touch.
Alright, then I have understood you right.
I guess a config option should be possible.
Hi.
I've added this option in build 303: http://ci.dustplanet.de/job/SilkSpawners/303/
You can configure the tools in the "allowedTools" section in the config.yml.
If the feature works as intended, please close the issue. :)