Further Adjustments

This commit is contained in:
Merith 2025-06-21 13:07:49 -07:00
parent 80fa02c30a
commit fa6cf413c0
4 changed files with 3727 additions and 742 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 KiB

View file

@ -30,8 +30,9 @@
"repl": "ConveyorTubeSmall", "repl": "ConveyorTubeSmall",
"with": "AWGConveyorStraight" "with": "AWGConveyorStraight"
}, },
// Replace Conveyor Blocks (excluding Converter)
{ {
"repl": "SmallBlockConveyor(\\w+)", "repl": "SmallBlockConveyor(?!Converter$)\\w+",
"with": "AWGConveyorCube" "with": "AWGConveyorCube"
}, },
@ -46,6 +47,7 @@
"repl": "SmallBlockSmallBatteryBlock", "repl": "SmallBlockSmallBatteryBlock",
"with": "KGS_Battery_EC20" "with": "KGS_Battery_EC20"
}, },
// Remove Thrusters
{ {
"repl": "SmallBlock(?:Small|Large)(?:ModularThruster|Thrust(?:SciFi)?)", "repl": "SmallBlock(?:Small|Large)(?:ModularThruster|Thrust(?:SciFi)?)",
"with": "WAVEBREAKER_NO_THRUSTERS" "with": "WAVEBREAKER_NO_THRUSTERS"