KubeJS compat bug, replaceInput/Output don't work as they should
WhitePhant0m opened this issue ยท 0 comments
using replaceInput/Output seems to make machine recipes lose item counts.
ServerEvents.recipes((event) => {
event.replaceInput({}, 'minecraft:raw_iron', 'minecraft:raw_iron');
event.replaceOutput({}, 'minecraft:raw_iron', 'minecraft:raw_iron');
});
NF - 21.0.150
MI - 2.2.16-beta
KubeJS - 2100.7.0-build119
I'm assuming this is a bug in the KJS compat since replaceInput/Output seem to work as intended for crafting/furnace recipes