mirror of
				https://github.com/minetest-mods/moreblocks.git
				synced 2025-11-04 15:35:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			391 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			391 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
std = "lua51+luajit+minetest+stairsplus"
 | 
						|
unused_args = false
 | 
						|
max_line_length = 120
 | 
						|
 | 
						|
stds.minetest = {
 | 
						|
	read_globals = {
 | 
						|
		"DIR_DELIM",
 | 
						|
		"minetest",
 | 
						|
		"core",
 | 
						|
		"dump",
 | 
						|
		"vector",
 | 
						|
		"nodeupdate",
 | 
						|
		"VoxelManip",
 | 
						|
		"VoxelArea",
 | 
						|
		"PseudoRandom",
 | 
						|
		"ItemStack",
 | 
						|
		"default",
 | 
						|
		"table",
 | 
						|
		"math",
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
stds.stairsplus = {
 | 
						|
	globals = {
 | 
						|
		"stairsplus",
 | 
						|
	},
 | 
						|
	read_globals = {
 | 
						|
		"default",
 | 
						|
	},
 | 
						|
}
 |