diff --git a/README.md b/README.md index ec58cf8..ed7bb54 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A spigot library to easily change internals data without taking care of version. ![Build badge](https://img.shields.io/github/workflow/status/Iltotore/SpigotMetadataAPI/Java%20CI/master) ![Security Badge](https://snyk.io/test/github/Iltotore/SpigotMetadataAPI/badge.svg) ![License Badge](https://img.shields.io/github/license/Iltotore/SpigotMetadataAPI) ![Release badge](https://img.shields.io/github/v/release/Iltotore/SpigotMetadataAPI) ## Description -SpigotMetadataAPI is an API to edit entities/blocks/items's data from 1.8.8 to 1.15. It allows Spigot developers to access Minecraft entities features that Spigot doesn't support without worry about version. +SpigotMetadataAPI is an API to edit entities/blocks/items's data from 1.8.8 to 1.15.2. It allows Spigot developers to access Minecraft entities features that Spigot doesn't support without worry about version. ## Features ### [NBT Support](https://github.com/Iltotore/SpigotMetadataAPI/wiki/NBT) @@ -60,7 +60,7 @@ dependencies { ## Download sources - **Step 1**: Clone this repository -- **Step 2**: Run `sh setup.sh` in the `scripts` folder to download NMS dependencies. +- **Step 2**: Run the `buildTools` task to download NMS dependencies. Note: ## Contributing You can contribute to this project by creating Issues and upgrading the project. diff --git a/logo.png b/logo.png index ff0b68c..4b72fdf 100644 Binary files a/logo.png and b/logo.png differ