mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 00:50:17 +01:00
22 lines
252 B
Lua
22 lines
252 B
Lua
globals = {
|
|
"minetest",
|
|
"xcompat",
|
|
}
|
|
|
|
read_globals = {
|
|
"default",
|
|
"mcl_sounds",
|
|
"ks_sounds",
|
|
"nodes_nature",
|
|
"fl_stone",
|
|
"fl_topsoil",
|
|
"fl_trees",
|
|
"hades_sounds",
|
|
"rp_sounds",
|
|
"mtt",
|
|
"sounds",
|
|
"player_api",
|
|
"mcl_player",
|
|
"fl_player",
|
|
}
|