Skip to content

Commit 3647375

Browse files
authored
Document kjs errors for empty or invalid items (#4242)
1 parent 3aad948 commit 3647375

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/Modpacks/Changes/v7.3.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ HCl. These have been unified to both use Circuit 1. This will (very mildly) brea
1212

1313
- `first` ChanceLogic has been Deprecated as its behavior is highly unreliable, and it will be fully removed in 8.0.0.
1414
We recommend using `xor` instead.
15+
16+
## KJS Errors
17+
Previously, empty inputs to KJS recipes (like `.inputItems('minecraft:gravl')`) would silently fail and would not add items.
18+
We have made inputItems respect recycling logic and as a side effect require valid, non-null inputItems. If an input is null or invalid, it will now throw an error.

0 commit comments

Comments
 (0)