minecraft-data 3.69.0 → 3.71.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 +29 -2
- package/doc/history.md +8 -0
- package/index.d.ts +15 -0
- package/minecraft-data/README.md +10 -1
- package/minecraft-data/data/dataPaths.json +29 -2
- package/minecraft-data/data/pc/1.10/protocol.json +3 -3
- package/minecraft-data/data/pc/1.10-pre1/protocol.json +3 -3
- package/minecraft-data/data/pc/1.11/protocol.json +3 -3
- package/minecraft-data/data/pc/1.12/protocol.json +3 -3
- package/minecraft-data/data/pc/1.12-pre4/protocol.json +3 -3
- package/minecraft-data/data/pc/1.12.1/protocol.json +3 -3
- package/minecraft-data/data/pc/1.12.2/protocol.json +3 -3
- package/minecraft-data/data/pc/1.15/protocol.json +1 -1
- package/minecraft-data/data/pc/1.15.1/protocol.json +1 -1
- package/minecraft-data/data/pc/1.15.2/protocol.json +1 -1
- package/minecraft-data/data/pc/1.16/protocol.json +1 -1
- package/minecraft-data/data/pc/1.16-rc1/protocol.json +1 -1
- package/minecraft-data/data/pc/1.16.1/protocol.json +1 -1
- package/minecraft-data/data/pc/1.20.3/proto.yml +2762 -0
- package/minecraft-data/data/pc/1.20.5/enchantments.json +42 -42
- package/minecraft-data/data/pc/1.20.5/items.json +0 -248
- package/minecraft-data/data/pc/1.20.5/loginPacket.json +8264 -0
- package/minecraft-data/data/pc/1.20.5/protocol.json +8898 -0
- package/minecraft-data/data/pc/1.20.5/recipes.json +15144 -0
- package/minecraft-data/data/pc/1.20.5/version.json +6 -0
- package/minecraft-data/data/pc/1.8/protocol.json +3 -3
- package/minecraft-data/data/pc/1.9/protocol.json +3 -3
- package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +3 -3
- package/minecraft-data/data/pc/1.9.2/protocol.json +3 -3
- package/minecraft-data/data/pc/1.9.4/protocol.json +3 -3
- package/minecraft-data/data/pc/15w40b/protocol.json +3 -3
- package/minecraft-data/data/pc/16w20a/protocol.json +3 -3
- package/minecraft-data/data/pc/16w35a/protocol.json +3 -3
- package/minecraft-data/data/pc/17w15a/protocol.json +3 -3
- package/minecraft-data/data/pc/17w18b/protocol.json +3 -3
- package/minecraft-data/data/pc/20w13b/protocol.json +1 -1
- package/minecraft-data/data/pc/common/features.json +25 -0
- package/minecraft-data/data/pc/common/protocolVersions.json +40 -0
- package/minecraft-data/data/pc/common/versions.json +3 -2
- package/minecraft-data/data/pc/latest/proto.yml +1274 -598
- package/minecraft-data/doc/history.md +12 -0
- package/minecraft-data/tools/js/test/audit_recipes.js +4 -1
- package/package.json +2 -2
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 3.71.0
|
|
2
|
+
* [Fix protocol.json array count after protodef yaml fix.](https://github.com/PrismarineJS/minecraft-data/commit/7bae37d8bb4a367a38395b30393c9df62e839984) (thanks @rom1504)
|
|
3
|
+
* [Add 1.20.5 in version list in readme](https://github.com/PrismarineJS/minecraft-data/commit/7f34231c97b2af16478abb2b66d9ecbc8e053d63) (thanks @rom1504)
|
|
4
|
+
|
|
5
|
+
## 3.70.0
|
|
6
|
+
* [Pc1.20.5 protocol (#898)](https://github.com/PrismarineJS/minecraft-data/commit/a240b84d2690f1c05d2a64a8bf1b152b3682ded5) (thanks @extremeheat)
|
|
7
|
+
* [Add 1.21.2-pre3 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/34bba2ce95af635a5d5e79359009fa779c135d42) (thanks @github-actions[bot])
|
|
8
|
+
* [Add 1.21.2-pre2 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/14bde312bffedda58b6cd59a868be9039bd7143e) (thanks @github-actions[bot])
|
|
9
|
+
* [Add 1.21.2-pre1 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/61c6b9ac56dd00f2881b1960455c8208df2169db) (thanks @github-actions[bot])
|
|
10
|
+
* [Add 24w40a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/c356b8cf02c71f9583ef0173e9281d83238d62bb) (thanks @github-actions[bot])
|
|
11
|
+
* [Add 24w39a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/9c8c31f2cee73500130e14e398a4b6ac6d5f22b8) (thanks @github-actions[bot])
|
|
12
|
+
|
|
1
13
|
## 3.69.0
|
|
2
14
|
* [1.21.30 support (#911)](https://github.com/PrismarineJS/minecraft-data/commit/b8282714565b2405ac946d72840239f88f9edb28) (thanks @pokecosimo)
|
|
3
15
|
* [[bedrock] Add missing 1.21.20 packets (#908)](https://github.com/PrismarineJS/minecraft-data/commit/aa82dcc0cd5afe0a8feebf8ac626c0836b98b929) (thanks @MrDiamond64)
|
|
@@ -126,7 +126,10 @@ require('./version_iterator')(function (p, versionString) {
|
|
|
126
126
|
if (!oakPlanks) return // Bail if version doesn't have seperately defined planks, this prevents the test failing on versions that use metadata
|
|
127
127
|
const recipe = recipes[craftingTable.id]
|
|
128
128
|
if (!recipe[0]) return
|
|
129
|
-
|
|
129
|
+
// remove the if after fixing https://github.com/PrismarineJS/minecraft-data/issues/917
|
|
130
|
+
if (versionString !== 'pc 1.20.5') {
|
|
131
|
+
assert.notEqual(recipe.length, 1) // Check that crafting table has multiple recipes.
|
|
132
|
+
}
|
|
130
133
|
}
|
|
131
134
|
})
|
|
132
135
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minecraft-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.71.0",
|
|
4
4
|
"description": "Provide easy access to minecraft data in node.js",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"tonicExampleFilename": "example.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"minecraft-packets": "^1.4.0",
|
|
40
40
|
"mocha": "^10.0.0",
|
|
41
41
|
"standard": "^17.0.0",
|
|
42
|
-
"typescript": "~5.
|
|
42
|
+
"typescript": "~5.6.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {}
|
|
45
45
|
}
|