Advertisement
PiggiesGoSqueal

consumable.yml

Jan 18th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.69 KB | None | 0 0
  1. # Crisp Apple:
  2. #  - Obtained by cooking an apple in a furnace.
  3. #  - Gives 2 more food (1 bar) than a normal apple.
  4. #  - Gives .2 more saturation than a normal apple.
  5. #  - Used in These Recipes:
  6. #    * Apple Pie
  7. #    * ??
  8. # Apple Pie:
  9. #  - Obtained by crafting different ingredients together.
  10. #  - Gives 11 food (a pumpkin pie gives 8 but requires less crafting)
  11. #  - Gives 5 Saturation (a pumpkin pie gives 4.8)
  12. CRISP_APPLE:
  13.   material: PLAYER_HEAD
  14.   durability: 3
  15.   skull-texture: http://textures.minecraft.net/texture/cbb311f3ba1c07c3d1147cd210d81fe11fd8ae9e3db212a0fa748946c3633
  16.   name: '&eCrisp Apple'
  17.   lore:
  18.  - '&7An apple baked in'
  19.   - '&7a furnace until crisp'
  20.   furnace-craft:
  21.     output: APPLE
  22.   restore:
  23.     food: 6
  24.     saturation: 2.6
  25. APPLE_PIE:
  26.   material: PLAYER_HEAD
  27.   durability: 3
  28.   skull-texture: http://textures.minecraft.net/texture/d53c1e87e537f1ab2774ddafb83439b336f4a777b47ad82bcb30d5fcbdf9bc
  29.   name: '&eApple Pie'
  30.   lore:
  31.  - '&7A delicious delight'
  32.   - '&7made using Grandma''s'
  33.   - '&&recipe'
  34.   restore:
  35.     food: 11
  36.     saturation: 5
  37.   advanced-craft:
  38.     '0':
  39.       type: MATERIAL
  40.       id: CRISP_APPLE
  41.       amount: 1
  42.     '1':
  43.       type: MATERIAL
  44.       id: CRISP_APPLE
  45.       amount: 1
  46.     '2':
  47.       type: MATERIAL
  48.       id: CRISP_APPLE
  49.       amount: 1
  50.     '3':
  51.       type: MATERIAL
  52.       id: FLOUR
  53.       amount: 1
  54.     '4':
  55.       type: MATERIAL
  56.       id: BUTTER
  57.       amount: 1
  58.     '5':
  59.       type: MATERIAL
  60.       id: FLOUR
  61.       amount: 1
  62.     '6':
  63.       material: SUGAR
  64.       amount: 1
  65.       name: ''
  66.     '7':
  67.       material: WATER_BOTTLE
  68.       amount: 1
  69.       name: ''
  70.     '8':
  71.       material: SUGAR
  72.       amount: 1
  73.       name: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement