I am looking to see if it is possible to do prototype name migrations, like .json migrations inside of .lua migrations file. Specifically, I want to run prototype migrations only if a specific mod is not installed.
It seems .json migrations run even if its newly added to a save
Search found 3 matches
- Mon Oct 27, 2025 2:27 pm
- Forum: Modding help
- Topic: prototypes migrations in lua migration
- Replies: 1
- Views: 156
- Tue Oct 21, 2025 9:59 pm
- Forum: Modding help
- Topic: [2.0.71] Logistics groups active on cargo landing pad with space age disabled
- Replies: 2
- Views: 230
Re: [2.0.71] Logistics groups active on cargo landing pad with space age disabled
Sorry I should have clarified better, this instance has the space-age mod as incompatible but uses a space age feature flag
- Tue Oct 21, 2025 9:21 pm
- Forum: Modding help
- Topic: [2.0.71] Logistics groups active on cargo landing pad with space age disabled
- Replies: 2
- Views: 230
[2.0.71] Logistics groups active on cargo landing pad with space age disabled
When a mod that has 'space_travel_required = true' and you do not have space age enabled, the cargo landing pad has logistics groups enabled for it but nothing can use them by default. In my specific case it is with space-exploration and stack-inserters mods. I was looking for a way to disable them ...