Further Adjustments
This commit is contained in:
parent
80fa02c30a
commit
fa6cf413c0
4 changed files with 3727 additions and 742 deletions
File diff suppressed because it is too large
Load diff
3014
Wavebreakers/[Loki]/[Loki] Heli Spinal/bp.sbc
Normal file
3014
Wavebreakers/[Loki]/[Loki] Heli Spinal/bp.sbc
Normal file
File diff suppressed because it is too large
Load diff
BIN
Wavebreakers/[Loki]/[Loki] Heli Spinal/thumb.png
Normal file
BIN
Wavebreakers/[Loki]/[Loki] Heli Spinal/thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 606 KiB |
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue