minecraft-data 3.97.0 → 3.98.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 +27 -0
- package/doc/history.md +4 -0
- package/index.d.ts +72 -63
- package/minecraft-data/.github/helper-bot/handleMcpcGeneratedArtifacts.js +109 -0
- package/minecraft-data/.github/helper-bot/index.js +77 -34
- package/minecraft-data/.github/helper-bot/package.json +11 -0
- package/minecraft-data/.github/workflows/handle-mcpc-generator.yml +36 -0
- package/minecraft-data/.github/workflows/update-helper.yml +3 -2
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.21.100/protocol.json +2 -2
- package/minecraft-data/data/dataPaths.json +28 -1
- package/minecraft-data/data/pc/1.21.6/proto.yml +3494 -0
- package/minecraft-data/data/pc/1.21.8/attributes.json +247 -0
- package/minecraft-data/data/pc/1.21.8/biomes.json +652 -0
- package/minecraft-data/data/pc/1.21.8/blockCollisionShapes.json +142541 -0
- package/minecraft-data/data/pc/1.21.8/blocks.json +41358 -0
- package/minecraft-data/data/pc/1.21.8/effects.json +236 -0
- package/minecraft-data/data/pc/1.21.8/enchantments.json +959 -0
- package/minecraft-data/data/pc/1.21.8/entities.json +4176 -0
- package/minecraft-data/data/pc/1.21.8/foods.json +402 -0
- package/minecraft-data/data/pc/1.21.8/instruments.json +94 -0
- package/minecraft-data/data/pc/1.21.8/items.json +9284 -0
- package/minecraft-data/data/pc/1.21.8/language.json +7394 -0
- package/minecraft-data/data/pc/1.21.8/materials.json +206 -0
- package/minecraft-data/data/pc/1.21.8/particles.json +458 -0
- package/minecraft-data/data/pc/1.21.8/protocol.json +10249 -0
- package/minecraft-data/data/pc/1.21.8/recipes.json +30473 -0
- package/minecraft-data/data/pc/1.21.8/sounds.json +6914 -0
- package/minecraft-data/data/pc/1.21.8/tints.json +465 -0
- package/minecraft-data/data/pc/1.21.8/version.json +6 -0
- package/minecraft-data/data/pc/common/protocolVersions.json +40 -0
- package/minecraft-data/data/pc/common/versions.json +6 -2
- package/minecraft-data/data/pc/latest/proto.yml +1 -1
- package/minecraft-data/doc/history.md +16 -0
- package/minecraft-data/schemas/blockMappings_schema.json +24 -34
- package/minecraft-data/schemas/commands_schema.json +13 -7
- package/minecraft-data/schemas/tints_schema.json +37 -128
- package/minecraft-data/tools/js/extractPcEntityMetadata.js +160 -102
- package/minecraft-data/tools/js/test/audit_versions.js +48 -0
- package/minecraft-data/tools/js/test/test.js +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 0,
|
|
4
|
+
"name": "Speed",
|
|
5
|
+
"displayName": "Speed",
|
|
6
|
+
"type": "good"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"id": 1,
|
|
10
|
+
"name": "Slowness",
|
|
11
|
+
"displayName": "Slowness",
|
|
12
|
+
"type": "bad"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": 2,
|
|
16
|
+
"name": "Haste",
|
|
17
|
+
"displayName": "Haste",
|
|
18
|
+
"type": "good"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 3,
|
|
22
|
+
"name": "MiningFatigue",
|
|
23
|
+
"displayName": "Mining Fatigue",
|
|
24
|
+
"type": "bad"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": 4,
|
|
28
|
+
"name": "Strength",
|
|
29
|
+
"displayName": "Strength",
|
|
30
|
+
"type": "good"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": 5,
|
|
34
|
+
"name": "InstantHealth",
|
|
35
|
+
"displayName": "Instant Health",
|
|
36
|
+
"type": "good"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": 6,
|
|
40
|
+
"name": "InstantDamage",
|
|
41
|
+
"displayName": "Instant Damage",
|
|
42
|
+
"type": "bad"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": 7,
|
|
46
|
+
"name": "JumpBoost",
|
|
47
|
+
"displayName": "Jump Boost",
|
|
48
|
+
"type": "good"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": 8,
|
|
52
|
+
"name": "Nausea",
|
|
53
|
+
"displayName": "Nausea",
|
|
54
|
+
"type": "bad"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": 9,
|
|
58
|
+
"name": "Regeneration",
|
|
59
|
+
"displayName": "Regeneration",
|
|
60
|
+
"type": "good"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": 10,
|
|
64
|
+
"name": "Resistance",
|
|
65
|
+
"displayName": "Resistance",
|
|
66
|
+
"type": "good"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": 11,
|
|
70
|
+
"name": "FireResistance",
|
|
71
|
+
"displayName": "Fire Resistance",
|
|
72
|
+
"type": "good"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": 12,
|
|
76
|
+
"name": "WaterBreathing",
|
|
77
|
+
"displayName": "Water Breathing",
|
|
78
|
+
"type": "good"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": 13,
|
|
82
|
+
"name": "Invisibility",
|
|
83
|
+
"displayName": "Invisibility",
|
|
84
|
+
"type": "good"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": 14,
|
|
88
|
+
"name": "Blindness",
|
|
89
|
+
"displayName": "Blindness",
|
|
90
|
+
"type": "bad"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": 15,
|
|
94
|
+
"name": "NightVision",
|
|
95
|
+
"displayName": "Night Vision",
|
|
96
|
+
"type": "good"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": 16,
|
|
100
|
+
"name": "Hunger",
|
|
101
|
+
"displayName": "Hunger",
|
|
102
|
+
"type": "bad"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": 17,
|
|
106
|
+
"name": "Weakness",
|
|
107
|
+
"displayName": "Weakness",
|
|
108
|
+
"type": "bad"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": 18,
|
|
112
|
+
"name": "Poison",
|
|
113
|
+
"displayName": "Poison",
|
|
114
|
+
"type": "bad"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": 19,
|
|
118
|
+
"name": "Wither",
|
|
119
|
+
"displayName": "Wither",
|
|
120
|
+
"type": "bad"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": 20,
|
|
124
|
+
"name": "HealthBoost",
|
|
125
|
+
"displayName": "Health Boost",
|
|
126
|
+
"type": "good"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": 21,
|
|
130
|
+
"name": "Absorption",
|
|
131
|
+
"displayName": "Absorption",
|
|
132
|
+
"type": "good"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": 22,
|
|
136
|
+
"name": "Saturation",
|
|
137
|
+
"displayName": "Saturation",
|
|
138
|
+
"type": "good"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": 23,
|
|
142
|
+
"name": "Glowing",
|
|
143
|
+
"displayName": "Glowing",
|
|
144
|
+
"type": "bad"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": 24,
|
|
148
|
+
"name": "Levitation",
|
|
149
|
+
"displayName": "Levitation",
|
|
150
|
+
"type": "bad"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": 25,
|
|
154
|
+
"name": "Luck",
|
|
155
|
+
"displayName": "Luck",
|
|
156
|
+
"type": "good"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": 26,
|
|
160
|
+
"name": "BadLuck",
|
|
161
|
+
"displayName": "Bad Luck",
|
|
162
|
+
"type": "bad"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": 27,
|
|
166
|
+
"name": "SlowFalling",
|
|
167
|
+
"displayName": "Slow Falling",
|
|
168
|
+
"type": "good"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": 28,
|
|
172
|
+
"name": "ConduitPower",
|
|
173
|
+
"displayName": "Conduit Power",
|
|
174
|
+
"type": "good"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": 29,
|
|
178
|
+
"name": "DolphinsGrace",
|
|
179
|
+
"displayName": "Dolphin's Grace",
|
|
180
|
+
"type": "good"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": 30,
|
|
184
|
+
"name": "BadOmen",
|
|
185
|
+
"displayName": "Bad Omen",
|
|
186
|
+
"type": "bad"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": 31,
|
|
190
|
+
"name": "HeroOfTheVillage",
|
|
191
|
+
"displayName": "Hero of the Village",
|
|
192
|
+
"type": "good"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": 32,
|
|
196
|
+
"name": "Darkness",
|
|
197
|
+
"displayName": "Darkness",
|
|
198
|
+
"type": "bad"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": 33,
|
|
202
|
+
"name": "TrialOmen",
|
|
203
|
+
"displayName": "Trial Omen",
|
|
204
|
+
"type": "bad"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": 34,
|
|
208
|
+
"name": "RaidOmen",
|
|
209
|
+
"displayName": "Raid Omen",
|
|
210
|
+
"type": "bad"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": 35,
|
|
214
|
+
"name": "WindCharged",
|
|
215
|
+
"displayName": "Wind Charged",
|
|
216
|
+
"type": "bad"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": 36,
|
|
220
|
+
"name": "Weaving",
|
|
221
|
+
"displayName": "Weaving",
|
|
222
|
+
"type": "bad"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": 37,
|
|
226
|
+
"name": "Oozing",
|
|
227
|
+
"displayName": "Oozing",
|
|
228
|
+
"type": "bad"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": 38,
|
|
232
|
+
"name": "Infested",
|
|
233
|
+
"displayName": "Infested",
|
|
234
|
+
"type": "bad"
|
|
235
|
+
}
|
|
236
|
+
]
|