diff --git a/doc/history.md b/doc/history.md
index a7640cbd..3166e360 100644
--- a/doc/history.md
+++ b/doc/history.md
@@ -1,3 +1,6 @@
+## 3.7.2
+* update mcdata
+
 ## 3.7.1
 * update mcdata
 
diff --git a/minecraft-data b/minecraft-data
index 6d563211..4d77e45e 160000
--- a/minecraft-data
+++ b/minecraft-data
@@ -1 +1 @@
-Subproject commit 6d563211241743cfaa05ad63c2d82f06ab666029
+Subproject commit 4d77e45e613683104b38cb8cda92d57917f7bcbc
diff --git a/package.json b/package.json
index 2f2f0101..a0be0cbb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "minecraft-data",
-  "version": "3.7.1",
+  "version": "3.7.2",
   "description": "Provide easy access to minecraft data in node.js",
   "main": "index.js",
   "tonicExampleFilename": "example.js",