mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 15:13:51 +01:00
27 lines
291 B
Plaintext
27 lines
291 B
Plaintext
|
allow_defined_top = true
|
||
|
|
||
|
read_globals = {
|
||
|
"default",
|
||
|
"dump",
|
||
|
"ItemStack",
|
||
|
"PseudoRandom",
|
||
|
"stairsplus",
|
||
|
"intllib",
|
||
|
"Settings",
|
||
|
math = { fields = {"sign"} },
|
||
|
"minetest",
|
||
|
"vector",
|
||
|
"VoxelArea",
|
||
|
"VoxelManip",
|
||
|
}
|
||
|
|
||
|
ignore = {
|
||
|
"211",
|
||
|
"212",
|
||
|
"213",
|
||
|
"611",
|
||
|
"612",
|
||
|
"621",
|
||
|
"631"
|
||
|
}
|