Fixed Meta shit

This commit is contained in:
alisolarflare 2017-04-16 13:07:25 -04:00
parent 2fa0e44cb0
commit 45c37ad2e8

View file

@ -25,7 +25,7 @@ public class HelloMagicPotato extends ModCommand {
+ "fries and cannons of hash browns, it was unstopple.");
lore.add("Until one fateful day...");
meta.setLore(lore);
potato.setItemMeta(meta);
player.getInventory().addItem(potato);
return true;
}