22 lines
252 B
Text
22 lines
252 B
Text
|
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",
|
||
|
}
|