settingtypes.txt 1.4 KB

12345678910111213141516171819202122232425
  1. # Travelling a short distance in the Nether can correspond to a much further distance on the surface.
  2. #
  3. # A factor of 10 might be a better value for Minetest, since there's no sprint, but ex-Minecraft players will be mathing for 8.
  4. nether_fasttravel_factor (Nether fast-travel factor) int 8
  5. # The likelyhood of finding a Book containing all the portal plans in a dungeon chest.
  6. # Set to 0 to disable, or 10 to have it extremely common.
  7. #
  8. # (This value will be treated as 0 when the Nether portal is the only type of portal available, or when the help modpack is installed)
  9. nether_portalBook_loot_weighting (Likelyhood of finding Book of Portals in dungeon chests) int 9
  10. # Turn off to disable the Nether and Nether portal
  11. nether_realm_enabled (Enable Nether realm & portal) bool true
  12. # Enables the Floatlands portal api code example
  13. nether_enable_portal_example_floatlands (Enable example portal: Floatlands) bool false
  14. # Enables the Surface-travel portal api code example
  15. nether_enable_portal_example_surfacetravel (Enable example portal: Surface-travel) bool false
  16. [Nether depth]
  17. #The depth where the Nether begins / the Nether ceiling
  18. nether_depth_ymax (Upper limit of Nether) int -5000 -30000 32767
  19. #The lower limit of the Nether must be at least 1000 lower than the upper limit, and more than 3000 lower is recommended.
  20. nether_depth_ymin (Lower limit of Nether) int -11000 -32768 30000