Skip to content

Commit

Permalink
Add 1.20.2 data (#786)
Browse files Browse the repository at this point in the history
* Add 1.20.2 version.json, add data from minecraft-data-generator-server

* Add recipies.json generated from minecraft-data-generator-server.

* Start implmenting new configuration state

* Update changed login start packet add login acknowledged packet and configuration stage settings packet

* Fix typo in login acknowledged

* Add ping, registry_data, resource_pack and feature flags to configureation stage.

* Add packet_tags, last client bound configuration packet

* Add remaining server bound configuration packets

* Remove feature_flags and name_entity_spawn from play toClient

* Add 4 new play client bound packets, and fix packtet numbering

* Add new server bound packets and fix packet numbering

* Update changed client bound play packets

* Add 1.20.2 to dataPaths and versions and update commands.json and mapIcons.json

* Fix typo in dataPathcs and fix minecraft-data-generator-server using -1 instead of null in recipes.json
  • Loading branch information
wgaylord committed Nov 4, 2023
1 parent 6921a49 commit e60570b
Show file tree
Hide file tree
Showing 20 changed files with 218,978 additions and 2 deletions.
27 changes: 26 additions & 1 deletion data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,31 @@
"loginPacket": "pc/1.19.2",
"tints": "pc/1.20",
"mapIcons": "pc/1.16"
},
"1.20.2": {
"attributes": "pc/1.17",
"blocks": "pc/1.20.2",
"blockCollisionShapes": "pc/1.20.2",
"biomes": "pc/1.20.2",
"effects": "pc/1.20.2",
"items": "pc/1.20.2",
"enchantments": "pc/1.20.2",
"recipes": "pc/1.20.2",
"instruments": "pc/1.20.2",
"materials": "pc/1.20.2",
"language": "pc/1.20.2",
"entities": "pc/1.20.2",
"protocol": "pc/1.20.2",
"windows": "pc/1.16.1",
"version": "pc/1.20.2",
"foods": "pc/1.20.2",
"particles": "pc/1.20",
"blockLoot": "pc/1.20",
"entityLoot": "pc/1.20",
"loginPacket": "pc/1.19.2",
"tints": "pc/1.20.2",
"mapIcons": "pc/1.20.2",
"commands": "pc/1.20.2"
}
},
"bedrock": {
Expand Down Expand Up @@ -1853,4 +1878,4 @@
"language": "bedrock/1.20.10"
}
}
}
}
Loading

0 comments on commit e60570b

Please sign in to comment.