Skip to content

Commit

Permalink
Replace Item with Id
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryoZ committed Nov 25, 2020
1 parent b19b71a commit 82ff9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/sentryozvn/enchantgems/EnchantGems.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public void onEnable() {
public void createGem(
Category category,
Enchantment enchant,
String id,
String name,
String id,
ItemStack material,
ItemStack tool
) {
Expand Down

0 comments on commit 82ff9bf

Please sign in to comment.