'G', new ItemStack(Blocks.glass),
'M', Items.minecart);
cart.setContents(new ItemStack(Blocks.glass, 8));
}
CraftingPlugin.addShapelessRecipe(new ItemStack(Items.minecart), cart.getCartItem());
CraftingPlugin.addRecipe(new TankCartFilterRecipe());
}
}