Item Production Lib
Modby Daripher
Mod dev tools for tracking item production
Type
Mod
CurseForge Downloads
9,953,224
CurseForge ID
950401
Last Updated
Jun 12, 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
Security Craft
Adds plenty of blocks and items to defend and secure your base with.
SwingThroughGrass
Kill mobs and players through grass
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
Fzzy Config
Config API with automatic GUIs, powerful validation options, server-client sync, and more!
Thermal Innovation
Thermal Technology marches on. Adds Thermal-style tools and equipment!
Cherished Worlds
Favorite/pin/bookmark certain worlds, which will always be at the top of the list and cannot be deleted.