Added luachechrc
This commit is contained in:
parent
28bf2612fd
commit
626b12c0cb
|
@ -2,7 +2,7 @@ unused_args = false
|
||||||
allow_defined_top = true
|
allow_defined_top = true
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"minetest",
|
"minetest","mcl_tmp_message","mcl_player"
|
||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
|
@ -22,7 +22,7 @@ read_globals = {
|
||||||
"mcl_loot", "tga_encoder", "mcl_util", "flowlib", "mcl_sounds", "mcl_autogroup",
|
"mcl_loot", "tga_encoder", "mcl_util", "flowlib", "mcl_sounds", "mcl_autogroup",
|
||||||
"mcl_events", "biomeinfo", "mcl_damage", "mcl_particles", "mcl_worlds", "mcl_colors",
|
"mcl_events", "biomeinfo", "mcl_damage", "mcl_particles", "mcl_worlds", "mcl_colors",
|
||||||
"mcl_explosions", "mcl_vars", "controls", "walkover", "mcl_meshhand", "mcl_fovapi",
|
"mcl_explosions", "mcl_vars", "controls", "walkover", "mcl_meshhand", "mcl_fovapi",
|
||||||
"playerphysics", "mcl_hunger", "mcl_death_drop", "mcl_player", "mcl_playerplus",
|
"playerphysics", "mcl_hunger", "mcl_death_drop", "mcl_playerplus",
|
||||||
"mcl_gamemode", "mcl_spawn", "mcl_skins", "mcl_sprint", "mcl_playerinfo",
|
"mcl_gamemode", "mcl_spawn", "mcl_skins", "mcl_sprint", "mcl_playerinfo",
|
||||||
"mcl_item_id", "tt", "mcl_craftguide", "doc", "mcl_dripping",
|
"mcl_item_id", "tt", "mcl_craftguide", "doc", "mcl_dripping",
|
||||||
"mcl_entity_invs", "mcl_item_entity", "mcl_burning",
|
"mcl_entity_invs", "mcl_item_entity", "mcl_burning",
|
||||||
|
|
Reference in New Issue