Changelog 1.0.0 - GeheimagentNr1/RecipesLibrary GitHub Wiki

  • Shaped NBT recipe implemented
  • Shapeless NBT recipe implemented
  • NBT recipes can merge the NBT with an ingredient item
  • NBT Ingredient implemented with different comparison concept
    • EQUAL: The NBT Data of the input item and the ingredient item must be exactly the same.
    • CONTAINS: The NBT Data of the ingredient item must be a subset of the input item NBT data.
    • CONTAINS_NONE: Any element NBT Data element of the ingredient item must be not in the set of the NBT data of the input item.
    • NOT_EQUAL: The NBT Data of the input item and the ingredient item must not be exactly the same.