your current location:首页 > news>[OC] Open Computers Minecraft

[OC] Open Computers Minecraft

2024-12-12 09:15:44|Myriagame |source:minecraft skins

Brief introduction

This module adds programmable and modular computers to the game.

The core of this MOD is a programmable computer that uses LUA language.

This mod can be added to the robot. It can control the world through program control, such as using tools, mining or placing squares, and using melting furnaces, boxes, synthetic tables, and operation red stone equipment.

feature

In this MOD, the computer is:

Modularized, there will be various hardware for player configuration, such as different levels of chassis, different levels of monitors, and CPUs in the chassis, graphics cards, network cards, memory barns, hard disks, soft disks, etc.

For energy consumption, the computer must consume energy to operate. He can accept many energy inputs, such as IC, BC, TE, UE, etc.;

Excessive, computers are no longer easy to synthesize;

Those who use LUA language directly use LUA5.2 and LUA5.3, so that it is easy to connect with the program in the real world;

Easy to expand, the author has produced APIs for developers, and developers can easily use the API to make OC expansion (who will be a GTX690 expansion XD)

compatibility

Compatible with a large number of technology MOD, you can use many MOD energy sources, and combined with Gray will automatically turn the synthetic table into Hardcore mode.

OpenComputers and ComputerCraft both use the LUA language (a certain change of the standard library is made, please refer to the pages of the standard library on the standard library in the official wiki).OpenComputers offers a more friendly and maintained development environment (module management similar to the standard LUA, providing more reasonable design of library facilities and updating it on multiple game versions); and using LUA's C language authority to achieve virtual virtuality as virtual(Theoretically) performance (theoretically) performance (ComputerCraft uses LUAJ with Java as a Lua virtual machine).

The universal API and component API provided by OpenComputers can be found on the corresponding page of the official Wiki.

The latest version is added with tablet computers.

For reference third -party libraries: openPrograms.github.io.