mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-10 01:13:52 +01:00
30 lines
321 B
Lua
30 lines
321 B
Lua
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"default",
|
|
"dump",
|
|
"ItemStack",
|
|
"pipeworks",
|
|
"PseudoRandom",
|
|
"stairsplus",
|
|
"intllib",
|
|
"Settings",
|
|
math = { fields = {"sign"} },
|
|
"minetest",
|
|
"vector",
|
|
"VoxelArea",
|
|
"VoxelManip",
|
|
}
|
|
|
|
ignore = {
|
|
"211",
|
|
"212",
|
|
"213",
|
|
"422",
|
|
"432",
|
|
"611",
|
|
"612",
|
|
"621",
|
|
"631"
|
|
}
|