mirror of
https://github.com/OgelGames/fakelib.git
synced 2024-11-13 07:20:17 +01:00
14 lines
124 B
Lua
14 lines
124 B
Lua
|
|
globals = {
|
|
"fakelib",
|
|
}
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"dump",
|
|
"table.copy",
|
|
"ItemStack",
|
|
"vector",
|
|
"math.round",
|
|
}
|