29 lines
552 B
JSON
29 lines
552 B
JSON
{
|
|
"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": []
|
|
}
|