Added a generous amount of recipes into thermal expansion, close #1110
This commit is contained in:
parent
370d07767e
commit
cead631367
7 changed files with 126 additions and 53 deletions
|
@ -79,6 +79,16 @@ public class ItemDusts extends ItemTR {
|
|||
return getDustByName(name, 1);
|
||||
}
|
||||
|
||||
public static boolean hasDust(String name){
|
||||
for(String type : types){
|
||||
if(type.equals(name)){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
// gets Unlocalized Name depending on meta data
|
||||
public String getUnlocalizedName(ItemStack itemStack) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue