[Issue] v0.6r - Fission Reactor Adapter Incorrect Methods
Peekofwar opened this issue ยท 6 comments
I hooked up my Mekanism fission reactor only to notice that it's showing the wrong methods. For example, I'm not even seeing activate()
or scram()
functions.
Reproduce
Steps to reproduce the behavior:
- Network a fission reactor into a terminal
- Open the terminal Lua prompt
- Enter
perifs = peripheral.getNames()
to get a table of the available peripherals - Enter
perifs
to display the table... The fission reactor should be on slot 2 if nothing else is connected. If it doesn't show up, ensure that the modem on the fission reactor is activated and repeat step 3. - Enter
peripheral.getMethods(perifs[2])
(replacing2
with the correct slot number if applicable)
...
Screenshots/Videos
Versions:
- Forge: 36.1.0
- Advanced Peripherals: 0.6r
- Mekanism: 10.0.21.448
- Mekanism Generators: 10.0.21.448
https://docs.srendi.de/peripheralproxy/getstarted/#how-does-it-work
I explain here how the system works. You need to connect the computer with the peripheral proxy. And the peripheral proxy needs to be facing the logic adapter
https://docs.srendi.de/peripheralproxy/getstarted/#how-does-it-work
I explain here how the system works. You need to connect the computer with the peripheral proxy. And the peripheral proxy needs to be facing the logic adapter
Oh. I didn't see that mentioned on the Fission reactor integration page
Yeah, it works the same for every integration in advanced peripherals.
Wait, how do I craft it? JEI isn't showing a recipe, and I don't see one on the WIKI.
Ouch. Forgot the recipe... If you want, you can give you the block via creative. I will add a recipe tomorrow.