* persist template metadata * composition tool * composition utils * wip * wip * use swap_node for handles * formspec * wip * set composition origin to first min-pos * composition duplication and we area * wallmounted replacement --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
16 lines
169 B
Lua
16 lines
169 B
Lua
std = "minetest+min"
|
|
|
|
globals = {
|
|
"pick_and_place",
|
|
"worldedit"
|
|
}
|
|
|
|
read_globals = {
|
|
"mapsync",
|
|
"mtt",
|
|
"blockexchange",
|
|
"travelnet",
|
|
"display_api",
|
|
"advtrains"
|
|
}
|