Plethora Peripherals

Plethora Peripherals

3M Downloads

Neural Interface cannot accept pocket computer upgrades.

walksanatora opened this issue ยท 11 comments

commented

it just makes sense (in my mind) for neural interface to be able to accept pocket computer upgrades)

commented

Are you referring to peripherals? It already accepts them in the first five slots. Is there a particular modded upgrade you're having trouble with?

commented

I am writing a CC addon that registers a pocket/turtle only specitic upgrade on the hexcasting:staff/mindsplice
but when I try to insert it to any module/peripheral slots it gets rejected. and this is more of a matter of feeling. cause to me it just "feels better" if the NI is able to equip pocket computer upgrades (due to using a pocket computer in the crafting recipe)

commented

Ah, I see. Have you added the item ID to "peripheral item IDs" in the Plethora config? By default it only allows the three vanilla peripherals.

Apologies if the syntax is incorrect, writing from mobile:

neural-interface {
  peripheral-item-ids: [
    computercraft:speaker
    computercraft:wireless_modem_normal
    computercraft:wireless_modem_advanced
    # Your peripheral here:
    hexcasting:staff/mindsplice
  ]
}
commented

(and is there a way to automatically add my peripheral to the default)

commented

so I have

neural-interface {
    # List of pocket upgrade item IDs that can be used in neural interface as peripherals.
    peripheral-item-ids=[
        "computercraft:speaker",
        "computercraft:wireless_modem_normal",
        "computercraft:wireless_modem_advanced",
        "hexcasting:staff/mindsplice"
    ]
}

image

yet I tried to /reload and leave/enter world but it would not let me place it in. gonna try re-opening minecraft to test again

commented

also full restart. I still cant put the mindsplice staff into the NI

commented

wait... I think I am using a outdated version of my mod lemme update it ...

commented

(and is there a way to automatically add my peripheral to the default)

No, not currently.

commented

okay yeah it was my mod (on the "client test", where I just put it in prism launcher with a few other mods) I forgot to re-build it so it had the pocket data.

commented

(and is there a way to automatically add my peripheral to the default)

No, not currently.

so should I re-title this issue. or make a new one

commented

Great, glad you got it working!

Edit:

so should I re-title this issue. or make a new one

This will not be worked on.