minecraft-data 3.53.0 → 3.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data.js
CHANGED
|
@@ -1288,7 +1288,7 @@ module.exports =
|
|
|
1288
1288
|
get materials () { return require("./minecraft-data/data/pc/1.20.3/materials.json") },
|
|
1289
1289
|
get language () { return require("./minecraft-data/data/pc/1.20.3/language.json") },
|
|
1290
1290
|
get entities () { return require("./minecraft-data/data/pc/1.20.3/entities.json") },
|
|
1291
|
-
get protocol () { return require("./minecraft-data/data/pc/1.20.
|
|
1291
|
+
get protocol () { return require("./minecraft-data/data/pc/1.20.3/protocol.json") },
|
|
1292
1292
|
get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
|
|
1293
1293
|
get version () { return require("./minecraft-data/data/pc/1.20.3/version.json") },
|
|
1294
1294
|
get foods () { return require("./minecraft-data/data/pc/1.20.3/foods.json") },
|
|
@@ -1313,7 +1313,7 @@ module.exports =
|
|
|
1313
1313
|
get materials () { return require("./minecraft-data/data/pc/1.20.3/materials.json") },
|
|
1314
1314
|
get language () { return require("./minecraft-data/data/pc/1.20.3/language.json") },
|
|
1315
1315
|
get entities () { return require("./minecraft-data/data/pc/1.20.3/entities.json") },
|
|
1316
|
-
get protocol () { return require("./minecraft-data/data/pc/1.20.
|
|
1316
|
+
get protocol () { return require("./minecraft-data/data/pc/1.20.3/protocol.json") },
|
|
1317
1317
|
get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
|
|
1318
1318
|
get version () { return require("./minecraft-data/data/pc/1.20.4/version.json") },
|
|
1319
1319
|
get foods () { return require("./minecraft-data/data/pc/1.20.3/foods.json") },
|
package/doc/history.md
CHANGED
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
"materials": "pc/1.20.3",
|
|
1288
1288
|
"language": "pc/1.20.3",
|
|
1289
1289
|
"entities": "pc/1.20.3",
|
|
1290
|
-
"protocol": "pc/1.20.
|
|
1290
|
+
"protocol": "pc/1.20.3",
|
|
1291
1291
|
"windows": "pc/1.16.1",
|
|
1292
1292
|
"version": "pc/1.20.3",
|
|
1293
1293
|
"foods": "pc/1.20.3",
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
"materials": "pc/1.20.3",
|
|
1313
1313
|
"language": "pc/1.20.3",
|
|
1314
1314
|
"entities": "pc/1.20.3",
|
|
1315
|
-
"protocol": "pc/1.20.
|
|
1315
|
+
"protocol": "pc/1.20.3",
|
|
1316
1316
|
"windows": "pc/1.16.1",
|
|
1317
1317
|
"version": "pc/1.20.4",
|
|
1318
1318
|
"foods": "pc/1.20.3",
|