Couldn't create cutting recipe with multiple ingredient
EvanHsieh0415 opened this issue ยท 6 comments
code is from wiki.latvian.dev/kubejs-farmers-delight
ServerEvents.recipes((event) => {
event.recipes.farmersdelight.cutting(
"minecraft:cobblestone",
"#forge:tools/pickaxes", // tool
[ // results
"minecraft:iron_ore",
{
item: "minecraft:diamond",
chance: 0.8
}
],
"" // sound
);
});
! [18:31:14] [ERR] server_scripts:script.js:2: Failed to create recipe for type 'farmersdelight:cutting': Custom recipe has to use a single json object argument!
hmmm could you post your modlist? and anything else in your server scripts?
i can't reproduce this issue in my environment