Fixed a bug with the knife only working once

This commit is contained in:
Ellpeck 2015-08-07 00:04:58 +02:00
parent be1556e39e
commit 89834bf918

View file

@ -16,7 +16,7 @@ public class FoodCrafting{
public static void init(){
ItemStack knifeStack = new ItemStack(InitItems.itemKnife);
ItemStack knifeStack = new ItemStack(InitItems.itemKnife, 1, Util.WILDCARD);
//Rice Bread
if(ConfigCrafting.RICE_BREAD.isEnabled())