Update to the now-split Western North Carolina Piggyback Service - Bryson Industry version 1.5

https://www.nexusmods.com/railroader/mods/902
This commit is contained in:
2025-09-11 22:41:21 -05:00
parent 8c7969f515
commit 67c0d5f6ae
6 changed files with 125 additions and 88 deletions

View File

@@ -0,0 +1,37 @@
{
"manifestVersion": 5,
"id": "Embedded.PiggyBackBryson",
"name": "Embeddeds Piggyback Bryson Industry and trailers",
"version": "1.5",
"requires": [
"Zamu.StrangeCustoms", "Embedded.PiggyBackBase"
],
"loadAfter": [
{ "id": "Embedded.PiggyBackBase"},
{ "id": "BrysonLoopV1.0" },
{ "id": "ForTheIronyOfIt" },
{ "id": "Rinzler.BrysonWYEInterchange"},
{ "id": "CF.BrysonAdditons" }
],
"mixintos": {
"game-graph": [
"file(BrysonIndustry.json)",
{
"mixinto": "file(Loopmigration.json)",
"requires": [ { "id": "BrysonLoopV1.0"} ]
},
{
"mixinto": "file(FTIOImigration.json)",
"requires": [ { "id": "ForTheIronyOfIt" } ]
},
{
"mixinto": "file(MainMigration.json)",
"requires": [ { "id": "Rinzler.BrysonWYEInterchange"}]
},
{
"mixinto": "file(Loop-Ironymigration.json)",
"requires": [ { "id": "BrysonLoopV1.0"}, { "id": "ForTheIronyOfIt" } ]
}
]
}
}