1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-10-01 20:20:12 +02:00
Dieser Commit ist enthalten in:
Chaoscaot 2023-04-01 11:07:12 +02:00
Ursprung c477a52f92
Commit a9a3e70aef

Datei anzeigen

@ -5,10 +5,10 @@
## 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 | ❌ |
| 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
---