Skip to content

Commit

Permalink
Small QoL KJS Update (#1613)
Browse files Browse the repository at this point in the history
Co-authored-by: YoungOnion <[email protected]>
  • Loading branch information
2 people authored and screret committed Aug 18, 2024
1 parent ab12c54 commit 7d12611
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,11 @@ public Builder componentStacks(ImmutableList<MaterialStack> components) {
return this;
}

public Builder kjs$components(ImmutableList<MaterialStackWrapper> components) {
compositionSupplier = components;
return this;
}

/**
* Add {@link MaterialFlags} to this Material.<br>
* Dependent Flags (for example, {@link MaterialFlags#GENERATE_LONG_ROD} requiring
Expand Down

0 comments on commit 7d12611

Please sign in to comment.