This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Noobular's profile picture

List of mods with Computercraft Support.

Started by Noobular, 17 July 2015 - 12:20 PM
Noobular #1
Posted 17 July 2015 - 02:20 PM
Is there a list of mods that have api's for computercraft?
If not I think we should have a main list because i don't have anything i want to make but i want to know what mods have the ability to be messed with , with computercraft

[I've already dealt with Big Reactors]
MKlegoman357 #2
Posted 17 July 2015 - 03:33 PM
Any mods found in this subforum are mods specifically written for CC. A mod called OpenPeripheral adds the ability for CC to interact with various other mods, such as Big Reactors or those stargate mods.
Edited on 17 July 2015 - 02:10 PM
Lupus590 #3
Posted 17 July 2015 - 03:54 PM
Any mods found in this subforum are mods specifically written for CC. A mod called OpenPeripheral adds the ability for CC to interact with various other mods, such as Big Reactors or those stargate mods.

Big reactors and "those stargate mods" add their own compatibility for CC (by using the CC API), open peripherals has nothing to do with those mods.
Edited on 17 July 2015 - 01:54 PM
MKlegoman357 #4
Posted 17 July 2015 - 04:11 PM
Big reactors and "those stargate mods" add their own compatibility for CC (by using the CC API), open peripherals has nothing to do with those mods.

Oh, I haven't used some mods for a while.
Noobular #5
Posted 17 July 2015 - 04:19 PM
Yea, I know about open peripherals but i mean stuff like Minefactory reloaded i just now realized you can connect modems to the blocks but there's no list of methods for it and i can't see the entire list when i try and peripheral.getMethods it cuts half the list off.
Lyqyd #6
Posted 17 July 2015 - 05:39 PM
Execute textutils.pagedTabulate(peripheral.getMethods(side)) to see the whole list.