Search found 2 matches
- Sun Jun 14, 2026 8:02 pm
- Forum: News
- Topic: Friday Facts #441 - Space logistics improvements
- Replies: 126
- Views: 25251
Re: Friday Facts #441 - Space logistics improvements
1. Cargo Landing pad can only be set to either Read Contents or Set Requests. Did you consider enabling both and assigning one to each of Red/Green networks?
+1
Since the FFF states that the space platform hub will be able to do both at the same time, please update the cargo landing pad ...
- Mon Jun 27, 2022 7:16 pm
- Forum: Modding help
- Topic: How do I create an 'item-request-proxy' to update existing modules?
- Replies: 0
- Views: 1026
How do I create an 'item-request-proxy' to update existing modules?
I'm trying to replace existing modules in a building using a 'item-request-proxy'.
I'm creating the proxy simply with
surface.create_entity({
name="item-request-proxy",
position=other.position,
force=other.force,
target=other,
modules=items
})
Where 'other' is a valid entity and 'items ...
I'm creating the proxy simply with
surface.create_entity({
name="item-request-proxy",
position=other.position,
force=other.force,
target=other,
modules=items
})
Where 'other' is a valid entity and 'items ...