Quests Tweaker

A mod to integrate FTBQuests with CraftTweaker.

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

Forge

implementation fg.deobf("curse.maven:queststweaker-1153268:5979238")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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);