FarmControl icon indicating copy to clipboard operation
FarmControl copied to clipboard

Issue with wildstacker

Open WarnDa opened this issue 4 years ago • 0 comments

I activated an auto-kill on chicken :

trim-chicken-chunks: group: types: - "chicken" count: 25 distance: 20 actions: - kill

But the chickens are stacked, and it kills only 1 chicken on the stack, instead of killing the whole stack. So if I stack chicken up to x64, it will make "chicken x63" after it kills it, so it needs to scan 64 times the chickens to kill all the stack.

Wildstacker is open source and has an API, it wouldn't be dificult to add support for it : https://github.com/BG-Software-LLC/WildStacker

WarnDa avatar Dec 23 '21 16:12 WarnDa