minecraft-data 3.28.0 → 3.29.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 +21 -0
- package/doc/history.md +4 -0
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.19.63/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +2 -1
- package/minecraft-data/data/dataPaths.json +21 -0
- package/minecraft-data/doc/history.md +3 -0
- package/package.json +2 -2
package/data.js
CHANGED
|
@@ -1562,6 +1562,27 @@ module.exports =
|
|
|
1562
1562
|
proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
|
|
1563
1563
|
types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
|
|
1564
1564
|
get version () { return require("./minecraft-data/data/bedrock/1.19.62/version.json") }
|
|
1565
|
+
},
|
|
1566
|
+
'1.19.63': {
|
|
1567
|
+
get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
|
|
1568
|
+
get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
|
|
1569
|
+
get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
|
|
1570
|
+
get biomes () { return require("./minecraft-data/data/bedrock/1.19.1/biomes.json") },
|
|
1571
|
+
get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
|
|
1572
|
+
get items () { return require("./minecraft-data/data/bedrock/1.19.10/items.json") },
|
|
1573
|
+
get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
|
|
1574
|
+
get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
|
|
1575
|
+
get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
|
|
1576
|
+
get enchantments () { return require("./minecraft-data/data/pc/1.17/enchantments.json") },
|
|
1577
|
+
get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
|
|
1578
|
+
get protocol () { return require("./minecraft-data/data/bedrock/1.19.62/protocol.json") },
|
|
1579
|
+
get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
|
|
1580
|
+
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1581
|
+
get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
|
|
1582
|
+
get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
|
|
1583
|
+
proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
|
|
1584
|
+
types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
|
|
1585
|
+
get version () { return require("./minecraft-data/data/bedrock/1.19.63/version.json") }
|
|
1565
1586
|
}
|
|
1566
1587
|
}
|
|
1567
1588
|
}
|
package/doc/history.md
CHANGED
package/minecraft-data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
|
|
|
10
10
|
Supports
|
|
11
11
|
* Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
|
|
12
12
|
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3)
|
|
13
|
-
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62
|
|
13
|
+
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63
|
|
14
14
|
|
|
15
15
|
## Wrappers
|
|
16
16
|
|
|
@@ -1780,7 +1780,8 @@ packet_command_request:
|
|
|
1780
1780
|
# Internal specifies if the command request internal. Setting it to false seems to work and the usage of
|
|
1781
1781
|
# this field is not known.
|
|
1782
1782
|
internal: bool
|
|
1783
|
-
#
|
|
1783
|
+
# Specifies the version of the command to run, relative to the current Minecraft version. Should be set
|
|
1784
|
+
# to 52 as of 1.19.62
|
|
1784
1785
|
version: varint
|
|
1785
1786
|
|
|
1786
1787
|
|
|
@@ -1561,6 +1561,27 @@
|
|
|
1561
1561
|
"proto": "bedrock/latest",
|
|
1562
1562
|
"types": "bedrock/latest",
|
|
1563
1563
|
"version": "bedrock/1.19.62"
|
|
1564
|
+
},
|
|
1565
|
+
"1.19.63": {
|
|
1566
|
+
"blocks": "bedrock/1.19.1",
|
|
1567
|
+
"blockStates": "bedrock/1.19.1",
|
|
1568
|
+
"blockCollisionShapes": "bedrock/1.19.1",
|
|
1569
|
+
"biomes": "bedrock/1.19.1",
|
|
1570
|
+
"entities": "bedrock/1.19.1",
|
|
1571
|
+
"items": "bedrock/1.19.10",
|
|
1572
|
+
"recipes": "bedrock/1.19.10",
|
|
1573
|
+
"instruments": "bedrock/1.17.0",
|
|
1574
|
+
"materials": "pc/1.17",
|
|
1575
|
+
"enchantments": "pc/1.17",
|
|
1576
|
+
"effects": "pc/1.17",
|
|
1577
|
+
"protocol": "bedrock/1.19.62",
|
|
1578
|
+
"windows": "bedrock/1.16.201",
|
|
1579
|
+
"steve": "bedrock/1.16.201",
|
|
1580
|
+
"blocksB2J": "bedrock/1.19.1",
|
|
1581
|
+
"blocksJ2B": "bedrock/1.19.1",
|
|
1582
|
+
"proto": "bedrock/latest",
|
|
1583
|
+
"types": "bedrock/latest",
|
|
1584
|
+
"version": "bedrock/1.19.63"
|
|
1564
1585
|
}
|
|
1565
1586
|
}
|
|
1566
1587
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minecraft-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"description": "Provide easy access to minecraft data in node.js",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"tonicExampleFilename": "example.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^18.0.0",
|
|
37
|
-
"json-schema-to-typescript": "
|
|
37
|
+
"json-schema-to-typescript": "11.0.1",
|
|
38
38
|
"minecraft-packets": "^1.4.0",
|
|
39
39
|
"mocha": "^10.0.0",
|
|
40
40
|
"require-self": "^0.2.3",
|