<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyPurp</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyPurp"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/FuzzyPurp"/>
		<updated>2026-07-11T06:07:59Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:Pages_with_broken_file_links&amp;diff=3047</id>
		<title>Category:Pages with broken file links</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:Pages_with_broken_file_links&amp;diff=3047"/>
				<updated>2012-09-20T23:39:01Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;@FuzzyPurp Red links the pages below or either broken, or the pages don't exist yet.&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:Pages_with_broken_file_links&amp;diff=3046</id>
		<title>Category:Pages with broken file links</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:Pages_with_broken_file_links&amp;diff=3046"/>
				<updated>2012-09-20T23:38:21Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: Created page with &amp;quot;Red links the pages above or either broken, or the pages don't exist yet.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Red links the pages above or either broken, or the pages don't exist yet.&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:ComputerCraft_Wiki:Mainpage&amp;diff=2938</id>
		<title>Talk:ComputerCraft Wiki:Mainpage</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:ComputerCraft_Wiki:Mainpage&amp;diff=2938"/>
				<updated>2012-09-17T03:55:40Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*May I suggest we lock this page and [[Main_Page]]? We've been getting a lot of complete-page-content-removal lately.--[[User:Thesbros|Thesbros]]&lt;br /&gt;
** I concur, however this would require some sort of user confirmation system. It could be done, though. [[User:AgentK|AgentK]] 22:08, 25 August 2012 (EDT)&lt;br /&gt;
Sure&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_(API)&amp;diff=2770</id>
		<title>Turtle (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_(API)&amp;diff=2770"/>
				<updated>2012-09-01T13:32:29Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Turtle API is used to work with your Turtles.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0|&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;100px&amp;quot;|Return&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Method name&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Description&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Min version&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.craft]]()&lt;br /&gt;
|Craft items using ingredients in the nine upper left slots&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.forward]]()&lt;br /&gt;
|Let the Turtle move forward&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.back]]()&lt;br /&gt;
|Let the Turtle move back&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.up]]()&lt;br /&gt;
|Let the Turtle move up&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.down]]()&lt;br /&gt;
|Let the Turtle move down &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;true&amp;quot;&lt;br /&gt;
|[[turtle.turnLeft]]()&lt;br /&gt;
|The Turtle turns left&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;true&amp;quot;&lt;br /&gt;
|[[turtle.turnRight]]()&lt;br /&gt;
|The Turtle turns right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;slot &amp;gt; 9&amp;quot;&lt;br /&gt;
|[[turtle.select]]( slotNum )&lt;br /&gt;
|The Turtle selects the given Slot (1 is top left, 16 (9 in 1.33 and earlier) is bottom right)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|int &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.getItemCount]]( slotNum )&lt;br /&gt;
|Counts how many items are in the given Slot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|int &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.getItemSpace]]( slotNum )&lt;br /&gt;
|Counts how many remaining items you need to fill the stack in the given Slot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|??&lt;br /&gt;
|[[turtle.attack]]()&lt;br /&gt;
|Attacks in front of the turtle.&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|??&lt;br /&gt;
|[[turtle.attackDown]]()&lt;br /&gt;
|Attacks under the turtle.&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|??&lt;br /&gt;
|[[turtle.attackUp]]()&lt;br /&gt;
|Attacks over the turtle.&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.dig]]()&lt;br /&gt;
|Breaks the Block in front&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.digUp]]()&lt;br /&gt;
|Breaks the Block above&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.digDown]]()&lt;br /&gt;
|Breaks the Block below&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|nil&lt;br /&gt;
|[[turtle.place]]( [signText] )&lt;br /&gt;
|Places a Block of the selected slot in front. Engrave [signText] on signs if provided.&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|nil&lt;br /&gt;
|[[turtle.placeUp]]()&lt;br /&gt;
|Places a Block of the selected slot above&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|nil&lt;br /&gt;
|[[turtle.placeDown]]()&lt;br /&gt;
|Places a Block of the selected slot below&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.detect]]()&lt;br /&gt;
|Detects if there is a Block in front&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.detectUp]]()&lt;br /&gt;
|Detects if there is a Block above&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.detectDown]]()&lt;br /&gt;
|Detects if there is a Block below&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.compare]]()&lt;br /&gt;
|Detects if the block in front is the same as the one in the currently selected slot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.compareUp]]()&lt;br /&gt;
|Detects if the block above is the same as the one in the currently selected slot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.compareDown]]()&lt;br /&gt;
|Detects if the block below is the same as the one in the currently selected slot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;result&amp;quot;&lt;br /&gt;
|[[turtle.compareTo]]( [slot] )&lt;br /&gt;
|Compare the current selected slot and the given slot to see if the items are the same, yields true if they are the same, and false if not.&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.drop]]( [count] )&lt;br /&gt;
|Drops all items in the selected slot, or if [count] is specified, drops that many items.&amp;lt;br /&amp;gt;If there is a inventory on the side it will try to place into the inventory, returning false if the inventory is full.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.drop|turtle.dropDown]]( [count] )&lt;br /&gt;
|Drops all items in the selected slot, or if [count] is specified, drops that many items.&amp;lt;br /&amp;gt;If there is a inventory on the side it will try to place into the inventory, returning false if the inventory is full. If above a furnace, will place item in the top slot.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.drop|turtle.dropUp]]( [count] )&lt;br /&gt;
|Drops all items in the selected slot, or if [count] is specified, drops that many items.&amp;lt;br /&amp;gt;If there is a inventory on the side it will try to place into the inventory, returning false if the inventory is full. If below a furnace, will place item in the bottom slot.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.suck]]()&lt;br /&gt;
|Picks up an item stack of any number, from the ground or an inventory in front of the turtle. If the turtle can't pick up the item, the function yields false.&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|bool &amp;quot;success&amp;quot;&lt;br /&gt;
|[[turtle.refuel]]()&lt;br /&gt;
|If the current selected slot contains a fuel item, it will consume it to give the turtle the ability to move.&amp;lt;br /&amp;gt;Added in 1.4  and is only needed in hardcore turtle mode. If the current slot doesn't contain a fuel item, it yields false. Fuel values for different items can be found at [[Turtle.refuel#Fuel_Values]].&lt;br /&gt;
| 1.4&lt;br /&gt;
|-&lt;br /&gt;
|int &amp;quot;fuel&amp;quot;&lt;br /&gt;
|[[turtle.getFuelLevel]]()&lt;br /&gt;
|Returns the current fuel level of the turtle, this is the number of blocks the turtle can move.&amp;lt;br /&amp;gt;If turtleNeedFuel = 0 then it yields &amp;quot;unlimited&amp;quot;.&lt;br /&gt;
| 1.4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Trivia:&lt;br /&gt;
During the 1.4 beta, turtle.getFuelLevel() in softcore(that is now turtleneedsfuel = 0) returned 9000.&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=2767</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=2767"/>
				<updated>2012-09-01T11:53:01Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: Created page with &amp;quot;* navigation ** mainpage|mainpage-description ** News ** recentchanges-url|recentchanges ** randompage-url|randompage * Links ** http://computercraft.info|Main Site ** http://...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** News&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
