Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.32 KB

Scribble

Expertly edit your books with rich formatting options, page utilities and more!

Version Build status Modrinth CurseForge

Read more about it on Modrinth or CurseForge.

Project Structure

Scribble supports multiple Minecraft versions using Stonecutter. The easiest way to interact with this is by using an IDE such as IntelliJ. To switch between versions, use the Gradle tasks under the stonecutter category. Make sure to switch back to 1.21.4-fabric to commit changes.

Release checklist

  • Update the version number.
    • Change in gradle.properties.
    • Add an entry in CHANGELOG.md.
  • Commit and push a new tag. (example: v1.2.3)
    • Tag name is the version number prefixed by v.
  • Manually trigger the Publish workflow on GitHub.