Skip to content

KK-mp4/Slime-Cluster-Pattern-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slime Cluster Pattern Finder

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++

image

How to use:

  1. Enter your world seed
  2. 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.
  3. check mark needed settings like rotating your shape, stopping after first find or allowing noise (will ignore extra slime chunk inside input shape).
  4. 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.
  5. Run search!

Random tests for Dugged's seed 1306145184061456995:

Pickaxe: Chunk (97150 / 57810)
image

Heart: Chunk (5743 / -9989)
image

Amongus: Chunk (-34227 / -85398)
image

Slime face: Chunk (-36255 / -13500)
image

Checkerboard: Chunk (-6973 / 3808)
image

Penis: Chunk (-5998 / -6939)
image

160m long strip: Chunk (9902 / 17578)
image

Gunpowder: Chunk (-9072 / -488)
image

Squircle: Chunk (-7540 / -11409)
image

Doge: Chunk (2078 / -780)
image

Checkerboard rhombus: Chunk (2078 / -780)
image

Dependencies

C++/CLR Windows Forms

License

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.

About

Desktop application to search for slime chunk patterns in Minecraft

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published