Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 665 Bytes

File metadata and controls

22 lines (15 loc) · 665 Bytes

Pull Request Guidelines

This is a template, modify before submitting your PR

Please ensure that your PR title follows this format:

  • [Minecraft Version] [Mod loader] Feat, Fix, Ref, Docs, ..., : Description

Examples:

  • [1.20.x] [Forge] Feat: Add new block types
  • [1.19.x] [All] Fix: Crash on startup
  • [1.20.x] [Fabric] Refactor: Optimize rendering engine

Issue Link

Please create an issue if there are none applicable before submitting this pull request.

Then link the issue as follows:Closes #123

Description

Provide a brief description of the changes made in this PR:

  • What does this PR do?
  • Why is this change needed?