From eedce9a0b74fcde4acd77ec642d7e4e54dc3c9e9 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Fri, 8 Apr 2016 16:02:14 -0700 Subject: [PATCH] User-submitted text for Computer from crafting-guide.com --- data/computercraft/items/computer/item.cg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/computercraft/items/computer/item.cg diff --git a/data/computercraft/items/computer/item.cg b/data/computercraft/items/computer/item.cg new file mode 100644 index 00000000..d8562a64 --- /dev/null +++ b/data/computercraft/items/computer/item.cg @@ -0,0 +1,5 @@ +schema: 1 + +description: The Computer is the most basic interactive unit in ComputerCraft. When placed in the world, it will boot up and start running. If there is a program on the computer's main drive named "startup" it will immediately run that program. Once that program is complete (or if there wasn't any such program), it will then run the CraftOS shell. See the wiki page for [CraftOS](http://www.computercraft.info/wiki/CraftOS_Shell) for a full list of available commands. + +