Tencao / TCR-Origins

Issue tracker for the modpack
1 stars 0 forks source link

Plethora + Refined Storage bug #17

Closed genetyx8 closed 7 years ago

genetyx8 commented 7 years ago

Calling the function getMetaOwner() in Plethora's neural interface with an introspection module yields the following error: 2017-09-14_15 53 53

Reproduction: 1) Put a neural interface in your head slot 2) Access it with a neural connector and put an introspection module in a module slot. 3) Run the following code (can be done in the interactive lua shell) local modules = peripheral.find("neuralInterface") local meta = modules.getMetaOwner()

This bug really breaks Plethora, as getMetaOwner is very much an essential function and you can't do anything without it.

Tencao commented 7 years ago

Fixed in next update