This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
YuichiJin's profile picture

Make a program for Ars Magica 2 mod

Started by YuichiJin, 17 June 2015 - 02:42 PM
YuichiJin #1
Posted 17 June 2015 - 04:42 PM
Hey guys !

I have a little problem. I want to make a program to bring something automatic on Ars Magica 2. For those who know the mod, I want to make a program who could put un bottle all Flickers that my Flicker Lure make spawn and put the catched flickers in a chest. For those who don't know the mod, I have a block that make spawn little mobs that I can catch with an item by right clicking on the mob, and I want to bring that automatic. So I thank to a program with a turtle, but I really don't know how to do that because I'm a newbie :/ So could you help me ? And sorry for my bad english, I'm french :/

Thank you,

Jin

EDIT : I found the way to make the turtle catch the flickers ! If I find a way to get the flickers jar to a chest I'll edit this message :)/> And sorry for the disturbance :/
Edited on 17 June 2015 - 06:41 PM
Bomb Bloke #2
Posted 18 June 2015 - 03:35 AM
Well, if the turtle has something in its inventory, then you can drop it into a chest by having the turtle face that chest, turtle.select()'ing the inventory slot with the item, then turtle.drop()'ing it.

If the target chest is far away from where you're catching "Flickers", you could cheat by having the turtle carry an Ender Storage Enderchest with it (so that it doesn't need to move around too much).
YuichiJin #3
Posted 18 June 2015 - 08:25 AM
Oh thanks man, I didn't think to that :)/>