Modern Industrialization

Modern Industrialization

4M Downloads

Configured Chests do not appear as inventory peripherals to CC: Restitched computers

brennie opened this issue ยท 3 comments

commented

When interacting with a configurable chest via a CC: Restitched computer, it does not appear to be recognized as an inventory peripheral. Inventory peripherals should have the following methods available:

  • pullItems
  • size
  • list
  • getItemDetail
  • pushItems
  • getItemLimit

However, the methods available are:

  • pullItem
  • items
  • pushItem

Minecraft 1.19.2
Fabric 0.76.1+1.19.2
CC: Restitched 1.101.2
Modern Industrialization 1.6.15

commented

It probably already supports the Transfer API, however MI does not implement slot support at the moment. This will be a 1.20+ exclusive feature because the Transfer API in 1.19 does not have the required slot functionality.

commented

I think this is intentional - configurable chests only expose the Fabric item transfer API. The UnlimitedPeripheralWorks mod should add peripheral support for the Fabric item transfer API

commented

UnlimitedPeripheralWorks introduce also slotless API support, so it should be fine in 1.19 and 1.20 versions.