SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 13 forks source link

Combine the item name of plethora:module_scanner with the peripheral name plethora:scanner #22

Closed stealthy-coder closed 1 year ago

stealthy-coder commented 1 year ago

Basicly, when finding a block scanner its identified as 'plethora:scanner' but the item name in the inventory is called 'plethora:module_scanner' which makes it harder to equip it and use the same name to peripheral.find it.

Lemmmy commented 1 year ago

I see that you resolved your differences with this difference in-game. For future reference, you can use the peripherals program to get valid peripheral names.

For a neural interface, the peripheral is neuralInterface: javaw_cSXkJ8hW5R

For a manipulator, the peripheral is manipulator: javaw_TltpbFUzEU

For a turtle, the peripheral is the module name as shown in .listModules(): javaw_i1SWJE3tPD

I agree that this difference is a little confusing, but it would likely be a breaking change to do anything about it now.