Fixed charge hud, and clocking device.

This commit is contained in:
Modmuss50 2015-11-25 08:28:28 +00:00
parent d56e6752c0
commit f12725b4e0
13 changed files with 40 additions and 21 deletions

View file

@ -10,7 +10,7 @@ import techreborn.lib.ModInfo;
import java.security.InvalidParameterException;
import java.util.List;
public class ItemIngots extends ItemMetaBase {
public class ItemIngots extends ItemTextureBase {
public static ItemStack getIngotByName(String name, int count) {
for (int i = 0; i < types.length; i++) {
if (types[i].equalsIgnoreCase(name)) {