Home - lostmyself8/Mekanism-MoreMachine GitHub Wiki
Welcome to the Mekanism:MoreMachine wiki!
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 ).
Add recipes using kubejs:
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"
}
}
)
}