mirror of
https://github.com/minetest-mods/warps.git
synced 2024-11-14 22:30:19 +01:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
|
read_globals = {
|
||
|
"DIR_DELIM",
|
||
|
"core",
|
||
|
"dump",
|
||
|
"vector", "nodeupdate",
|
||
|
"VoxelManip", "VoxelArea",
|
||
|
"PseudoRandom", "ItemStack",
|
||
|
"AreaStore",
|
||
|
"default",
|
||
|
table = { fields = { "copy", "getn" } }
|
||
|
}
|
||
|
|
||
|
globals = {
|
||
|
"minetest"
|
||
|
}
|
||
|
|