- ComputerCraft | Programmable Computers for Minecraft
- → hamish1001's Content
hamish1001's Content
There have been 68 items by hamish1001 (Search limited from 10-February 22)
#6678 Temporary bridge maker :D!
Posted by
hamish1001
on 29 March 2012 - 04:23 AM
in
Turtle Programs
#6676 Temporary bridge maker :D!
Posted by
hamish1001
on 29 March 2012 - 03:52 AM
in
Turtle Programs
#6673 Monitor Textures
Posted by
hamish1001
on 29 March 2012 - 03:46 AM
in
Media
#6671 Powered Computer
Posted by
hamish1001
on 29 March 2012 - 03:06 AM
in
General
thesbros, on 29 March 2012 - 01:36 AM, said:
while true do local side = "back" if rs.getInput(side) then os.shutdown() else if not rs.getInput(side) then break end endThen, if the computer got a redstone input from the back, it would not turn on, if it doesn't, it will turn on.
#6656 Heavy Industrial Server [1.2.3] [Bukkit] [Whitelist] [Survival]
Posted by
hamish1001
on 29 March 2012 - 12:00 AM
in
General
#6655 Powered Computer
Posted by
hamish1001
on 28 March 2012 - 11:57 PM
in
General
#6578 MINECRAFT PE Computercraft?
Posted by
hamish1001
on 28 March 2012 - 03:33 AM
in
General
#6577 [SUGGESTION] [FOR FORUM ADMINS]
Posted by
hamish1001
on 28 March 2012 - 03:31 AM
in
Suggestions
#6328 Project Orion (Builder w/Automated Refilling & SmartDig) v0.02a
Posted by
hamish1001
on 26 March 2012 - 06:54 AM
in
Turtle Programs
#6320 [CC1.41][MC1.2.5] Fuzzy Overhaul Mod-Pack (183 mods)
Posted by
hamish1001
on 26 March 2012 - 03:42 AM
in
General
#6319 Project Orion (Builder w/Automated Refilling & SmartDig) v0.02a
Posted by
hamish1001
on 26 March 2012 - 03:32 AM
in
Turtle Programs
#6316 Computer Craft For MC 1.2.4?
Posted by
hamish1001
on 26 March 2012 - 02:26 AM
in
General
#6310 Secret program? [1.31]
Posted by
hamish1001
on 26 March 2012 - 01:49 AM
in
General
#6060 Track Placer - Advanced - User Friendly
Posted by
hamish1001
on 25 March 2012 - 03:38 AM
in
Turtle Programs
#6054 [Turtle] Bomber
Posted by
hamish1001
on 25 March 2012 - 02:26 AM
in
Turtle Programs
easier one
local tArgs = { ... }
if #tArgs ~= 2 then
print( "Usage: bomb <slot number> <frequency>" )
return
end
local slotNum = tonumber(tArgs[1])
local freq = tonumber(tArgs[2])
turtle.select(slotNum)
while turtle.getItemCount(slotNum) ~= 0 do
for n=1,freq
do
turtle.forward()
end
turtle.placeDown()
redstone.setOutput("bottom",true)
sleep(0.5)
redstone.setOutput("bottom",false)
end
#6051 [1.3] AutoTreeFarm program
Posted by
hamish1001
on 25 March 2012 - 01:47 AM
in
Turtle Programs
#6031 Turtle Bombing Run Program
Posted by
hamish1001
on 24 March 2012 - 11:05 PM
in
Ask a Pro
#6029 Secret program? [1.31]
Posted by
hamish1001
on 24 March 2012 - 10:55 PM
in
General
C:Users"NAME"AppDataRoaming.minecraftmodsComputerCraftluaromprogramssecret
FROM THERE TO THERE
C:Users"NAME"AppDataRoaming.minecraftmodsComputerCraftluaromprograms
#6026 how can i make my turtle go on a bombing run?
Posted by
hamish1001
on 24 March 2012 - 10:49 PM
in
General
#6021 how can i make my turtle go on a bombing run?
Posted by
hamish1001
on 24 March 2012 - 10:37 PM
in
General
#5810 turtle.place()
Posted by
hamish1001
on 24 March 2012 - 02:05 AM
in
General
underneath this
#5806 turtle.place()
Posted by
hamish1001
on 24 March 2012 - 01:45 AM
in
General
Espen, on 24 March 2012 - 01:01 AM, said:
hamish1001, on 23 March 2012 - 11:06 PM, said:
a sapling doesnt look like a block
a block looks like a block thoughlike my signature
#5805 [1.3] Security Terminal
Posted by
hamish1001
on 24 March 2012 - 01:41 AM
in
Programs
#5803 assign Keyboard keys
Posted by
hamish1001
on 24 March 2012 - 01:05 AM
in
Ask a Pro
Espen, on 24 March 2012 - 12:33 AM, said:
PatriotBob, on 23 March 2012 - 08:33 PM, said:
Because by the time you've posted hundreds of not-so-useful posts and got your title, people will definitely be much more annoyed about that fact than care for your title.
EDIT: And this was not specifically directed at you, but more a plea to everyone whom it may concern. So no offense!
i want a custom title now
#5795 [Turtle][CraftOS]Liraal's Stuff: Keycard Lock; magicTurtle API v. 1.252
Posted by
hamish1001
on 24 March 2012 - 12:04 AM
in
Turtle Programs
- ComputerCraft | Programmable Computers for Minecraft
- → hamish1001's Content


