From 54e2198ac39437a36e447254c75e91ab8bd60765 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Thu, 18 Jun 2026 12:07:10 +0000 Subject: [PATCH 1/2] Update --- minecraft-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-data b/minecraft-data index 172fd583..d4d34921 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 172fd5830a86df4d3899f26a46583eb7dc382064 +Subproject commit d4d349218383bc0befcdd8bb0adac135234fe5d7 From a97b1c214e2b45f049e21e536a1e1b2d29eefce6 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Thu, 18 Jun 2026 12:07:10 +0000 Subject: [PATCH 2/2] Release 3.111.0 --- doc/history.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/history.md b/doc/history.md index 27b01460..53dfb6f7 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.111.0 + +* update `minecraft-data` + ## 3.110.2 * update `minecraft-data` diff --git a/package.json b/package.json index 4aad4813..38c275de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.110.2", + "version": "3.111.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",