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