mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-11-27 12:35:32 +01:00
add stairs api (#56)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
globals = {
|
||||
"minetest",
|
||||
"core",
|
||||
"xcompat",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"default",
|
||||
"mcl_sounds",
|
||||
"ks_sounds",
|
||||
@@ -18,4 +22,5 @@ read_globals = {
|
||||
"player_api",
|
||||
"mcl_player",
|
||||
"fl_player",
|
||||
"stairs",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user