Skip to content

Commit

Permalink
Pc1.20.5 protocol (#898)
Browse files Browse the repository at this point in the history
* bump

* add protocol and login packet

* fix data

* ench fix

* Update proto.yml start work on items

* progress

* progress

* Update proto.yml progress

* update protocol.json

* fixes

* Slot fix

* fix recipes+commands

* add 1.20.5 recipes

* -1 to null

* Update features.json itemsWithComponents

* Update dataPaths.json map 1.20.6 to 1.20.5

* fix packet_entity_equipment type

* packet_trade_list input item 1/2 don't use normal Slot

* Remove check for 1.20.5 in audit recipes.

---------

Co-authored-by: Romain Beaumont <[email protected]>
  • Loading branch information
extremeheat and rom1504 authored Oct 12, 2024
1 parent 34bba2c commit a240b84
Show file tree
Hide file tree
Showing 13 changed files with 36,460 additions and 893 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,16 @@ These are the projects that use minecraft-data:

## Extraction

### Java Edition

The recommended way to extract the data is documented at [add-data-new-version.md](https://github.com/PrismarineJS/minecraft-data/blob/master/doc/add-data-new-version.md).

The [minecraft-data-auto-updater](https://github.com/PrismarineJS/minecraft-data-auto-updater) calls [minecraft-data-generator-server](https://github.com/PrismarineJS/minecraft-data-generator-server).

### Bedrock Edition

See [bedrock.md](./doc/bedrock.md) for information on updating data.

Specifically, [minecraft-data-auto-updater](https://github.com/PrismarineJS/minecraft-data-auto-updater) calls [minecraft-data-generator-server](https://github.com/PrismarineJS/minecraft-data-generator-server)

Projects that provide data:
Expand Down
31 changes: 29 additions & 2 deletions data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
"tints": "pc/1.20.2",
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.3",
"proto": "pc/latest"
"proto": "pc/1.20.3"
},
"1.20.4": {
"attributes": "pc/1.17",
Expand All @@ -1394,9 +1394,36 @@
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.3",
"sounds": "pc/1.20.4",
"proto": "pc/latest"
"proto": "pc/1.20.3"
},
"1.20.5": {
"attributes": "pc/1.17",
"blocks": "pc/1.20.5",
"blockCollisionShapes": "pc/1.20.5",
"biomes": "pc/1.20.5",
"effects": "pc/1.20.5",
"items": "pc/1.20.5",
"enchantments": "pc/1.20.5",
"recipes": "pc/1.20.5",
"instruments": "pc/1.20.5",
"materials": "pc/1.20.5",
"language": "pc/1.20.5",
"entities": "pc/1.20.5",
"protocol": "pc/1.20.5",
"windows": "pc/1.16.1",
"version": "pc/1.20.5",
"foods": "pc/1.20.5",
"particles": "pc/1.20.5",
"blockLoot": "pc/1.20",
"entityLoot": "pc/1.20",
"loginPacket": "pc/1.20.5",
"tints": "pc/1.20.5",
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.3",
"sounds": "pc/1.20.4",
"proto": "pc/latest"
},
"1.20.6": {
"attributes": "pc/1.17",
"blocks": "pc/1.20.5",
"blockCollisionShapes": "pc/1.20.5",
Expand Down
Loading

0 comments on commit a240b84

Please sign in to comment.