From: Zachary Vance Date: Mon, 22 Jun 2015 13:00:53 +0000 (-0700) Subject: Add recipes to computercraft cheatsheet X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=1b2bf8e8c4386b352403ed234643408d53604965;p=za3k.git Add recipes to computercraft cheatsheet --- diff --git a/cheatsheet.css b/cheatsheet.css index 41e2227..5d77a3a 100644 --- a/cheatsheet.css +++ b/cheatsheet.css @@ -17,14 +17,76 @@ section { margin: 5px 0 5px 0; } +.cheatsheet > .title { + font-variant: small-caps; + margin: 5px 5px 5px 5px; +} + section > .title { font-variant: small-caps; + display: block; } section > div { margin-left: 20px; } +.recipe-container { + margin-bottom: 10px; + position: relative; +} +.recipe-container .recipe { + display: inline-block; +} +.recipe-container .output-label { + position: absolute; + width: 110px; + top: 60px; + left: 266px; +} +.recipe-container .subrecipe { + padding-left: 30px; + padding-right: 30px; +} +.ingredient { + vertical-align: middle; +} +.ingredient { + vertical-align: middle; +} +.recipe { + position: relative; + background-image: url("minecraft_img/recipe.png"); + height: 132px; + width: 256px; + margin: 0px; +} +.recipe .input { + position: absolute; + left: 14px; + top: 14px; +} +.recipe .output { + position: absolute; + left: 202px; + top: 50px; +} +.recipe .ingredient { + height: 32px; + width: 32px; + margin: 0px; + display: inline-block; + vertical-align: inherit; +} +.recipe .output .amount { + position: absolute; + left: 19px; + top: 13px; + color: white; + font-size: 14pt; + text-shadow: 2px 2px black; +} + .parameters { font-style: italic; } @@ -41,6 +103,10 @@ section > div { display: none; } +.program { + font-weight: bold; +} + .shortcut { background: lightgrey; display: inline-block; @@ -95,3 +161,20 @@ section > div { .keyword { font-variant: small-caps; } + +@media screen +{ + .boring { + color: green; + } +} + +@media print +{ + .no-print, .no-print * + { + display: none !important; + } + .boring { +} + diff --git a/computercraft_reference.html b/computercraft_reference.html index 2ce3c30..f220e24 100644 --- a/computercraft_reference.html +++ b/computercraft_reference.html @@ -2,8 +2,318 @@ + +

ComputerCraft 1.73

+
+
+ Recipes +
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Redstone + Stone +
+
+ Stone + Glass Pane + Stone +
+
+
+ Computer +
+
+
Computer
+
Gold Ingot in place of Stone to get Advanced Computer
+
+
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Redstone + Stone +
+
+ Stone + Stone + Stone +
+
+
+ Wired Modem +
+
+
Wired Modem
+
+
+
+
+
+
+ Stone +
+
+
+ Stone + Redstone + Stone +
+
+
+ Stone +
+
+
+
+ Networking Cable + 6 +
+
+
Networking Cable
+
+
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Ender Pearl + Stone +
+
+ Stone + Stone + Stone +
+
+
+ Wireless Modem +
+
+
Wireless Modem
+
+
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Redstone + Stone +
+
+ Stone + Redstone + Stone +
+
+
+ Disk Drive +
+
+
Disk Drive
+
+
+
+
+
+ Paper + Redstone +
+
+
+ Floppy Disk +
+
+
Floppy Disk
+
Can be dyed
+
+
+
+
+
+ Iron Ingot + Iron Ingot + Iron Ingot +
+
+ Iron Ingot + Computer + Iron Ingot +
+
+ Iron Ingot + Chest + Iron Ingot +
+
+
+ Turtle +
+
+
Turtle
+
Gold Ingot and Advanced Computer in place of Iron Ingot and Computer to get Advanced Turtle
+
+ Combine Turtle / Advanced Turtle and up to two of: +
+ Wireless Modem + Workbench + Diamond Pickaxe + Diamond Sword + Diamond Hoe + Stone +
+
+
+
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Glass Pane + Stone +
+
+ Stone + Stone + Stone +
+
+
+ Monitor +
+
+
Monitor
+
Gold Ingot in place of Stone to get 4xAdvanced Monitor
+
+
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Redstone + Stone +
+
+ Stone + Ink Sac + Stone +
+
+
+ Printer +
+
+
Printer
+
Combine Printed Page / Printed Pages with String to get Printed Pages
+
Combine Printed Page / Printed Pages with String and Leather to get Printed Book
+
+
+
+
+
+ Stone + Stone + Stone +
+
+ Stone + Golden Apple + Stone +
+
+ Stone + Glass Pane + Stone +
+
+
+ Pocket Computer +
+
+
Pocket Computer
+
Gold Ingot in place of Stone to get Advanced Pocket Computer
+
Combine Pocket computer / Advanced Pocket Computer and Wireless Modem
+
+
+
+ Built-in Programs +
id
+
labelbreaking without a label loses all data and fuel
+
copy / cp / rename / move source destination
+
delete file
+
monitor side program arguments...
+
bg / fg program arguments...advanced / multishell
+
repeatwireless repeater
+
gps host [x y z]
+
gps locate
+
refuel [amount]
+
craft
+
go [direction]
+
equip / unequip side
+
dig [distance]
+
excavate [square size]
+
Shortcuts
Ctrl-S Shutdown computer
@@ -58,7 +368,7 @@
eject(side)
- Etherpad Bootstrap + Etherpad.za3k.com Bootstrap
pastebin get LLia5Cd7 etherpad
etherpad get etherpad etherpad
etherpad get pull pull
@@ -113,7 +423,7 @@
Native Os Events
key: keycode
-
char: letter
+
char: letter
timer / alarm: id
redstone Any redstone input changed
disk / disk_detach: side
@@ -124,8 +434,8 @@
mouse_scroll: direction, x, y
mouse_drag: button, x, y
monitor_touch: side, x, y Right click on an advanced monitor
-
"term_resize"
-
"terminate"os.pullEventRaw only
+
term_resize
+
terminateos.pullEventRaw only
turtle_inventory Inventory changes
diff --git a/minecraft_img/advancedcomputer.png b/minecraft_img/advancedcomputer.png new file mode 100644 index 0000000..9d54aad Binary files /dev/null and b/minecraft_img/advancedcomputer.png differ diff --git a/minecraft_img/advancedmonitor.png b/minecraft_img/advancedmonitor.png new file mode 100644 index 0000000..f9e2215 Binary files /dev/null and b/minecraft_img/advancedmonitor.png differ diff --git a/minecraft_img/advancedpocketcomputer.png b/minecraft_img/advancedpocketcomputer.png new file mode 100644 index 0000000..74fa2ff Binary files /dev/null and b/minecraft_img/advancedpocketcomputer.png differ diff --git a/minecraft_img/advancedturtle.png b/minecraft_img/advancedturtle.png new file mode 100644 index 0000000..3f3583d Binary files /dev/null and b/minecraft_img/advancedturtle.png differ diff --git a/minecraft_img/chest.png b/minecraft_img/chest.png new file mode 100644 index 0000000..95c68ba Binary files /dev/null and b/minecraft_img/chest.png differ diff --git a/minecraft_img/computer.png b/minecraft_img/computer.png new file mode 100644 index 0000000..9345f17 Binary files /dev/null and b/minecraft_img/computer.png differ diff --git a/minecraft_img/diamondaxe.png b/minecraft_img/diamondaxe.png new file mode 100644 index 0000000..6fb3238 Binary files /dev/null and b/minecraft_img/diamondaxe.png differ diff --git a/minecraft_img/diamondhoe.png b/minecraft_img/diamondhoe.png new file mode 100644 index 0000000..4dcb9e1 Binary files /dev/null and b/minecraft_img/diamondhoe.png differ diff --git a/minecraft_img/diamondpickaxe.png b/minecraft_img/diamondpickaxe.png new file mode 100644 index 0000000..7192de8 Binary files /dev/null and b/minecraft_img/diamondpickaxe.png differ diff --git a/minecraft_img/diamondshovel.png b/minecraft_img/diamondshovel.png new file mode 100644 index 0000000..62c24a8 Binary files /dev/null and b/minecraft_img/diamondshovel.png differ diff --git a/minecraft_img/diamondsword.png b/minecraft_img/diamondsword.png new file mode 100644 index 0000000..d040f48 Binary files /dev/null and b/minecraft_img/diamondsword.png differ diff --git a/minecraft_img/disk.png b/minecraft_img/disk.png new file mode 100644 index 0000000..5f545aa Binary files /dev/null and b/minecraft_img/disk.png differ diff --git a/minecraft_img/diskdrive.png b/minecraft_img/diskdrive.png new file mode 100644 index 0000000..b74212e Binary files /dev/null and b/minecraft_img/diskdrive.png differ diff --git a/minecraft_img/enderpearl.png b/minecraft_img/enderpearl.png new file mode 100644 index 0000000..ac642cf Binary files /dev/null and b/minecraft_img/enderpearl.png differ diff --git a/minecraft_img/floppydisk.png b/minecraft_img/floppydisk.png new file mode 100644 index 0000000..5f545aa Binary files /dev/null and b/minecraft_img/floppydisk.png differ diff --git a/minecraft_img/glasspane.png b/minecraft_img/glasspane.png new file mode 100644 index 0000000..8a116ba Binary files /dev/null and b/minecraft_img/glasspane.png differ diff --git a/minecraft_img/gold.png b/minecraft_img/gold.png new file mode 100644 index 0000000..6c95204 Binary files /dev/null and b/minecraft_img/gold.png differ diff --git a/minecraft_img/goldenapple.png b/minecraft_img/goldenapple.png new file mode 100644 index 0000000..0ad3d3d Binary files /dev/null and b/minecraft_img/goldenapple.png differ diff --git a/minecraft_img/inksac.png b/minecraft_img/inksac.png new file mode 100644 index 0000000..37998bb Binary files /dev/null and b/minecraft_img/inksac.png differ diff --git a/minecraft_img/iron.png b/minecraft_img/iron.png new file mode 100644 index 0000000..01c3eec Binary files /dev/null and b/minecraft_img/iron.png differ diff --git a/minecraft_img/leather.png b/minecraft_img/leather.png new file mode 100644 index 0000000..f56bd7a Binary files /dev/null and b/minecraft_img/leather.png differ diff --git a/minecraft_img/monitor.png b/minecraft_img/monitor.png new file mode 100644 index 0000000..8d43d29 Binary files /dev/null and b/minecraft_img/monitor.png differ diff --git a/minecraft_img/networkingcable.png b/minecraft_img/networkingcable.png new file mode 100644 index 0000000..b6e3838 Binary files /dev/null and b/minecraft_img/networkingcable.png differ diff --git a/minecraft_img/paper.png b/minecraft_img/paper.png new file mode 100644 index 0000000..65c5c5b Binary files /dev/null and b/minecraft_img/paper.png differ diff --git a/minecraft_img/pocketcomputer.png b/minecraft_img/pocketcomputer.png new file mode 100644 index 0000000..570195a Binary files /dev/null and b/minecraft_img/pocketcomputer.png differ diff --git a/minecraft_img/printedbook.png b/minecraft_img/printedbook.png new file mode 100644 index 0000000..eb17612 Binary files /dev/null and b/minecraft_img/printedbook.png differ diff --git a/minecraft_img/printedpage.png b/minecraft_img/printedpage.png new file mode 100644 index 0000000..2fbc95d Binary files /dev/null and b/minecraft_img/printedpage.png differ diff --git a/minecraft_img/printedpages.png b/minecraft_img/printedpages.png new file mode 100644 index 0000000..0805a50 Binary files /dev/null and b/minecraft_img/printedpages.png differ diff --git a/minecraft_img/printer.png b/minecraft_img/printer.png new file mode 100644 index 0000000..b81af99 Binary files /dev/null and b/minecraft_img/printer.png differ diff --git a/minecraft_img/recipe.png b/minecraft_img/recipe.png new file mode 100644 index 0000000..67f6244 Binary files /dev/null and b/minecraft_img/recipe.png differ diff --git a/minecraft_img/redstone.png b/minecraft_img/redstone.png new file mode 100644 index 0000000..def0bb5 Binary files /dev/null and b/minecraft_img/redstone.png differ diff --git a/minecraft_img/stone.png b/minecraft_img/stone.png new file mode 100644 index 0000000..526163d Binary files /dev/null and b/minecraft_img/stone.png differ diff --git a/minecraft_img/string.png b/minecraft_img/string.png new file mode 100644 index 0000000..630a291 Binary files /dev/null and b/minecraft_img/string.png differ diff --git a/minecraft_img/turtle.png b/minecraft_img/turtle.png new file mode 100644 index 0000000..d10e0b3 Binary files /dev/null and b/minecraft_img/turtle.png differ diff --git a/minecraft_img/wiredmodem.png b/minecraft_img/wiredmodem.png new file mode 100644 index 0000000..d737f83 Binary files /dev/null and b/minecraft_img/wiredmodem.png differ diff --git a/minecraft_img/wirelessmodem.png b/minecraft_img/wirelessmodem.png new file mode 100644 index 0000000..97f8345 Binary files /dev/null and b/minecraft_img/wirelessmodem.png differ diff --git a/minecraft_img/workbench.png b/minecraft_img/workbench.png new file mode 100644 index 0000000..e833973 Binary files /dev/null and b/minecraft_img/workbench.png differ