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."); + "fries and cannons of hash browns, it was unstopple.");
lore.add("Until one fateful day..."); lore.add("Until one fateful day...");
meta.setLore(lore); meta.setLore(lore);
potato.setItemMeta(meta);
player.getInventory().addItem(potato); player.getInventory().addItem(potato);
return true; return true;
} }