Update README.md

This commit is contained in:
KaptainWutax
2020-01-24 11:22:34 -05:00
committed by GitHub
parent 1d8131f8db
commit 599d27e37d
+11 -11
View File
@@ -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