Mod Ingredient Extension API by Jaredlll08

  • Ingredient Extension API by Jaredlll08

    An API providing the framework and necessary patches for creating custom Ingredient implementations.
    • 2399378
    • 14.56 KB
    • 1.18.2
    • December 16, 2021
    • December 4, 2022
    • API and Library
    Ingredient Extension API
Mod Information
NameIngredient Extension APIAuthorJaredlll08DescriptionAn API providing the framework and necessary patches for creating custom Ingredient implementations.
InformationDownloads: 2399378
Version: 1.18.2
Size: 14.56 KB
Updated at: December 4, 2022
Created at: December 16, 2021
Tags
API and Library

This API allows mods to create new types of Ingredients that you may use in Data Packs and similar features.

 

Modded ingredients can simplify complex logic, improve compatibility with other mods, and handle item matching completely different to vanilla.

 

A common example of this would be an Ingredient type that only accepts items with specific NBT tags.

Another example would be an Ingredient that only accepts furnace fuels that have a specific burn time range.