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