Compare commits

...

2 commits

Author SHA1 Message Date
55a01c1409 wavebreakers small grid chopshop 2025-02-22 10:06:01 -08:00
1df7f66f58 snapshop 2025-02-06 21:04:48 -08:00
5 changed files with 46893 additions and 0 deletions
Wavebreakers
OPC Loki - Modular Ship
[DAM] Wave Loki Prefab
chopshop.json

File diff suppressed because it is too large Load diff

Binary file not shown.

After

(image error) Size: 501 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

After

(image error) Size: 411 KiB

View file

@ -0,0 +1,29 @@
{
"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": []
}