Facebook
From sda, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 465
  1. random-drops:
  2.   diament:a
  3.     chance: 5.0
  4.     exp: 0
  5.     fortune: true
  6.     message: ''
  7.     biome: []
  8.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  9.     height:
  10.       min: 0
  11.       max: 25
  12.     amount:
  13.       min: 1
  14.       max: 1
  15.     drop:
  16.       what: DIAMOND
  17.       from: STONE
  18.   szmaragd:
  19.     chance: 5.0
  20.     exp: 0
  21.     fortune: true
  22.     message: ''
  23.     biome: []
  24.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  25.     height:
  26.       min: 0
  27.       max: 60
  28.     amount:
  29.       min: 1
  30.       max: 1
  31.     drop:
  32.       what: EMERALD
  33.       from: STONE
  34.   zloto:
  35.     chance: 5.50
  36.     exp: 0
  37.     fortune: true
  38.     message: ''
  39.     biome: []
  40.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  41.     height:
  42.       min: 0
  43.       max: 60
  44.     amount:
  45.       min: 1
  46.       max: 1
  47.     drop:
  48.       what: GOLD_INGOT
  49.       from: STONE
  50.   zelazo:
  51.     chance: 5.00
  52.     exp: 0
  53.     fortune: true
  54.     message: ''
  55.     biome: []
  56.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE]
  57.     height:
  58.       min: 0
  59.       max: 60
  60.     amount:
  61.       min: 1
  62.       max: 1
  63.     drop:
  64.       what: IRON_INGOT
  65.       from: STONE
  66.   Piasek:
  67.     chance: 8.00
  68.     exp: 0
  69.     fortune: true
  70.     message: ''
  71.     biome: []
  72.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE]
  73.     height:
  74.       min: 0
  75.       max: 60
  76.     amount:
  77.       min: 1
  78.       max: 1
  79.     drop:
  80.       what: SAND
  81.       from: STONE
  82.   wegiel:
  83.     chance: 1.5
  84.     exp: 0
  85.     fortune: true
  86.     message: ''
  87.     biome: []
  88.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
  89.     height:
  90.       min: 0
  91.       max: 60
  92.     amount:
  93.       min: 1
  94.       max: 3
  95.     drop:
  96.       what: COAL
  97.       from: STONE
  98.   redstone:
  99.     chance: 3.00
  100.     exp: 0
  101.     fortune: true
  102.     message: ''
  103.     biome: []
  104.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  105.     height:
  106.       min: 0
  107.       max: 25
  108.     amount:
  109.       min: 1
  110.       max: 6
  111.     drop:
  112.       what: REDSTONE
  113.       from: STONE
  114.   obsydian:
  115.     chance: 3.5
  116.     exp: 0
  117.     fortune: true
  118.     message: ''
  119.     biome: []
  120.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  121.     height:
  122.       min: 0
  123.       max: 60
  124.     amount:
  125.       min: 1
  126.       max: 1
  127.     drop:
  128.       what: OBSIDIAN
  129.       from: STONE
  130.   Apple:
  131.     chance: 2.0
  132.     exp: 0
  133.     fortune: true
  134.     message: ''
  135.     biome: []
  136.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  137.     height:
  138.       min: 0
  139.       max: 60
  140.     amount:
  141.       min: 1
  142.       max: 1
  143.     drop:
  144.       what: APPLE
  145.       from: STONE
  146.   book:
  147.     chance: 2.0
  148.     exp: 0
  149.     fortune: true
  150.     message: ''
  151.     biome: []
  152.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  153.     height:
  154.       min: 0
  155.       max: 60
  156.     amount:
  157.       min: 1
  158.       max: 1
  159.     drop:
  160.       what: BOOK
  161.       from: STONE
  162.   perla:
  163.     chance: 0.1
  164.     exp: 0
  165.     fortune: false
  166.     message: ''
  167.     biome: []
  168.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  169.     height:
  170.       min: 0
  171.       max: 60
  172.     amount:
  173.       min: 1
  174.       max: 1
  175.     drop:
  176.       what: ENDER_PEARL
  177.       from: STONE
  178.   proch:
  179.     chance: 1.25
  180.     exp: 0
  181.     fortune: true
  182.     message: ''
  183.     biome: []
  184.     tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  185.     height:
  186.       min: 0
  187.       max: 60
  188.     amount:
  189.       min: 1
  190.       max: 4
  191.     drop:
  192.       what: SULPHUR  
  193.       from: STONE
  194. cancel-drops:
  195. - DIAMOND_ORE
  196. - EMERALD_ORE
  197. - GOLD_ORE
  198. - IRON_ORE
  199. - REDSTONE_ORE
  200. - MOB_SPAWNER
  201. exp-drops:
  202.   STONE: 20
  203.   OBSIDIAN: 60