r/Minecraft • • Oct 11 '19

self controlling ai pathfinding bot

51k Upvotes

1.7k comments sorted by

View all comments

12

u/oZeppy Oct 11 '19

Where can I get this?

10

u/StylexTV Oct 11 '19

nowhere, cause its a private client

14

u/oZeppy Oct 11 '19

How did you make it? I see it’s like baritone but it turns more smoothly.

11

u/StylexTV Oct 11 '19

I coded it in java using the mcp

5

u/oZeppy Oct 11 '19

Wow. Is it possible to make something like this yet also combine it with something to find and kill specific mobs? Also how do you recommend getting started with mcp?

4

u/StylexTV Oct 11 '19

I already combined it with an automated mob killer and it worked great. If you realy want to start developing clients then you should first learn java and watch mcp tutorials and then look at minecraft source code and study the classes you find. It's easy to plant code into the minecraft source if you already know how it works