deprecating 100T boxcars, and update to T&T to support pruning those from car ordering logic, while remaining in the game until they export.

This commit is contained in:
2025-09-05 10:55:20 -05:00
parent f47b77f0d9
commit d37dc60c0a
12 changed files with 7 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
"metadata": {
"name": "BN 60' Boxcar 1",
"description": "A new item",
"tags": [],
"tags": ["deprecated"],
"credits": "Freeman"
},
"definition": {

View File

@@ -5,7 +5,7 @@
"metadata": {
"name": "BN 60' Boxcar 2",
"description": "A new item",
"tags": [],
"tags": ["deprecated"],
"credits": "Freeman"
},
"definition": {

View File

@@ -5,7 +5,7 @@
"metadata": {
"name": "Conrail 60' Boxcar 1",
"description": "A new item",
"tags": [],
"tags": ["deprecated"],
"credits": "Freeman"
},
"definition": {

View File

@@ -5,7 +5,7 @@
"metadata": {
"name": "CSX 60' Boxcar 1",
"description": "A new item",
"tags": [],
"tags": ["deprecated"],
"credits": "Freeman"
},
"definition": {

View File

@@ -5,7 +5,7 @@
"metadata": {
"name": "TTX 60' Boxcar 1",
"description": "A new item",
"tags": [],
"tags": ["deprecated"],
"credits": "Freeman"
},
"definition": {

View File

@@ -5,7 +5,7 @@
"metadata": {
"name": "TTX 60' Boxcar 2",
"description": "A new item",
"tags": [],
"tags": ["deprecated"],
"credits": "Freeman"
},
"definition": {

View File

@@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "RMROC451.TweaksAndThings",
"name": "RMROC451's Tweaks and Things",
"version": "2.1.7_2025-09-02T23:05:51.1694469Z",
"version": "2.1.8_2025-09-05T05:29:34.6989732Z",
"requires": [
{
"id": "railroader",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,14 +0,0 @@
{
"loads": {
//raw mined
"legos-express-freight": {
"description": "Express Freight",
"units": "pounds",
"density": 50.0,
"unitWeightInPounds": 0.0,
"importable": true,
"payPerQuantity": 0.0,
"costPerUnit": 0.0
}
}
}