-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Jerry edited this page Aug 13, 2025
·
9 revisions
Here I will tell you the recipe format for these machines.
Since KubeJs and Crt have not yet been adapted, you can only add your own recipes using the most primitive methods ( e.g. kubejs custom ).
ServerEvents.recipes(event => {
event.custom(
{
"type": "mekmm:stamper",
"input": {
"count": 1,
"tag": "c:ingots/copper"
},
"mold": {
"item": "immersiveengineering:mold_plate"
},
"output": {
"count": 1,
"id": "immersiveengineering:plate_copper"
}
}
)
}