Posted 08 July 2013 - 05:07 PM
First off i play on the mindcrack Feed the beast.
So my problem is that i cant a any kind of a turtle to attack.
Im currently trying to get an attack turtle to kill some mobs for a mob farm, but the turtle wont attack in multiplayer, but it works fine in singleplayer, even with the same code.
I have tried opping computercraft, and opping myself.
There is no permission plugin or anything like that active. Just a normal clean server with all the mindcrack ftb mods
There is one strange thing tho, in singleplayer and multiplayer, in lua, when i type; turtle.attack() it says false.
Here is the code i use:
So my problem is that i cant a any kind of a turtle to attack.
Im currently trying to get an attack turtle to kill some mobs for a mob farm, but the turtle wont attack in multiplayer, but it works fine in singleplayer, even with the same code.
I have tried opping computercraft, and opping myself.
There is no permission plugin or anything like that active. Just a normal clean server with all the mindcrack ftb mods
There is one strange thing tho, in singleplayer and multiplayer, in lua, when i type; turtle.attack() it says false.
Here is the code i use:
while true do
turtle.attack()
sleep(1)
end