<?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=Mooch</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=Mooch"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Mooch"/>
		<updated>2026-07-11T14:49:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:Turtle_(API)&amp;diff=1624</id>
		<title>Talk:Turtle (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:Turtle_(API)&amp;diff=1624"/>
				<updated>2012-05-26T21:07:39Z</updated>
		
		<summary type="html">&lt;p&gt;Mooch: Responding to &amp;quot;Turtle range.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is there a way to detect a block's type? Preferably without picking it up; it would be nice to be able to write a function to check the block about to be broken against a list of &amp;quot;Do not break&amp;quot; blocks, such as Industrial craft's MFSU, which loses all held power when picked up. &lt;br /&gt;
&lt;br /&gt;
Also I request a way to set server-wide list of blocks immune to the turtle.dig() functions, such as say personal safes (Industrial Craft again).&amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:50.131.199.48|50.131.199.48]] ([[User talk:50.131.199.48|talk]] • [[Special:Contributions/50.131.199.48|contribs]]) &amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;!-- Template:Unsigned --&amp;gt;&lt;br /&gt;
:As far as I know, there's no way to check the block type with the current API. Could be a feature in the future though, never know. {{User:Scarfacial/Signature|22:17 - 8 March 2012}}&lt;br /&gt;
::Would be interesting to see if one could write a function for that. {{User:Banane9/Signature|22:43 - 9 March 2012}}&lt;br /&gt;
:::i would see it too please. But i dont think that you can make that in a function&lt;br /&gt;
:::[[User:Dude|Dude]] 22:13, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== turtle collect ? ==&lt;br /&gt;
&lt;br /&gt;
i understand that the turtle can drop items from its inventory with turtle.drop( [amount] )&lt;br /&gt;
but is there a way to make the turtle collect items (like a player would do) around and store it in inventory ?&lt;br /&gt;
(from what i understand right now the turtle collects items taken from a digged block ?&lt;br /&gt;
thanks&lt;br /&gt;
&lt;br /&gt;
== treefarm ==&lt;br /&gt;
&lt;br /&gt;
i have write a big programm (120 lines) that destory the tree full (with the leaves) when the tree is grown. so the turtle can plant an new tree an beginn at the start. My problem: the programm dont work and i cant find the faults... &amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Dude|Dude]] ([[User talk:Dude|talk]] • [[Special:Contributions/Dude|contribs]]) &amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;!-- Template:Unsigned --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Turtle range ==&lt;br /&gt;
I've made a simple program that takes the turtle 30 spaces up into the air, and then drives X number of times forward, then X number of times backwards then lands.&lt;br /&gt;
&lt;br /&gt;
It works fine for small values of X (5, 10, 30, 100).. But when I put it to 300, my turtle never returned. I could not find it when walking along it's course either&lt;br /&gt;
&lt;br /&gt;
Is there a way to make minecraft process chunks that has a turtle in it, or is this a limitation to minecraft it's not possible to work around?&amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:62.16.170.203|62.16.170.203]] ([[User talk:62.16.170.203|talk]] • [[Special:Contributions/62.16.170.203|contribs]]) &amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;!-- Template:Unsigned --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Minecraft only tracks mobs within so many chunks of the player. To see this in action, play in Creative Mode and fly around very fast -- you'll notice there's no mobs until you stop, at which point you'll usually be able to see them load. What's happening, I believe, is that your turtle is going so far away, it's unloading, which is to say, Minecraft is essentially deleting it. I don't believe there's any ad-hoc workaround -- you'd have to make your own mod or edit the ComputerCraft mod to make Minecraft track turtles persistently.&lt;br /&gt;
: ~~ [[User:Mooch|Mooch]] ([[User talk:Mooch|talk]])  21:07, 26 May 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Mooch</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Mooch&amp;diff=1623</id>
		<title>User:Mooch</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Mooch&amp;diff=1623"/>
				<updated>2012-05-26T20:48:18Z</updated>
		
		<summary type="html">&lt;p&gt;Mooch: Userpage creation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''May 26 2012'''&amp;lt;br /&amp;gt;&lt;br /&gt;
I don't learn programming well from books. I learn best by doing. For example, I'm learning JavaScript by messing around with [http://spheredev.org/wiki/Main_Page Sphere]. It's going well.&lt;br /&gt;
&lt;br /&gt;
When I first heard of the [[ComputerCraft]] mod, after geeking out, I decided this was a great opportunity to learn Lua, so that's what I'm going to do. I had considered [http://www.fceux.com/web/home.html FCEUX], but it's a bit too intimidating.&lt;br /&gt;
&lt;br /&gt;
My machine is decrepit, so I can't do it if one doesn't already exist, but I'd love to see a Minecraft server dedicated to ComputerCraft. I think it'd be neat to have a virtual space where people are writing and sharing ComputerCraft programs. It'd be a great place to help newbies (just log onto the server, start messing around with the computers and ask for help when needed), to beta test and bugfix, and of course, to share finished programs.&lt;br /&gt;
&lt;br /&gt;
I imagine we'd build a city - steel skyscrapers and all - filled with computer rooms, actual ComputerCraft LANs and WANs and an in-server network with &amp;quot;web&amp;quot;pages, email and all that good stuff. A world and an internet within the server! If such a server already exists, let me know. Add to my [http://computercraft.info/wiki/index.php?title=User_talk:Mooch Talk page] or feel free to [http://computercraft.info/wiki/index.php?title=User:Mooch&amp;amp;action=edit edit this page].&lt;br /&gt;
&lt;br /&gt;
~~ Mooch&lt;/div&gt;</summary>
		<author><name>Mooch</name></author>	</entry>

	</feed>