-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Issue type:
- 🐛 Bug
Short description:
Steps to reproduce the problem:
use script:
function f1(itemStackElement,networkStackExpr) {
try {
for (const element of itemStackElement) {
let operatorApply = idContext.ops.operatorApply(networkStackExpr, element);
if (operatorApply < 512) {
console.log(`Operator Apply: ${operatorApply}`);
return operatorApply;
}
}
}catch(e) {
console.log(e);
}
}Expected behaviour:
Versions:
- This mod: 1.0.7-146
- Minecraft: 1.21.1
- Mod loader version: neoforge - 21.1.57
Log file:
Metadata
Metadata
Assignees
Type
Projects
Status
Done