Neural Interface cannot accept pocket computer upgrades.
walksanatora opened this issue ยท 11 comments
it just makes sense (in my mind) for neural interface to be able to accept pocket computer upgrades)
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?
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)
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
]
}
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"
]
}
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
(and is there a way to automatically add my peripheral to the default)
No, not currently.
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.
(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