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. + +