Don't log all registered compression recipes
The amount is fine, but avoiding spamming console is preferable.
This commit is contained in:
parent
0209b3f98d
commit
58144d67eb
|
@ -129,7 +129,6 @@ public class StorageBlockCraftingRecipeAssimilator
|
|||
if (recipeUnpack.matches(inventoryUnpack, world))
|
||||
{
|
||||
ret.add(recipePack.recipe);
|
||||
BloodMagic.instance.getLogger().info("Adding the following recipe to the Compression Handler: " + packOutput);
|
||||
it.remove();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue