Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. public static void register(){
  2.     BrewingRecipeRegistry.addRecipe(PotionUtils.addPotionToItemStack(new ItemStack(Items.POTIONITEM), PotionType.getPotionTypeForName("water")), new ItemStack(ItemHandler.blackTeaLeaf), PotionUtils.addPotionToItemStack(new ItemStack(Items.POTIONITEM), potionCaffeine));
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement