Advertisement
mastercake10

Untitled

Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.22 KB | None | 0 0
  1. generators:
  2.   generator1:
  3.     blocks:
  4.     - COBBLESTONE:100.0
  5.     permission: ''
  6.     unlock_islandLevel: 1
  7.   generator2:
  8.     blocks:
  9.     - COBBLESTONE:19.0
  10.     - DIAMOND_BLOCK:1.0
  11.     - IRON_ORE:15.0
  12.     - DIAMOND_ORE:40.0
  13.     - COAL_ORE:25.0
  14.     permission: ''
  15.     unlock_islandLevel: 10
  16.   generator3:
  17.     blocks:
  18.     - DIAMOND_BLOCK:5.0
  19.     - DIAMOND_ORE:15.0
  20.     - REDSTONE_ORE:10.0
  21.     - IRON_ORE:20.0
  22.     - COAL_ORE:10.0
  23.     - COBBLESTONE:40.0
  24.     permission: ''
  25.     unlock_islandLevel: 30
  26.   generator4:
  27.     blocks:
  28.     - COBBLESTONE:30.0
  29.     - DIAMOND_ORE:20.0
  30.     - REDSTONE_ORE:15.0
  31.     - IRON_ORE:14.0
  32.     - COAL_ORE:9.0
  33.     - LAPIS_ORE:5.0
  34.     - DIAMOND_BLOCK:7.0
  35.     permission: ''
  36.     unlock_islandLevel: 50
  37.   generator5:
  38.     blocks:
  39.     - DIAMOND_ORE:25.0
  40.     - REDSTONE_ORE:14.0
  41.     - IRON_ORE:15.0
  42.     - IRON_ORE:13.0
  43.     - COAL_ORE:10.0
  44.     - LAPIS_ORE:15.0
  45.     - DIAMOND_BLOCK:8.0
  46.     permission: ''
  47.     unlock_islandLevel: 100
  48.   generator6:
  49.     blocks:
  50.     - DIAMOND_ORE:70.0
  51.     - DIAMOND_BLOCK:10.0
  52.     - COBBLESTONE:20.0
  53.     permission: ''
  54.     unlock_islandLevel: 30000
  55.  
  56. # Here you can define worlds where the generator should not work
  57. disabled-worlds:
  58. - "world_nether"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement