From a9a3e70aef7c4820dbf0bd81cbf3741d625c4179 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 1 Apr 2023 11:07:12 +0200 Subject: [PATCH] Update Roadmap --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1b331e7..0f6141e 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ --- ## WARNING: This is a work in progress and is really simple right now. It will be improved in the future. -| Feature | Status | -|------------------------|--------| -| Block search | ✅ | -| Block data less search | ✅ | -| Tile entities search | ❌ | -| Entities search | ❌ | +| Feature | Status | +|---------------------------|--------| +| Block search | ✅ | +| Block data less search | ✅ | +| Tile entities data search | ❌ | +| Entities search | ❌ | --- @@ -41,12 +41,13 @@ schemsearch-cli --help --- ## Roadmap +A list of features that are planned to be implemented in the future. In order of priority. -- [ ] Tile entities search +- [ ] Full JSON output (Progressbar) +- [ ] Use AVX2 for faster search +- [ ] Tile entities data search - [ ] Entities search -- [ ] Better error handling -- [ ] Web interface -- [ ] McEdit search +- [ ] McEdit Schematic support ---