Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. naturalSandBiomes = forBiomes(2, 81, 90, 95, 98 )
  2. sandHighland = forBiomes(66)
  3. mudLands = forBiomes(110)
  4. netherLand = forBiomes(63)
  5. Mesa = forBiomes(37)
  6. oceanBiomes = forBiomes(0, 24, 96, 97)
  7.  
  8. all.registerGenBlockRep("minecraft:water", "minecraft:air")
  9. oceanBiomes.set("genWeight", 50)
  10.  
  11. all = forAllBiomes()
  12. all.set("genWeight", 11)
  13. all.set("isSpawnBiome", false)
  14.  
  15. VanillaBiomes = forBiomes(156, 28, 155, 27, 70, 31, 158, 123 30, 20, 131, 3, 88, 162, 34, 4, 18, 13, 140, 12, 149, 21, 151, 23, 22, 160, 33, 32, 166, 38, 167, 157, 29, 163, 164, 36, 35, 25, 134, 6, 133, 5, 19)
  16. VanillaBiomes.remove()
  17.  
  18. #natural sand biome config
  19.  
  20. naturalSandBiomes.addToGeneration("WARM", 20000)
  21. naturalSandBiomes.addToGeneration("COOL", 20000)
  22. naturalSandBiomes.addToGeneration("DESERT", 20000)
  23. naturalSandBiomes.addToGeneration("ICY", 20000)
  24.  
  25. naturalSandBiomes.set("enableRain", false)
  26. naturalSandBiomes.set("temperature", 2.0)
  27. naturalSandBiomes.set("humidity", 0.0)
  28.  
  29. naturalSandBiomes.removeAllSpawns("CREATURE")
  30. naturalSandBiomes.removeAllSpawns("MONSTER")
  31. naturalSandBiomes.removeAllSpawns("WATER_CREATURE")
  32. naturalSandBiomes.addSpawn("net.minecraft.entity.monster.EntityZombie", "MONSTER", 100, 4, 4)
  33. naturalSandBiomes.addSpawn("net.minecraft.entity.monster.EntitySkeleton", "MONSTER", 100, 4, 4)
  34. naturalSandBiomes.addSpawn("net.minecraft.entity.monster.EntityCreeper", "MONSTER", 100, 4, 4)
  35. naturalSandBiomes.addSpawn("net.minecraft.entity.monster.EntitySpider", "MONSTER", 100, 4, 4)
  36. naturalSandBiomes.addSpawn("net.minecraft.entity.monster.EntityEnderman", "MONSTER", 10, 1, 4)
  37.  
  38. naturalSandBiomes.removeDecoration("LAKE")
  39. naturalSandBiomes.removeDecoration("TREE")
  40. naturalSandBiomes.removeFeature("DUNGEON")
  41.  
  42. naturalSandBiomes.set("isSpawnBiome", true)
  43. naturalSandBiomes.set("genWeight", 50000)
  44. naturalSandBiomes.set("genVillages", false)
  45. naturalSandBiomes.set("genStrongholds", false)
  46.  
  47. #Sandy Highland
  48.  
  49. sandHighland.addToGeneration("WARM", 10000)
  50. sandHighland.addToGeneration("COOL", 10000)
  51. sandHighland.addToGeneration("DESERT", 10000)
  52. sandHighland.addToGeneration("ICY", 10000)
  53.  
  54. sandHighland.set("topBlock", "minecraft:sand")
  55. sandHighland.set("enableRain", false)
  56. sandHighland.set("temperature", 2.0)
  57. sandHighland.set("humidity", 0.0)
  58.  
  59. sandHighland.removeAllSpawns("CREATURE")
  60. sandHighland.removeAllSpawns("MONSTER")
  61. sandHighland.removeAllSpawns("WATER_CREATURE")
  62. sandHighland.addSpawn("net.minecraft.entity.monster.EntityZombie", "MONSTER", 100, 4, 4)
  63. sandHighland.addSpawn("net.minecraft.entity.monster.EntitySkeleton", "MONSTER", 100, 4, 4)
  64. sandHighland.addSpawn("net.minecraft.entity.monster.EntityCreeper", "MONSTER", 100, 4, 4)
  65. sandHighland.addSpawn("net.minecraft.entity.monster.EntitySpider", "MONSTER", 100, 4, 4)
  66. sandHighland.addSpawn("net.minecraft.entity.monster.EntityEnderman", "MONSTER", 10, 1, 4)
  67. sandHighland.addSpawn("net.minecraft.entity.passive.EntityHorse", "CREATURE", 5, 1, 2)
  68.  
  69. sandHighland.removeDecoration("LAKE")
  70. sandHighland.removeDecoration("TREE")
  71. sandHighland.removeFeature("DUNGEON")
  72.  
  73. sandHighland.set("genWeight", 30000)
  74. sandHighland.set("genVillages", false)
  75. sandHighland.set("genStrongholds", false)
  76.  
  77. # Mudlands
  78.  
  79. mudLands.addToGeneration("WARM", 7000)
  80. mudLands.addToGeneration("COOL", 7000)
  81. mudLands.addToGeneration("DESERT", 7000)
  82. mudLands.addToGeneration("ICY", 7000)
  83.  
  84. mudLands.set("enableRain", true)
  85. mudLands.set("temperature", 0.9)
  86. mudLands.set("humidity", 1.0)
  87.  
  88. mudLands.removeAllSpawns("CREATURE")
  89. mudLands.removeAllSpawns("MONSTER")
  90. mudLands.removeAllSpawns("WATER_CREATURE")
  91. mudLands.addSpawn("net.minecraft.entity.monster.EntitySpider", "MONSTER", 150, 4, 6)
  92. mudLands.addSpawn("net.minecraft.entity.monster.EntitySlime", "MONSTER", 100, 4, 4)
  93.  
  94. mudLands.removeDecoration("LAKE")
  95. mudLands.removeDecoration("TREE")
  96. mudLands.removeFeature("DUNGEON")
  97.  
  98. mudLands.set("genWeight", 25000)
  99. mudLands.set("genVillages", false)
  100. mudLands.set("genStrongholds", false)
  101.  
  102. #Soul sand
  103.  
  104. netherLand.addToGeneration("WARM", 5000)
  105. netherLand.addToGeneration("COOL", 5000)
  106. netherLand.addToGeneration("DESERT", 5000)
  107. netherLand.addToGeneration("ICY", 5000)
  108.  
  109. netherLand.set("topBlock", "minecraft:soul_sand")
  110. netherLand.set("fillerBlock", "minecraft:netherrack")
  111. netherLand.set("enableRain", false)
  112. netherLand.set("temperature", 2.0)
  113. netherLand.set("humidity", 0.0)
  114.  
  115. netherLand.removeAllSpawns("CREATURE")
  116. netherLand.removeAllSpawns("MONSTER")
  117. netherLand.removeAllSpawns("WATER_CREATURE")
  118. netherLand.addSpawn("mods.natura.entity.HeatscarSpider", "MONSTER", 50, 1, 4)
  119. netherLand.addSpawn("net.minecraft.entity.monster.EntityMagmaCube", "MONSTER", 10, 2, 4)
  120. netherLand.addSpawn("gravestone.entity.monster.EntityWitherSkullCrawler", "MONSTER", 8, 1, 4)
  121. netherLand.addSpawn(""mods.natura.entity.BabyHeatscarSpider"", "MONSTER", 20, 4, 4)
  122.  
  123. netherLand.removeDecoration("LAKE")
  124. netherLand.removeDecoration("TREE")
  125. netherLand.removeFeature("DUNGEON")
  126.  
  127. netherLand.set("genWeight", 15000)
  128. netherLand.set("genVillages", false)
  129. netherLand.set("genStrongholds", false)
  130.  
  131. #Mesa
  132.  
  133. Mesa.addToGeneration("WARM", 7000)
  134. Mesa.addToGeneration("COOL", 7000)
  135. Mesa.addToGeneration("DESERT", 7000)
  136. Mesa.addToGeneration("ICY", 7000)
  137.  
  138. Mesa.set("enableRain", false)
  139. Mesa.set("temperature", 2.0)
  140. Mesa.set("humidity", 0.0)
  141.  
  142. Mesa.removeDecoration("LAKE")
  143. Mesa.removeDecoration("TREE")
  144. Mesa.removeFeature("DUNGEON")
  145.  
  146. Mesa.set("genWeight", 20000)
  147. Mesa.set("genVillages", false)
  148. Mesa.set("genStrongholds", false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement