blueprints/Wavebreakers/chopshop.json

17 lines
324 B
JSON
Raw Normal View History

2025-02-07 05:04:48 +00:00
{
"smallgrid": [
{
"repl": "SmallBlockArmor(\\w+)",
"with": "CAP_Armor$1"
},
{
"repl": "Half(\\w+)",
"with": "CAP_Half$1"
},
{
"repl": "ConveyorTubeSmallT",
"with": "AWGConveyorTJunction"
}
],
"largegrid": []
}