Advertisement
Guest User

Example dungeon loot 1

a guest
Feb 12th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.27 KB | None | 0 0
  1. weight: 1
  2. min_items: 2
  3. max_items: 9
  4. item_groups:
  5.  -
  6.     weight: 1
  7.     items:
  8.      -
  9.         weight: 70
  10.         id: MELON_SEEDS
  11.         minstack: 5
  12.         maxstack: 20
  13.       -
  14.         weight: 70
  15.         id: PUMPKIN_SEEDS
  16.         minstack: 5
  17.         maxstack: 20
  18.       -
  19.         weight: 70
  20.         id: SUGAR_CANE
  21.         minstack: 5
  22.         maxstack: 20
  23.       -
  24.         weight: 200
  25.         id: REDSTONE
  26.         minstack: 2
  27.         maxstack: 8
  28.       -
  29.         weight: 150
  30.         id: IRON_INGOT
  31.         minstack: 2
  32.         maxstack: 4
  33.       -
  34.         weight: 100
  35.         id: SADDLE
  36.         minstack: 1
  37.       -
  38.         weight: 100
  39.         id: GOLD_INGOT
  40.         minstack: 1
  41.         maxstack: 3
  42.       -
  43.         weight: 50
  44.         id: BLAZE_ROD
  45.         minstack: 2
  46.         maxstack: 8
  47.       -
  48.         weight: 70
  49.         id: PUMPKIN_SEEDS
  50.         minstack: 5
  51.         maxstack: 20
  52.       -
  53.         weight: 50
  54.         id: ENDER_PEARL
  55.         minstack: 1
  56.         maxstack: 2
  57.       -
  58.         weight: 50
  59.         id: DIAMOND
  60.         minstack: 1
  61.         maxstack: 2
  62.       -
  63.         weight: 50
  64.         id: SLIME_BALL
  65.         minstack: 1
  66.         maxstack: 10
  67.       -
  68.         weight: 10
  69.         id: ENCHANTED_BOOK
  70.         dmg: 10
  71.         minstack: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement