Skip to content

Commit

Permalink
Switch to flint in the legacy SignCopier mechanic
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jan 8, 2022
1 parent f3c9a57 commit 0f575b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,6 +94,6 @@ public void onRightClick(SignClickEvent event) {
public void loadConfiguration (YAMLProcessor config, String path) {

config.setComment(path + "item", "The item the Sign Copy mechanic uses.");
item = BukkitAdapter.asItemType(ItemSyntax.getItem(config.getString(path + "item", ItemTypes.INK_SAC.getId())).getType());
item = BukkitAdapter.asItemType(ItemSyntax.getItem(config.getString(path + "item", ItemTypes.FLINT.getId())).getType());
}
}

0 comments on commit 0f575b4

Please sign in to comment.