Multiblocks


Multiblocks allows anyone to make multiblocks in factorio with a simple api call

6 years ago
0.15
4
Owner:
WildWolf
Source:
N/A
Homepage:
https://forums.factorio.com/53093
License:
MIT
Created:
6 years ago
Latest Version:
1.0.1 (6 years ago)
Factorio version:
0.15
Downloaded by:
4 users

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)