CurseForge · Minecraft mod
Item Production Lib
Mod dev tools for tracking item production
Quick answer
Which Item Production Lib release should I use?
Item Production Lib ItemProductionLib-1.20.1-1.0.2b-all.jar targets 1.20.1 with Forge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is Item Production Lib required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does Item Production Lib ItemProductionLib-1.20.1-1.0.2b-all.jar need?
ItemProductionLib-1.20.1-1.0.2b-all.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Item Production Lib without breaking your instance.
Built for Item Production Lib ItemProductionLib-1.20.1-1.0.2b-all.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use ItemProductionLib-1.20.1-1.0.2b-all.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside ItemProductionLib-1.20.1-1.0.2b-all.jar. It opens that exact file at the source.
About this project
What does Item Production Lib add?
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);
}
Project description from CurseForge.
Pick your setup
Item Production Lib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.19.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Item Production Lib versions and loaders
ItemProductionLib-1.20.1-1.0.2b-all.jar
19 Jul 2026
ItemProductionLib-1.20.1-1.0.2a-all.jar
17 Feb 2024
ItemProductionLib-1.19.2-1.0.2a-all.jar
17 Feb 2024
Looking for an older file? The official CurseForge project page is in Resources.