Fixed ethereal pearl text

This commit is contained in:
Chiss 2014-08-27 15:20:55 +10:00
parent 4e43a2ca73
commit 9cde497a5c

View File

@ -33,7 +33,7 @@ public class ItemEtherealPearl extends ItemGadget
},
-1,
Material.ENDER_PEARL, (byte)0,
500, new Ammo("Ethereal Pearl", "50 Bats", Material.ENDER_PEARL, (byte)0, new String[] { C.cWhite + "50 Pearls to get around with!" }, 500, 50));
500, new Ammo("Ethereal Pearl", "50 Pearls", Material.ENDER_PEARL, (byte)0, new String[] { C.cWhite + "50 Pearls to get around with!" }, 500, 50));
}
@Override