Mod

OpenComputers
Rank 284
Rank 185 among mods

Quick rating

OpenComputers

Overall rating distribution
0.5★ (no ratings)
1.0★ (no ratings)
1.5★ (no ratings)
2.0★ (no ratings)
2.5★ (no ratings)
3.0★ (no ratings)
3.5★ (no ratings)
4.0★ (no ratings)
4.5★ (no ratings)
2 ratings (100%) · 5.0★
0.5★ 5★
Gameplay
0.0
Aesthetics
0.0
Performance
0.0

Modular, persistent, programmable computers and robots.

Industrial
Tech
Advanced Tech
In-Game Programming
Development: Abandoned
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
OpenComputers-MC1.12.2-1.8.9a+8ca336f.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

banner_thumb.png

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

01_computer_thumb.png

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

02_agents_thumb.png

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

03_components.png

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

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

04_integration_thumb.png

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

05_config.png

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.

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.

To get a quick overview, you can watch the trailer here!

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.

Modpacks

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

So what's in the mod?

Computers

01_computer_thumb.png

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

02_agents_thumb.png

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

03_components.png

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

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

04_integration_thumb.png

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

05_config.png

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.

Screenshots

Gallery

  • 3D Prints
    3D Prints A bunch of 3D printed blocks. Free-form decorations for the masses!
  • OpenComputers
    OpenComputers
  • Simple computer.
    Simple computer. A simple computer with a disk drive.
  • A little bit of everything
    A little bit of everything A computer with a multi-block screen and a hologram, and a robot next to a charger station.
  • A little bit of everything
    A little bit of everything A computer with a multi-block screen and a hologram, and a robot next to a charger station.
  • OpenComputers
    OpenComputers A more complex computer setup.
  • 3D Prints
    3D Prints A bunch of 3D printed blocks. Free-form decorations for the masses!
  • Simple computer.
    Simple computer. A simple computer with a disk drive.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

2
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

52.6m
Total Downloads
CurseForge
52.3m
Modrinth
~270,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync