Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/content/Modpacks/Changes/v7.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ HCl. These have been unified to both use Circuit 1. This will (very mildly) brea

- `first` ChanceLogic has been Deprecated as its behavior is highly unreliable, and it will be fully removed in 8.0.0.
We recommend using `xor` instead.

## KJS Errors
Previously, empty inputs to KJS recipes (like `.inputItems('minecraft:gravl')`) would silently fail and would not add items.
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.