Advertisement
shanermcg

cofh dungeon generation

May 26th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "BlizzDungeon": {
  3. "template": {
  4. "type": "uniform",
  5. "generator": "dungeon",
  6. "spawnEntity": "Blizz",
  7. "spawnerFloor": {
  8. "name": "Railcraft:brick.frostbound",
  9. "metadata": 5
  10. },
  11. "lootTable": "dungeonChest",
  12. "minHoles": 0,
  13. "maxChests": 4
  14. },
  15. "block": "minecraft:packed_ice",
  16. "material": "minecraft:stone",
  17. "numClusters": 1,
  18. "minHeight": 0,
  19. "maxHeight": 128,
  20. "retrogen": "false",
  21. "biomeRestriction": "none",
  22. "chunkChance": 25
  23. },
  24. "BlazeDungeon": {
  25. "template": {
  26. "type": "uniform",
  27. "generator": "dungeon",
  28. "spawnEntity": "Blaze",
  29. "spawnerFloor": {
  30. "name": "Railcraft:brick.infernal",
  31. "metadata": 5
  32. },
  33. "lootTable": "dungeonChest",
  34. "minHoles": 0,
  35. "maxChests": 4
  36. },
  37. "block": "minecraft:nether_brick",
  38. "material": "minecraft:stone",
  39. "numClusters": 1,
  40. "minHeight": 0,
  41. "maxHeight": 128,
  42. "retrogen": "false",
  43. "biomeRestriction": "none",
  44. "chunkChance": 25
  45. },
  46. "BlitzDungeon": {
  47. "template": {
  48. "type": "uniform",
  49. "generator": "dungeon",
  50. "spawnEntity": "Blitz",
  51. "spawnerFloor": "minecraft:sandstone",
  52. "lootTable": "dungeonChest",
  53. "minHoles": 0,
  54. "maxChests": 4
  55. },
  56. "block": {
  57. "name": "minecraft:sandstone",
  58. "metadata": 1
  59. },
  60. "material": "minecraft:stone",
  61. "numClusters": 1,
  62. "minHeight": 0,
  63. "maxHeight": 128,
  64. "retrogen": "false",
  65. "biomeRestriction": "none",
  66. "chunkChance": 25
  67. },
  68. "BasalzDungeon": {
  69. "template": {
  70. "type": "uniform",
  71. "generator": "dungeon",
  72. "spawnEntity": "Basalz",
  73. "spawnerFloor": {
  74. "name": "Railcraft:brick.sandy",
  75. "metadata": 5
  76. },
  77. "lootTable": "dungeonChest",
  78. "minHoles": 0,
  79. "maxChests": 4
  80. },
  81. "block": "minecraft:hardened_clay",
  82. "material": "minecraft:stone",
  83. "numClusters": 1,
  84. "minHeight": 0,
  85. "maxHeight": 128,
  86. "retrogen": "false",
  87. "biomeRestriction": "none",
  88. "chunkChance": 25
  89. }
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement