minecraft-data 3.80.1 → 3.81.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/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.81.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.80.1
4
8
 
5
9
  * update `minecraft-data`
@@ -16,6 +16,11 @@ jobs:
16
16
  uses: actions/setup-node@v1
17
17
  with:
18
18
  node-version: 18.x
19
+ # Old versions of bedrock use old libssl that Ubuntu no longer ships with; need manual install
20
+ - name: Install libssl 1.1
21
+ run: |
22
+ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
23
+ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
19
24
  - name: Checkout node-minecraft-data
20
25
  uses: actions/checkout@v2
21
26
  with:
@@ -1,134 +1,190 @@
1
1
  {
2
- "incorrect_for_wooden_tool": {
3
- "818": 1.0,
4
- "821": 1.0,
5
- "820": 1.0,
6
- "819": 1.0
7
- },
8
- "gourd": {},
9
- "wool": {
10
- "983": 5.0
11
- },
12
- "leaves;mineable/hoe": {
13
- "821": 1.0,
14
- "846": 1.0,
2
+ "default": {},
3
+ "leaves": {
15
4
  "983": 15.0,
16
- "831": 1.0,
17
- "826": 1.0,
18
- "836": 1.0,
19
- "841": 1.0
20
- },
21
- "mineable/axe": {
22
- "830": 1.0,
23
- "835": 1.0,
24
- "845": 1.0,
25
- "820": 1.0,
26
- "825": 1.0,
27
- "840": 1.0
28
- },
29
- "incorrect_for_netherite_tool": {
30
- "845": 1.0,
31
- "843": 1.0,
32
- "846": 1.0,
33
- "844": 1.0
34
- },
35
- "incorrect_for_diamond_tool": {
36
- "839": 1.0,
37
- "838": 1.0,
38
- "840": 1.0,
39
- "841": 1.0
5
+ "817": 1.5,
6
+ "822": 1.5,
7
+ "827": 1.5,
8
+ "832": 1.5,
9
+ "837": 1.5,
10
+ "842": 1.5
40
11
  },
41
12
  "coweb": {
42
- "983": 15.0
13
+ "983": 15.0,
14
+ "817": 15.0,
15
+ "822": 15.0,
16
+ "827": 15.0,
17
+ "832": 15.0,
18
+ "837": 15.0,
19
+ "842": 15.0
20
+ },
21
+ "plant": {
22
+ "817": 1.5,
23
+ "822": 1.5,
24
+ "827": 1.5,
25
+ "832": 1.5,
26
+ "837": 1.5,
27
+ "842": 1.5
28
+ },
29
+ "gourd": {
30
+ "817": 1.5,
31
+ "822": 1.5,
32
+ "827": 1.5,
33
+ "832": 1.5,
34
+ "837": 1.5,
35
+ "842": 1.5
43
36
  },
44
- "default": {},
45
- "incorrect_for_gold_tool": {
46
- "830": 1.0,
47
- "829": 1.0,
48
- "831": 1.0,
49
- "828": 1.0
37
+ "vine_or_glow_lichen": {
38
+ "983": 2.0
50
39
  },
51
- "mineable/shovel": {
52
- "818": 1.0,
53
- "843": 1.0,
54
- "823": 1.0,
55
- "838": 1.0,
56
- "828": 1.0,
57
- "833": 1.0
40
+ "wool": {
41
+ "983": 5.0
58
42
  },
59
- "leaves": {
60
- "983": 15.0
43
+ "incorrect_for_wooden_tool": {
44
+ "818": 2.0,
45
+ "819": 2.0,
46
+ "820": 2.0,
47
+ "821": 2.0
61
48
  },
62
- "incorrect_for_stone_tool": {
63
- "823": 1.0,
64
- "824": 1.0,
65
- "825": 1.0,
66
- "826": 1.0
49
+ "mineable/shovel": {
50
+ "818": 2.0,
51
+ "823": 4.0,
52
+ "828": 12.0,
53
+ "833": 6.0,
54
+ "838": 8.0,
55
+ "843": 9.0
67
56
  },
68
- "plant": {},
69
57
  "mineable/pickaxe": {
70
- "829": 1.0,
71
- "839": 1.0,
72
- "834": 1.0,
73
- "824": 1.0,
74
- "844": 1.0,
75
- "819": 1.0
58
+ "819": 2.0,
59
+ "824": 4.0,
60
+ "829": 12.0,
61
+ "834": 6.0,
62
+ "839": 8.0,
63
+ "844": 9.0
76
64
  },
77
- "vine_or_glow_lichen": {
78
- "983": 2.0
65
+ "mineable/axe": {
66
+ "820": 2.0,
67
+ "825": 4.0,
68
+ "830": 12.0,
69
+ "835": 6.0,
70
+ "840": 8.0,
71
+ "845": 9.0
79
72
  },
80
73
  "mineable/hoe": {
81
- "821": 1.0,
82
- "846": 1.0,
83
- "831": 1.0,
84
- "826": 1.0,
85
- "836": 1.0,
86
- "841": 1.0
74
+ "821": 2.0,
75
+ "826": 4.0,
76
+ "831": 12.0,
77
+ "836": 6.0,
78
+ "841": 8.0,
79
+ "846": 9.0
87
80
  },
88
- "gourd;mineable/axe": {
89
- "825": 1.0,
90
- "830": 1.0,
91
- "835": 1.0,
92
- "845": 1.0,
93
- "820": 1.0,
94
- "840": 1.0
81
+ "incorrect_for_stone_tool": {
82
+ "823": 4.0,
83
+ "824": 4.0,
84
+ "825": 4.0,
85
+ "826": 4.0
86
+ },
87
+ "incorrect_for_gold_tool": {
88
+ "828": 12.0,
89
+ "829": 12.0,
90
+ "830": 12.0,
91
+ "831": 12.0
95
92
  },
96
93
  "incorrect_for_iron_tool": {
97
- "835": 1.0,
98
- "834": 1.0,
99
- "836": 1.0,
100
- "833": 1.0
94
+ "833": 6.0,
95
+ "834": 6.0,
96
+ "835": 6.0,
97
+ "836": 6.0
98
+ },
99
+ "incorrect_for_diamond_tool": {
100
+ "838": 8.0,
101
+ "839": 8.0,
102
+ "840": 8.0,
103
+ "841": 8.0
104
+ },
105
+ "incorrect_for_netherite_tool": {
106
+ "843": 9.0,
107
+ "844": 9.0,
108
+ "845": 9.0,
109
+ "846": 9.0
101
110
  },
102
111
  "plant;mineable/axe": {
103
- "825": 1.0,
104
- "830": 1.0,
105
- "835": 1.0,
106
- "845": 1.0,
107
- "820": 1.0,
108
- "840": 1.0
112
+ "817": 1.5,
113
+ "822": 1.5,
114
+ "827": 1.5,
115
+ "832": 1.5,
116
+ "837": 1.5,
117
+ "842": 1.5,
118
+ "820": 2.0,
119
+ "825": 4.0,
120
+ "830": 12.0,
121
+ "835": 6.0,
122
+ "840": 8.0,
123
+ "845": 9.0
109
124
  },
110
- "vine_or_glow_lichen;plant;mineable/axe": {
111
- "830": 1.0,
112
- "835": 1.0,
113
- "845": 1.0,
114
- "820": 1.0,
115
- "983": 2.0,
116
- "825": 1.0,
117
- "840": 1.0
125
+ "gourd;mineable/axe": {
126
+ "817": 1.5,
127
+ "822": 1.5,
128
+ "827": 1.5,
129
+ "832": 1.5,
130
+ "837": 1.5,
131
+ "842": 1.5,
132
+ "820": 2.0,
133
+ "825": 4.0,
134
+ "830": 12.0,
135
+ "835": 6.0,
136
+ "840": 8.0,
137
+ "845": 9.0
138
+ },
139
+ "leaves;mineable/hoe": {
140
+ "983": 15.0,
141
+ "817": 1.5,
142
+ "822": 1.5,
143
+ "827": 1.5,
144
+ "832": 1.5,
145
+ "837": 1.5,
146
+ "842": 1.5,
147
+ "821": 2.0,
148
+ "826": 4.0,
149
+ "831": 12.0,
150
+ "836": 6.0,
151
+ "841": 8.0,
152
+ "846": 9.0
118
153
  },
119
154
  "leaves;mineable/axe;mineable/hoe": {
120
- "821": 1.0,
121
- "830": 1.0,
122
155
  "983": 15.0,
123
- "831": 1.0,
124
- "840": 1.0,
125
- "841": 1.0,
126
- "835": 1.0,
127
- "845": 1.0,
128
- "820": 1.0,
129
- "846": 1.0,
130
- "825": 1.0,
131
- "826": 1.0,
132
- "836": 1.0
156
+ "817": 1.5,
157
+ "822": 1.5,
158
+ "827": 1.5,
159
+ "832": 1.5,
160
+ "837": 1.5,
161
+ "842": 1.5,
162
+ "820": 2.0,
163
+ "825": 4.0,
164
+ "830": 12.0,
165
+ "835": 6.0,
166
+ "840": 8.0,
167
+ "845": 9.0,
168
+ "821": 2.0,
169
+ "826": 4.0,
170
+ "831": 12.0,
171
+ "836": 6.0,
172
+ "841": 8.0,
173
+ "846": 9.0
174
+ },
175
+ "vine_or_glow_lichen;plant;mineable/axe": {
176
+ "983": 2.0,
177
+ "817": 1.5,
178
+ "822": 1.5,
179
+ "827": 1.5,
180
+ "832": 1.5,
181
+ "837": 1.5,
182
+ "842": 1.5,
183
+ "820": 2.0,
184
+ "825": 4.0,
185
+ "830": 12.0,
186
+ "835": 6.0,
187
+ "840": 8.0,
188
+ "845": 9.0
133
189
  }
134
190
  }
@@ -1,13 +1,39 @@
1
1
  {
2
2
  "default": {},
3
3
  "leaves": {
4
- "983": 15.0
4
+ "983": 15.0,
5
+ "818": 1.5,
6
+ "823": 1.5,
7
+ "828": 1.5,
8
+ "833": 1.5,
9
+ "838": 1.5,
10
+ "843": 1.5
5
11
  },
6
12
  "coweb": {
7
- "983": 15.0
13
+ "983": 15.0,
14
+ "818": 15.0,
15
+ "823": 15.0,
16
+ "828": 15.0,
17
+ "833": 15.0,
18
+ "838": 15.0,
19
+ "843": 15.0
20
+ },
21
+ "plant": {
22
+ "818": 1.5,
23
+ "823": 1.5,
24
+ "828": 1.5,
25
+ "833": 1.5,
26
+ "838": 1.5,
27
+ "843": 1.5
28
+ },
29
+ "gourd": {
30
+ "818": 1.5,
31
+ "823": 1.5,
32
+ "828": 1.5,
33
+ "833": 1.5,
34
+ "838": 1.5,
35
+ "843": 1.5
8
36
  },
9
- "plant": {},
10
- "gourd": {},
11
37
  "vine_or_glow_lichen": {
12
38
  "983": 2.0
13
39
  },
@@ -15,120 +41,150 @@
15
41
  "983": 5.0
16
42
  },
17
43
  "incorrect_for_wooden_tool": {
18
- "819": 1.0,
19
- "820": 1.0,
20
- "821": 1.0,
21
- "822": 1.0
44
+ "819": 2.0,
45
+ "820": 2.0,
46
+ "821": 2.0,
47
+ "822": 2.0
22
48
  },
23
49
  "mineable/shovel": {
24
- "819": 1.0,
25
- "824": 1.0,
26
- "829": 1.0,
27
- "834": 1.0,
28
- "839": 1.0,
29
- "844": 1.0
50
+ "819": 2.0,
51
+ "824": 4.0,
52
+ "829": 12.0,
53
+ "834": 6.0,
54
+ "839": 8.0,
55
+ "844": 9.0
30
56
  },
31
57
  "mineable/pickaxe": {
32
- "820": 1.0,
33
- "825": 1.0,
34
- "830": 1.0,
35
- "835": 1.0,
36
- "840": 1.0,
37
- "845": 1.0
58
+ "820": 2.0,
59
+ "825": 4.0,
60
+ "830": 12.0,
61
+ "835": 6.0,
62
+ "840": 8.0,
63
+ "845": 9.0
38
64
  },
39
65
  "mineable/axe": {
40
- "821": 1.0,
41
- "826": 1.0,
42
- "831": 1.0,
43
- "836": 1.0,
44
- "841": 1.0,
45
- "846": 1.0
66
+ "821": 2.0,
67
+ "826": 4.0,
68
+ "831": 12.0,
69
+ "836": 6.0,
70
+ "841": 8.0,
71
+ "846": 9.0
46
72
  },
47
73
  "mineable/hoe": {
48
- "822": 1.0,
49
- "827": 1.0,
50
- "832": 1.0,
51
- "837": 1.0,
52
- "842": 1.0,
53
- "847": 1.0
74
+ "822": 2.0,
75
+ "827": 4.0,
76
+ "832": 12.0,
77
+ "837": 6.0,
78
+ "842": 8.0,
79
+ "847": 9.0
54
80
  },
55
81
  "incorrect_for_stone_tool": {
56
- "824": 1.0,
57
- "825": 1.0,
58
- "826": 1.0,
59
- "827": 1.0
82
+ "824": 4.0,
83
+ "825": 4.0,
84
+ "826": 4.0,
85
+ "827": 4.0
60
86
  },
61
87
  "incorrect_for_gold_tool": {
62
- "829": 1.0,
63
- "830": 1.0,
64
- "831": 1.0,
65
- "832": 1.0
88
+ "829": 12.0,
89
+ "830": 12.0,
90
+ "831": 12.0,
91
+ "832": 12.0
66
92
  },
67
93
  "incorrect_for_iron_tool": {
68
- "834": 1.0,
69
- "835": 1.0,
70
- "836": 1.0,
71
- "837": 1.0
94
+ "834": 6.0,
95
+ "835": 6.0,
96
+ "836": 6.0,
97
+ "837": 6.0
72
98
  },
73
99
  "incorrect_for_diamond_tool": {
74
- "839": 1.0,
75
- "840": 1.0,
76
- "841": 1.0,
77
- "842": 1.0
100
+ "839": 8.0,
101
+ "840": 8.0,
102
+ "841": 8.0,
103
+ "842": 8.0
78
104
  },
79
105
  "incorrect_for_netherite_tool": {
80
- "844": 1.0,
81
- "845": 1.0,
82
- "846": 1.0,
83
- "847": 1.0
106
+ "844": 9.0,
107
+ "845": 9.0,
108
+ "846": 9.0,
109
+ "847": 9.0
84
110
  },
85
111
  "plant;mineable/axe": {
86
- "821": 1.0,
87
- "826": 1.0,
88
- "831": 1.0,
89
- "836": 1.0,
90
- "841": 1.0,
91
- "846": 1.0
112
+ "818": 1.5,
113
+ "823": 1.5,
114
+ "828": 1.5,
115
+ "833": 1.5,
116
+ "838": 1.5,
117
+ "843": 1.5,
118
+ "821": 2.0,
119
+ "826": 4.0,
120
+ "831": 12.0,
121
+ "836": 6.0,
122
+ "841": 8.0,
123
+ "846": 9.0
92
124
  },
93
125
  "gourd;mineable/axe": {
94
- "821": 1.0,
95
- "826": 1.0,
96
- "831": 1.0,
97
- "836": 1.0,
98
- "841": 1.0,
99
- "846": 1.0
126
+ "818": 1.5,
127
+ "823": 1.5,
128
+ "828": 1.5,
129
+ "833": 1.5,
130
+ "838": 1.5,
131
+ "843": 1.5,
132
+ "821": 2.0,
133
+ "826": 4.0,
134
+ "831": 12.0,
135
+ "836": 6.0,
136
+ "841": 8.0,
137
+ "846": 9.0
100
138
  },
101
139
  "leaves;mineable/hoe": {
102
140
  "983": 15.0,
103
- "822": 1.0,
104
- "827": 1.0,
105
- "832": 1.0,
106
- "837": 1.0,
107
- "842": 1.0,
108
- "847": 1.0
141
+ "818": 1.5,
142
+ "823": 1.5,
143
+ "828": 1.5,
144
+ "833": 1.5,
145
+ "838": 1.5,
146
+ "843": 1.5,
147
+ "822": 2.0,
148
+ "827": 4.0,
149
+ "832": 12.0,
150
+ "837": 6.0,
151
+ "842": 8.0,
152
+ "847": 9.0
109
153
  },
110
154
  "leaves;mineable/axe;mineable/hoe": {
111
155
  "983": 15.0,
112
- "821": 1.0,
113
- "826": 1.0,
114
- "831": 1.0,
115
- "836": 1.0,
116
- "841": 1.0,
117
- "846": 1.0,
118
- "822": 1.0,
119
- "827": 1.0,
120
- "832": 1.0,
121
- "837": 1.0,
122
- "842": 1.0,
123
- "847": 1.0
156
+ "818": 1.5,
157
+ "823": 1.5,
158
+ "828": 1.5,
159
+ "833": 1.5,
160
+ "838": 1.5,
161
+ "843": 1.5,
162
+ "821": 2.0,
163
+ "826": 4.0,
164
+ "831": 12.0,
165
+ "836": 6.0,
166
+ "841": 8.0,
167
+ "846": 9.0,
168
+ "822": 2.0,
169
+ "827": 4.0,
170
+ "832": 12.0,
171
+ "837": 6.0,
172
+ "842": 8.0,
173
+ "847": 9.0
124
174
  },
125
175
  "vine_or_glow_lichen;plant;mineable/axe": {
126
176
  "983": 2.0,
127
- "821": 1.0,
128
- "826": 1.0,
129
- "831": 1.0,
130
- "836": 1.0,
131
- "841": 1.0,
132
- "846": 1.0
177
+ "818": 1.5,
178
+ "823": 1.5,
179
+ "828": 1.5,
180
+ "833": 1.5,
181
+ "838": 1.5,
182
+ "843": 1.5,
183
+ "821": 2.0,
184
+ "826": 4.0,
185
+ "831": 12.0,
186
+ "836": 6.0,
187
+ "841": 8.0,
188
+ "846": 9.0
133
189
  }
134
190
  }
@@ -1,3 +1,7 @@
1
+ ## 3.81.0
2
+ * [fixed incorrect 1.20.5 and 1.21.1 data (#943)](https://github.com/PrismarineJS/minecraft-data/commit/a72613c08b1a34d331cf7a62da758deb878a22cc) (thanks @Madlykeanu)
3
+ * [Update bedrock-ci.yml to install libssl v1.1](https://github.com/PrismarineJS/minecraft-data/commit/42da8a3217eeb1b34a7a54111337bebdf13abc5f) (thanks @extremeheat)
4
+
1
5
  ## 3.80.1
2
6
  * [pc: Add 1.19.4 loginPacket and `removedNamedSoundEffectPacket` 1.19.3+ feature (#956)](https://github.com/PrismarineJS/minecraft-data/commit/4aae3c344149e844664fa0a0a8ba4fb3f3a94f52) (thanks @extremeheat)
3
7
  * [Fix bedrock 1.21.50 protocol input flags (#952)](https://github.com/PrismarineJS/minecraft-data/commit/ea066f38c91be23f28a3cbc9fa0c6407c09b21b6) (thanks @extremeheat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.80.1",
3
+ "version": "3.81.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",