blocktype target option is not working
Hello, the blocktype target option is currently not working (it stopped working recently in one of the latest dev builds).
Here is an example of an item with a setblock skill not working correctly (this will now convert everything nearby in stone instead of just deepslate):
testpick:
Id: stone_pickaxe
Display: '&7&lTest pick'
Lore:
- '&5&oTesting...'
Skills:
- setblock{m=stone;md=0} @BlocksInRadius{radius=6;radiusy=6;noise=0;shape=sphere;blocktype=DEEPSLATE} ~onUse
This is a very dangerous issue that can severly damage servers buildings if not addressed in time