Skip to content

Stamping Unique Items Recipe

This recipe requires all input items to be unique, and each input stack size must be 1.

Basic Structure

json
{
  "type": "anvilcraft:stamping_unique_items",
  "ingredients": [
    { "item": "minecraft:iron_ingot" },
    { "item": "minecraft:gold_ingot" }
  ],
  "results": [
    { "id": "minecraft:clock", "count": 1 }
  ]
}

Field Description

  • type: Fixed value anvilcraft:stamping_unique_items
  • ingredients: Input ingredient list (max 9)
  • results: Output result list (supports chance outputs)

Constraints

  • All inputs must be different item types
  • Every input slot count must be 1

Released under the CC-BY-NC-SA 4.0 License.