Links
Tags
Creators
Details
Licensed CC0-1.0
Published last year
Updated last year
All versions
1.1.0
Release
Guidebook.md 1.1.0last year 85
Uploaded by
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client-side
Server-side
Required content
Any compatible version
Changes
Full Changelog: https://github.com/Garkatron/BTA-Guidebook.md/compare/1.0.0...1.1.0
New Features
Editable Book
- Craft an editable book using one charged paintbrush and one book.
- Write and edit content, set a title, and clone or export the book (consumes one book from your inventory).
- Clone: Drops an editable copy of the book.
- Export: Drops a read-only version of the book.
- Added toolbars for locking/unlocking, deleting, moving a page left or right, and in the book, adding a page, cloning, and exporting.
- The text area supports common shortcuts for easier Markdown editing (more and improved shortcuts planned for future updates).
Export and Load Commands
- Export Markdown files to
btafolder/guidebookmd/exportedusing the command:/guidebook export <title> - Load Markdown files from
btafolder/guidebookmd/loadusing the command:/guidebook load <title> - The
<title>corresponds to the folder name within the respective directories.
Other Changes
- Added page numbers to books for improved navigation.
- More stuff, I don't remember which ones
Bug Fixes
Fixes, I don't remember which ones
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:GsQDXnLC:rVToghtB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GsQDXnLC:rVToghtB"
}

