Skip to content

packetevents/data-generators

Repository files navigation

PacketEvents Generators

Utility generators for updating packetevents to new minecraft versions.

Usage for updating PacketEvents

  1. Clone this repo
  2. Set old version in gradle.properties and run ./gradlew generate
  3. Copy the old generated data, it's used for comparison in the new version:
    • Copy generated/RegistryGenerator/item.json to generated/ItemTypesGenerator/input.json
    • Copy generated/RegistryGenerator/block.json to generated/StateTypesGenerator/input.json
  4. Set new version in gradle.properties and run ./gradlew generate
  5. Copy important stuff in the generated directory to the proper places in the packetevents project

About

Utility generators for updating packetevents to new minecraft versions

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Languages