Files
Pumpkin/pumpkin-registry
Alexander Medvedev e396399e66 Port to 1.21.2 (#171)
* 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
2024-10-23 14:31:23 +02:00
..
2024-10-23 14:31:23 +02:00
2024-10-21 19:36:42 +02:00
2024-08-19 17:52:04 +01:00

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