Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
athulsib authored Sep 11, 2024
1 parent cf640e4 commit c09f44c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ A Easy to Use, Fast, Cross-Version schematic library.

Stop having to depend on large plugins like WorldEdit or Limiting Libraries like NeoSchematic. Tachyon allows you to create, save, load & paste schematics easily & Efficiently.

**Note: If you want much faster file loading & saving speeds (upto 10x faster), then use fast-serialization branch. The downside is that it increases jar size by 500kb for the library**

## Features
- [x] 🟩 **Easy to Use** 🟩
- Extremely easy to use, just implement tachyon and look at our simple usage examples!
Expand All @@ -25,8 +23,7 @@ Stop having to depend on large plugins like WorldEdit or Limiting Libraries like
- Tachyon uses a custom file extension for schematics which is ".tachyon" by default but you may set it to whatever you'd like by rewriting 1 string.

- [x]**Hyperfast loading & saving of schematics**
- Significantly greater speeds for saving and loading schematics, sometimes upto 10x faster than regular java serialization. This is achieved by using
much faster serialization methods provided by [Kryo](https://github.com/EsotericSoftware/kryo) **(USE fast-serialization branch for this feature)**
- Significantly greater speeds for saving and loading schematics, sometimes upto 10x faster than regular java serialization.
- [x] 🛠️ **Schematic Editing** 🛠️
- We support direct editing of schematics without having to paste them. This includes:
- [x] **Rotations** - Rotate the schematic by any angle multiple of 90 degrees.
Expand Down

0 comments on commit c09f44c

Please sign in to comment.