diff --git a/Wavebreakers/ChopShopData/AWG Small Conveyor/bp.sbc b/Wavebreakers/ChopShopData/AWG Small Conveyor/bp.sbc
deleted file mode 100644
index 7b3397b..0000000
--- a/Wavebreakers/ChopShopData/AWG Small Conveyor/bp.sbc
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
- Mekrath [597TH ADR]
-
-
-
- 89190390127368242
- CastShadows InScene
- 89190390127368242
-
-
-
-
-
- 0.0466691
- 0.6508244
- -0.5883621
- 0.477576822
-
-
-
- Small
-
-
- AWGConveyorQuadJunction2
- 112475721739116083
-
- Battered_Armor
-
-
- AWGConveyorStraight
- 116972014731228712
-
-
-
- Battered_Armor
-
-
- AWGConveyor45
- 124752460769084404
-
-
-
- Battered_Armor
-
-
- AWGConveyorTJunction
- 83630287043156189
-
-
-
- Battered_Armor
-
-
-
-
-
- Up
-
- Down
-
- SMALL_LINE
-
-
-
- Up
-
- Down
-
- SMALL_LINE
-
-
-
- Backward
-
- Forward
-
- SMALL_LINE
-
-
- AWG Small Conveyor
- true
- false
- false
- false
- 0
-
-
-
-
- None
- 0
- 76561198406231217
- 0
-
-
-
\ No newline at end of file
diff --git a/Wavebreakers/ChopShopData/AWG Small Conveyor/thumb.png b/Wavebreakers/ChopShopData/AWG Small Conveyor/thumb.png
deleted file mode 100644
index 5cd8ae0..0000000
Binary files a/Wavebreakers/ChopShopData/AWG Small Conveyor/thumb.png and /dev/null differ
diff --git a/Wavebreakers/ChopShopData/SE Small Conveyor/bp.sbc b/Wavebreakers/ChopShopData/SE Small Conveyor/bp.sbc
deleted file mode 100644
index 7a6d97e..0000000
--- a/Wavebreakers/ChopShopData/SE Small Conveyor/bp.sbc
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
-
-
- Mekrath [597TH ADR]
-
-
-
- 125104617074641272
- CastShadows InScene
- 125104617074641272
-
-
-
-
-
- -0.5395666
- -0.061186675
- 0.7932021
- -0.2755985
-
-
-
- Small
-
-
- SmallBlockConveyor
- 90755862412839297
-
- Battered_Armor
-
-
- ConveyorTubeSmall
- 112235977686383502
-
-
-
- Battered_Armor
-
-
- ConveyorTubeSmallCurved
- 141090608889278544
-
-
-
- Battered_Armor
-
-
- ConveyorTubeSmallT
- 82135977332854296
-
-
-
- Battered_Armor
-
-
- ConnectorSmall
- 108424592429867469
-
-
-
- Battered_Armor
- 144115188075855895
- Faction
- 0.5
-
-
-
- MyInventoryBase
-
- true
-
- 0
- 0.064
- 9223372036854.775807
- 2147483647
-
- CanReceive CanSend
- false
-
-
-
- MyTimerComponent
-
- true
- 0
- 0
- true
- false
- Frame10
- 40
- 80
- false
-
-
-
-
- false
- true
- true
- true
- 1
- true
-
-
- true
- false
- 0
- 0
- true
- false
- false
- false
-
-
-
-
-
- Up
-
- Left
-
-
-
-
- SMALL_LINE
-
-
-
- Backward
-
- Forward
-
- SMALL_LINE
-
-
-
- Up
-
- Down
-
- SMALL_LINE
-
-
- SE Small Conveyor
- true
- false
- false
- false
- 0
-
-
-
-
- None
- 0
- 76561198406231217
- 0
-
-
-
\ No newline at end of file
diff --git a/Wavebreakers/ChopShopData/SE Small Conveyor/thumb.png b/Wavebreakers/ChopShopData/SE Small Conveyor/thumb.png
deleted file mode 100644
index 42f0493..0000000
Binary files a/Wavebreakers/ChopShopData/SE Small Conveyor/thumb.png and /dev/null differ
diff --git a/Wavebreakers/chopshop.json b/Wavebreakers/chopshop.json
index 25dc3b1..d50b550 100644
--- a/Wavebreakers/chopshop.json
+++ b/Wavebreakers/chopshop.json
@@ -1,17 +1,29 @@
{
- "smallgrid": [
- {
- "repl": "SmallBlockArmor(\\w+)",
- "with": "CAP_Armor$1"
- },
- {
- "repl": "Half(\\w+)",
- "with": "CAP_Half$1"
- },
- {
- "repl": "ConveyorTubeSmallT",
- "with": "AWGConveyorTJunction"
- }
- ],
- "largegrid": []
- }
\ No newline at end of file
+ "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": []
+}