Update NBT API

This commit is contained in:
SoSeDiK 2020-08-15 15:04:04 +03:00 committed by GitHub
parent f5462d1240
commit e3ff8b42c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@ # Patches
| api | Add ChatColor.getById | Aikar | |
| api | Add GameProfileLookupEvent | tr7zw | |
| server | Add GameProfileLookupEvent | tr7zw | |
| api | Add NBT API as a first class lib | tr7zw | |
| server | Add NBT-API as first-class lib | tr7zw | |
| api | Add NBT API as a first-class lib | tr7zw | |
| server | Add NBT API as a first-class lib | tr7zw | |
| server | Add Rainforest config | Mariell Hoversholm | |
| server | Add config Yatopia command and basic settings | tr7zw | |
| api | Add getLastTickMs api | tr7zw | |

View File

@ -1,11 +1,11 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: tr7zw <tr7zw@live.de>
Date: Sat, 1 Aug 2020 15:55:15 -0500
Subject: [PATCH] Add NBT API as a first class lib
Subject: [PATCH] Add NBT API as a first-class lib
diff --git a/pom.xml b/pom.xml
index 3a49ca4b8af1c9715cda8efde3d09efef92354fe..9338a6a97d9ac2ce010928ffe330fc791030c0f6 100644
index 3a49ca4b8af1c9715cda8efde3d09efef92354fe..d73826b819d894c069891e69592e2d4bac389737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,11 @@
@ -27,7 +27,7 @@ index 3a49ca4b8af1c9715cda8efde3d09efef92354fe..9338a6a97d9ac2ce010928ffe330fc79
+ <dependency>
+ <groupId>de.tr7zw</groupId>
+ <artifactId>item-nbt-api</artifactId>
+ <version>2.4.1</version>
+ <version>2.5.0</version>
+ </dependency>
</dependencies>

View File

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: tr7zw <tr7zw@live.de>
Date: Thu, 2 Apr 2020 18:49:38 +0200
Subject: [PATCH] Add NBT-API as first-class lib
Subject: [PATCH] Add NBT API as a first-class lib
diff --git a/pom.xml b/pom.xml