Added check for config for block break with pickaxe. Closes #1172

This commit is contained in:
drcrazy 2017-09-28 02:03:16 +03:00
parent ffe13d0c79
commit 40e470629d
25 changed files with 188 additions and 121 deletions

View file

@ -40,7 +40,6 @@ import techreborn.tiles.multiblock.TileIndustrialSawmill;
import javax.annotation.Nonnull;
@SuppressWarnings("deprecation")
public class IndustrialSawmillRecipeCategory implements IRecipeCategory<IndustrialSawmillRecipeWrapper> {
private final String title;