mirror of
https://github.com/HybridDog/we_undo.git
synced 2024-12-12 17:13:16 +01:00
22 lines
312 B
Lua
22 lines
312 B
Lua
read_globals = {
|
|
"dump",
|
|
"vector",
|
|
"VoxelArea",
|
|
minetest = {
|
|
fields = {
|
|
add_node = {
|
|
read_only = false
|
|
},
|
|
place_schematic = {
|
|
read_only = false
|
|
},
|
|
registered_chatcommands = {
|
|
read_only = false,
|
|
other_fields = true
|
|
}
|
|
},
|
|
other_fields = true
|
|
}
|
|
}
|
|
globals = {"worldedit"}
|