Powder mining tracker that tracks rewards and calculates your total profit.
This does not include the money from blocks/other drops you might gain along the way (such as sludge from jungle pick if you go down that route).
Has a configurable filter to block items from being listed and used in profit calculation.
Saves rewards to disk upon closing the game and reads from disk upon launching the game.
Also adds some chat events that are fired regardless of cancels with no modifications (realistically only against those done via fabric's events).
Some considerations
[ ] A timer that can be started/stopped via commands or config buttons, to display alongside the total profit and powder to see average coins/powder per hour
[ ] Perhaps a proper movable gui element? Not sure since it can go very tall and our gui elements have very opaque backgrounds. Though, it could at least be movable if not one of those gui elements.
[ ] Some actual commands. There are currently 2 commands that were my initial way of debugging the rewards, with no categorization whatsoever. I have no idea what would be useful, though.
[ ] Confirmation screen for the config filter? It's probably very easy considering how the list works, just didn't bother.
Powder mining tracker that tracks rewards and calculates your total profit. This does not include the money from blocks/other drops you might gain along the way (such as sludge from jungle pick if you go down that route).
Has a configurable filter to block items from being listed and used in profit calculation.
Saves rewards to disk upon closing the game and reads from disk upon launching the game.
Also adds some chat events that are fired regardless of cancels with no modifications (realistically only against those done via fabric's events).
Some considerations