6.1 cutting recipies don't support chance
FlynnLies opened this issue ยท 3 comments
KubeJS Version: 6.1
The example script from the wiki always produces a diamond as well even when chance is set to 0.
This is not the case in the 6.0 version by the way.
ServerEvents.recipes(event => {
event.recipes.farmersdelight.cutting(
"minecraft:cobblestone",
"#forge:tools/pickaxes", // tool
[ // results
"minecraft:iron_ore",
{
item: "minecraft:diamond",
chance: 0
}
],
"" // sound
);
Well, I'm pretty sure 6.1 didn't release yet, so I didn't release KubeJS Delight for 6.1 too