ProjectOC is a pack focused mainly around OpenComputers with plenty of addons and a few side mods. This version of the pack is to be used with the ProjectOC creative server.
The server is already added no need to get the ip and add it manually
Has a beta version of Opencomputers from ci.cil.li which contains better drawing methods
Let's say you want to make a stargate dialing program. Which should look something like this:
local component = require("component")
local shell = require("shell")
local stargate = component.stargate
local args, opts = shell.parse(...)
local function dial(address)
stargate.dial(address) --Address can be obtained by right clicking stargate multiblock
end
local function disconnect()
stargate.disconnect()
end
if args[1] == "dial" then
dial(args[2])
end
if args[1] == "disconnect" then
disconnect
end
--Extra lines to make code easier to understand
Not familiar with lua, when building a computer you can shift right click with a cpu until you get openpython language (python)
You would also need an eeprom (openpython bios). You should also be able to find in jei a floppy disk containing an openpython example
Ok formatting you want to mess up my code
Want to talk with people? Well we have a Discord
Exists purely because people with microsoft accounts can't use technic launcher