Advertisement
BaneOfSmite

Biomeswap config example

Jun 3rd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. # If the biome swapping is enabled
  2. enabled: true
  3.  
  4. # Acceptable swap values (Biomes)
  5. # -------------------------------------------------------------------------------
  6. # ALL, RANDOM, OCEAN, PLAINS, DESERT, EXTREME_HILLS, FOREST, TAIGA, SWAMPLAND,
  7. # RIVER, HELL, SKY, FROZEN_OCEAN, FROZEN_RIVER, ICE_PLAINS, ICE_MOUNTAINS,
  8. # MUSHROOM_ISLAND, MUSHROOM_SHORE, BEACH, DESERT_HILLS, FOREST_HILLS,
  9. # TAIGA_HILLS, SMALL_MOUNTAINS, JUNGLE, JUNGLE_HILLS, JUNGLE_EDGE, DEEP_OCEAN,
  10. # STONE_BEACH, COLD_BEACH, BIRCH_FOREST, BIRCH_FOREST_HILLS, ROOFED_FOREST,
  11. # COLD_TAIGA, COLD_TAIGA_HILLS, MEGA_TAIGA, MEGA_TAIGA_HILLS, EXTREME_HILLS_PLUS,
  12. # SAVANNA, SAVANNA_PLATEAU, MESA, MESA_PLATEAU_F, MESA_PLATEAU
  13. # -------------------------------------------------------------------------------
  14. #
  15. # Usage : OLD_BIOME;NEW_BIOME
  16. #
  17. # Example to swap Plains biome with Deep Ocean,
  18. # and Taiga with Mushroom Island
  19. # --------------------------------------------
  20. # swaps:
  21. # - PLAINS;DEEP_OCEAN
  22. # - TAIGA;MUSHROOM_ISLAND
  23. #
  24. #
  25. # Example to swap all biomes with Mesa
  26. # --------------------------------------------
  27. # swaps:
  28. # - ALL;MESA
  29. #
  30. #
  31. # Example to swap ocean biome with a random biome
  32. # RANDOM can only be used as the NEW_BIOME
  33. # --------------------------------------------
  34. # swaps:
  35. # - OCEAN;RANDOM
  36.  
  37. swaps:
  38. - OCEAN;PLAINS
  39. - DEEP_OCEAN;PLAINS
  40. - BEACH;FOREST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement