digital miner isn't listed as a peripheral
leElvyn opened this issue ยท 2 comments
Useful information to include:
- Minecraft version : 1.16.5
- CC: Tweaked version : 1.95.3
Detailed reproduction steps:
- use with the mod Mekanism 10.0.21.448
- place a digital miner
- place a computer on any sides
- use
peripheral.getNames()
expected behavior :
the digital miner appear, as it would do in previous versions of the game, and allow us to use it's methods
actual behavior :
the digital miner doesn't appear
notes :
i'm not sure if this is a cc or mekanism problem, since i don't know how 3rd party peripherals are handled
Third party peripherals are largely handled by other mods. We have some support for generic methods on inventories/energy storage, but nothing else.
I believe there's an issue open on the Mekanism end already - mekanism/Mekanism#6445. I think it's in dev builds, just hasn't been released.