Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
This page is a translated version of the page ComputerCraft and the translation is 45% complete.
ComputerCraft
Modicon computercraft
Нынешние разработчикиDaniel Ratcliffe
Aaron Mills
Версия1.80pr1
Поддерживаемые версии Minecraft1.8.9
1.12.2
Требуется дляCCLights2
ComputerCraftEdu
Computronics
Extra Peripherals
FirePeripherals
HxCPeripherals
Immibis's Peripherals
OpenCCSensors
OpenFM
OpenPeripheral
Peripherals++
Quadracoptors
Random Peripherals
ÜberNetworkingAntennas
URLСсылка
Идентификатор модификацииcomputercraft
WikidataQ111397355
Пакеты модификаций
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 мод добавляющий програмируеммые на LUA language Computer и Turtle, в мод включены начальные программы позволяющие разобраться в структуре языка. computer и turtle также могут использоваться с различной периферией, redstone, Red Alloy Wire и Bundled Cable.

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/ru

Advertisement