From 89f049f8a71e8ed26051d8a058953de951ebec97 Mon Sep 17 00:00:00 2001 From: Peaches_MLG Date: Sun, 5 May 2024 10:26:41 +0100 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..24c6583 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# MockNBTApi + +MockNBTApi is a wrapper library intended to make unit testing using [NBT-API](https://github.com/tr7zw/Item-NBT-API) easier. + +## Maven + + +```xml + + iridiumdevelopment + https://nexus.iridiumdevelopment.net/repository/maven-releases/ + +``` +```xml + + com.iridium + MockNBTApi + LATEST + +```