Stamper - lostmyself8/Mekanism-MoreMachine GitHub Wiki

The recipe of this machine involves two inputs, the main input is our raw materials, and the extra input is the input of the mold.

Stamper:

{
  "type": "mekmm:stamper",
  "main_input": {
    "count": 1,
    "tag": "'c:silicon'"
  },
  "mold": {
    "count": 1,
    "item": "ae2:silicon_press"
  },
  "output": {
    "count": 1,
    "id": "ae2:printed_silicon"
  }
}

For the main input, it can not only use a single item, but also tags and multiple item inputs. For details, please refer to the recycler machine.

For mold inputs, they will not be consumed, so you do not need to specify the quantity, but specifying it will not affect anything (which seems meaningless), of course, this will require two "molds" to start making the recipe.