Expertly edit your books with rich formatting options, page utilities and more!
Read more about it on Modrinth or CurseForge.
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.
- Update the version number.
- Change in
gradle.properties
. - Add an entry in
CHANGELOG.md
.
- Change in
- Commit and push a new tag. (example:
v1.2.3
)- Tag name is the version number prefixed by
v
.
- Tag name is the version number prefixed by
- Manually trigger the Publish workflow on GitHub.