I have the following recipe, and im not sure why it doesnt work
event.custom({
type: "mekanismtools:paxel",
category: "equipment",
key: {
A: {
item: "minecraft:stone_axe"
},
P: {
item: "minecraft:stone_pickaxe"
},
R: {
item: "minecraft:iron_ingot"
},
S: {
item: "minecraft:stone_shovel"
}
},
pattern: [
"APS",
" R ",
" R "
],
result: {
count: 1,
id: "mekanismtools:stone_paxel"
}
})
Link to recipe example on github: https://github.com/mekanism/Mekanism/blob/1.20.6/src/datagen/generated/mekanismtools/data/mekanismtools/recipes/stone_paxel.json