diff --git a/README.md b/README.md index e7369c7..6e433f6 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,17 @@ https://youtu.be/1ChmLi9og8Q +## Upcoming Features + +A List of features I have on my mind... they won't necessarily be implemented in this order if at all. + + - SHA2 brute-forcing, auxiliary to biomes search. + - Dungeon floor cracker, fast lattice reversal. + - Stronghold portal room cracker. (alternative to dungeon floor?) + - Faster brute-forcing by reorganizing located features list. + - End and nether biome finders. (nether would mostly be in preparation for 1.16) + - Chest loot finders. (fun meme, hell to implement) + ## Setting up the Workspace -Clone the repository. @@ -63,17 +74,6 @@ https://youtu.be/1ChmLi9og8Q -Update the version in `build.gradle` and `fabric.mod.json`. -Run `gradlew build`. - -## Upcoming Features - -A List of features I have on my mind... they won't necessarily be implemented in this order if at all. - - - SHA2 brute-forcing, auxiliary to biomes search. - - Dungeon floor cracker, fast lattice reversal. - - Stronghold portal room cracker. (alternative to dungeon floor?) - - Faster brute-forcing by reorganizing located features list. - - End and nether biome finders. (nether would mostly be in preparation for 1.16) - - Chest loot finders. (fun meme, hell to implement) ## Contributors