Back to mods
OpenComputers project artwork

CurseForge · Minecraft mod

OpenComputers

Modular, persistent, programmable computers and robots.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which OpenComputers release matches 1.12.2?

Updated today
Best match for your filters OpenComputers-MC1.12.2-1.8.10+258943363.jar
Game version 1.12.2
Loader Forge

OpenComputers-MC1.12.2-1.8.10+258943363.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is OpenComputers required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does OpenComputers-MC1.12.2-1.8.10+258943363.jar need?

OpenComputers-MC1.12.2-1.8.10+258943363.jar on 1.12.2. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add OpenComputers without breaking your instance.

Built for OpenComputers-MC1.12.2-1.8.10+258943363.jar on 1.12.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use OpenComputers-MC1.12.2-1.8.10+258943363.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside OpenComputers-MC1.12.2-1.8.10+258943363.jar. It opens that exact file at the source.

About this project

What does OpenComputers add?

{width=500 height=300}

Overview

This mod adds computers that can be programmed in Lua 5.2 and 5.3. Computers persist across saves (i.e. execution resumes where the computer was saved when it is loaded again), they are highly modular (there are graphics cards, network cards, redstone cards, ...). If a compatible power generating mod is present, by default they will need power to run - however, like pretty much everything else about the mod, this can be changed in the config.

OpenComputers is designed to fit well with survival gameplay, and is played best in combination with other mods, which allow automating ore processing, and ideally crafting to some extent! Computers are not cheap to craft, so don't expect to build your first computer early when starting a new game. If you want an extra challenge, try the hard mode recipe set (see .minecraft/config/opencomputers/user.recipes for more information).

There are a lot of components in the mod that can be used to extend computers, such as motion sensors, holograms and there are also robots.

Inter-operation with many other mods is provided via the Adapter block (for example reading power information from energy cells and so on).

For more information, please visit the Wiki at http://ocdoc.cil.li/ where, aside from blocks and items in the mod, the built-in Lua APIs are documented as well, so you can read up what you can actually do with the computers. If you need additional support, browse the forums at http://oc.cil.li/ or drop by the IRC, channel #oc on esper.net, or join us on Discord.

Installation

  1. Install Minecraft Forge.
  2. Download and copy the mod's JAR into your .minecraft/mods folder (do not extract it!).

Modpacks

You are free to use this mod in public and private modpacks alike, no questions asked.

Donating

Since people kept asking, I have a Patreon account now. Please do at least read the disclaimer paragraph.

So what's in the mod?

Computers

{width=500 height=500}

The name may have given it away: the main feature this mod adds are programmable computers. OpenComputers itself allows writing programs using the Lua programming language, specifically Lua 5.2. Computers can be programmed at a very low level, but the built-in operating system emulates a Lua environment as close to "vanilla" Lua as possible within the restraints of the sandbox it is running in.
To make your life easier, computers persist their script state across saves; this means they'll continue executing where they left off when the chunk they are in was unloaded. If a compatible power mod is installed alongside OpenComputers, computers will require energy to run, and numerous components will require energy for certain operations.

Robots and Drones

{width=500 height=500}

Aside from the stationary computers and components, OpenComputers also provides robots and drones, computers that can move around the world and interact with it similar to how players can. Robots are more powerful than drones, they can use tools and contain a much larger number of components. Drones are much more mobile than robots and can perform a few actions robots cannot, such as leashing animals.
There are also several other computer devices in the mod, such as servers, essentially allowing for four computers in one block, microcontrollers, cheaper but more limited computers, as well as tablets, which are basically portable computers.

Components

{width=500 height=500}

To have something to do with your computers, OpenComputers also comes with a bunch of interesting components, such as the hologram projector, which allows projecting a voxel-based 3D image into the world, and the 3D printer, which allows "printing" decorative blocks. These printed blocks have a completely user-defined shape. You can easily share models with other players, even when they're playing on another server!

Modularity

{width=280 height=176}

A key focus of OpenComputers is modularity, allowing you to choose very dynamically from which parts to build your computers, robot and other devices. There are multiple tiers of computer cases, screens, graphics cards, network cards and so on. In that way there is also a certain level of progression in the mod, as you work towards building better, faster and more powerful computers.

Integration

{width=500 height=500}

OpenComputers provides integration with many other mods: support for bundled redstone (Project Red, Redlogic, BluePower and MineFactory Reloaded), covering cables (FMP and Immibis Microblocks), and obviously accepting power from several mods (RF, EU, Factorization Charge, Mekanism Joules, AE2 energy).
More interestingly however, OpenComputers provides a block that allows more in-depth interaction with other mods' blocks, the Adapter. For supported blocks, the adapter will make those blocks available as components to connected computers, allowing them to read information such as energy levels and possible issue commands, such as playing notes on a note block. Many mods also provide built-in support for OpenComputers, meaning you can just hook up their blocks to a cable without needing an Adapter.

Configurability

{width=500 height=500}

Most things in OpenComputers are configurable. Don't like the power requirements? Change them or disabled them entirely. Screens not rendering from far enough away? Increase the render distance. The config file is heavily documented, so it should be pretty clear from each config entry's comment what it does.
Aside from general configuration, it is also possible to adjust each of the item recipes in OpenComputers via recipe files - no need for Minetweaker! There are also a few different recipes set available, have a look in the config/opencomputers directory.

Newer Minecraft Versions (aka "port to 1.16.5 plz")

There are currently no active plans for porting this mod to newer Minecraft versions. With the size of this mod and how it has grown over previous updates, this is a massive undertaking. The maintainers currently simply do not have the time for that. Some community driven attempts have been started, but none have made any progress recently.

If you're interested in a more low-tech approach to computers, maybe give TIS-3D a shot. Otherwise you'll want to look at CC:Tweaked.

There's also a spiritual successor in the making, but progress comes in bursts, and I cannot in good conscience give a timeline on when that might be released.

Thanks for your understanding.

Project description from CurseForge.

Pick your setup

OpenComputers by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

9 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

OpenComputers versions and loaders

34 of 65 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.