copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Turtle - ComputerCraft Wiki Turtles are capable of using pickaxes, hoes, axes, shovels and swords The update added "Crafty Turtles", which have the ability to craft using their inventory - and part of this upgrade saw the number of inventory slots in the Turtle raised to 16 from the previous 9 slot inventory The 1 4 update also included a new fuel system for the turtles
Peripheral (API) - ComputerCraft Wiki Using Networking Cables, you can attach and use peripherals without having them directly touching the computer To connect a peripheral in this way, place a Wired Modem on any side of your computer, as you would a Wireless Modem Place a Wired Modem on each peripheral you wish to connect, and then connect all of them with Networking Cables
Recipes - ComputerCraft Wiki Computer: Wired Modem: Networking Cable: Wireless Modem: Wireless Modem (old recipe, changed in 1 51
Computer - ComputerCraft Wiki The default size of the Computer screen has been increased They no longer crash when used with RedPower frames 1 41: Fixed labelled Computers not keeping their data when destroyed 1 45: Added ability to change the background and text colour (black and white only) 1 48: They can now control Command Blocks, if enabled in the config 1 51
Monitor - ComputerCraft Wiki For this example, we have a Monitor connected to the top of our Computer: -- Immediately invoke a method without wrapping peripheral call ( "top", "write", "Hello World!" -- You can also "wrap" the peripheral side to a variable: local monitor = peripheral wrap ( "top" ) monitor write ( "Hello World!"
OS (API) - ComputerCraft Wiki Blocks until the computer receives an event, or if target-event is specified, will block until an instance of target-event occurs os pullEvent(target-event) returns the event and any parameters the event may have If a target-event is specified, the computer will not break for any other events (except termination) os pullEventRaw([string
[Mod Tutorial] ComputerCraft v1. 2 (very) Basic Lua Tutorial (Updated 1 . . . First let's build a computer True you can spawn one easily with the TooManyItems mod (one of my favorite mods), but just in case you don't use that you can make one is with a crafting table and by placing regular-old boring stone in all but the bottom and middle slots, one redstone dust in the middle, and a glass panel at the bottom (see photo
Tables - ComputerCraft Wiki Tutorial: Tables: This script will introduce you to Tables, and show you some ways to use them If you have experience with other languages, a table is roughly equivalent to an array
Category:APIs - ComputerCraft Wiki If you're playing single-player or you're running the multiplayer server, you can add those APIs to "rom apis" and they will automatically be loaded on every computer in the world Normally, though, you would leave the APIs somewhere else and use "os loadAPI" to make them available to your program