Fixed an issue with the shroom powder texture. Fixes #18
This commit is contained in:
parent
aa106e0568
commit
df15e75a7b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue