mirror of
https://github.com/minetest-mods/nether.git
synced 2025-11-01 08:15:28 +01:00
Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa22033711 | |||
| da15db184e | |||
| 96a7ac2977 | |||
| 1df107ab94 | |||
| 69e8253193 | |||
| 0eb79653d8 | |||
| 23a6919a49 | |||
| dc21f026f6 | |||
| 6f312d6999 | |||
| e3e793d5be | |||
| 96ef16bf2a | |||
| 44f3912add | |||
| 4ff727909c | |||
| 7f5b4277dd | |||
| 733ac1690a | |||
| 3b3fb6d1dd | |||
| 3292146e3c | |||
| e5e74c839f | |||
| bd2e065ad9 | |||
| 776a8c95b0 | |||
| 4950143a00 | |||
| ddd27690eb | |||
| e0656eacae | |||
| 89db416d09 | |||
| bfdd8d18b4 | |||
| 60d4f8c7df | |||
| 281d6fc07f | |||
| 97cf3250e4 | |||
| c0481ea4ca | |||
| 3577fd1f5e | |||
| 9ab325fa8c | |||
| 9e3d5bf997 | |||
| c5ef9136ec |
4
init.lua
4
init.lua
@@ -57,8 +57,8 @@ nether.fogColor = { -- only used if climate_api is installed
|
||||
|
||||
|
||||
-- Settings
|
||||
nether.DEPTH_CEILING = -5000 -- The y location of the Nether's celing
|
||||
nether.DEPTH_FLOOR = -11000 -- The y location of the Nether's floor
|
||||
nether.DEPTH_CEILING = -25000 -- The y location of the Nether's celing
|
||||
nether.DEPTH_FLOOR = -31000 -- The y location of the Nether's floor
|
||||
nether.FASTTRAVEL_FACTOR = 8 -- 10 could be better value for Minetest, since there's no sprint, but ex-Minecraft players will be mathing for 8
|
||||
nether.PORTAL_BOOK_LOOT_WEIGHTING = 0.9 -- Likelyhood of finding the Book of Portals (guide) in dungeon chests. Set to 0 to disable.
|
||||
nether.NETHER_REALM_ENABLED = true -- Setting to false disables the Nether and Nether portal
|
||||
|
||||
Reference in New Issue
Block a user