* Links&lt;br /&gt;
** http://computercraft.info|Main Site&lt;br /&gt;
** http://computercraft.info/forums2|Forums&lt;br /&gt;
** Tutorials&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=MediaWiki:Mainpage&amp;diff=2765</id>
		<title>MediaWiki:Mainpage</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=MediaWiki:Mainpage&amp;diff=2765"/>
				<updated>2012-09-01T11:49:25Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ComputerCraft_Wiki_-_Home&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=MediaWiki:Mainpage&amp;diff=2762</id>
		<title>MediaWiki:Mainpage</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=MediaWiki:Mainpage&amp;diff=2762"/>
				<updated>2012-09-01T11:41:51Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: Created page with &amp;quot;ComputerCraft_Wiki_-_&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ComputerCraft_Wiki_-_&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Redworks&amp;diff=237</id>
		<title>Redworks</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Redworks&amp;diff=237"/>
				<updated>2012-02-06T13:44:22Z</updated>
		
		<summary type="html">&lt;p&gt;FuzzyPurp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Z2cB4.png|frame|right|RedWorks install menu.]]Redworks is an overhaul of CraftOS, making it more user friendly, via adding more APIs, a log-in screen, Minepedia, an easier to use text editor, and more programs.&lt;br /&gt;
&lt;br /&gt;
Its features include...&lt;br /&gt;
*RedWord: write .txts faster.&lt;br /&gt;
*CIM. Speak with ComputerCraft users across time and space. (SMP and SSP even!)&lt;br /&gt;
*Rin's API, which helps with physics.&lt;br /&gt;
*Class API, which helps with classes&lt;br /&gt;
*GameAPI and RedBundleAPI.&lt;br /&gt;
*Minepedia&lt;br /&gt;
*A floppy disk version, so you can install it only on certain terminals.&lt;br /&gt;
*More programs and content&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>FuzzyPurp</name></author>	</entry>

	</feed>