closes #260 (3 is the default metadata) (#261)

This commit is contained in:
xbony2 2016-09-26 00:41:45 -04:00 committed by Ellpeck
parent fe974365b1
commit 99bd586ce2

View file

@ -21,7 +21,7 @@ import java.util.Locale;
public final class BannerHelper{
public static void init(){
addCraftingPattern("Drill", new ItemStack(InitItems.itemDrill));
addCraftingPattern("Drill", new ItemStack(InitItems.itemDrill, 1, 3));
addCraftingPattern("LeafBlo", new ItemStack(InitItems.itemLeafBlower));
addCraftingPattern("PhanCon", new ItemStack(InitItems.itemPhantomConnector));
addCraftingPattern("Book", new ItemStack(InitItems.itemBooklet));