You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/Modpacks/Changes/v7.3.0.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,7 @@ HCl. These have been unified to both use Circuit 1. This will (very mildly) brea
12
12
13
13
-`first` ChanceLogic has been Deprecated as its behavior is highly unreliable, and it will be fully removed in 8.0.0.
14
14
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