forked from your-land-mirror/player_settings
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			735 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			735 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
read_globals = {
 | 
						|
    "DIR_DELIM", "INIT",
 | 
						|
 | 
						|
    "minetest", "core",
 | 
						|
    "dump", "dump2",
 | 
						|
 | 
						|
    "Raycast",
 | 
						|
    "Settings",
 | 
						|
    "PseudoRandom",
 | 
						|
    "PerlinNoise",
 | 
						|
    "VoxelManip",
 | 
						|
    "SecureRandom",
 | 
						|
    "VoxelArea",
 | 
						|
    "PerlinNoiseMap",
 | 
						|
    "PcgRandom",
 | 
						|
    "ItemStack",
 | 
						|
    "AreaStore",
 | 
						|
 | 
						|
    "vector",
 | 
						|
 | 
						|
    "flow",
 | 
						|
 | 
						|
    table = {
 | 
						|
        fields = {
 | 
						|
            "copy",
 | 
						|
            "indexof",
 | 
						|
            "insert_all",
 | 
						|
            "key_value_swap",
 | 
						|
            "shuffle",
 | 
						|
        }
 | 
						|
    },
 | 
						|
 | 
						|
    string = {
 | 
						|
        fields = {
 | 
						|
            "split",
 | 
						|
            "trim",
 | 
						|
        }
 | 
						|
    },
 | 
						|
 | 
						|
    math = {
 | 
						|
        fields = {
 | 
						|
            "hypot",
 | 
						|
            "sign",
 | 
						|
            "factorial"
 | 
						|
        }
 | 
						|
    },
 | 
						|
}
 | 
						|
 | 
						|
globals = {
 | 
						|
    "player_settings",
 | 
						|
} |