Fully remove old LogHelper usage
This commit is contained in:
parent
924dc7b38d
commit
77e5beb9e1
11 changed files with 14 additions and 64 deletions
|
@ -1,6 +1,6 @@
|
|||
package WayofTime.bloodmagic.compress;
|
||||
|
||||
import WayofTime.bloodmagic.BloodMagic;
|
||||
import WayofTime.bloodmagic.util.BMLog;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.inventory.Container;
|
||||
import net.minecraft.inventory.InventoryCrafting;
|
||||
|
@ -19,7 +19,7 @@ public class StorageBlockCraftingManager {
|
|||
public void addStorageBlockRecipes() {
|
||||
// this.recipes = new StorageBlockCraftingRecipeAssimilator().getPackingRecipes();
|
||||
|
||||
BloodMagic.instance.logger.info("Total number of compression recipes: " + this.recipes.size());
|
||||
BMLog.DEBUG.info("Total number of compression recipes: " + this.recipes.size());
|
||||
}
|
||||
|
||||
public ItemStack findMatchingRecipe(InventoryCrafting craftingInventory, World world) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue