minecraft-data 2.105.0 → 2.109.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
@@ -1043,7 +1043,7 @@ module.exports =
1043
1043
  get enchantments () { return require("./minecraft-data/data/pc/1.17/enchantments.json") },
1044
1044
  get recipes () { return require("./minecraft-data/data/pc/1.18/recipes.json") },
1045
1045
  get instruments () { return require("./minecraft-data/data/pc/1.16.1/instruments.json") },
1046
- get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1046
+ get materials () { return require("./minecraft-data/data/pc/1.18/materials.json") },
1047
1047
  get language () { return require("./minecraft-data/data/pc/1.18/language.json") },
1048
1048
  get entities () { return require("./minecraft-data/data/pc/1.18/entities.json") },
1049
1049
  get protocol () { return require("./minecraft-data/data/pc/1.18/protocol.json") },
@@ -1056,6 +1056,29 @@ module.exports =
1056
1056
  get loginPacket () { return require("./minecraft-data/data/pc/1.18/loginPacket.json") },
1057
1057
  get tints () { return require("./minecraft-data/data/pc/1.17/tints.json") },
1058
1058
  get mapIcons () { return require("./minecraft-data/data/pc/1.16/mapIcons.json") }
1059
+ },
1060
+ '1.18.1': {
1061
+ get blocks () { return require("./minecraft-data/data/pc/1.18/blocks.json") },
1062
+ get blockCollisionShapes () { return require("./minecraft-data/data/pc/1.17/blockCollisionShapes.json") },
1063
+ get biomes () { return require("./minecraft-data/data/pc/1.18/biomes.json") },
1064
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1065
+ get items () { return require("./minecraft-data/data/pc/1.18/items.json") },
1066
+ get enchantments () { return require("./minecraft-data/data/pc/1.17/enchantments.json") },
1067
+ get recipes () { return require("./minecraft-data/data/pc/1.18/recipes.json") },
1068
+ get instruments () { return require("./minecraft-data/data/pc/1.16.1/instruments.json") },
1069
+ get materials () { return require("./minecraft-data/data/pc/1.18/materials.json") },
1070
+ get language () { return require("./minecraft-data/data/pc/1.18/language.json") },
1071
+ get entities () { return require("./minecraft-data/data/pc/1.18/entities.json") },
1072
+ get protocol () { return require("./minecraft-data/data/pc/1.18/protocol.json") },
1073
+ get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1074
+ get version () { return require("./minecraft-data/data/pc/1.18.1/version.json") },
1075
+ get foods () { return require("./minecraft-data/data/pc/1.17/foods.json") },
1076
+ get particles () { return require("./minecraft-data/data/pc/1.18/particles.json") },
1077
+ get blockLoot () { return require("./minecraft-data/data/pc/1.18/blockLoot.json") },
1078
+ get entityLoot () { return require("./minecraft-data/data/pc/1.18/entityLoot.json") },
1079
+ get loginPacket () { return require("./minecraft-data/data/pc/1.18/loginPacket.json") },
1080
+ get tints () { return require("./minecraft-data/data/pc/1.17/tints.json") },
1081
+ get mapIcons () { return require("./minecraft-data/data/pc/1.16/mapIcons.json") }
1059
1082
  }
1060
1083
  },
1061
1084
  'bedrock': {
package/doc/history.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 2.109.0
2
+ * update mcdata
3
+
4
+ ## 2.108.0
5
+ * update mcdata
6
+
7
+ ## 2.107.0
8
+ * update mcdata
9
+
10
+ ## 2.106.0
11
+ * update mcdata
12
+
1
13
  ## 2.105.0
2
14
  * update mcdata
3
15
 
@@ -9,7 +9,7 @@ Language independent module providing minecraft data for minecraft clients, serv
9
9
 
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
- 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
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 and 1.18.1)
13
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
14
14
 
15
15
  ## Wrappers
@@ -1042,7 +1042,7 @@
1042
1042
  "enchantments": "pc/1.17",
1043
1043
  "recipes": "pc/1.18",
1044
1044
  "instruments": "pc/1.16.1",
1045
- "materials": "pc/1.17",
1045
+ "materials": "pc/1.18",
1046
1046
  "language": "pc/1.18",
1047
1047
  "entities": "pc/1.18",
1048
1048
  "protocol": "pc/1.18",
@@ -1055,6 +1055,29 @@
1055
1055
  "loginPacket": "pc/1.18",
1056
1056
  "tints": "pc/1.17",
1057
1057
  "mapIcons": "pc/1.16"
1058
+ },
1059
+ "1.18.1": {
1060
+ "blocks": "pc/1.18",
1061
+ "blockCollisionShapes": "pc/1.17",
1062
+ "biomes": "pc/1.18",
1063
+ "effects": "pc/1.17",
1064
+ "items": "pc/1.18",
1065
+ "enchantments": "pc/1.17",
1066
+ "recipes": "pc/1.18",
1067
+ "instruments": "pc/1.16.1",
1068
+ "materials": "pc/1.18",
1069
+ "language": "pc/1.18",
1070
+ "entities": "pc/1.18",
1071
+ "protocol": "pc/1.18",
1072
+ "windows": "pc/1.16.1",
1073
+ "version": "pc/1.18.1",
1074
+ "foods": "pc/1.17",
1075
+ "particles": "pc/1.18",
1076
+ "blockLoot": "pc/1.18",
1077
+ "entityLoot": "pc/1.18",
1078
+ "loginPacket": "pc/1.18",
1079
+ "tints": "pc/1.17",
1080
+ "mapIcons": "pc/1.16"
1058
1081
  }
1059
1082
  },
1060
1083
  "bedrock": {
@@ -0,0 +1,154 @@
1
+ {
2
+ "gourd": {
3
+ "699": 1.5,
4
+ "704": 1.5,
5
+ "709": 1.5,
6
+ "714": 1.5,
7
+ "719": 1.5,
8
+ "724": 1.5
9
+ },
10
+ "wool": {
11
+ "848": 5
12
+ },
13
+ "leaves;mineable/hoe": {
14
+ "699": 1.5,
15
+ "703": 2,
16
+ "704": 1.5,
17
+ "708": 4,
18
+ "709": 1.5,
19
+ "713": 12,
20
+ "714": 1.5,
21
+ "718": 6,
22
+ "719": 1.5,
23
+ "723": 8,
24
+ "724": 1.5,
25
+ "728": 9,
26
+ "848": 15
27
+ },
28
+ "mineable/axe": {
29
+ "702": 2,
30
+ "707": 4,
31
+ "712": 12,
32
+ "717": 6,
33
+ "722": 8,
34
+ "727": 9
35
+ },
36
+ "coweb": {
37
+ "699": 15,
38
+ "704": 15,
39
+ "709": 15,
40
+ "714": 15,
41
+ "719": 15,
42
+ "724": 15,
43
+ "848": 15
44
+ },
45
+ "default": {},
46
+ "mineable/shovel": {
47
+ "700": 2,
48
+ "705": 4,
49
+ "710": 12,
50
+ "715": 6,
51
+ "720": 8,
52
+ "725": 9
53
+ },
54
+ "leaves": {
55
+ "699": 1.5,
56
+ "704": 1.5,
57
+ "709": 1.5,
58
+ "714": 1.5,
59
+ "719": 1.5,
60
+ "724": 1.5,
61
+ "848": 15
62
+ },
63
+ "plant": {
64
+ "699": 1.5,
65
+ "704": 1.5,
66
+ "709": 1.5,
67
+ "714": 1.5,
68
+ "719": 1.5,
69
+ "724": 1.5
70
+ },
71
+ "mineable/pickaxe": {
72
+ "701": 2,
73
+ "706": 4,
74
+ "711": 12,
75
+ "716": 6,
76
+ "721": 8,
77
+ "726": 9
78
+ },
79
+ "vine_or_glow_lichen": {
80
+ "848": 2
81
+ },
82
+ "mineable/hoe": {
83
+ "703": 2,
84
+ "708": 4,
85
+ "713": 12,
86
+ "718": 6,
87
+ "723": 8,
88
+ "728": 9
89
+ },
90
+ "gourd;mineable/axe": {
91
+ "699": 1.5,
92
+ "702": 2,
93
+ "704": 1.5,
94
+ "707": 4,
95
+ "709": 1.5,
96
+ "712": 12,
97
+ "714": 1.5,
98
+ "717": 6,
99
+ "719": 1.5,
100
+ "722": 8,
101
+ "724": 1.5,
102
+ "727": 9
103
+ },
104
+ "plant;mineable/axe": {
105
+ "699": 1.5,
106
+ "702": 2,
107
+ "704": 1.5,
108
+ "707": 4,
109
+ "709": 1.5,
110
+ "712": 12,
111
+ "714": 1.5,
112
+ "717": 6,
113
+ "719": 1.5,
114
+ "722": 8,
115
+ "724": 1.5,
116
+ "727": 9
117
+ },
118
+ "vine_or_glow_lichen;plant;mineable/axe": {
119
+ "699": 1.5,
120
+ "702": 2,
121
+ "704": 1.5,
122
+ "707": 4,
123
+ "709": 1.5,
124
+ "712": 12,
125
+ "714": 1.5,
126
+ "717": 6,
127
+ "719": 1.5,
128
+ "722": 8,
129
+ "724": 1.5,
130
+ "727": 9,
131
+ "848": 2
132
+ },
133
+ "leaves;mineable/axe;mineable/hoe": {
134
+ "699": 1.5,
135
+ "702": 2,
136
+ "703": 2,
137
+ "704": 1.5,
138
+ "707": 4,
139
+ "708": 4,
140
+ "709": 1.5,
141
+ "712": 12,
142
+ "713": 12,
143
+ "714": 1.5,
144
+ "717": 6,
145
+ "718": 6,
146
+ "719": 1.5,
147
+ "722": 8,
148
+ "723": 8,
149
+ "724": 1.5,
150
+ "727": 9,
151
+ "728": 9,
152
+ "848": 15
153
+ }
154
+ }
@@ -1940,7 +1940,7 @@
1940
1940
  {
1941
1941
  "name": "y",
1942
1942
  "size": 20,
1943
- "signed": false
1943
+ "signed": true
1944
1944
  }
1945
1945
  ]
1946
1946
  ]
@@ -0,0 +1,5 @@
1
+ {
2
+ "minecraftVersion": "1.18.1",
3
+ "version": 757,
4
+ "majorVersion": "1.18"
5
+ }
@@ -1,4 +1,11 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "22w03a",
4
+ "version": 1073741889,
5
+ "dataVersion": 2966,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.18"
8
+ },
2
9
  {
3
10
  "minecraftVersion": "1.18.1",
4
11
  "version": 757,
@@ -45,5 +45,6 @@
45
45
  "21w07a",
46
46
  "1.17",
47
47
  "1.17.1",
48
- "1.18"
48
+ "1.18",
49
+ "1.18.1"
49
50
  ]
@@ -13,7 +13,7 @@ For bedrock edition see [bedrock.md](bedrock.md)
13
13
  | commands.json | No? |Use [mc-data-command-generator][5] | link to jar files have to be manually added |
14
14
  | biomes.json | Yes | Use [Burger][1], then use [burger-extractor][2] | [extra info][13] |
15
15
  | instruments | No | [wiki.vg block actions][11] |
16
- | materials.json | No | ? |
16
+ | materials.json | No | [import from previous version](18) or [fix it properly](19) |
17
17
  | windows.json | No | Look at [wiki.vg inventories][7] |
18
18
  | version.json | No | Look at [Protocol Versions][9] | [wiki.vg protocol numbers][8] |
19
19
  | effects.json | No | Look at [minecraft wiki effects][12] |
@@ -43,3 +43,6 @@ For bedrock edition see [bedrock.md](bedrock.md)
43
43
  [15]: https://minecraft.gamepedia.com/Map#Map_icons
44
44
  [16]: https://wiki.vg/Protocol#Map_Data
45
45
  [17]: https://github.com/PrismarineJS/minecraft-data-auto-updater
46
+ [18]: https://github.com/PrismarineJS/minecraft-data/pull/282#issue-612896577
47
+ [19]: https://github.com/PrismarineJS/minecraft-data/issues/412#issuecomment-1008202471
48
+
@@ -1,3 +1,15 @@
1
+ ## 2.109.0
2
+ * pc: fix version for 1.18.1
3
+
4
+ ## 2.108.0
5
+ * pc: support 1.18.1
6
+
7
+ ## 2.107.0
8
+ * pc: y is signed in 1.18 packet_multi_block_change
9
+
10
+ ## 2.106.0
11
+ * pc: add materials 1.18
12
+
1
13
  ## 2.105.0
2
14
  * bedrock: Add block data for 1.16.220, 1.17.0 (@extremeheat)
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.105.0",
3
+ "version": "2.109.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",