You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
when stashlogger finds for example a shulker, it logs that it found 0 droppers, 0 hoppers, 0 chests and x shulkers.
Describe the solution you'd like
dont log things that havent been found. only log x shulkers in the example above.
The text was updated successfully, but these errors were encountered:
…StashLogger module. (Issue #264) (#272)
* Update StashLogger.kt
log only found and selected items instead of all.
* This is kotlin not java
* Change wrong whitespaces
* More wrong whitespaces
* Beautify
Co-authored-by: Constructor <fractalminds@protonmail.com>
Is your feature request related to a problem? Please describe.
when stashlogger finds for example a shulker, it logs that it found 0 droppers, 0 hoppers, 0 chests and x shulkers.
Describe the solution you'd like
dont log things that havent been found. only log x shulkers in the example above.
The text was updated successfully, but these errors were encountered: