Switch main content to a proper logger

Need to figure out what to keep from old API and move that over as well.
This commit is contained in:
Nicholas Ignoffo 2017-08-20 16:16:13 -07:00
parent 36ce215b6b
commit acc0acb806
8 changed files with 18 additions and 17 deletions

View file

@ -20,7 +20,7 @@ public class StorageBlockCraftingManager {
public void addStorageBlockRecipes() {
// this.recipes = new StorageBlockCraftingRecipeAssimilator().getPackingRecipes();
BloodMagic.instance.logger.info("Total number of compression recipes: " + this.recipes.size());
BloodMagic.LOGGER.info("Total number of compression recipes: {}", this.recipes.size());
}
public ItemStack findMatchingRecipe(InventoryCrafting craftingInventory, World world) {