Fix small exploit with TE integration.
This commit is contained in:
parent
f4a641f3cb
commit
ea7baf437b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class RecipeThermalExpansion implements ICompatModule {
|
||||||
|
|
||||||
for(String plate : ItemPlates.types){
|
for(String plate : ItemPlates.types){
|
||||||
if(!plate.equals(ModItems.META_PLACEHOLDER) && ItemDusts.hasDust(plate)){
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue