So recently I have been playing Minecraft with the OC mod, and this just couldn't let me progress: the API doesn't tell you which functions components have.
To be exact, when I type this script:
component=require("component)
printer=component.printer3d
I don't know which functions the component "3D Printer" has. For example, I want to print something but don't know the functions for it. I've tried typing "printer" in the terminal, but the output Is too large, and the first few lines sink in the flood of new lines!
Please, tell me if there's a fix!