mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-19 22:03:54 +01:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
|
allow_defined_top = true
|
||
|
|
||
|
read_globals = {
|
||
|
"minetest", "default",
|
||
|
"dump", "vector",
|
||
|
"VoxelManip", "VoxelArea",
|
||
|
"ItemStack", "PseudoRandom",
|
||
|
"stairsplus", "intllib",
|
||
|
"Settings",
|
||
|
math = { fields = {"sign"} }
|
||
|
}
|