Work in progress C++ Desktop application to search for slime chunk patterns in Minecraft Java Edition
Special thanks to TheBjoel2 for providing his Java linear congruential generator code for C++
- Enter your world seed
- Enter chunk radius from 0, 9 where you want to search for the shape, it will search in spiral from 0, 0 to that radius.
- check mark needed settings like rotating your shape, stopping after first find or allowing noise (will ignore extra slime chunk inside input shape).
- Draw the shape, don't forget to look at "Probability to find" line in the bottom left corner, if needed increase radius or simplify input shape.
- Run search!
Pickaxe: Chunk (97150 / 57810)
Amongus: Chunk (-34227 / -85398)
Slime face: Chunk (-36255 / -13500)
Checkerboard: Chunk (-6973 / 3808)
160m long strip: Chunk (9902 / 17578)
Gunpowder: Chunk (-9072 / -488)
Squircle: Chunk (-7540 / -11409)
Checkerboard rhombus: Chunk (2078 / -780)
C++/CLR Windows Forms
This program is licensed under the GNU General Public License v3.0. Please read the License file to know about the usage terms and conditions.