I may have broken a lot of recipes, can someone check? But it should fix #474

This commit is contained in:
Modmuss50 2016-03-29 09:36:00 +01:00
parent 58902f3901
commit 1fa014c098
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;