Difference between revisions of "Printer"
m (Update to Peripheral field - now lists wrapped callable.) |
Magiczocker (Talk | contribs) m |
||
(14 intermediate revisions by 7 users not shown) | |||
Line 2: | Line 2: | ||
|name=Printer | |name=Printer | ||
|image=Iso_Printer.png | |image=Iso_Printer.png | ||
− | |id= | + | |id=ComputerCraft:CC-Peripheral |
− | |damage-value= | + | |damage-value=3 |
|is-peripheral=Yes | |is-peripheral=Yes | ||
|peripheral-api=Printer (API) | |peripheral-api=Printer (API) | ||
Line 9: | Line 9: | ||
The printer was added in the [[ComputerCraft]] 1.42 update. The printer is placed next to a computer, and allows for printing text onto paper with any color of ink. | The printer was added in the [[ComputerCraft]] 1.42 update. The printer is placed next to a computer, and allows for printing text onto paper with any color of ink. | ||
− | + | == Crafting == | |
− | == | + | Using the printer will produce [[Printed Page]]. These pages can be used in two different shapeless recipes: [[Printed Pages]] and [[Printed_book|Printed Books]]. Using any of these when on your hotbar will allow you to view their contents (much like with signed books in vanilla). |
− | {{Crafting | + | {{Crafting |
|A1=stone |B1=stone |C1=stone | |A1=stone |B1=stone |C1=stone | ||
|A2=stone |B2=Redstone |C2=stone | |A2=stone |B2=Redstone |C2=stone | ||
− | |A3=stone |B3= | + | |A3=stone |B3=Ink Sac |C3=stone |
|Output=printer | |Output=printer | ||
− | }} | + | }} |
+ | {{Crafting | ||
+ | |B1=printed_page | ||
+ | |A2=String |B2=printed page | ||
+ | |B3=printed page | ||
+ | |Output=printed pages | ||
+ | }} | ||
+ | {{Crafting | ||
+ | |A1=printed pages |B1=printed pages |C1=printed pages | ||
+ | |A2=printed page |B2=printed page |C2=printed page | ||
+ | |B3=String | ||
+ | |Output=printed pages | ||
+ | }} | ||
+ | {{Crafting | ||
+ | |A1=printed page |B1=printed page |C1=printed page | ||
+ | |A2=String |B2=Leather | ||
+ | |Output=printed book_ | ||
+ | }} | ||
+ | {{Crafting | ||
+ | |A1=printed pages |B1=printed pages |C1=printed pages | ||
+ | |A2=printed page |B2=printed page |C2=printed page | ||
+ | |A3=String |B3=Leather | ||
+ | |Output=printed book_ | ||
+ | }} | ||
+ | |||
== Usage == | == Usage == | ||
+ | [[File:PrinterGUI.png|thumb|256px|GUI of the Printer]] | ||
To use a printer, place it adjacently but not diagonally next to a computer (left, right, top, bottom, front, or back side). Place any color ink in the single left slot, and paper in any of the top slots. | To use a printer, place it adjacently but not diagonally next to a computer (left, right, top, bottom, front, or back side). Place any color ink in the single left slot, and paper in any of the top slots. | ||
Line 23: | Line 48: | ||
Paper tray is accessible from the top, output paper tray is accessible from the front or bottom, and the ink slot is accessible from the back or sides. | Paper tray is accessible from the top, output paper tray is accessible from the front or bottom, and the ink slot is accessible from the back or sides. | ||
− | [[ | + | ==Renaming with Anvils== |
+ | In [[ComputerCraft]] 1.7 and above Printers can be renamed using [https://minecraft.gamepedia.com/Anvil#Renaming Anvils]. | ||
+ | |||
+ | == Printer API == | ||
+ | *[[Printer (API)]] | ||
+ | |||
+ | == History == | ||
+ | {{History|head}} | ||
+ | {{History|1.42|Added Printers.}} | ||
+ | {{History|1.7|Can be renamed with Anvils.}} | ||
+ | {{History|foot}} | ||
+ | |||
+ | {{BlocksItemsList}} | ||
− | [[Category:Blocks | + | [[Category:Blocks]] |
Latest revision as of 07:06, 4 August 2020
Printer | |
Item ID | ComputerCraft:CC-Peripheral |
Damage Value | 3 |
Peripheral? | Yes- Printer (API) |
The printer was added in the ComputerCraft 1.42 update. The printer is placed next to a computer, and allows for printing text onto paper with any color of ink.
Crafting
Using the printer will produce Printed Page. These pages can be used in two different shapeless recipes: Printed Pages and Printed Books. Using any of these when on your hotbar will allow you to view their contents (much like with signed books in vanilla).
Usage
To use a printer, place it adjacently but not diagonally next to a computer (left, right, top, bottom, front, or back side). Place any color ink in the single left slot, and paper in any of the top slots.
If you are using blocks to pull/insert items from the printer the different slots are available from these sides: Paper tray is accessible from the top, output paper tray is accessible from the front or bottom, and the ink slot is accessible from the back or sides.
Renaming with Anvils
In ComputerCraft 1.7 and above Printers can be renamed using Anvils.
Printer API
History
1.42 | Added Printers. |
---|---|
1.7 | Can be renamed with Anvils. |