With how the API works, that'd be very tricky. Internally, it tracks a total number ever produced per faction. Mods that track production just ask "What am I at now? What was I at last time?" for each tracked resource so it's only doing a dozen calculations per tick. Registering an event listener to fire each time a player crafted an item (once per belt in your example) would significantly increase how much resources this mod takes up.