Item Production Lib
Modby Daripher
Mod dev tools for tracking item production
Downloads
9,352,848
Type
Mod
CurseForge ID
950401
Last Updated
Apr 9, 2026
Description
Adds event ItemProducedEvent that allows tracking the moment the item was produced by player or block entity.
Can be used with custom crafting methods so that other mods can track it.
Q: What is the difference between this event and ItemSmeltedEvent or ItemCraftedEvent?
A: These forge events are fired the moment you take items from a slot. ItemProducedEvent is fired whenever the item is created.
How to use the event as a mod dev:
{
// item has been produced by your block entity here
// make sure to override the result with the one from the event
stack = ItemProductionLib.itemProduced(stack, blockEntity);
}
OR
{
// item has been produced by player here
// make sure to override the result with the one from the event
stack = ItemProductionLib.itemProduced(stack, player);
}
Similar Mods
L_Ender 's Cataclysm
Discover mythical structures across your world and through dimensions, harboring challenging enemies, end-game bosses, a...
Chat Heads
See who are you chatting with! Now for Forge too!
Trash Cans
Trash Cans adds trash cans which can be used to void items, liquids, and energy!
FTB Utilities (Forge)
FTB Utilities is a mod by FTB. It aims to provide several useful utilities within the FTB Platform ranging from friends...
Macaw's Roofs
Build roofs with actual roofs instead of stairs!
Refined Storage Addons
An addon mod for Refined Storage.