Advertisement
InsiderAnhDev

skills.yml

Aug 10th, 2020 (edited)
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.35 KB | None | 0 0
  1. foraging:
  2.   blocks:
  3.     log:
  4.       material: LOG
  5.       xp: 2.0
  6.     log_2:
  7.       material: LOG_2
  8.       xp: 3.0
  9. enchanting:
  10.   items:
  11.     diamond_sword:
  12.       item: DIAMOND_SWORD
  13.       xp: 4.0
  14. combat:
  15.   entities:
  16.     zombies:
  17.       entity: ZOMBIE
  18.       xp: 2.0
  19.     creeper:
  20.       entity: CREEPER
  21.       xp: 2.0
  22. farmer:
  23.   blocks:
  24.     crops:
  25.       material: CROPS
  26.       xp: 2.0
  27.     wheat:
  28.       material: WHEAT
  29.       xp: 2.0
  30.     sugar_cane:
  31.       material: SUGAR_CANE
  32.       xp: 2.0
  33.     nether_warts:
  34.       material: NETHER_WARTS
  35.       xp: 2.0
  36.     carrot:
  37.       material: CARROT
  38.       xp: 2.0
  39.     melon:
  40.       material: MELON
  41.       xp: 2.0
  42.     potato:
  43.       material: POTATO
  44.       xp: 2.0
  45. miner:
  46.   blocks:
  47.     GOLD_ORE:
  48.       material: GOLD_ORE
  49.       xp: 3.0
  50.     IRON_ORE:
  51.       material: IRON_ORE
  52.       xp: 2.0
  53.     DIAMOND_ORE:
  54.       material: DIAMOND_ORE
  55.       xp: 4.0
  56.     EMERALD_ORE:
  57.       material: EMERALD_ORE
  58.       xp: 5.0
  59.     COAL_ORE:
  60.       material: COAL_ORE
  61.       xp: 1.0
  62.     QUARTZ_ORE:
  63.       material: QUARTZ_ORE
  64.       xp: 2.0
  65.     LAPIS_ORE:
  66.       material: LAPIS_ORE
  67.       xp: 2.0
  68.     GLOWING_REDSTONE_ORE:
  69.       material: GLOWING_REDSTONE_ORE
  70.       xp: 3.0
  71. fishing:
  72.   entities:
  73.     fish:
  74.       entity: DROPPED_ITEM
  75.       xp: 3.0
  76. alchemy:
  77.   items:
  78.     force:
  79.       item: BLAZE_POWDER
  80.       xp: 3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement