Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Feed The Beast Wiki
Advertisement
This page is a translated version of the page ComputerCraft and the translation is 45% complete.
ComputerCraft
Modicon computercraft
Programadores corrientesDaniel Ratcliffe
Aaron Mills
Version1.80pr1
Última versión de Minecraft1.8.9
1.12.2
Necesarios paraCCLights2
ComputerCraftEdu
Computronics
Extra Peripherals
FirePeripherals
HxCPeripherals
Immibis's Peripherals
OpenCCSensors
OpenFM
OpenPeripheral
Peripherals++
Quadracoptors
Random Peripherals
ÜberNetworkingAntennas
URLEnlace
Mod IDcomputercraft
WikidataQ111397355
Modpacks
All the Mods 3
FTB Unleashed
FTB Unhinged
Direwolf20 1.5
FTB Ultimate
Direwolf20 Pack
MindCrack Pack
YogCraft Modpack
FTB Lite
Tech World
Pax Challenge Pack A
Feed The Beast Beta Pack A
New World Mod Pack
ComputerCraft adds Computers, Programming and Robotics to Minecraft.
mod description

ComputerCraft es un mod que añade Ordenadores y Turtles, que pueden programarse con el Languaje Lua, y que vienen con algunos programas preinstalados para ayudar a los jugadores a iniciarse. Los Ordenadores y las Turtles pueden interactuar con varios Peripherals, como tambien con redstone, [[Red Alloy Wire/es|Red Alloy Wire]], y Bundled Cable para los usuarios más avanzados.

Turtles

A Turtle is a type of computer that can move around and interact with the world with the right instructions. Turtles have an internal inventory allowing for 16 stacks of items to be stored within. Turtles can be crafted to have a set of peripherals or tools to perform different tasks. For example, crafting a Turtle with a Diamond Axe will turn it into a Felling Turtle that can chop wood. It is even possible to give a Turtle a Wireless Modem to allow it to use the RedNet API.

Turtles use the Turtle API to move and interact with the world.

Programming

Programming in ComputerCraft is accomplished by the use of the Lua scripting language. Each computer follows most of the specifications of Lua and can use most of the functions defined in the language. In addition to the basic Lua API, ComputerCraft also uses its own set of API to allow for interaction and interfacing with the Minecraft world. These API can allow for interfacing with Redstone, and Red Alloy Wires and Bundled Cables (if RedPower 2 or Project: Red is installed) along with a range of other uses.

Guides

  • Getting Started with ComputerCraft
  • Comparison of programming mods

External links


Template:Navbox ComputerCraft/es

Advertisement