mirror of
https://github.com/mt-mods/dreambuilder_hotbar.git
synced 2024-11-22 06:33:45 +01:00
62d268afa4
fixes #1
16 lines
234 B
Lua
16 lines
234 B
Lua
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
"VoxelManip",
|
|
|
|
-- Minetest
|
|
"minetest", "DIR_DELIM",
|
|
"vector", "ItemStack",
|
|
"dump", "VoxelArea",
|
|
|
|
-- Deps
|
|
"dreambuilder_theme"
|
|
}
|