All foils can be made in bender.
This commit is contained in:
parent
13043923c0
commit
706d2e4bd5
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ public class ProcessingFoil implements IOreRecipeRegistrator {
|
|||
}
|
||||
|
||||
public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack) {
|
||||
if (!aMaterial.contains(SubTag.NO_SMASHING)) {
|
||||
// if (!aMaterial.contains(SubTag.NO_SMASHING)) {
|
||||
GT_Values.RA.addBenderRecipe(GT_Utility.copyAmount(1L, GT_OreDictUnificator.get(OrePrefixes.plate, aMaterial, 4L)), GT_OreDictUnificator.get(OrePrefixes.foil, aMaterial, 4L), (int) Math.max(aMaterial.getMass(), 1L), 24);
|
||||
}
|
||||
// }
|
||||
GregTech_API.registerCover(aStack, new GT_RenderedTexture(aMaterial.mIconSet.mTextures[70], aMaterial.mRGBa, false), null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue