blueprints/Wavebreakers/chopshop.json

30 lines
552 B
JSON
Raw Normal View History

2025-02-07 05:04:48 +00:00
{
2025-02-22 18:06:01 +00:00
"smallgrid": [
{
"repl": "SmallBlockArmor(\\w+)",
"with": "CAP_Armor$1"
},
{
"repl": "Half(\\w+)",
"with": "CAP_Half$1"
},
{
"repl": "ConveyorTubeSmallT",
"with": "AWGConveyorCube"
},
{
"repl": "ConveyorTubeSmallCurved",
"with": "AWGConveyorCube"
},
{
"repl": "ConveyorTubeSmall",
"with": "AWGConveyorStraight"
},
{
"repl": "SmallBlockConveyor",
"with": "AWGConveyorCube"
}
],
"largegrid": []
}