Extra shops at compound not displaying correctly
The plugin didn't seem to autopopulate with the extra shops at compound now and now they are just copies of other vending shops rather than the intended vanilla items.  Anyone having similar issue?  Can anyone post their config for the extra shops to see if I cna just insert it?
I am also having the same issue, if anyone finds a fix would be greatly appreciated <3

working fine for me, I did notice it is picky on what you put in. Like it didn't like putting in the Hose Tool but I was able to modify them just fine.

"Compound_Extra1": [
      {
        "_comment": "Sell Fluid Switch & Pump x 1 for Scrap x 300",
        "sellId": 443432036,
        "sellAmount": 300,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      },
      {
        "_comment": "Sell Fluid Splitter x 1 for Scrap x 300",
        "sellId": -1166712463,
        "sellAmount": 300,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      },
      {
        "_comment": "Sell Composter x 1 for Scrap x 300",
        "sellId": -1488398114,
        "sellAmount": 300,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      },
      {
        "_comment": "Sell Water Bucket x 1 for Scrap x 300",
        "sellId": 1424075905,
        "sellAmount": 300,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      },
      {
        "_comment": "Sell Water Jug x 1 for Scrap x 300",
        "sellId": -119235651,
        "sellAmount": 300,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      }
    ],
    "Compound_Extra2": [
      {
        "_comment": "Sell Sheet Metal x 10 for Scrap x 300",
        "sellId": -1994909036,
        "sellAmount": 300,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 10,
        "currencyAsBP": false
      },
      {
        "_comment": "Sell Simple Light x 1 for Scrap x 250",
        "sellId": -282113991,
        "sellAmount": 250,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      },
      {
        "_comment": "Sell Ceiling Light x 1 for Scrap x 200",
        "sellId": 1142993169,
        "sellAmount": 200,
        "sellAsBP": false,
        "currencyId": -932201673,
        "currencyAmount": 1,
        "currencyAsBP": false
      }
    ],