This mod add this remote interface: "wizz_remote_alien_loot"
with two function:
- add("loot_name", count) >> add item to the virtual box (negative count work)
- get("loot_name") >> return the current count item in virtual loot box
List of valid loot_name: (if not one of this the function does nothing)
- "wizz-alien-material"
- "wizz-alien-fluid"
- "wizz-alien-artefact"
How it work:
- Reference: https://lua-api.factorio.com/latest/LuaRemote.html
Example: remote.call("wizz_remote_alien_loot", "add", "wizz-alien-material", 1000)
You can send me feedback in this discussion.
Have a nice day