minecraft-data 3.77.0 → 3.78.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 +28 -1
- package/doc/history.md +4 -0
- package/index.d.ts +3 -0
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/dataPaths.json +28 -1
- package/minecraft-data/data/pc/1.20.3/proto.yml +7 -2
- package/minecraft-data/data/pc/1.20.3/protocol.json +29 -5
- package/minecraft-data/data/pc/1.20.5/enchantments.json +28 -28
- package/minecraft-data/data/pc/1.20.5/items.json +67 -67
- package/minecraft-data/data/pc/1.20.5/proto.yml +3446 -0
- package/minecraft-data/data/pc/1.20.5/protocol.json +98 -60
- package/minecraft-data/data/pc/1.21.1/blocks.json +39811 -0
- package/minecraft-data/data/pc/1.21.1/enchantments.json +959 -0
- package/minecraft-data/data/pc/1.21.1/foods.json +412 -0
- package/minecraft-data/data/pc/1.21.1/items.json +8780 -0
- package/minecraft-data/data/pc/1.21.1/language.json +6883 -0
- package/minecraft-data/data/pc/1.21.1/materials.json +134 -0
- package/minecraft-data/data/pc/1.21.1/protocol.json +9224 -0
- package/minecraft-data/data/pc/1.21.1/recipes.json +28095 -0
- package/minecraft-data/data/pc/1.21.1/sounds.json +6446 -0
- package/minecraft-data/data/pc/1.21.1/tints.json +447 -0
- package/minecraft-data/data/pc/1.21.1/version.json +6 -0
- package/minecraft-data/data/pc/common/features.json +5 -0
- package/minecraft-data/data/pc/common/versions.json +2 -1
- package/minecraft-data/data/pc/latest/proto.yml +106 -18
- package/minecraft-data/doc/add-data-new-version.md +1 -0
- package/minecraft-data/doc/history.md +4 -0
- package/package.json +1 -1
|
@@ -117,46 +117,47 @@
|
|
|
117
117
|
"13": "custom_model_data",
|
|
118
118
|
"14": "hide_additional_tooltip",
|
|
119
119
|
"15": "hide_tooltip",
|
|
120
|
-
"16": "
|
|
121
|
-
"17": "
|
|
122
|
-
"18": "
|
|
123
|
-
"19": "
|
|
124
|
-
"20": "
|
|
125
|
-
"21": "
|
|
126
|
-
"22": "
|
|
127
|
-
"23": "
|
|
128
|
-
"24": "
|
|
129
|
-
"25": "
|
|
130
|
-
"26": "
|
|
131
|
-
"27": "
|
|
132
|
-
"28": "
|
|
133
|
-
"29": "
|
|
134
|
-
"30": "
|
|
135
|
-
"31": "
|
|
136
|
-
"32": "
|
|
137
|
-
"33": "
|
|
138
|
-
"34": "
|
|
139
|
-
"35": "
|
|
140
|
-
"36": "
|
|
141
|
-
"37": "
|
|
142
|
-
"38": "
|
|
143
|
-
"39": "
|
|
144
|
-
"40": "
|
|
145
|
-
"41": "
|
|
146
|
-
"42": "
|
|
147
|
-
"43": "
|
|
148
|
-
"44": "
|
|
149
|
-
"45": "
|
|
150
|
-
"46": "
|
|
151
|
-
"47": "
|
|
152
|
-
"48": "
|
|
153
|
-
"49": "
|
|
154
|
-
"50": "
|
|
155
|
-
"51": "
|
|
156
|
-
"52": "
|
|
157
|
-
"53": "
|
|
158
|
-
"54": "
|
|
159
|
-
"55": "
|
|
120
|
+
"16": "repair_cost",
|
|
121
|
+
"17": "creative_slot_lock",
|
|
122
|
+
"18": "enchantment_glint_override",
|
|
123
|
+
"19": "intangible_projectile",
|
|
124
|
+
"20": "food",
|
|
125
|
+
"21": "fire_resistant",
|
|
126
|
+
"22": "tool",
|
|
127
|
+
"23": "stored_enchantments",
|
|
128
|
+
"24": "dyed_color",
|
|
129
|
+
"25": "map_color",
|
|
130
|
+
"26": "map_id",
|
|
131
|
+
"27": "map_decorations",
|
|
132
|
+
"28": "map_post_processing",
|
|
133
|
+
"29": "charged_projectiles",
|
|
134
|
+
"30": "bundle_contents",
|
|
135
|
+
"31": "potion_contents",
|
|
136
|
+
"32": "suspicious_stew_effects",
|
|
137
|
+
"33": "writable_book_content",
|
|
138
|
+
"34": "written_book_content",
|
|
139
|
+
"35": "trim",
|
|
140
|
+
"36": "debug_stick_state",
|
|
141
|
+
"37": "entity_data",
|
|
142
|
+
"38": "bucket_entity_data",
|
|
143
|
+
"39": "block_entity_data",
|
|
144
|
+
"40": "instrument",
|
|
145
|
+
"41": "ominous_bottle_amplifier",
|
|
146
|
+
"42": "jukebox_playable",
|
|
147
|
+
"43": "recipes",
|
|
148
|
+
"44": "lodestone_tracker",
|
|
149
|
+
"45": "firework_explosion",
|
|
150
|
+
"46": "fireworks",
|
|
151
|
+
"47": "profile",
|
|
152
|
+
"48": "note_block_sound",
|
|
153
|
+
"49": "banner_patterns",
|
|
154
|
+
"50": "base_color",
|
|
155
|
+
"51": "pot_decorations",
|
|
156
|
+
"52": "container",
|
|
157
|
+
"53": "block_state",
|
|
158
|
+
"54": "bees",
|
|
159
|
+
"55": "lock",
|
|
160
|
+
"56": "container_loot"
|
|
160
161
|
}
|
|
161
162
|
}
|
|
162
163
|
],
|
|
@@ -804,7 +805,7 @@
|
|
|
804
805
|
{
|
|
805
806
|
"compareTo": "directMode",
|
|
806
807
|
"fields": {
|
|
807
|
-
"
|
|
808
|
+
"true": [
|
|
808
809
|
"container",
|
|
809
810
|
[
|
|
810
811
|
{
|
|
@@ -863,24 +864,33 @@
|
|
|
863
864
|
}
|
|
864
865
|
]
|
|
865
866
|
]
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"name": "description",
|
|
869
|
-
"type": "anonymousNbt"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "duration",
|
|
873
|
-
"type": "f32"
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"name": "output",
|
|
877
|
-
"type": "varint"
|
|
878
867
|
}
|
|
879
868
|
]
|
|
880
869
|
]
|
|
881
870
|
}
|
|
882
871
|
}
|
|
883
872
|
]
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "description",
|
|
876
|
+
"type": "anonymousNbt"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "duration",
|
|
880
|
+
"type": "f32"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "output",
|
|
884
|
+
"type": "varint"
|
|
885
|
+
}
|
|
886
|
+
]
|
|
887
|
+
],
|
|
888
|
+
"false": [
|
|
889
|
+
"container",
|
|
890
|
+
[
|
|
891
|
+
{
|
|
892
|
+
"name": "songLocation",
|
|
893
|
+
"type": "string"
|
|
884
894
|
}
|
|
885
895
|
]
|
|
886
896
|
]
|
|
@@ -1339,7 +1349,8 @@
|
|
|
1339
1349
|
"arrayWithLengthOffset",
|
|
1340
1350
|
{
|
|
1341
1351
|
"count": "type",
|
|
1342
|
-
"type": "varint"
|
|
1352
|
+
"type": "varint",
|
|
1353
|
+
"lengthOffset": -1
|
|
1343
1354
|
}
|
|
1344
1355
|
]
|
|
1345
1356
|
}
|
|
@@ -4249,14 +4260,38 @@
|
|
|
4249
4260
|
"type": "Particle"
|
|
4250
4261
|
},
|
|
4251
4262
|
{
|
|
4252
|
-
"name": "
|
|
4253
|
-
"type": "
|
|
4263
|
+
"name": "soundId",
|
|
4264
|
+
"type": "varint"
|
|
4254
4265
|
},
|
|
4255
4266
|
{
|
|
4256
|
-
"
|
|
4267
|
+
"anon": true,
|
|
4257
4268
|
"type": [
|
|
4258
|
-
"
|
|
4259
|
-
|
|
4269
|
+
"switch",
|
|
4270
|
+
{
|
|
4271
|
+
"compareTo": "soundId",
|
|
4272
|
+
"fields": {
|
|
4273
|
+
"0": [
|
|
4274
|
+
"container",
|
|
4275
|
+
[
|
|
4276
|
+
{
|
|
4277
|
+
"name": "soundName",
|
|
4278
|
+
"type": "string"
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"name": "range",
|
|
4282
|
+
"type": [
|
|
4283
|
+
"option",
|
|
4284
|
+
"f32"
|
|
4285
|
+
]
|
|
4286
|
+
}
|
|
4287
|
+
]
|
|
4288
|
+
]
|
|
4289
|
+
},
|
|
4290
|
+
"default": [
|
|
4291
|
+
"container",
|
|
4292
|
+
[]
|
|
4293
|
+
]
|
|
4294
|
+
}
|
|
4260
4295
|
]
|
|
4261
4296
|
}
|
|
4262
4297
|
]
|
|
@@ -6655,7 +6690,10 @@
|
|
|
6655
6690
|
]
|
|
6656
6691
|
]
|
|
6657
6692
|
},
|
|
6658
|
-
"default":
|
|
6693
|
+
"default": [
|
|
6694
|
+
"container",
|
|
6695
|
+
[]
|
|
6696
|
+
]
|
|
6659
6697
|
}
|
|
6660
6698
|
]
|
|
6661
6699
|
},
|