dfd766b89d
Additionally, a bit of code cleanup, add a spawn_falling_node function, expose less globals
14 lines
279 B
Lua
14 lines
279 B
Lua
read_globals = {"minetest", "vector", "math", "table", "ItemStack", "dump",
|
|
"VoxelArea", "VoxelManip", "PseudoRandom",
|
|
"default", "treecapitator",
|
|
nyancat = {
|
|
fields = {
|
|
place = {
|
|
read_only = false,
|
|
}
|
|
},
|
|
other_fields = true
|
|
}
|
|
}
|
|
globals = {"nyanland_height"}
|