226b0dc964
* fix crashes due not send itemstacks * fix item returns * fix use of wrong player ref * open only door nodes
14 lines
138 B
Lua
14 lines
138 B
Lua
globals = {
|
|
"travelnet"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Minetest
|
|
"minetest",
|
|
"vector",
|
|
"ItemStack",
|
|
|
|
-- Deps
|
|
"creative", "mesecon", "mtt"
|
|
}
|