Skip to content

Commit

Permalink
Update FlexItemGroup.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Dec 23, 2024
1 parent acbc9be commit 6cc2b49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*
*/
public abstract class FlexItemGroup extends ItemGroup {
protected FlexItemGroup(NamespacedKey key, ItemStack item) {
this(key, item, 3);
}
protected FlexItemGroup(NamespacedKey key, ItemStack item, int tier) {
super(key, item, tier);
}
Expand Down

0 comments on commit 6cc2b49

Please sign in to comment.