Posted 26 November 2012 - 12:18 PM
These turtles have color and mouse support but also have a nifty new API like so:
advancedturtle.detectBlock( slotnum )
it must have the block in its inventory to find it.If it's an ore then it must have the dropped item from it.Detects only in a certain radius.
advancedturtle.detectMob()
It does not need an item of that mob.Mobs will destroy their fuel,they have no HP,if you put alot of fuel it means alot of health.
advancedturtle.shoot( slot num )
shoots arrows or snowballs like a dispenser
advancedturtle.explode( slot num )
if tnt is in the slot number it will explode around it,it won't blow up the turtle,advanced turtles are explosion-proof
advancedturtle.digAll()
Digs in all 6 directions (up,down,left,right,forward,backward)
recipe:
G=gold ingot
A=advancedcomputer
C=chest
GGG
GAG
GCG
and then add the addons (modems,crafting table,etc.)
advancedturtle.detectBlock( slotnum )
it must have the block in its inventory to find it.If it's an ore then it must have the dropped item from it.Detects only in a certain radius.
advancedturtle.detectMob()
It does not need an item of that mob.Mobs will destroy their fuel,they have no HP,if you put alot of fuel it means alot of health.
advancedturtle.shoot( slot num )
shoots arrows or snowballs like a dispenser
advancedturtle.explode( slot num )
if tnt is in the slot number it will explode around it,it won't blow up the turtle,advanced turtles are explosion-proof
advancedturtle.digAll()
Digs in all 6 directions (up,down,left,right,forward,backward)
recipe:
G=gold ingot
A=advancedcomputer
C=chest
GGG
GAG
GCG
and then add the addons (modems,crafting table,etc.)