minecraft-data 3.95.1 → 3.97.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 +2 -2
- package/doc/history.md +8 -0
- package/index.d.ts +102 -8
- package/minecraft-data/.github/helper-bot/index.js +43 -7
- package/minecraft-data/README.md +2 -0
- package/minecraft-data/data/bedrock/1.17.10/items.json +245 -245
- package/minecraft-data/data/bedrock/1.21.60/biomes.json +87 -87
- package/minecraft-data/data/dataPaths.json +3 -3
- package/minecraft-data/data/pc/1.21.5/proto.yml +3388 -0
- package/minecraft-data/data/pc/1.21.5/protocol.json +48 -22
- package/minecraft-data/data/pc/1.21.6/entities.json +2843 -179
- package/minecraft-data/data/pc/1.21.6/protocol.json +10249 -0
- package/minecraft-data/data/pc/common/features.json +11 -6
- package/minecraft-data/data/pc/common/protocolVersions.json +8 -0
- package/minecraft-data/data/pc/latest/proto.yml +181 -66
- package/minecraft-data/doc/history.md +10 -0
- package/minecraft-data/schemas/biomes_schema.json +60 -3
- package/minecraft-data/schemas/enchantments_schema.json +3 -2
- package/minecraft-data/schemas/items_schema.json +40 -2
- package/minecraft-data/tools/js/incrementVersion.js +12 -0
- package/package.json +1 -1
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
"tints": "pc/1.21.5",
|
|
1584
1584
|
"version": "pc/1.21.5",
|
|
1585
1585
|
"windows": "pc/1.16.1",
|
|
1586
|
-
"proto": "pc/
|
|
1586
|
+
"proto": "pc/1.21.5"
|
|
1587
1587
|
},
|
|
1588
1588
|
"1.21.6": {
|
|
1589
1589
|
"attributes": "pc/1.21.6",
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
"mapIcons": "pc/1.20.2",
|
|
1605
1605
|
"materials": "pc/1.21.6",
|
|
1606
1606
|
"particles": "pc/1.21.6",
|
|
1607
|
-
"protocol": "pc/1.21.
|
|
1607
|
+
"protocol": "pc/1.21.6",
|
|
1608
1608
|
"recipes": "pc/1.21.6",
|
|
1609
1609
|
"sounds": "pc/1.21.6",
|
|
1610
1610
|
"tints": "pc/1.21.6",
|
|
@@ -2568,4 +2568,4 @@
|
|
|
2568
2568
|
"language": "bedrock/1.21.70"
|
|
2569
2569
|
}
|
|
2570
2570
|
}
|
|
2571
|
-
}
|
|
2571
|
+
}
|