All pull requests should target the development branch.
- Keep public APIs backward compatible unless a breaking release is explicitly planned.
- Add focused tests for item components, block components, entity registration, or packet injection features.
- Update
README.mdand the current changelog for user-visible changes. - Run linting:
find src -name '*.php' -print0 | xargs -0 -n1 php -lcomposer installValidate before submitting:
find src -name '*.php' -print0 | xargs -0 -n1 php -l