EarendelDevelopers / EarendelDevelopers/factorio-mods

Add phase-4 support for mod "Rocky Optima" in space-exploration-postprocess

Open
#174 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
17
Forks
4
PR merge metrics
No merged PRs in 30d

Description

[This is mod](https://mods.factorio.com/mod/rocky_optima) made by me and try to format all rocket launch related content and do some change in recipe,
as the result,I need to change the satellite subgroup and order after your mod change it in phase-4,
Therefore,I what to add file $/prototypes/phase-4/rocky_optimal.lua with content:
```
if(mods["rocky_optima"]) then
data.raw.item["satellite"].subgroup="rocket-launch";
data.raw.item["satellite"].order="[satellite]->[se-satellite-telemetry]";
end
```

and add line require("prototypes/phase-4/rocky_optima") in specific section of $/data-final-fixes.lua at any order.

or you can just do conditional ```require("__rocky_optima__.prototype.phase-4.space-exploration-postprocess.rocky_optima");```

so anychange I want to make will not being in need of requesting.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.