Back to mods
Item Production Lib project artwork

CurseForge · Minecraft mod

Item Production Lib

Mod dev tools for tracking item production

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Item Production Lib release should I use?

Updated 14 days ago
Latest stable file ItemProductionLib-1.20.1-1.0.2b-all.jar
Game version 1.20.1
Loader Forge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

2 available setups

Check 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

3 of 3 releases match

Looking for an older file? The official CurseForge project page is in Resources.