From e386c9e2c257d519c5147577cc36ac67b034c065 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Dec 2022 21:16:33 -0800 Subject: [PATCH] Add Anvil file format support to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2446b3..eb6cf63 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ place. Here are some noteworthy achievements: generate Rust code for the project. The JSON files can be used in other projects as well. - [x] Items - [x] Particles +- [x] Anvil file format (read only) - [ ] Inventory - [ ] Block entities - [x] Proxy support ([Velocity](https://velocitypowered.com/), [Bungeecord](https://www.spigotmc.org/wiki/bungeecord/) and [Waterfall](https://docs.papermc.io/waterfall))