Store
Subscribe
Skyblock, better calculation for the farming tracker
The farming tracker is nice, but currently it calculates the profit based on the items in your inventory, which doesnt work well with sacks. The "profit" number jumps up and down, because items get added to inventory, and then as soon as the personal compactor compacts them, they disappear into the enchanted items sack, which confuses the farming tracker.

So I suggest just calculating the profit/h, instead of counting the items:
Blocks/s * ((FF+100+RngDicer)/100) * (BaseAvgDropPerBlock) * 3600 * NPC

FF is the total farming fortune for the crop youre farming.
BaseAvgDropPerBlock means for example, without any farming fortune you get 1 pumpkin per block, but 2-4 nether warts per block.
NPC is the npc sell price per item, or instead the bazaar price depending on the setting
RngDicer is only relevant for the pumpkin/melon dicer, and refers to the random RNG drops, but the average values of equivalent FF per dicer are on the fandom, so they can be easily included in the calculation as static numbers if you know what item the player is holding

Alternatively, it could also just use the amount of items that gets added to the sacks, and would probably be even more accurate since it accounts for the random drops from the RNG dicers.

Video: In the bottom right you can see the "profit" value jumping up and down
https://youtu.be/1tqw8YH6Aro
 0
PM Link
This has already been suggested and forwarded.
 0
PM Link
Thread is locked