Robot Recall, fixed

by Uliet

Lets you recall all robots in your network. Forked from 343N's 0.2.15 version.

2 years ago
0.18 - 1.1
2.48K

b Missing Migrations

2 years ago
(updated 2 years ago)

Hi,
If you load your mod onto save that already has robot research enabled, you have to run /c commands to enable the recipe as the mod is missing Migrations.

Here is an example of my migration that enables a recipe if a force already has researched that technology:
https://github.com/AlienXAXS/AXMatter/blob/master/migrations/aix_matter_0.1.2.lua

You can use this to add a new migration to this mod, if u wish!

The /c commands ran to fix this (for those that might need it is):
/c game.player.force.recipes["robot-recall-chest"].enabled = true
/c game.player.force.recipes["robot-redistribute-chest"].enabled = true

1 year, 11 months ago

Made the mod work! Thank you very much!

New response