Skip to content

Commit

Permalink
Revert "ItemStackBuilder#customModelData (lucko#143)"
Browse files Browse the repository at this point in the history
This reverts commit 52ea0ae.
  • Loading branch information
lucko committed Jun 23, 2023
1 parent 52ea0ae commit 05ae576
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ public ItemStackBuilder durability(int durability) {
public ItemStackBuilder data(int data) {
return durability(data);
}

public ItemStackBuilder customModelData(@Nullable Integer customModelData){
return transformMeta(meta -> meta.setCustomModelData(customModelData));
}

public ItemStackBuilder amount(int amount) {
return transform(itemStack -> itemStack.setAmount(amount));
Expand Down

0 comments on commit 05ae576

Please sign in to comment.