Entity prefabs aren't being auto detectedFixed

Hi, I only see so many things when I load the extension.
How can you bring out the other things?

{
  "Entities": {
    "andswitch.entity": {
      "RequirePermission": false,
      "InputSlots": [
        0,
        1
      ],
      "PowerAmounts": [
        0,
        0
      ]
    },
    "electrical.combiner.deployed": {
      "RequirePermission": false,
      "InputSlots": [
        0,
        1
      ],
      "PowerAmounts": [
        0,
        0
      ]
    },
    "electrical.modularcarlift.deployed": {
      "RequirePermission": false,
      "PowerAmount": 0
    },
    "elevatorioentity": {
      "RequirePermission": false,
      "PowerAmount": 0
    },
    "fluidswitch": {
      "RequirePermission": false,
      "InputSlots": [
        2
      ],
      "PowerAmount": 0
    },
    "industrialconveyor.deployed": {
      "RequirePermission": false,
      "InputSlots": [
        1
      ],
      "PowerAmount": 0
    },
    "industrialcrafter.deployed": {
      "RequirePermission": false,
      "InputSlots": [
        1
      ],
      "PowerAmount": 0
    },
    "microphonestandio.entity": {
      "RequirePermission": false,
      "PowerAmount": 0
    },
    "electricfurnace.io": {
      "RequirePermission": false,
      "PowerAmount": 0
    },
    "orswitch.entity": {
      "RequirePermission": false,
      "InputSlots": [
        0,
        1
      ],
      "PowerAmounts": [
        0,
        0
      ]
    },
    "poweredwaterpurifier.deployed": {
      "RequirePermission": false,
      "InputSlots": [
        1
      ],
      "PowerAmount": 0
    },
    "xorswitch.entity": {
      "RequirePermission": false,
      "InputSlots": [
        0,
        1
      ],
      "PowerAmounts": [
        0,
        0
      ]
    }
  }
}

 

The plugin should auto detect the others when it loads. Can you check the logs for errors?

To unblock yourself, you can try pasting in the default config from the docs.

To unblock yourself, you can try pasting in the default config from the docs.

It works :)

Thanks!

Oh I see, I had a minor mistake in my most recent update - Fixed!

Locked automatically