mirror of
				https://github.com/minetest-mods/nether.git
				synced 2025-11-04 09:35:35 +01:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			v3.4
			...
			3577fd1f5e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3577fd1f5e | |||
| 9ab325fa8c | |||
| 9e3d5bf997 | |||
| c5ef9136ec | 
							
								
								
									
										4
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
									
									
									
									
								
							@@ -44,8 +44,8 @@ nether.useBiomes      = minetest.get_mapgen_setting("mg_name") ~= "v6" and minet
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
-- 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
 | 
			
		||||
 
 | 
			
		||||
@@ -497,4 +497,4 @@ end
 | 
			
		||||
-- if a biome defines the dungeon nodes
 | 
			
		||||
minetest.set_gen_notify({dungeon = true})
 | 
			
		||||
 | 
			
		||||
minetest.register_on_generated(on_generated)
 | 
			
		||||
minetest.register_on_generated(on_generated)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user