Merged branch 1.9 into 1.9

This commit is contained in:
Stuart Pomeroy 2016-03-29 09:43:30 +01:00
commit 43aca4d3f4
2 changed files with 44 additions and 44 deletions

View file

@ -58,7 +58,7 @@ public class ItemCells extends ItemTextureBase implements IFluidContainerItem
int index = -1;
for (int i = 0; i < types.length; i++)
{
if (types[i].equals(name))
if (types[i].equalsIgnoreCase(name))
{
index = i;
break;