Guest User

Untitled

a guest
Jun 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. #Example recipes.yml section
  2. my-first-recipe:
  3.   result:
  4.     effect: fire-resistance
  5.     #measured in seconds
  6.     duration: 120
  7.     amplifier: 1
  8.     ingredients:
  9.       '0':
  10.         name: wool
  11.         amount: 64
  12.         data: 6
  13.       '1':
  14.         name: diamond-pickaxe
  15.         amount: 1
  16.         data: 0
  17.         enchantments:
  18.           silk-touch: 1
  19.           dig-speed: 1
  20.          
  21. #Example Alchemist section in saves.yml
  22. characters:
  23.   alchemist:
  24.     recipe: my-first-recipe
Add Comment
Please, Sign In to add comment