mirror of
https://github.com/mt-mods/dreambuilder_hotbar.git
synced 2025-01-26 05:21:28 +01:00
3ef7cf9a93
Co-authored-by: OgelGames <olliverdc28@gmail.com>
12 lines
123 B
Lua
12 lines
123 B
Lua
read_globals = {
|
|
-- Stdlib
|
|
"string",
|
|
"table",
|
|
|
|
-- Minetest
|
|
"minetest", "DIR_DELIM",
|
|
|
|
-- Deps
|
|
"dreambuilder_theme"
|
|
}
|