Fix small exploit with TE integration.

This commit is contained in:
modmuss50 2017-07-28 20:28:23 +01:00
parent f4a641f3cb
commit ea7baf437b
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -47,7 +47,7 @@ public class RecipeThermalExpansion implements ICompatModule {
for(String plate : ItemPlates.types){
if(!plate.equals(ModItems.META_PLACEHOLDER) && ItemDusts.hasDust(plate)){
ThermalExpansionHelper.addPulverizerRecipe(5000, RecipeMethods.getMaterial(plate, 1, RecipeMethods.Type.PLATE), RecipeMethods.getMaterial(plate, 9, RecipeMethods.Type.DUST));
ThermalExpansionHelper.addPulverizerRecipe(5000, RecipeMethods.getMaterial(plate, 1, RecipeMethods.Type.PLATE), RecipeMethods.getMaterial(plate, 1, RecipeMethods.Type.DUST));
}
}