Skip to content

Commit

Permalink
Update Material.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Rundas01 committed Jul 26, 2024
1 parent 6c57c61 commit 0b4c37e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,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 0b4c37e

Please sign in to comment.