mirror of
https://github.com/mt-mods/dreambuilder_hotbar.git
synced 2025-03-14 11:12:28 +01:00
12 lines
123 B
Lua
12 lines
123 B
Lua
read_globals = {
|
|
-- Stdlib
|
|
"string",
|
|
"table",
|
|
|
|
-- Minetest
|
|
"minetest", "DIR_DELIM",
|
|
|
|
-- Deps
|
|
"dreambuilder_theme"
|
|
}
|