Increment minecraft:interact_with_crafting_table statistic
SlimeDog opened this issue · 1 comments
Description
FC interactions do not increment statistics minecraft:interact_with_crafting_table
. Should it do?
The following recipe uses StatisticEditor in-game, which I find a useful tool. The client statistics
window, or any other method of viewing player statistics, will serve.
Recipe:
- Install StatisticEditor
- /stats CRAFTING_TABLE_INTERACTION
- /fc craft
- Craft any item
- /stats CRAFTING_TABLE_INTERACTION
- Observe that counter has not changed
Server Details
- Server: 1.16.1
- FastCraft: v3.2.3
More Information
Note that minecraft:crafted
statistic for the crated item is incremented correctly.
I did some playing around, and it looks like the CRAFTING_TABLE_INTERACTION
stat counts the times players right click a crafting table block. So /fc craft
shouldn't increment this stat, but the stat should incremented when opening FastCraft by right clicking a crafting table (which doesn't happen at the moment, because FastCraft is cancelling the PlayerInteractEvent
). I should be able to get a fix for this in a day or two