mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 04:16:30 +00:00
7 lines
No EOL
106 B
Lua
7 lines
No EOL
106 B
Lua
globals = {
|
|
"minetest", "basic_materials", "crafting",
|
|
}
|
|
|
|
read_globals = {
|
|
"default", "xcompat",
|
|
} |