This mod adds a way to add a new building method in factorio where you dont need to craft the building/s but instead build sub buildings to make the full structure on the map.
The way to add to the calls is to do
remote.call("Multiblocks", "add", name_of_final_machine, {parts={[array of parts]},return={name=name_of_return_machine,relative_position=relative_position_from_final_placed_machine}}
parts is structured this way {name=required_machine_name,relative_position=relative_position_from_final_placed_machine}
you can remove listings with remote.call("Multiblocks", "remove", name_of_final_machine)
and you can get table of the machine this way remote.call("Multiblocks", "get", name_of_final_machine)