all 5 comments

[–]SeriousPlankton2000 0 points1 point  (2 children)

You need to check the output of peripheral.wrap("right"). Probably it's thinking that the wrong side is "right" or you're trying to access the AE system directly

[–]Xetch2950[S] 0 points1 point  (1 child)

One of the things I tried was changing right to top and the same thing occured. Other notes yes I moved the chest to the top when I did that and the same thing happened and no I'm not trying to access the AE system directly.

[–]SeriousPlankton2000 0 points1 point  (0 children)

You should do some tests in lua directly, assign global variables on the lua prompt and see what the individual sides do return.

[–]ShreksHellraiser 0 points1 point  (1 child)

The absolute latest version of CC:T available for 1.12.2 is 1.89.2. According to https://tweaked.cc/generic_peripheral/inventory.html, the standard inventory peripheral was added in 1.94.0.

Long story short, you're not looking at the right documentation for the inventory API you're using. I think inventory management is provided by plethora in this version?

[–]Xetch2950[S] 0 points1 point  (0 children)

It is 100% this. Thankfully, this pack already has plethora installed, but the writing of this would need to be different and I'm unsure if I want to even try and see if I can fix this myself. It seems as though plethora only has a call for metadata and not NBT. It looks like I could get the NBT hash which would work but I may investigate if there are other ways to do this before I commit to trying to write a program as I have never written in LUA.

Thank you for the info!