Fixed an issue with the shroom powder texture. Fixes #18

This commit is contained in:
Adubbz 2013-07-22 16:46:54 +10:00
parent aa106e0568
commit df15e75a7b

View file

@ -17,7 +17,7 @@ import cpw.mods.fml.relauncher.ReflectionHelper;
public class ItemBOPFood extends ItemFood
{
private static final String[] foodTypes = new String[] {"berries", "shroomPowder", "wildcarrots", "sunflowerseeds", "saladfruit", "saladveggie", "saladshroom", "earth"};
private static final String[] foodTypes = new String[] {"berries", "shroompowder", "wildcarrots", "sunflowerseeds", "saladfruit", "saladveggie", "saladshroom", "earth"};
private Icon[] textures;
public ItemBOPFood(int par1)