minecraft-data 2.119.1 → 3.0.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 +14 -7
- package/doc/api.md +0 -10
- package/doc/history.md +9 -0
- package/index.d.ts +10 -4
- package/lib/loader.js +1 -12
- package/minecraft-data/data/bedrock/1.18.11/blockCollisionShapes.json +863 -0
- package/minecraft-data/data/bedrock/1.18.11/blockStates.json +158354 -0
- package/minecraft-data/data/bedrock/1.18.11/blocks.json +12685 -0
- package/minecraft-data/data/bedrock/1.18.11/blocksB2J.json +6846 -0
- package/minecraft-data/data/bedrock/1.18.11/blocksJ2B.json +20344 -0
- package/minecraft-data/data/bedrock/1.18.11/entities.json +1490 -0
- package/minecraft-data/data/bedrock/1.18.11/items.json +9625 -0
- package/minecraft-data/data/bedrock/1.18.11/recipes.json +16717 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/dataPaths.json +14 -7
- package/minecraft-data/data/pc/1.17/effects.json +32 -32
- package/minecraft-data/data/pc/1.18.2/loginPacket.json +1 -1
- package/minecraft-data/data/pc/common/protocolVersions.json +35 -0
- package/minecraft-data/doc/history.md +10 -0
- package/minecraft-data/schemas/entities_schema.json +14 -0
- package/minecraft-data/schemas/recipes_schema.json +2 -1
- package/package.json +1 -1
- package/typings/index-template.d.ts +0 -3
|
@@ -1146,6 +1146,7 @@
|
|
|
1146
1146
|
"blocks": "bedrock/1.16.220",
|
|
1147
1147
|
"blockStates": "bedrock/1.16.220",
|
|
1148
1148
|
"biomes": "bedrock/1.17.0",
|
|
1149
|
+
"entities": "bedrock/1.18.11",
|
|
1149
1150
|
"steve": "bedrock/1.16.201",
|
|
1150
1151
|
"protocol": "bedrock/1.16.220",
|
|
1151
1152
|
"proto": "bedrock/1.17.0",
|
|
@@ -1157,6 +1158,7 @@
|
|
|
1157
1158
|
"blockStates": "bedrock/1.17.0",
|
|
1158
1159
|
"blockCollisionShapes": "bedrock/1.17.0",
|
|
1159
1160
|
"biomes": "bedrock/1.17.0",
|
|
1161
|
+
"entities": "bedrock/1.18.11",
|
|
1160
1162
|
"instruments": "bedrock/1.17.0",
|
|
1161
1163
|
"materials": "pc/1.17",
|
|
1162
1164
|
"enchantments": "pc/1.17",
|
|
@@ -1175,6 +1177,7 @@
|
|
|
1175
1177
|
"blockStates": "bedrock/1.17.10",
|
|
1176
1178
|
"blockCollisionShapes": "bedrock/1.17.10",
|
|
1177
1179
|
"biomes": "bedrock/1.17.0",
|
|
1180
|
+
"entities": "bedrock/1.18.11",
|
|
1178
1181
|
"items": "bedrock/1.17.10",
|
|
1179
1182
|
"recipes": "bedrock/1.17.10",
|
|
1180
1183
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1195,6 +1198,7 @@
|
|
|
1195
1198
|
"blockStates": "bedrock/1.17.10",
|
|
1196
1199
|
"blockCollisionShapes": "bedrock/1.17.10",
|
|
1197
1200
|
"biomes": "bedrock/1.17.0",
|
|
1201
|
+
"entities": "bedrock/1.18.11",
|
|
1198
1202
|
"items": "bedrock/1.17.10",
|
|
1199
1203
|
"recipes": "bedrock/1.17.10",
|
|
1200
1204
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1215,6 +1219,7 @@
|
|
|
1215
1219
|
"blockStates": "bedrock/1.17.40",
|
|
1216
1220
|
"blockCollisionShapes": "bedrock/1.17.40",
|
|
1217
1221
|
"biomes": "bedrock/1.17.0",
|
|
1222
|
+
"entities": "bedrock/1.18.11",
|
|
1218
1223
|
"items": "bedrock/1.17.10",
|
|
1219
1224
|
"recipes": "bedrock/1.17.10",
|
|
1220
1225
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1235,6 +1240,7 @@
|
|
|
1235
1240
|
"blockStates": "bedrock/1.17.40",
|
|
1236
1241
|
"blockCollisionShapes": "bedrock/1.17.40",
|
|
1237
1242
|
"biomes": "bedrock/1.18.0",
|
|
1243
|
+
"entities": "bedrock/1.18.11",
|
|
1238
1244
|
"items": "bedrock/1.18.0",
|
|
1239
1245
|
"recipes": "bedrock/1.18.0",
|
|
1240
1246
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1251,12 +1257,13 @@
|
|
|
1251
1257
|
"version": "bedrock/1.18.0"
|
|
1252
1258
|
},
|
|
1253
1259
|
"1.18.11": {
|
|
1254
|
-
"blocks": "bedrock/1.
|
|
1255
|
-
"blockStates": "bedrock/1.
|
|
1256
|
-
"blockCollisionShapes": "bedrock/1.
|
|
1260
|
+
"blocks": "bedrock/1.18.11",
|
|
1261
|
+
"blockStates": "bedrock/1.18.11",
|
|
1262
|
+
"blockCollisionShapes": "bedrock/1.18.11",
|
|
1257
1263
|
"biomes": "bedrock/1.18.0",
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1264
|
+
"entities": "bedrock/1.18.11",
|
|
1265
|
+
"items": "bedrock/1.18.11",
|
|
1266
|
+
"recipes": "bedrock/1.18.11",
|
|
1260
1267
|
"instruments": "bedrock/1.17.0",
|
|
1261
1268
|
"materials": "pc/1.17",
|
|
1262
1269
|
"enchantments": "pc/1.17",
|
|
@@ -1264,8 +1271,8 @@
|
|
|
1264
1271
|
"protocol": "bedrock/1.18.11",
|
|
1265
1272
|
"windows": "bedrock/1.16.201",
|
|
1266
1273
|
"steve": "bedrock/1.16.201",
|
|
1267
|
-
"blocksB2J": "bedrock/1.18.
|
|
1268
|
-
"blocksJ2B": "bedrock/1.18.
|
|
1274
|
+
"blocksB2J": "bedrock/1.18.11",
|
|
1275
|
+
"blocksJ2B": "bedrock/1.18.11",
|
|
1269
1276
|
"proto": "bedrock/latest",
|
|
1270
1277
|
"types": "bedrock/latest",
|
|
1271
1278
|
"version": "bedrock/1.18.11"
|
|
@@ -1,193 +1,193 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"id": 1,
|
|
4
|
-
"name": "
|
|
4
|
+
"name": "Speed",
|
|
5
5
|
"displayName": "Speed",
|
|
6
6
|
"type": "good"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
9
|
"id": 2,
|
|
10
|
-
"name": "
|
|
10
|
+
"name": "Slowness",
|
|
11
11
|
"displayName": "Slowness",
|
|
12
12
|
"type": "bad"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": 3,
|
|
16
|
-
"name": "
|
|
16
|
+
"name": "Haste",
|
|
17
17
|
"displayName": "Haste",
|
|
18
18
|
"type": "good"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"id": 4,
|
|
22
|
-
"name": "
|
|
22
|
+
"name": "MiningFatigue",
|
|
23
23
|
"displayName": "Mining Fatigue",
|
|
24
24
|
"type": "bad"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"id": 5,
|
|
28
|
-
"name": "
|
|
28
|
+
"name": "Strength",
|
|
29
29
|
"displayName": "Strength",
|
|
30
30
|
"type": "good"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"id": 6,
|
|
34
|
-
"name": "
|
|
34
|
+
"name": "InstantHealth",
|
|
35
35
|
"displayName": "Instant Health",
|
|
36
36
|
"type": "good"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"id": 7,
|
|
40
|
-
"name": "
|
|
40
|
+
"name": "InstantDamage",
|
|
41
41
|
"displayName": "Instant Damage",
|
|
42
42
|
"type": "bad"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"id": 8,
|
|
46
|
-
"name": "
|
|
46
|
+
"name": "JumpBoost",
|
|
47
47
|
"displayName": "Jump Boost",
|
|
48
48
|
"type": "good"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"id": 9,
|
|
52
|
-
"name": "
|
|
52
|
+
"name": "Nausea",
|
|
53
53
|
"displayName": "Nausea",
|
|
54
54
|
"type": "bad"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"id": 10,
|
|
58
|
-
"name": "
|
|
58
|
+
"name": "Regeneration",
|
|
59
59
|
"displayName": "Regeneration",
|
|
60
60
|
"type": "good"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"id": 11,
|
|
64
|
-
"name": "
|
|
64
|
+
"name": "Resistance",
|
|
65
65
|
"displayName": "Resistance",
|
|
66
66
|
"type": "good"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"id": 12,
|
|
70
|
-
"name": "
|
|
70
|
+
"name": "FireResistance",
|
|
71
71
|
"displayName": "Fire Resistance",
|
|
72
72
|
"type": "good"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"id": 13,
|
|
76
|
-
"name": "
|
|
76
|
+
"name": "WaterBreathing",
|
|
77
77
|
"displayName": "Water Breathing",
|
|
78
78
|
"type": "good"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"id": 14,
|
|
82
|
-
"name": "
|
|
82
|
+
"name": "Invisibility",
|
|
83
83
|
"displayName": "Invisibility",
|
|
84
84
|
"type": "good"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"id": 15,
|
|
88
|
-
"name": "
|
|
88
|
+
"name": "Blindness",
|
|
89
89
|
"displayName": "Blindness",
|
|
90
90
|
"type": "bad"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"id": 16,
|
|
94
|
-
"name": "
|
|
94
|
+
"name": "NightVision",
|
|
95
95
|
"displayName": "Night Vision",
|
|
96
96
|
"type": "good"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"id": 17,
|
|
100
|
-
"name": "
|
|
100
|
+
"name": "Hunger",
|
|
101
101
|
"displayName": "Hunger",
|
|
102
102
|
"type": "bad"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"id": 18,
|
|
106
|
-
"name": "
|
|
106
|
+
"name": "Weakness",
|
|
107
107
|
"displayName": "Weakness",
|
|
108
108
|
"type": "bad"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"id": 19,
|
|
112
|
-
"name": "
|
|
112
|
+
"name": "Poison",
|
|
113
113
|
"displayName": "Poison",
|
|
114
114
|
"type": "bad"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"id": 20,
|
|
118
|
-
"name": "
|
|
118
|
+
"name": "Wither",
|
|
119
119
|
"displayName": "Wither",
|
|
120
120
|
"type": "bad"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"id": 21,
|
|
124
|
-
"name": "
|
|
124
|
+
"name": "HealthBoost",
|
|
125
125
|
"displayName": "Health Boost",
|
|
126
126
|
"type": "good"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"id": 22,
|
|
130
|
-
"name": "
|
|
130
|
+
"name": "Absorption",
|
|
131
131
|
"displayName": "Absorption",
|
|
132
132
|
"type": "good"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
"id": 23,
|
|
136
|
-
"name": "
|
|
136
|
+
"name": "Saturation",
|
|
137
137
|
"displayName": "Saturation",
|
|
138
138
|
"type": "good"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"id": 24,
|
|
142
|
-
"name": "
|
|
142
|
+
"name": "Glowing",
|
|
143
143
|
"displayName": "Glowing",
|
|
144
144
|
"type": "bad"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"id": 25,
|
|
148
|
-
"name": "
|
|
148
|
+
"name": "Levitation",
|
|
149
149
|
"displayName": "Levitation",
|
|
150
150
|
"type": "bad"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"id": 26,
|
|
154
|
-
"name": "
|
|
154
|
+
"name": "Luck",
|
|
155
155
|
"displayName": "Luck",
|
|
156
156
|
"type": "good"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"id": 27,
|
|
160
|
-
"name": "
|
|
160
|
+
"name": "BadLuck",
|
|
161
161
|
"displayName": "Bad Luck",
|
|
162
162
|
"type": "bad"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"id": 28,
|
|
166
|
-
"name": "
|
|
166
|
+
"name": "SlowFalling",
|
|
167
167
|
"displayName": "Slow Falling",
|
|
168
168
|
"type": "good"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"id": 29,
|
|
172
|
-
"name": "
|
|
172
|
+
"name": "ConduitPower",
|
|
173
173
|
"displayName": "Conduit Power",
|
|
174
174
|
"type": "good"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"id": 30,
|
|
178
|
-
"name": "
|
|
178
|
+
"name": "DolphinsGrace",
|
|
179
179
|
"displayName": "Dolphin's Grace",
|
|
180
180
|
"type": "good"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"id": 31,
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "BadOmen",
|
|
185
185
|
"displayName": "Bad Omen",
|
|
186
186
|
"type": "bad"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"id": 32,
|
|
190
|
-
"name": "
|
|
190
|
+
"name": "HeroOfTheVillage",
|
|
191
191
|
"displayName": "Hero of the Village",
|
|
192
192
|
"type": "good"
|
|
193
193
|
}
|
|
@@ -1,4 +1,39 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "22w14a",
|
|
4
|
+
"version": 1073741902,
|
|
5
|
+
"dataVersion": 3088,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "1.19"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"minecraftVersion": "22w13oneblockatatime",
|
|
11
|
+
"version": 1073741901,
|
|
12
|
+
"dataVersion": 3076,
|
|
13
|
+
"usesNetty": true,
|
|
14
|
+
"majorVersion": "1.19"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"minecraftVersion": "22w13a",
|
|
18
|
+
"version": 1073741900,
|
|
19
|
+
"dataVersion": 3085,
|
|
20
|
+
"usesNetty": true,
|
|
21
|
+
"majorVersion": "1.19"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"minecraftVersion": "22w12a",
|
|
25
|
+
"version": 1073741899,
|
|
26
|
+
"dataVersion": 3082,
|
|
27
|
+
"usesNetty": true,
|
|
28
|
+
"majorVersion": "1.19"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"minecraftVersion": "22w11a",
|
|
32
|
+
"version": 1073741898,
|
|
33
|
+
"dataVersion": 3080,
|
|
34
|
+
"usesNetty": true,
|
|
35
|
+
"majorVersion": "1.19"
|
|
36
|
+
},
|
|
2
37
|
{
|
|
3
38
|
"minecraftVersion": "1.18.2",
|
|
4
39
|
"version": 758,
|
|
@@ -43,6 +43,20 @@
|
|
|
43
43
|
"null"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
|
+
"length": {
|
|
47
|
+
"description": "The length of the entity",
|
|
48
|
+
"type": [
|
|
49
|
+
"number",
|
|
50
|
+
"null"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"offset": {
|
|
54
|
+
"description": "The offset of the entity",
|
|
55
|
+
"type": [
|
|
56
|
+
"number",
|
|
57
|
+
"null"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
46
60
|
"category": {
|
|
47
61
|
"description": "The category of an entity : a semantic category",
|
|
48
62
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -135,9 +135,6 @@ export interface IndexedData {
|
|
|
135
135
|
protocol: any;
|
|
136
136
|
protocolComments: any;
|
|
137
137
|
|
|
138
|
-
findItemOrBlockById(id: number): Block | Item;
|
|
139
|
-
findItemOrBlockByName(name: string): Block | Item;
|
|
140
|
-
|
|
141
138
|
windows: { [id: number]: Window; };
|
|
142
139
|
windowsByName: { [name: string]: Window; };
|
|
143
140
|
windowsArray: Window[];
|