Merged branch 1.9 into 1.9
This commit is contained in:
commit
43aca4d3f4
2 changed files with 44 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue