Jump to content


ajthemacboy's Content

There have been 3 items by ajthemacboy (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#241077 [Request] Addon to make "turtlePlace" functions act as a right click

Posted by ajthemacboy on 21 December 2015 - 05:52 PM in Peripheral Help and Discussion

View Postredstoneduck, on 20 December 2015 - 10:04 PM, said:

it doesn't looks too hard to do, maybe I add it to random peripherals(no guarantees) as an turtle upgrade

I'd really appreciate it, the possibilities are endless!



#240837 [Request] Addon to make "turtlePlace" functions act as a right click

Posted by ajthemacboy on 19 December 2015 - 06:04 PM in Peripheral Help and Discussion

I've often needed to have turtles be able to "right click" as a player. Thermal Expansion's Autonomous Activator, Engineer's Toolbox' Activator, etc, can all do this with a machine, but I want to do it with a moving turtle.

I'm not entirely sure, but I believe this code *may* contain code for 'fake' right clicks (I'm not a Java dev, so): https://github.com/E...lockPlacer.java

I hope someone will consider doing this! Thank you :)



#233491 Simple sample program for graphing redstone input

Posted by ajthemacboy on 25 September 2015 - 07:57 PM in General

Hello, I'm pretty new to ComputerCraft, but I'm familiar with C++ and Lua doesn't seem that different, so I'm trying to learn.

I'm looking for a program that graphs the input from a redstone signal into a computer over around a minute, and displays it on a monitor.

I would like a sample program, not individual instructions, if anyone can write one up real quick.

Thanks!