MariaTheDinkus / cc-tweaked-fabric

CC: Tweaked ported for Fabric 1.14.x
Other
19 stars 8 forks source link

Inventories cannot be "wrapped" #41

Closed waidesoper closed 3 years ago

waidesoper commented 3 years ago

I've checked the open issues and I was surprised to see this one hasn't been reported.

In CC:T the modem block will detect inventories on connected sides and expose their methods to Lua. This also happens when using a turtle; the inventories are not showing up.

MC Version 1.16.4 CC:R version 1.91.2

To reproduce: Place a modem block next to a chest right click the modem should show a message "Chest_0 attached to network" instead does nothing

OR

Place a turtle next to a chest enter the Lua console type: peripheral.getNames() and press enter should show a table with the chest in it, instead returns nil

Merith-TK commented 3 years ago

This repo is unmaintained, please look at #45 and CC: Restitched

waidesoper commented 3 years ago

I forgot I lodged this.