mirror of
				https://github.com/minetest-mods/nether.git
				synced 2025-11-04 09:35:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			433 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			433 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
unused_args = false
 | 
						|
allow_defined_top = true
 | 
						|
 | 
						|
globals = {
 | 
						|
	"bucket",
 | 
						|
	"nether"
 | 
						|
}
 | 
						|
 | 
						|
read_globals = {
 | 
						|
	"climate_api",
 | 
						|
	"core",
 | 
						|
	"default",
 | 
						|
	"DIR_DELIM",
 | 
						|
	"dump",
 | 
						|
	"dungeon_loot",
 | 
						|
	"intllib",
 | 
						|
	"ItemStack",
 | 
						|
	"loot",
 | 
						|
	"doc",
 | 
						|
	"math.hypot",
 | 
						|
	"mesecon",
 | 
						|
	"minetest",
 | 
						|
	"nodeupdate",
 | 
						|
	"PcgRandom",
 | 
						|
	"PseudoRandom",
 | 
						|
	"stairs",
 | 
						|
	"stairsplus",
 | 
						|
	"string.split",
 | 
						|
	table = { fields = { "copy", "getn" } },
 | 
						|
	"vector",
 | 
						|
	"VoxelArea",
 | 
						|
	"VoxelManip",
 | 
						|
}
 | 
						|
 |