mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
* Update JSON Files to 1.21.2 * Update constants to 1.21.2 * Port c_login_success to 1.21.2 * Fix: damage type * Overhaul Packet ID system We now use Packet IDS from enums. 1. This is very very nice for seeing which Packets are already implemented and which not. 2. This lets us easly port to newer Minecraft version, In vanilla there are no Packet ids hardcoded, Packet IDs will be parsed from a enum like this * Port all Packets to 1.20.2 * Update README badge to 1.20.2 * Change doc for the new packet id system
Pumpkin Registry
Here you find all the registry data we have. Registries are repositories of data that contain entries pertaining to certain aspects of the game, such as the world, the player, among others. Registry data usually send by the Clientbound Registry data Packet. A list of Registry entries can be found at https://wiki.vg/Registry_Data