Xp melee turtle program

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Klonken321

New Member
Jul 29, 2019
24
0
0
Hello, im trying to make a automatic book enchanter farm to make enchanting easier, so i checked around and started building a farm, and came over a nice WORKING program called something like tim the enchanter v1.0 or something,
but when i watched some of the tutorials they added a monitor to the turtle (with the same program)
i cannot get it to work can some1 tell me what im doing wrong?:/
http://pastebin.com/dwdDpXj9


Here's the raw pastebin

Thanks in advance
 

Gimply Goose

New Member
Jul 29, 2019
205
0
1
I'm no help, haven't done one of these before. I am pretty sure it has been done before though. So if you use some Google-fu you could probably find the answer in a couple of minutes.

If you want to have fun with it though, you could try writing your own program. If you did that I bet you could trouble shoot it yourself :p
 

Juanitierno

New Member
Jul 29, 2019
579
0
0
arent you trying to make the monitor work? If so you should probably fill in this:

  1. -- @param monitor direction (can be nil if no monitor)
  2. local monitorSide = nil
 

Klonken321

New Member
Jul 29, 2019
24
0
0
arent you trying to make the monitor work? If so you should probably fill in this:

  1. -- @param monitor direction (can be nil if no monitor)
  2. local monitorSide = nil
I've tried just changing that to left (for example) but nothing happens, not when i change the thingy under either :S
I'm no help, haven't done one of these before. I am pretty sure it has been done before though. So if you use some Google-fu you could probably find the answer in a couple of minutes.

If you want to have fun with it though, you could try writing your own program. If you did that I bet you could trouble shoot it yourself :p

sadly i would but i dont know ANYTHING about programming
 

Juanitierno

New Member
Jul 29, 2019
579
0
0
Have you tried left or "left" ?

According to the code it should wrap the monitor correctly if you set that parameter...