mirror of
https://github.com/HybridDog/builtin_item.git
synced 2024-12-22 08:50:27 +01:00
13 lines
166 B
Lua
13 lines
166 B
Lua
read_globals = {
|
|
minetest = {
|
|
fields = {
|
|
registered_entities = {
|
|
read_only = false,
|
|
other_fields = true
|
|
}
|
|
},
|
|
other_fields = true
|
|
},
|
|
"vector"
|
|
}
|