5 posts
Location
Switzerland
Posted 24 March 2014 - 11:42 AM
Hello
Is there a way to control a Villager/Mob with a Computercraft Program.
For Example with something like a CommandBlock or with the Immibis Adventure Map Interface.
Thanx for your Answer
Gorfel
7083 posts
Location
Tasmania (AU)
Posted 24 March 2014 - 12:02 PM
Seriously though, no, I don't think there is.
7508 posts
Location
Australia
Posted 24 March 2014 - 12:03 PM
I don't even think its possible in Minecraft to interact with Villagers/Mobs. is it?
656 posts
Posted 24 March 2014 - 12:14 PM
In computercraft, you can set the command block's command by doing something like this:
commandblock = peripheral.wrap("right")
commandblock.setCommand("/tp @a myname")
commandblock.runcommand()
I think that you can use certain commands in the newer minecraft versions to move enteties via @e.
For command blocks and computercraft, have a look here:
http://computercraft.info/wiki/Command_Block_(API)
7083 posts
Location
Tasmania (AU)
Posted 24 March 2014 - 01:16 PM
Well, hostile mobs chase players. Zombies also chase villagers, and creepers flee cats.
Domestic mobs will follow the player if holding a suitable "food" item for them.
Other then that, all that's left is bashing them in the direction you want them to go using attacks, pistons, water and so on.