Fixed charge hud, and clocking device.
This commit is contained in:
parent
d56e6752c0
commit
f12725b4e0
13 changed files with 40 additions and 21 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue