Reactor Logic Adapter says 'Unformed' in LUA API while the reactor is formed.
dobegor opened this issue ยท 2 comments
Reactor is formed (it's controller block says so and there is some fuel in it), but it returns 'Unformed' in every API call made from OpenComputers.
Latest development build from last commit, latest stable OpenComputers & ComputerCraft.
It seems that getReactor() returns null, while Reactor Logic is standing on reactor.
https://github.com/aidancbrady/Mekanism/blob/development/src/main/java/mekanism/generators/common/tile/reactor/TileEntityReactorLogicAdapter.java#L58