Minecraft auto miner download
Supports recording, editing and creating any keybindings to initiate automatic keyboard and mouse input. The tool will start preloaded with 2 keybindings that allow Auto-Run and Auto-Mine. I would love to get feedback on your experience!
Advanced functions, like: set target and record mouse movement, aren't working as intended yet. With feedback I will get a sense of the need to update. Please provide the ad click URL, if possible:. Oh no!
Some styles failed to load. Help Create Join Login. Application Development. IT Management. Project Management. Resources Blog Articles.
Menu Help Create Join Login. AutoMine AutoRun Create or record and edit missing keybindings, automate, be handsfree! Status: Beta. Add a Review. Get project updates , sponsored content from our select partners, and more.
Full Name. This is enough to get representative data. On the first run, a cache file is created. Reading the world is slow and the cache file only keeps the block types, only for Y 0 through This cache file is used to do the actual calculations on. If you have ideas for algorithms you want to try out, please have a run at the code and create a pull request if you'd like to see it added.
Skip to content. Star Minecraft automatic miner for finding the best mining strategy 10 stars 13 forks. Branches Tags. Could not load branches. Could not load tags. Latest commit. Git stats 5 commits. Failed to load latest commit information. View code. Automatic miner for Minecraft This application attempts to find an optimal algoritm for mining in minecraft, specifically optimized for mining diamond ore.
What it does This application reads Minecraft levels and mines them. The way the mining algorithm works is: The application picks a random starting point in the world and starts mining from there; From that point, towards positive zero, it mines a one wide, two high tunnel; If it finds either ore or air either in the mined block or directly adjacent to the mined block, it recurses into that block; This goes on until all air blocks or ore blocks are exchausted.
The data The reason I wrote this application is that I wanted to verify the common approach for mining for diamond ore. The TL;DR of the results of this application is: Mining at 12 seems to be the best level, but mining at level 13 is going to cost you roughly 1 diamond ore block per mined blocks; Far more interesting is that having just three blocks between tunnels does not seem to be a good idea.
Instead, the more space you leave between tunnels, the better. The code To use the application, you first need a world.
0コメント