mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-06 02:10:26 +01:00
23 lines
349 B
Lua
23 lines
349 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_comment_line_length = 999
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"minetest", "core",
|
|
"unpack",
|
|
"dump",
|
|
table = { fields = { "copy", "getn" } },
|
|
"vector", "nodeupdate",
|
|
"VoxelManip", "VoxelArea",
|
|
"PseudoRandom", "ItemStack",
|
|
"default",
|
|
"homedecor",
|
|
"screwdriver",
|
|
"unifieddyes",
|
|
}
|
|
|
|
globals = {
|
|
}
|
|
|