katubug

potioncore help

Dec 19th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. val pc_lingering = [
  2. <minecraft:lingering_potion>.withTag({Potion: "potioncore:wither"}),
  3. <minecraft:lingering_potion>.withTag({Potion: "potioncore:strong_wither"})
  4. ] as IItemStack;
  5.  
  6. val pc_splash = [
  7. <minecraft:splash_potion>.withTag({Potion: "potioncore:wither"}),
  8. <minecraft:splash_potion>.withTag({Potion: "potioncore:strong_wither"})
  9. ] as IItemStack;
  10.  
  11. for i, item in pc_lingering {
  12. brewing.addBrew(item, <minecraft:dragon_breath>, pc_splash[i]);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment