some small changes

This commit is contained in:
modmuss50 2015-07-25 17:11:03 +01:00
parent c869e1656c
commit 26f63e04f7
4 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,6 @@ import java.util.List;
public class ItemCells extends ItemTR {
//TODO recode this only using the ic2 api
public static ItemStack getCellByName(String name, int count)
{
Fluid fluid = FluidRegistry.getFluid("fluid" + name.toLowerCase());