File Details
questtweaker-1.2.0.jar
- R
- Dec 10, 2024
- 99.21 KB
- 6.3K
- 1.12.2
- Forge
File Name
questtweaker-1.2.0.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Added Ingredient Filter for Item Filters. It matches items that matches the given IIngredient.
The IIngredients for the filter is registered in a way similar to custom functions:
IngredientManager.addIngredient(String ingredientID, IIngredient ingredient);