Skip to content

Commit

Permalink
+ alternative method name
Browse files Browse the repository at this point in the history
  • Loading branch information
bioastroiner committed Dec 18, 2023
1 parent f37f18e commit 4ebf745
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ public IItemStack mat(CTMaterial aMaterial) {
return withMaterial(aMaterial);
}

@ZenMethod
public IItemStack material(CTMaterial aMaterial) {
return withMaterial(aMaterial);
}

@ZenMethod
public CTPrefix disableItemGeneration() {
prefix_internal.disableItemGeneration();
Expand Down

0 comments on commit 4ebf745

Please sign in to comment.